Skip to content

Commit

Permalink
Merge pull request #249 from omnisat/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
hathbanger authored Nov 7, 2024
2 parents 46cc3c8 + 1110d0b commit 1554ef6
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 6 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.42",
"version": "0.0.43-rc.0",
"type": "module",
"main": "./dist/index.umd.cjs",
"module": "./dist/index.js",
Expand Down
5 changes: 5 additions & 0 deletions packages/lasereyes-core/src/constants/wallets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ enum ProviderEnumMap {
WIZZ = 'wizz',
ORANGE = 'orange',
OYL = 'oyl',
PHANTOM = 'phantom',
UNISAT = 'unisat',
XVERSE = 'xverse',
}
Expand Down Expand Up @@ -57,6 +58,10 @@ export const SUPPORTED_WALLETS: WalletInfo = {
name: ProviderEnumMap.ORANGE,
url: 'https://www.orangewallet.com/',
},
[ProviderEnumMap.PHANTOM]: {
name: ProviderEnumMap.PHANTOM,
url: 'https://phantom.app/download',
},
[ProviderEnumMap.OYL]: {
name: ProviderEnumMap.OYL,
url: 'https://www.oyl.io/#get-wallet',
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.34",
"version": "0.0.35-rc.0",
"type": "module",
"main": "./dist/index.umd.cjs",
"module": "./dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/lasereyes-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@omnisat/lasereyes-vue",
"private": false,
"version": "0.0.3",
"version": "0.0.4-rc.0",
"type": "module",
"files": [
"dist"
Expand Down
6 changes: 3 additions & 3 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.117",
"version": "0.0.118-rc.1",
"type": "module",
"main": "./dist/index.umd.cjs",
"module": "./dist/index.js",
Expand Down Expand Up @@ -48,8 +48,8 @@
"vite-plugin-dts": "^4.2.1"
},
"dependencies": {
"@omnisat/lasereyes-core": "0.0.42",
"@omnisat/lasereyes-react": "0.0.34",
"@omnisat/lasereyes-core": "workspace:*",
"@omnisat/lasereyes-react": "workspace:*",
"bip39": "^3.1.0"
},
"license": "MIT",
Expand Down

0 comments on commit 1554ef6

Please sign in to comment.