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.6",
"@subwallet/chain-list": "0.2.73-beta.11",
"@subwallet/keyring": "file:./local-libs/keyring",
"@subwallet/ui-keyring": "file:./local-libs/ui-keyring",
"babel-core": "^7.0.0-bridge.0",
Expand Down
5 changes: 4 additions & 1 deletion packages/extension-base/src/services/chain-service/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,10 @@ const openbitChainInfoMap = (() => {
'sepolia_ethereum',
'syscoin_evm',
'rollux_evm',
'b2_testnet'
'b2_testnet',
'boolBeta_testnet',
'rollux_testnet',
'syscoin_evm_testnet'
];
const enableList = nativeList.concat(bitcoinL2List);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ function getBlockExplorerAccountRoute (explorerLink: string) {
return 'account';
}

if (explorerLink.includes('beta-testnet.boolscan')) {
return 'address';
}

return 'address';
}

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.6":
version: 0.2.72-beta.6
resolution: "@subwallet/chain-list@npm:0.2.72-beta.6"
"@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"
dependencies:
"@polkadot/dev": 0.67.167
"@polkadot/util": ^12.5.1
eventemitter3: ^5.0.1
checksum: 3e561c0636a251f6f6cad9f680551d2407bfe9aa5c5264885c424803cc0c62d4dc0d8b1644f9b67fd3db770431eb86d09ad208caa98842cf66606254768d3087
checksum: 105dd465f1c8fd64f66981e96747e11e9e62129e8b5294cc66b8b4e2a1f90e087884e93d04660d329401cfc7ec925590077794374221ef650051fecd869ace53
languageName: node
linkType: hard

Expand Down