Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.0",
"@subwallet/chain-list": "0.2.72-beta.5",
"@subwallet/keyring": "file:./local-libs/keyring",
"@subwallet/ui-keyring": "file:./local-libs/ui-keyring",
"babel-core": "^7.0.0-bridge.0",
Expand Down
4 changes: 3 additions & 1 deletion packages/extension-base/src/services/chain-service/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,9 @@ const openbitChainInfoMap = (() => {
'bounceBitEvmTest',
'layerEdge_testnet',
'bevm_testnet',
'sepolia_ethereum'
'sepolia_ethereum',
'syscoin_evm',
'rollux_evm'
];
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.0":
version: 0.2.72-beta.0
resolution: "@subwallet/chain-list@npm:0.2.72-beta.0"
"@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"
dependencies:
"@polkadot/dev": 0.67.167
"@polkadot/util": ^12.5.1
eventemitter3: ^5.0.1
checksum: 9a89f3e86768a1c32bcbd67308c046b270d2fc30bface1686ab1202e873acfe49da0aaab19435abe11cafdc1686c08cc9f84d4d9afc83e4ba9cd45aa9859da50
checksum: 1b82a5a70662461921e277be5640576d608fc4725273bd960236b2a7ef0b55e059fcb9075a5bc642256ba767aa7805db875efdd26d1bfae92c34f1fa83506724
languageName: node
linkType: hard

Expand Down