Skip to content

Commit

Permalink
Merge pull request #237 from openbitdev/koni/dev/issue-235
Browse files Browse the repository at this point in the history
[Issue-235] Update chainlist
  • Loading branch information
saltict authored Jul 5, 2024
2 parents 8778dc1 + 3329944 commit ac905aa
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 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.72-beta.5",
"@subwallet/chain-list": "0.2.72-beta.6",
"@subwallet/keyring": "file:./local-libs/keyring",
"@subwallet/ui-keyring": "file:./local-libs/ui-keyring",
"babel-core": "^7.0.0-bridge.0",
Expand Down
3 changes: 2 additions & 1 deletion packages/extension-base/src/services/chain-service/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ const openbitChainInfoMap = (() => {
'bevm_testnet',
'sepolia_ethereum',
'syscoin_evm',
'rollux_evm'
'rollux_evm',
'b2_testnet'
];
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.72-beta.5":
version: 0.2.72-beta.5
resolution: "@subwallet/chain-list@npm:0.2.72-beta.5"
"@subwallet/chain-list@npm:0.2.72-beta.6":
version: 0.2.72-beta.6
resolution: "@subwallet/chain-list@npm:0.2.72-beta.6"
dependencies:
"@polkadot/dev": 0.67.167
"@polkadot/util": ^12.5.1
eventemitter3: ^5.0.1
checksum: 1b82a5a70662461921e277be5640576d608fc4725273bd960236b2a7ef0b55e059fcb9075a5bc642256ba767aa7805db875efdd26d1bfae92c34f1fa83506724
checksum: 3e561c0636a251f6f6cad9f680551d2407bfe9aa5c5264885c424803cc0c62d4dc0d8b1644f9b67fd3db770431eb86d09ad208caa98842cf66606254768d3087
languageName: node
linkType: hard

Expand Down

1 comment on commit ac905aa

@saltict
Copy link
Author

@saltict saltict commented on ac905aa Jul 5, 2024

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.