Skip to content

Commit

Permalink
Merge pull request #294 from omnisat/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
hathbanger authored Jan 7, 2025
2 parents e541cb6 + 5d987db commit 432b82f
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion packages/lasereyes-core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@omnisat/lasereyes-core",
"private": false,
"version": "0.0.53",
"version": "0.0.54-rc.1",
"type": "module",
"main": "./dist/index.umd.cjs",
"module": "./dist/index.js",
Expand Down
20 changes: 10 additions & 10 deletions packages/lasereyes-core/src/client/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,17 +44,17 @@ export function createStores(): {
accounts: [],
balance: undefined,
hasProvider: {
[LEATHER]: false,
[UNISAT]: false,
[MAGIC_EDEN]: false,
[OKX]: false,
[OP_NET]: false,
[ORANGE]: false,
[OYL]: false,
[LEATHER]: undefined,
[UNISAT]: undefined,
[MAGIC_EDEN]: undefined,
[OKX]: undefined,
[OP_NET]: undefined,
[ORANGE]: undefined,
[OYL]: undefined,
[SPARROW]: true,
[PHANTOM]: false,
[WIZZ]: false,
[XVERSE]: false,
[PHANTOM]: undefined,
[WIZZ]: undefined,
[XVERSE]: undefined,
},
}),
$network: atom(MAINNET),
Expand Down
2 changes: 1 addition & 1 deletion packages/lasereyes-react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@omnisat/lasereyes-react",
"private": false,
"version": "0.0.48",
"version": "0.0.49-rc.0",
"type": "module",
"main": "./dist/index.umd.cjs",
"module": "./dist/index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/lasereyes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"url": "https://github.com/omnisat/lasereyes-mono.git"
},
"private": false,
"version": "0.0.131",
"version": "0.0.132-rc.1",
"type": "module",
"main": "./dist/index.umd.cjs",
"module": "./dist/index.js",
Expand Down Expand Up @@ -56,4 +56,4 @@
"publishConfig": {
"access": "public"
}
}
}

0 comments on commit 432b82f

Please sign in to comment.