Skip to content

Commit

Permalink
Merge pull request #250 from openbitdev/koni/dev/issue-249
Browse files Browse the repository at this point in the history
[Issue-249] Update chainlist
  • Loading branch information
saltict authored Jul 17, 2024
2 parents 66c935b + 0506d17 commit fad3eed
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
"@polkadot/types-codec": "10.10.1",
"@polkadot/util": "^12.6.2",
"@polkadot/util-crypto": "^12.6.2",
"@subwallet/chain-list": "0.2.73-beta.11",
"@subwallet/chain-list": "0.2.75-beta.1",
"@subwallet/keyring": "file:./local-libs/keyring",
"@subwallet/ui-keyring": "file:./local-libs/ui-keyring",
"babel-core": "^7.0.0-bridge.0",
Expand Down
13 changes: 8 additions & 5 deletions packages/extension-base/src/services/chain-service/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,21 +51,24 @@ const openbitChainInfoMap = (() => {
'bitlayerTest',
'bevm',
'bevmTest',
'bevm_testnet',
'b2',
'b2_testnet',
'bobMainnet',
'merlinEvm',
'botanixEvmTest',
'bounceBitEvm',
'bounceBitEvmTest',
'layerEdge_testnet',
'bevm_testnet',
'sepolia_ethereum',
'syscoin_evm',
'rollux_evm',
'b2_testnet',
'boolBeta_testnet',
'rollux_testnet',
'syscoin_evm_testnet'
'boolBeta_testnet',
'syscoin_evm',
'syscoin_evm_testnet',
'satoshivm',
'satoshivm_testnet',
'core'
];
const enableList = nativeList.concat(bitcoinL2List);

Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6400,14 +6400,14 @@ __metadata:
languageName: node
linkType: hard

"@subwallet/chain-list@npm:0.2.73-beta.11":
version: 0.2.73-beta.11
resolution: "@subwallet/chain-list@npm:0.2.73-beta.11"
"@subwallet/chain-list@npm:0.2.75-beta.1":
version: 0.2.75-beta.1
resolution: "@subwallet/chain-list@npm:0.2.75-beta.1"
dependencies:
"@polkadot/dev": 0.67.167
"@polkadot/util": ^12.5.1
eventemitter3: ^5.0.1
checksum: 105dd465f1c8fd64f66981e96747e11e9e62129e8b5294cc66b8b4e2a1f90e087884e93d04660d329401cfc7ec925590077794374221ef650051fecd869ace53
checksum: a0d7160e6261de371ce8f02e28346bd557b439c488e826657893f18113e3ad92ed682a045bf35ad579348959db3dd777dfc62dc5b8779046f366d42fe535f1cd
languageName: node
linkType: hard

Expand Down

1 comment on commit fad3eed

@saltict
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.