@subwallet/chain-list 0.2.80-beta.1 → 0.2.80-beta.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundle-subwallet-chain-list.js +55 -2
- package/cjs/data/AssetLogoMap.json +2 -0
- package/cjs/data/ChainAsset.json +15 -1
- package/cjs/data/ChainInfo.json +25 -0
- package/cjs/data/ChainLogoMap.json +1 -0
- package/cjs/data/MultiChainAsset.json +9 -0
- package/cjs/packageInfo.js +1 -1
- package/data/AssetLogoMap.json +2 -0
- package/data/ChainAsset.json +15 -1
- package/data/ChainInfo.json +25 -0
- package/data/ChainLogoMap.json +1 -0
- package/data/MultiChainAsset.json +9 -0
- package/package.json +1 -1
- package/packageInfo.js +1 -1
|
@@ -713,6 +713,7 @@
|
|
|
713
713
|
"moonbeam-local-xcnctr": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/moonbeam-local-xcnctr.png",
|
|
714
714
|
"polygon-erc20-route-0x93890f346c5d02c3863a06657bc72555dc72c527": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/polygon-erc20-route-0x93890f346c5d02c3863a06657bc72555dc72c527.png",
|
|
715
715
|
"ethereum-erc20-route-0x60f67e1015b3f069dd4358a78c38f83fe3a667a9": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/ethereum-erc20-route-0x60f67e1015b3f069dd4358a78c38f83fe3a667a9.png",
|
|
716
|
+
"aleph_evm-native-azero": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/aleph_evm-native-azero.png",
|
|
716
717
|
"eth-ethereum": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/eth-ethereum.png",
|
|
717
718
|
"ibtc-interbtc": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/ibtc-interbtc.png",
|
|
718
719
|
"glmr-moonbeam": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/glmr-moonbeam.png",
|
|
@@ -799,6 +800,7 @@
|
|
|
799
800
|
"avail-avail": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/avail-avail.png",
|
|
800
801
|
"nctr-apillon": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/nctr-apillon.png",
|
|
801
802
|
"route-routeprotocol": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/route-routeprotocol.png",
|
|
803
|
+
"azero-alephzero": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/azero-alephzero.png",
|
|
802
804
|
"custom-moonbeam-erc20-cp-0x6021d2c27b6fbd6e7608d1f39b41398caee2f824": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chain-assets/cp_77d5363018.png",
|
|
803
805
|
"custom-aleph-psp22-zpf-5eskjbkpva1ppucmrkcmazdhqm9shihws9uqqsoi4vrdcdle": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chain-assets/zpf_2f06de3f07.png",
|
|
804
806
|
"custom-custom-substrate-gosnetwork-native-gos": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chain-assets/gos_a4d1a9cf7a.png",
|
|
@@ -2768,7 +2770,7 @@
|
|
|
2768
2770
|
minAmount: "500",
|
|
2769
2771
|
assetType: "NATIVE",
|
|
2770
2772
|
metadata: null,
|
|
2771
|
-
multiChainAsset:
|
|
2773
|
+
multiChainAsset: "AZERO-AlephZero",
|
|
2772
2774
|
hasValue: true,
|
|
2773
2775
|
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/aleph-native-azero.png"
|
|
2774
2776
|
},
|
|
@@ -14486,6 +14488,20 @@
|
|
|
14486
14488
|
multiChainAsset: "ROUTE-RouteProtocol",
|
|
14487
14489
|
hasValue: true,
|
|
14488
14490
|
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/ethereum-erc20-route-0x60f67e1015b3f069dd4358a78c38f83fe3a667a9.png"
|
|
14491
|
+
},
|
|
14492
|
+
"aleph_evm-NATIVE-AZERO": {
|
|
14493
|
+
originChain: "aleph_evm",
|
|
14494
|
+
slug: "aleph_evm-NATIVE-AZERO",
|
|
14495
|
+
name: "Aleph Zero - EVM",
|
|
14496
|
+
symbol: "AZERO",
|
|
14497
|
+
decimals: 18,
|
|
14498
|
+
priceId: null,
|
|
14499
|
+
minAmount: "0",
|
|
14500
|
+
assetType: "NATIVE",
|
|
14501
|
+
metadata: null,
|
|
14502
|
+
multiChainAsset: "AZERO-AlephZero",
|
|
14503
|
+
hasValue: true,
|
|
14504
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/aleph_evm-native-azero.png"
|
|
14489
14505
|
}
|
|
14490
14506
|
};
|
|
14491
14507
|
|
|
@@ -23918,6 +23934,31 @@
|
|
|
23918
23934
|
extraInfo: null,
|
|
23919
23935
|
bitcoinInfo: null
|
|
23920
23936
|
};
|
|
23937
|
+
var aleph_evm$1 = {
|
|
23938
|
+
slug: "aleph_evm",
|
|
23939
|
+
name: "Aleph Zero - EVM",
|
|
23940
|
+
isTestnet: false,
|
|
23941
|
+
chainStatus: "ACTIVE",
|
|
23942
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chains/aleph_evm.png",
|
|
23943
|
+
providers: {
|
|
23944
|
+
Gelato: "https://rpc.alephzero.raas.gelato.cloud"
|
|
23945
|
+
},
|
|
23946
|
+
evmInfo: {
|
|
23947
|
+
evmChainId: 41455,
|
|
23948
|
+
blockExplorer: null,
|
|
23949
|
+
existentialDeposit: "0",
|
|
23950
|
+
symbol: "AZERO",
|
|
23951
|
+
decimals: 18,
|
|
23952
|
+
supportSmartContract: [
|
|
23953
|
+
"ERC20",
|
|
23954
|
+
"ERC721"
|
|
23955
|
+
],
|
|
23956
|
+
abiExplorer: null
|
|
23957
|
+
},
|
|
23958
|
+
substrateInfo: null,
|
|
23959
|
+
extraInfo: null,
|
|
23960
|
+
bitcoinInfo: null
|
|
23961
|
+
};
|
|
23921
23962
|
const _ChainInfoMap = {
|
|
23922
23963
|
polkadot: polkadot$1,
|
|
23923
23964
|
kusama: kusama$1,
|
|
@@ -24219,7 +24260,8 @@
|
|
|
24219
24260
|
satoshivm: satoshivm$1,
|
|
24220
24261
|
satoshivm_testnet: satoshivm_testnet$1,
|
|
24221
24262
|
cere: cere$1,
|
|
24222
|
-
aleph_testnet_evm: aleph_testnet_evm$1
|
|
24263
|
+
aleph_testnet_evm: aleph_testnet_evm$1,
|
|
24264
|
+
aleph_evm: aleph_evm$1
|
|
24223
24265
|
};
|
|
24224
24266
|
|
|
24225
24267
|
var polkadot = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/polkadot.png";
|
|
@@ -24491,6 +24533,7 @@
|
|
|
24491
24533
|
var satoshivm_testnet = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/satoshivm_testnet.png";
|
|
24492
24534
|
var cere = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/cere.png";
|
|
24493
24535
|
var aleph_testnet_evm = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/aleph_testnet_evm.png";
|
|
24536
|
+
var aleph_evm = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/aleph_evm.png";
|
|
24494
24537
|
const _ChainLogoMap = {
|
|
24495
24538
|
"default": "https://dev.sw-chain-list-assets.pages.dev/assets/default.png",
|
|
24496
24539
|
polkadot: polkadot,
|
|
@@ -24763,6 +24806,7 @@
|
|
|
24763
24806
|
satoshivm_testnet: satoshivm_testnet,
|
|
24764
24807
|
cere: cere,
|
|
24765
24808
|
aleph_testnet_evm: aleph_testnet_evm,
|
|
24809
|
+
aleph_evm: aleph_evm,
|
|
24766
24810
|
"custom-Substrate-gosnetwork": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png",
|
|
24767
24811
|
"custom-Substrate-gosspectral": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png"
|
|
24768
24812
|
};
|
|
@@ -25541,6 +25585,15 @@
|
|
|
25541
25585
|
priceId: "router-protocol-2",
|
|
25542
25586
|
hasValue: true,
|
|
25543
25587
|
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/route-routeprotocol.png"
|
|
25588
|
+
},
|
|
25589
|
+
"AZERO-AlephZero": {
|
|
25590
|
+
slug: "AZERO-AlephZero",
|
|
25591
|
+
originChainAsset: null,
|
|
25592
|
+
name: "Aleph Zero",
|
|
25593
|
+
symbol: "AZERO",
|
|
25594
|
+
priceId: "aleph-zero",
|
|
25595
|
+
hasValue: true,
|
|
25596
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/azero-alephzero.png"
|
|
25544
25597
|
}
|
|
25545
25598
|
};
|
|
25546
25599
|
|
|
@@ -705,6 +705,7 @@
|
|
|
705
705
|
"moonbeam-local-xcnctr": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/moonbeam-local-xcnctr.png",
|
|
706
706
|
"polygon-erc20-route-0x93890f346c5d02c3863a06657bc72555dc72c527": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/polygon-erc20-route-0x93890f346c5d02c3863a06657bc72555dc72c527.png",
|
|
707
707
|
"ethereum-erc20-route-0x60f67e1015b3f069dd4358a78c38f83fe3a667a9": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/ethereum-erc20-route-0x60f67e1015b3f069dd4358a78c38f83fe3a667a9.png",
|
|
708
|
+
"aleph_evm-native-azero": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/aleph_evm-native-azero.png",
|
|
708
709
|
"eth-ethereum": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/eth-ethereum.png",
|
|
709
710
|
"ibtc-interbtc": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/ibtc-interbtc.png",
|
|
710
711
|
"glmr-moonbeam": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/glmr-moonbeam.png",
|
|
@@ -791,6 +792,7 @@
|
|
|
791
792
|
"avail-avail": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/avail-avail.png",
|
|
792
793
|
"nctr-apillon": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/nctr-apillon.png",
|
|
793
794
|
"route-routeprotocol": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/route-routeprotocol.png",
|
|
795
|
+
"azero-alephzero": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/azero-alephzero.png",
|
|
794
796
|
"custom-moonbeam-erc20-cp-0x6021d2c27b6fbd6e7608d1f39b41398caee2f824": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chain-assets/cp_77d5363018.png",
|
|
795
797
|
"custom-aleph-psp22-zpf-5eskjbkpva1ppucmrkcmazdhqm9shihws9uqqsoi4vrdcdle": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chain-assets/zpf_2f06de3f07.png",
|
|
796
798
|
"custom-custom-substrate-gosnetwork-native-gos": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chain-assets/gos_a4d1a9cf7a.png",
|
package/cjs/data/ChainAsset.json
CHANGED
|
@@ -113,7 +113,7 @@
|
|
|
113
113
|
"minAmount": "500",
|
|
114
114
|
"assetType": "NATIVE",
|
|
115
115
|
"metadata": null,
|
|
116
|
-
"multiChainAsset":
|
|
116
|
+
"multiChainAsset": "AZERO-AlephZero",
|
|
117
117
|
"hasValue": true,
|
|
118
118
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/aleph-native-azero.png"
|
|
119
119
|
},
|
|
@@ -11831,5 +11831,19 @@
|
|
|
11831
11831
|
"multiChainAsset": "ROUTE-RouteProtocol",
|
|
11832
11832
|
"hasValue": true,
|
|
11833
11833
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/ethereum-erc20-route-0x60f67e1015b3f069dd4358a78c38f83fe3a667a9.png"
|
|
11834
|
+
},
|
|
11835
|
+
"aleph_evm-NATIVE-AZERO": {
|
|
11836
|
+
"originChain": "aleph_evm",
|
|
11837
|
+
"slug": "aleph_evm-NATIVE-AZERO",
|
|
11838
|
+
"name": "Aleph Zero - EVM",
|
|
11839
|
+
"symbol": "AZERO",
|
|
11840
|
+
"decimals": 18,
|
|
11841
|
+
"priceId": null,
|
|
11842
|
+
"minAmount": "0",
|
|
11843
|
+
"assetType": "NATIVE",
|
|
11844
|
+
"metadata": null,
|
|
11845
|
+
"multiChainAsset": "AZERO-AlephZero",
|
|
11846
|
+
"hasValue": true,
|
|
11847
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/aleph_evm-native-azero.png"
|
|
11834
11848
|
}
|
|
11835
11849
|
}
|
package/cjs/data/ChainInfo.json
CHANGED
|
@@ -9280,5 +9280,30 @@
|
|
|
9280
9280
|
"substrateInfo": null,
|
|
9281
9281
|
"extraInfo": null,
|
|
9282
9282
|
"bitcoinInfo": null
|
|
9283
|
+
},
|
|
9284
|
+
"aleph_evm": {
|
|
9285
|
+
"slug": "aleph_evm",
|
|
9286
|
+
"name": "Aleph Zero - EVM",
|
|
9287
|
+
"isTestnet": false,
|
|
9288
|
+
"chainStatus": "ACTIVE",
|
|
9289
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/aleph_evm.png",
|
|
9290
|
+
"providers": {
|
|
9291
|
+
"Gelato": "https://rpc.alephzero.raas.gelato.cloud"
|
|
9292
|
+
},
|
|
9293
|
+
"evmInfo": {
|
|
9294
|
+
"evmChainId": 41455,
|
|
9295
|
+
"blockExplorer": null,
|
|
9296
|
+
"existentialDeposit": "0",
|
|
9297
|
+
"symbol": "AZERO",
|
|
9298
|
+
"decimals": 18,
|
|
9299
|
+
"supportSmartContract": [
|
|
9300
|
+
"ERC20",
|
|
9301
|
+
"ERC721"
|
|
9302
|
+
],
|
|
9303
|
+
"abiExplorer": null
|
|
9304
|
+
},
|
|
9305
|
+
"substrateInfo": null,
|
|
9306
|
+
"extraInfo": null,
|
|
9307
|
+
"bitcoinInfo": null
|
|
9283
9308
|
}
|
|
9284
9309
|
}
|
|
@@ -270,6 +270,7 @@
|
|
|
270
270
|
"satoshivm_testnet": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/satoshivm_testnet.png",
|
|
271
271
|
"cere": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/cere.png",
|
|
272
272
|
"aleph_testnet_evm": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/aleph_testnet_evm.png",
|
|
273
|
+
"aleph_evm": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/aleph_evm.png",
|
|
273
274
|
"custom-Substrate-gosnetwork": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png",
|
|
274
275
|
"custom-Substrate-gosspectral": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png"
|
|
275
276
|
}
|
|
@@ -772,5 +772,14 @@
|
|
|
772
772
|
"priceId": "router-protocol-2",
|
|
773
773
|
"hasValue": true,
|
|
774
774
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/route-routeprotocol.png"
|
|
775
|
+
},
|
|
776
|
+
"AZERO-AlephZero": {
|
|
777
|
+
"slug": "AZERO-AlephZero",
|
|
778
|
+
"originChainAsset": null,
|
|
779
|
+
"name": "Aleph Zero",
|
|
780
|
+
"symbol": "AZERO",
|
|
781
|
+
"priceId": "aleph-zero",
|
|
782
|
+
"hasValue": true,
|
|
783
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/azero-alephzero.png"
|
|
775
784
|
}
|
|
776
785
|
}
|
package/cjs/packageInfo.js
CHANGED
package/data/AssetLogoMap.json
CHANGED
|
@@ -705,6 +705,7 @@
|
|
|
705
705
|
"moonbeam-local-xcnctr": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/moonbeam-local-xcnctr.png",
|
|
706
706
|
"polygon-erc20-route-0x93890f346c5d02c3863a06657bc72555dc72c527": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/polygon-erc20-route-0x93890f346c5d02c3863a06657bc72555dc72c527.png",
|
|
707
707
|
"ethereum-erc20-route-0x60f67e1015b3f069dd4358a78c38f83fe3a667a9": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/ethereum-erc20-route-0x60f67e1015b3f069dd4358a78c38f83fe3a667a9.png",
|
|
708
|
+
"aleph_evm-native-azero": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/aleph_evm-native-azero.png",
|
|
708
709
|
"eth-ethereum": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/eth-ethereum.png",
|
|
709
710
|
"ibtc-interbtc": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/ibtc-interbtc.png",
|
|
710
711
|
"glmr-moonbeam": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/glmr-moonbeam.png",
|
|
@@ -791,6 +792,7 @@
|
|
|
791
792
|
"avail-avail": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/avail-avail.png",
|
|
792
793
|
"nctr-apillon": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/nctr-apillon.png",
|
|
793
794
|
"route-routeprotocol": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/route-routeprotocol.png",
|
|
795
|
+
"azero-alephzero": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/azero-alephzero.png",
|
|
794
796
|
"custom-moonbeam-erc20-cp-0x6021d2c27b6fbd6e7608d1f39b41398caee2f824": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chain-assets/cp_77d5363018.png",
|
|
795
797
|
"custom-aleph-psp22-zpf-5eskjbkpva1ppucmrkcmazdhqm9shihws9uqqsoi4vrdcdle": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chain-assets/zpf_2f06de3f07.png",
|
|
796
798
|
"custom-custom-substrate-gosnetwork-native-gos": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chain-assets/gos_a4d1a9cf7a.png",
|
package/data/ChainAsset.json
CHANGED
|
@@ -113,7 +113,7 @@
|
|
|
113
113
|
"minAmount": "500",
|
|
114
114
|
"assetType": "NATIVE",
|
|
115
115
|
"metadata": null,
|
|
116
|
-
"multiChainAsset":
|
|
116
|
+
"multiChainAsset": "AZERO-AlephZero",
|
|
117
117
|
"hasValue": true,
|
|
118
118
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/aleph-native-azero.png"
|
|
119
119
|
},
|
|
@@ -11831,5 +11831,19 @@
|
|
|
11831
11831
|
"multiChainAsset": "ROUTE-RouteProtocol",
|
|
11832
11832
|
"hasValue": true,
|
|
11833
11833
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/ethereum-erc20-route-0x60f67e1015b3f069dd4358a78c38f83fe3a667a9.png"
|
|
11834
|
+
},
|
|
11835
|
+
"aleph_evm-NATIVE-AZERO": {
|
|
11836
|
+
"originChain": "aleph_evm",
|
|
11837
|
+
"slug": "aleph_evm-NATIVE-AZERO",
|
|
11838
|
+
"name": "Aleph Zero - EVM",
|
|
11839
|
+
"symbol": "AZERO",
|
|
11840
|
+
"decimals": 18,
|
|
11841
|
+
"priceId": null,
|
|
11842
|
+
"minAmount": "0",
|
|
11843
|
+
"assetType": "NATIVE",
|
|
11844
|
+
"metadata": null,
|
|
11845
|
+
"multiChainAsset": "AZERO-AlephZero",
|
|
11846
|
+
"hasValue": true,
|
|
11847
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/aleph_evm-native-azero.png"
|
|
11834
11848
|
}
|
|
11835
11849
|
}
|
package/data/ChainInfo.json
CHANGED
|
@@ -9280,5 +9280,30 @@
|
|
|
9280
9280
|
"substrateInfo": null,
|
|
9281
9281
|
"extraInfo": null,
|
|
9282
9282
|
"bitcoinInfo": null
|
|
9283
|
+
},
|
|
9284
|
+
"aleph_evm": {
|
|
9285
|
+
"slug": "aleph_evm",
|
|
9286
|
+
"name": "Aleph Zero - EVM",
|
|
9287
|
+
"isTestnet": false,
|
|
9288
|
+
"chainStatus": "ACTIVE",
|
|
9289
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/aleph_evm.png",
|
|
9290
|
+
"providers": {
|
|
9291
|
+
"Gelato": "https://rpc.alephzero.raas.gelato.cloud"
|
|
9292
|
+
},
|
|
9293
|
+
"evmInfo": {
|
|
9294
|
+
"evmChainId": 41455,
|
|
9295
|
+
"blockExplorer": null,
|
|
9296
|
+
"existentialDeposit": "0",
|
|
9297
|
+
"symbol": "AZERO",
|
|
9298
|
+
"decimals": 18,
|
|
9299
|
+
"supportSmartContract": [
|
|
9300
|
+
"ERC20",
|
|
9301
|
+
"ERC721"
|
|
9302
|
+
],
|
|
9303
|
+
"abiExplorer": null
|
|
9304
|
+
},
|
|
9305
|
+
"substrateInfo": null,
|
|
9306
|
+
"extraInfo": null,
|
|
9307
|
+
"bitcoinInfo": null
|
|
9283
9308
|
}
|
|
9284
9309
|
}
|
package/data/ChainLogoMap.json
CHANGED
|
@@ -270,6 +270,7 @@
|
|
|
270
270
|
"satoshivm_testnet": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/satoshivm_testnet.png",
|
|
271
271
|
"cere": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/cere.png",
|
|
272
272
|
"aleph_testnet_evm": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/aleph_testnet_evm.png",
|
|
273
|
+
"aleph_evm": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/aleph_evm.png",
|
|
273
274
|
"custom-Substrate-gosnetwork": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png",
|
|
274
275
|
"custom-Substrate-gosspectral": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png"
|
|
275
276
|
}
|
|
@@ -772,5 +772,14 @@
|
|
|
772
772
|
"priceId": "router-protocol-2",
|
|
773
773
|
"hasValue": true,
|
|
774
774
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/route-routeprotocol.png"
|
|
775
|
+
},
|
|
776
|
+
"AZERO-AlephZero": {
|
|
777
|
+
"slug": "AZERO-AlephZero",
|
|
778
|
+
"originChainAsset": null,
|
|
779
|
+
"name": "Aleph Zero",
|
|
780
|
+
"symbol": "AZERO",
|
|
781
|
+
"priceId": "aleph-zero",
|
|
782
|
+
"hasValue": true,
|
|
783
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/azero-alephzero.png"
|
|
775
784
|
}
|
|
776
785
|
}
|
package/package.json
CHANGED
package/packageInfo.js
CHANGED
|
@@ -7,5 +7,5 @@ export const packageInfo = {
|
|
|
7
7
|
name: '@subwallet/chain-list',
|
|
8
8
|
path: (import.meta && import.meta.url) ? new URL(import.meta.url).pathname.substring(0, new URL(import.meta.url).pathname.lastIndexOf('/') + 1) : 'auto',
|
|
9
9
|
type: 'esm',
|
|
10
|
-
version: '0.2.80-beta.
|
|
10
|
+
version: '0.2.80-beta.3'
|
|
11
11
|
};
|