Skip to content

Commit

Permalink
[Issue-183] Update chainlist
Browse files Browse the repository at this point in the history
  • Loading branch information
bluezdot committed Jun 22, 2024
1 parent ec41135 commit fd3d17d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 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.70-beta.3",
"@subwallet/chain-list": "0.2.70-beta.4",
"@subwallet/keyring": "file:./local-libs/keyring",
"@subwallet/ui-keyring": "file:./local-libs/ui-keyring",
"babel-core": "^7.0.0-bridge.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,8 @@ export const _ALWAYS_ACTIVE_CHAINS: string[] = [
export const EVM_PASS_CONNECT_STATUS: Record<string, string[]> = {
arbitrum_one: ['*'],
okxTest: ['*'],
merlinEvm: ['*']
merlinEvm: ['*'],
layerEdge_testnet: ['*']
};

export const EVM_REFORMAT_DECIMALS = {
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 @@ -56,7 +56,8 @@ const openbitChainInfoMap = (() => {
'merlinEvm',
'botanixEvmTest',
'bounceBitEvm',
'bounceBitEvmTest'
'bounceBitEvmTest',
'layerEdge_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 @@ -6241,14 +6241,14 @@ __metadata:
languageName: node
linkType: hard

"@subwallet/chain-list@npm:0.2.70-beta.3":
version: 0.2.70-beta.3
resolution: "@subwallet/chain-list@npm:0.2.70-beta.3"
"@subwallet/chain-list@npm:0.2.70-beta.4":
version: 0.2.70-beta.4
resolution: "@subwallet/chain-list@npm:0.2.70-beta.4"
dependencies:
"@polkadot/dev": 0.67.167
"@polkadot/util": ^12.5.1
eventemitter3: ^5.0.1
checksum: 08f6ee905c652661cfd66373af0620ad372e9733a3a75fc9c45de06cb1358f8ae0a6660a4ac24361ecc0117661292c8cc2d8aeaf30b8901cd722d07a9020cbc6
checksum: 615d527f6baef295ea06d5d95abc539ec4d33ffad235bf1fa762df8e117c6a39b3945dbab056b3dbf329293ed5c9c064f4891de84409d7dd03d9888df7914deb
languageName: node
linkType: hard

Expand Down

0 comments on commit fd3d17d

Please sign in to comment.