Skip to content

Commit

Permalink
[Issue-225] Update chainlist
Browse files Browse the repository at this point in the history
  • Loading branch information
bluezdot committed Jun 28, 2024
1 parent e9cd52e commit 9586104
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.71-beta.4",
"@subwallet/chain-list": "0.2.72-beta.0",
"@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 @@ -58,7 +58,8 @@ const openbitChainInfoMap = (() => {
'bounceBitEvm',
'bounceBitEvmTest',
'layerEdge_testnet',
'bevm_testnet'
'bevm_testnet',
'sepolia_ethereum'
];
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 @@ -6241,14 +6241,14 @@ __metadata:
languageName: node
linkType: hard

"@subwallet/chain-list@npm:0.2.71-beta.4":
version: 0.2.71-beta.4
resolution: "@subwallet/chain-list@npm:0.2.71-beta.4"
"@subwallet/chain-list@npm:0.2.72-beta.0":
version: 0.2.72-beta.0
resolution: "@subwallet/chain-list@npm:0.2.72-beta.0"
dependencies:
"@polkadot/dev": 0.67.167
"@polkadot/util": ^12.5.1
eventemitter3: ^5.0.1
checksum: c270c4a193a83ae558d8be0cc6adaad41d379d0e2745756432eabb2ee0e47ea4ab9c8169b2feb3b761c0d57cef809dafa816c24dea373af249813496b98844d0
checksum: 9a89f3e86768a1c32bcbd67308c046b270d2fc30bface1686ab1202e873acfe49da0aaab19435abe11cafdc1686c08cc9f84d4d9afc83e4ba9cd45aa9859da50
languageName: node
linkType: hard

Expand Down

0 comments on commit 9586104

Please sign in to comment.