@subwallet/chain-list 0.2.12 → 0.2.13-beta.1
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 +738 -466
- package/cjs/data/AssetLogoMap.json +292 -288
- package/cjs/data/ChainAsset.json +177 -1
- package/cjs/data/ChainInfo.json +83 -12
- package/cjs/data/ChainLogoMap.json +166 -163
- package/cjs/data/MultiChainAsset.json +8 -1
- package/cjs/packageInfo.js +1 -1
- package/data/AssetLogoMap.json +292 -288
- package/data/ChainAsset.json +177 -1
- package/data/ChainInfo.json +83 -12
- package/data/ChainLogoMap.json +166 -163
- package/data/MultiChainAsset.json +8 -1
- package/logo/avalanche.png +0 -0
- package/logo/base-mainnet.png +0 -0
- package/logo/usdd.png +0 -0
- package/package.json +4 -1
- package/packageInfo.js +1 -1
package/cjs/data/ChainAsset.json
CHANGED
|
@@ -981,7 +981,7 @@
|
|
|
981
981
|
"name": "Wrapped Bitcoin",
|
|
982
982
|
"symbol": "WBTC",
|
|
983
983
|
"decimals": 8,
|
|
984
|
-
"priceId": "bitcoin",
|
|
984
|
+
"priceId": "wrapped-bitcoin",
|
|
985
985
|
"minAmount": "35",
|
|
986
986
|
"assetType": "LOCAL",
|
|
987
987
|
"metadata": {
|
|
@@ -6814,5 +6814,181 @@
|
|
|
6814
6814
|
"multiChainAsset": null,
|
|
6815
6815
|
"hasValue": true,
|
|
6816
6816
|
"icon": "azero-domain.png"
|
|
6817
|
+
},
|
|
6818
|
+
"ethereum-ERC20-USDD-0x0C10bF8FcB7Bf5412187A595ab97a3609160b5c6": {
|
|
6819
|
+
"originChain": "ethereum",
|
|
6820
|
+
"slug": "ethereum-ERC20-USDD-0x0C10bF8FcB7Bf5412187A595ab97a3609160b5c6",
|
|
6821
|
+
"name": "Decentralized USD",
|
|
6822
|
+
"symbol": "USDD",
|
|
6823
|
+
"decimals": 18,
|
|
6824
|
+
"priceId": "usdd",
|
|
6825
|
+
"minAmount": "0",
|
|
6826
|
+
"assetType": "ERC20",
|
|
6827
|
+
"metadata": {
|
|
6828
|
+
"contractAddress": "0x0C10bF8FcB7Bf5412187A595ab97a3609160b5c6"
|
|
6829
|
+
},
|
|
6830
|
+
"multiChainAsset": "USDD-DecentralizedUSD",
|
|
6831
|
+
"hasValue": true,
|
|
6832
|
+
"icon": "usdd.png"
|
|
6833
|
+
},
|
|
6834
|
+
"binance-ERC20-USDD-0xd17479997F34dd9156Deef8F95A52D81D265be9c": {
|
|
6835
|
+
"originChain": "binance",
|
|
6836
|
+
"slug": "binance-ERC20-USDD-0xd17479997F34dd9156Deef8F95A52D81D265be9c",
|
|
6837
|
+
"name": "Decentralized USD",
|
|
6838
|
+
"symbol": "USDD",
|
|
6839
|
+
"decimals": 18,
|
|
6840
|
+
"priceId": "usdd",
|
|
6841
|
+
"minAmount": "0",
|
|
6842
|
+
"assetType": "ERC20",
|
|
6843
|
+
"metadata": {
|
|
6844
|
+
"contractAddress": "0xd17479997F34dd9156Deef8F95A52D81D265be9c"
|
|
6845
|
+
},
|
|
6846
|
+
"multiChainAsset": "USDD-DecentralizedUSD",
|
|
6847
|
+
"hasValue": true,
|
|
6848
|
+
"icon": "usdd.png"
|
|
6849
|
+
},
|
|
6850
|
+
"base_mainnet-NATIVE-ETH": {
|
|
6851
|
+
"originChain": "base_mainnet",
|
|
6852
|
+
"slug": "base_mainnet-NATIVE-ETH",
|
|
6853
|
+
"name": "Ethereum",
|
|
6854
|
+
"symbol": "ETH",
|
|
6855
|
+
"decimals": 18,
|
|
6856
|
+
"priceId": "ethereum",
|
|
6857
|
+
"minAmount": "0",
|
|
6858
|
+
"assetType": "NATIVE",
|
|
6859
|
+
"metadata": null,
|
|
6860
|
+
"multiChainAsset": "ETH-Ethereum",
|
|
6861
|
+
"hasValue": true,
|
|
6862
|
+
"icon": "ethereum.png"
|
|
6863
|
+
},
|
|
6864
|
+
"avalanche_c-NATIVE-AVAX": {
|
|
6865
|
+
"originChain": "avalanche_c",
|
|
6866
|
+
"slug": "avalanche_c-NATIVE-AVAX",
|
|
6867
|
+
"name": "Avalanche",
|
|
6868
|
+
"symbol": "AVAX",
|
|
6869
|
+
"decimals": 18,
|
|
6870
|
+
"priceId": "avalanche-2",
|
|
6871
|
+
"minAmount": "0",
|
|
6872
|
+
"assetType": "NATIVE",
|
|
6873
|
+
"metadata": null,
|
|
6874
|
+
"multiChainAsset": null,
|
|
6875
|
+
"hasValue": true,
|
|
6876
|
+
"icon": "avalanche.png"
|
|
6877
|
+
},
|
|
6878
|
+
"crust_mainnet-NATIVE-CRU": {
|
|
6879
|
+
"originChain": "crust_mainnet",
|
|
6880
|
+
"slug": "crust_mainnet-NATIVE-CRU",
|
|
6881
|
+
"name": "Crust",
|
|
6882
|
+
"symbol": "CRU",
|
|
6883
|
+
"decimals": 12,
|
|
6884
|
+
"priceId": "crust-network",
|
|
6885
|
+
"minAmount": "100000000",
|
|
6886
|
+
"assetType": "NATIVE",
|
|
6887
|
+
"metadata": null,
|
|
6888
|
+
"multiChainAsset": "CRU-Crust",
|
|
6889
|
+
"hasValue": true,
|
|
6890
|
+
"icon": "crust.png"
|
|
6891
|
+
},
|
|
6892
|
+
"moonbeam-LOCAL-xcASTR": {
|
|
6893
|
+
"originChain": "moonbeam",
|
|
6894
|
+
"slug": "moonbeam-LOCAL-xcASTR",
|
|
6895
|
+
"name": "Astar",
|
|
6896
|
+
"symbol": "xcASTR",
|
|
6897
|
+
"decimals": 18,
|
|
6898
|
+
"priceId": "astar",
|
|
6899
|
+
"minAmount": "0",
|
|
6900
|
+
"assetType": "LOCAL",
|
|
6901
|
+
"metadata": {
|
|
6902
|
+
"assetId": "224077081838586484055667086558292981199",
|
|
6903
|
+
"assetType": "ForeignAsset",
|
|
6904
|
+
"contractAddress": "0xFfFFFfffA893AD19e540E172C10d78D4d479B5Cf"
|
|
6905
|
+
},
|
|
6906
|
+
"multiChainAsset": "ASTR-Astar",
|
|
6907
|
+
"hasValue": true,
|
|
6908
|
+
"icon": "astar-network.png"
|
|
6909
|
+
},
|
|
6910
|
+
"bifrost_dot-LOCAL-DOT": {
|
|
6911
|
+
"originChain": "bifrost_dot",
|
|
6912
|
+
"slug": "bifrost_dot-LOCAL-DOT",
|
|
6913
|
+
"name": "Polkadot DOT",
|
|
6914
|
+
"symbol": "DOT",
|
|
6915
|
+
"decimals": 10,
|
|
6916
|
+
"priceId": "polkadot",
|
|
6917
|
+
"minAmount": "1000000",
|
|
6918
|
+
"assetType": "LOCAL",
|
|
6919
|
+
"metadata": {
|
|
6920
|
+
"onChainInfo": {
|
|
6921
|
+
"Token2": "0"
|
|
6922
|
+
}
|
|
6923
|
+
},
|
|
6924
|
+
"multiChainAsset": "DOT-Polkadot",
|
|
6925
|
+
"hasValue": true,
|
|
6926
|
+
"icon": "polkadot.png"
|
|
6927
|
+
},
|
|
6928
|
+
"parallel-LOCAL-sDOT": {
|
|
6929
|
+
"originChain": "parallel",
|
|
6930
|
+
"slug": "parallel-LOCAL-sDOT",
|
|
6931
|
+
"name": "sDOT",
|
|
6932
|
+
"symbol": "sDOT",
|
|
6933
|
+
"decimals": 10,
|
|
6934
|
+
"priceId": null,
|
|
6935
|
+
"minAmount": "0",
|
|
6936
|
+
"assetType": "LOCAL",
|
|
6937
|
+
"metadata": {
|
|
6938
|
+
"assetId": "1001"
|
|
6939
|
+
},
|
|
6940
|
+
"multiChainAsset": null,
|
|
6941
|
+
"hasValue": true,
|
|
6942
|
+
"icon": "polkadot.png"
|
|
6943
|
+
},
|
|
6944
|
+
"parallel-LOCAL-DOT": {
|
|
6945
|
+
"originChain": "parallel",
|
|
6946
|
+
"slug": "parallel-LOCAL-DOT",
|
|
6947
|
+
"name": "DOT",
|
|
6948
|
+
"symbol": "DOT",
|
|
6949
|
+
"decimals": 10,
|
|
6950
|
+
"priceId": "polkadot",
|
|
6951
|
+
"minAmount": "0",
|
|
6952
|
+
"assetType": "LOCAL",
|
|
6953
|
+
"metadata": {
|
|
6954
|
+
"assetId": "101"
|
|
6955
|
+
},
|
|
6956
|
+
"multiChainAsset": "DOT-Polkadot",
|
|
6957
|
+
"hasValue": true,
|
|
6958
|
+
"icon": "polkadot.png"
|
|
6959
|
+
},
|
|
6960
|
+
"interlay-LOCAL-DOT": {
|
|
6961
|
+
"originChain": "interlay",
|
|
6962
|
+
"slug": "interlay-LOCAL-DOT",
|
|
6963
|
+
"name": "DOT",
|
|
6964
|
+
"symbol": "DOT",
|
|
6965
|
+
"decimals": 10,
|
|
6966
|
+
"priceId": "polkadot",
|
|
6967
|
+
"minAmount": "0",
|
|
6968
|
+
"assetType": "LOCAL",
|
|
6969
|
+
"metadata": {
|
|
6970
|
+
"onChainInfo": {
|
|
6971
|
+
"Token": "DOT"
|
|
6972
|
+
}
|
|
6973
|
+
},
|
|
6974
|
+
"multiChainAsset": "DOT-Polkadot",
|
|
6975
|
+
"hasValue": true,
|
|
6976
|
+
"icon": "polkadot.png"
|
|
6977
|
+
},
|
|
6978
|
+
"hydradx_main-LOCAL-DOT": {
|
|
6979
|
+
"originChain": "hydradx_main",
|
|
6980
|
+
"slug": "hydradx_main-LOCAL-DOT",
|
|
6981
|
+
"name": "DOT",
|
|
6982
|
+
"symbol": "DOT",
|
|
6983
|
+
"decimals": 10,
|
|
6984
|
+
"priceId": "polkadot",
|
|
6985
|
+
"minAmount": "0",
|
|
6986
|
+
"assetType": "LOCAL",
|
|
6987
|
+
"metadata": {
|
|
6988
|
+
"assetId": "5"
|
|
6989
|
+
},
|
|
6990
|
+
"multiChainAsset": "DOT-Polkadot",
|
|
6991
|
+
"hasValue": true,
|
|
6992
|
+
"icon": "polkadot.png"
|
|
6817
6993
|
}
|
|
6818
6994
|
}
|
package/cjs/data/ChainInfo.json
CHANGED
|
@@ -1247,7 +1247,7 @@
|
|
|
1247
1247
|
"paraId": 2032,
|
|
1248
1248
|
"relaySlug": "polkadot",
|
|
1249
1249
|
"genesisHash": "0xed86d448b84db333cdbe07362ddc79530343b907bd88712557c024d7a94296bb",
|
|
1250
|
-
"addressPrefix":
|
|
1250
|
+
"addressPrefix": 2032,
|
|
1251
1251
|
"crowdloanUrl": "https://crowdloan.interlay.io/",
|
|
1252
1252
|
"chainType": "PARACHAIN",
|
|
1253
1253
|
"blockExplorer": "https://interlay.subscan.io/",
|
|
@@ -1547,7 +1547,7 @@
|
|
|
1547
1547
|
"paraId": 2019,
|
|
1548
1548
|
"relaySlug": "polkadot",
|
|
1549
1549
|
"genesisHash": "0xdaab8df776eb52ec604a5df5d388bb62a050a0aaec4556a64265b9d42755552d",
|
|
1550
|
-
"addressPrefix":
|
|
1550
|
+
"addressPrefix": 50,
|
|
1551
1551
|
"crowdloanUrl": "https://crowdloan.composable.finance/",
|
|
1552
1552
|
"chainType": "PARACHAIN",
|
|
1553
1553
|
"symbol": "LAYR",
|
|
@@ -1593,18 +1593,17 @@
|
|
|
1593
1593
|
"name": "Crust",
|
|
1594
1594
|
"chainStatus": "ACTIVE",
|
|
1595
1595
|
"providers": {
|
|
1596
|
-
"Crust
|
|
1597
|
-
"OnFinality": "wss://crust.api.onfinality.io/public-ws"
|
|
1596
|
+
"Crust": "wss://crust-parachain.crustapps.net"
|
|
1598
1597
|
},
|
|
1599
1598
|
"isTestnet": false,
|
|
1600
1599
|
"substrateInfo": {
|
|
1601
1600
|
"paraId": 2008,
|
|
1602
1601
|
"relaySlug": "polkadot",
|
|
1603
|
-
"genesisHash": "
|
|
1604
|
-
"addressPrefix":
|
|
1602
|
+
"genesisHash": "0x4319cc49ee79495b57a1fec4d2bd43f59052dcc690276de566c2691d6df4f7b8",
|
|
1603
|
+
"addressPrefix": 88,
|
|
1605
1604
|
"crowdloanUrl": "https://polkadot.js.org/apps/#/parachains/crowdloan",
|
|
1606
1605
|
"chainType": "PARACHAIN",
|
|
1607
|
-
"blockExplorer": "https://crust.subscan.io/",
|
|
1606
|
+
"blockExplorer": "https://crust-parachain.subscan.io/",
|
|
1608
1607
|
"symbol": "CRU",
|
|
1609
1608
|
"existentialDeposit": "100000000",
|
|
1610
1609
|
"decimals": 12,
|
|
@@ -1853,7 +1852,7 @@
|
|
|
1853
1852
|
"paraId": null,
|
|
1854
1853
|
"relaySlug": null,
|
|
1855
1854
|
"genesisHash": "0x3a5a5cd27eb15fd26c37315a0f0b938733bb798c897428448efac5e6150cad06",
|
|
1856
|
-
"addressPrefix":
|
|
1855
|
+
"addressPrefix": 2092,
|
|
1857
1856
|
"chainType": "RELAYCHAIN",
|
|
1858
1857
|
"symbol": "KINT",
|
|
1859
1858
|
"decimals": 12,
|
|
@@ -1958,7 +1957,7 @@
|
|
|
1958
1957
|
"paraId": 2024,
|
|
1959
1958
|
"relaySlug": "kusama",
|
|
1960
1959
|
"genesisHash": "0x9b8cefc0eb5c568b527998bdd76c184e2b76ae561be76e4667072230217ea243",
|
|
1961
|
-
"addressPrefix":
|
|
1960
|
+
"addressPrefix": 67,
|
|
1962
1961
|
"crowdloanUrl": "https://genshiro.equilibrium.io/en",
|
|
1963
1962
|
"chainType": "PARACHAIN",
|
|
1964
1963
|
"blockExplorer": "https://genshiro.subscan.io/",
|
|
@@ -2391,7 +2390,7 @@
|
|
|
2391
2390
|
"paraId": 1001,
|
|
2392
2391
|
"relaySlug": "kusama",
|
|
2393
2392
|
"genesisHash": "0x7dd99936c1e9e6d1ce7d90eb6f33bea8393b4bf87677d675aa63c9cb3e8c5b5b",
|
|
2394
|
-
"addressPrefix":
|
|
2393
|
+
"addressPrefix": 2,
|
|
2395
2394
|
"chainType": "PARACHAIN",
|
|
2396
2395
|
"blockExplorer": "https://encointer.subscan.io/",
|
|
2397
2396
|
"symbol": "KSM",
|
|
@@ -3617,7 +3616,7 @@
|
|
|
3617
3616
|
"paraId": null,
|
|
3618
3617
|
"relaySlug": null,
|
|
3619
3618
|
"genesisHash": "0xc8eda34601b5a48c73f47ee39a3a86a858c34f044185b17dc7d5ad155813dc63",
|
|
3620
|
-
"addressPrefix":
|
|
3619
|
+
"addressPrefix": 2349,
|
|
3621
3620
|
"chainType": "RELAYCHAIN",
|
|
3622
3621
|
"symbol": "ATA",
|
|
3623
3622
|
"existentialDeposit": "1000000000000000000",
|
|
@@ -3649,7 +3648,7 @@
|
|
|
3649
3648
|
"decimals": 18,
|
|
3650
3649
|
"hasNativeNft": false,
|
|
3651
3650
|
"supportSmartContract": null,
|
|
3652
|
-
"supportStaking":
|
|
3651
|
+
"supportStaking": true,
|
|
3653
3652
|
"blockExplorer": null
|
|
3654
3653
|
},
|
|
3655
3654
|
"evmInfo": null,
|
|
@@ -4289,5 +4288,77 @@
|
|
|
4289
4288
|
},
|
|
4290
4289
|
"evmInfo": null,
|
|
4291
4290
|
"icon": "jur-network.png"
|
|
4291
|
+
},
|
|
4292
|
+
"base_mainnet": {
|
|
4293
|
+
"slug": "base_mainnet",
|
|
4294
|
+
"name": "Base Mainnet",
|
|
4295
|
+
"isTestnet": false,
|
|
4296
|
+
"chainStatus": "ACTIVE",
|
|
4297
|
+
"providers": {
|
|
4298
|
+
"PublicNode": "https://base.publicnode.com"
|
|
4299
|
+
},
|
|
4300
|
+
"substrateInfo": null,
|
|
4301
|
+
"evmInfo": {
|
|
4302
|
+
"evmChainId": 8453,
|
|
4303
|
+
"blockExplorer": "https://basescan.org",
|
|
4304
|
+
"symbol": "ETH",
|
|
4305
|
+
"decimals": 18,
|
|
4306
|
+
"existentialDeposit": "0",
|
|
4307
|
+
"supportSmartContract": [
|
|
4308
|
+
"ERC20",
|
|
4309
|
+
"ERC721"
|
|
4310
|
+
],
|
|
4311
|
+
"abiExplorer": null
|
|
4312
|
+
},
|
|
4313
|
+
"icon": "base-mainnet.png"
|
|
4314
|
+
},
|
|
4315
|
+
"avalanche_c": {
|
|
4316
|
+
"slug": "avalanche_c",
|
|
4317
|
+
"name": "Avalanche C-Chain",
|
|
4318
|
+
"isTestnet": false,
|
|
4319
|
+
"chainStatus": "ACTIVE",
|
|
4320
|
+
"providers": {
|
|
4321
|
+
"PublicNode": "https://avalanche-c-chain.publicnode.com"
|
|
4322
|
+
},
|
|
4323
|
+
"substrateInfo": null,
|
|
4324
|
+
"evmInfo": {
|
|
4325
|
+
"evmChainId": 43114,
|
|
4326
|
+
"blockExplorer": "https://snowtrace.io/",
|
|
4327
|
+
"symbol": "AVAX",
|
|
4328
|
+
"decimals": 18,
|
|
4329
|
+
"existentialDeposit": "0",
|
|
4330
|
+
"supportSmartContract": [
|
|
4331
|
+
"ERC20",
|
|
4332
|
+
"ERC721"
|
|
4333
|
+
],
|
|
4334
|
+
"abiExplorer": null
|
|
4335
|
+
},
|
|
4336
|
+
"icon": "avalanche.png"
|
|
4337
|
+
},
|
|
4338
|
+
"crust_mainnet": {
|
|
4339
|
+
"slug": "crust_mainnet",
|
|
4340
|
+
"name": "Crust Mainet",
|
|
4341
|
+
"chainStatus": "ACTIVE",
|
|
4342
|
+
"providers": {
|
|
4343
|
+
"OnFinality": "wss://crust.api.onfinality.io/public-ws",
|
|
4344
|
+
"Crust Network": "wss://rpc.crust.network"
|
|
4345
|
+
},
|
|
4346
|
+
"isTestnet": false,
|
|
4347
|
+
"substrateInfo": {
|
|
4348
|
+
"paraId": null,
|
|
4349
|
+
"relaySlug": null,
|
|
4350
|
+
"genesisHash": "0x8b404e7ed8789d813982b9cb4c8b664c05b3fbf433309f603af014ec9ce56a8c",
|
|
4351
|
+
"addressPrefix": 66,
|
|
4352
|
+
"chainType": "RELAYCHAIN",
|
|
4353
|
+
"blockExplorer": "https://crust.subscan.io/",
|
|
4354
|
+
"symbol": "CRU",
|
|
4355
|
+
"existentialDeposit": "100000000",
|
|
4356
|
+
"decimals": 12,
|
|
4357
|
+
"hasNativeNft": false,
|
|
4358
|
+
"supportSmartContract": null,
|
|
4359
|
+
"supportStaking": false
|
|
4360
|
+
},
|
|
4361
|
+
"evmInfo": null,
|
|
4362
|
+
"icon": "crust.png"
|
|
4292
4363
|
}
|
|
4293
4364
|
}
|