@subwallet/chain-list 0.2.43-beta.1 → 0.2.43-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 +228 -24
- package/cjs/data/AssetLogoMap.json +5 -0
- package/cjs/data/AssetRef.json +42 -0
- package/cjs/data/ChainAsset.json +60 -2
- package/cjs/data/ChainInfo.json +106 -21
- package/cjs/data/ChainLogoMap.json +5 -1
- package/cjs/packageInfo.js +1 -1
- package/cjs/types.js +1 -0
- package/data/AssetLogoMap.json +5 -0
- package/data/AssetRef.json +42 -0
- package/data/ChainAsset.json +60 -2
- package/data/ChainInfo.json +106 -21
- package/data/ChainLogoMap.json +5 -1
- package/package.json +1 -1
- package/packageInfo.js +1 -1
- package/types.d.ts +2 -1
- package/types.js +1 -0
|
@@ -496,10 +496,15 @@
|
|
|
496
496
|
"liberlandtest-native-ldn": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/liberlandtest-native-ldn.png",
|
|
497
497
|
"liberland-native-lld": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/liberland-native-lld.png",
|
|
498
498
|
"liberland-local-llm": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/liberland-local-llm.png",
|
|
499
|
+
"chainflip_dot-native-pdot": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/chainflip_dot-native-pdot.png",
|
|
499
500
|
"ethereum_goerli-erc20-usdc-0x07865c6e87b9f70255377e024ace6630c1eaa37f": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/ethereum_goerli-erc20-usdc-0x07865c6e87b9f70255377e024ace6630c1eaa37f.png",
|
|
500
501
|
"hydradx_main-local-astr": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-astr.png",
|
|
501
502
|
"hydradx_main-local-bnc": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-bnc.png",
|
|
502
503
|
"hydradx_main-local-glmr": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-glmr.png",
|
|
504
|
+
"tangletest-native-ttnt": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/tangletest-native-ttnt.png",
|
|
505
|
+
"dentnet-native-dentx": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/dentnet-native-dentx.png",
|
|
506
|
+
"dentnet-local-dent": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/dentnet-local-dent.png",
|
|
507
|
+
"phykentest-native-ken": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/phykentest-native-ken.png",
|
|
503
508
|
"eth-ethereum": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/eth-ethereum.png",
|
|
504
509
|
"ibtc-interbtc": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/ibtc-interbtc.png",
|
|
505
510
|
"glmr-moonbeam": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/glmr-moonbeam.png",
|
|
@@ -762,6 +767,20 @@
|
|
|
762
767
|
srcChain: "bifrost_dot",
|
|
763
768
|
destChain: "statemint",
|
|
764
769
|
path: "XCM"
|
|
770
|
+
},
|
|
771
|
+
"ethereum_goerli-NATIVE-ETH___chainflip_dot-NATIVE-pDOT": {
|
|
772
|
+
srcAsset: "ethereum_goerli-NATIVE-ETH",
|
|
773
|
+
destAsset: "chainflip_dot-NATIVE-pDOT",
|
|
774
|
+
srcChain: "ethereum_goerli",
|
|
775
|
+
destChain: "chainflip_dot",
|
|
776
|
+
path: "SWAP"
|
|
777
|
+
},
|
|
778
|
+
"ethereum_goerli-NATIVE-ETH___ethereum_goerli-ERC20-USDC-0x07865c6E87B9F70255377e024ace6630C1Eaa37F": {
|
|
779
|
+
srcAsset: "ethereum_goerli-NATIVE-ETH",
|
|
780
|
+
destAsset: "ethereum_goerli-ERC20-USDC-0x07865c6E87B9F70255377e024ace6630C1Eaa37F",
|
|
781
|
+
srcChain: "ethereum_goerli",
|
|
782
|
+
destChain: "ethereum_goerli",
|
|
783
|
+
path: "SWAP"
|
|
765
784
|
},
|
|
766
785
|
"parallel-LOCAL-USDT___statemint-LOCAL-USDt": {
|
|
767
786
|
srcAsset: "parallel-LOCAL-USDT",
|
|
@@ -986,6 +1005,34 @@
|
|
|
986
1005
|
srcChain: "bifrost_dot",
|
|
987
1006
|
destChain: "manta_network",
|
|
988
1007
|
path: "XCM"
|
|
1008
|
+
},
|
|
1009
|
+
"chainflip_dot-NATIVE-pDOT___ethereum_goerli-NATIVE-ETH": {
|
|
1010
|
+
srcAsset: "chainflip_dot-NATIVE-pDOT",
|
|
1011
|
+
destAsset: "ethereum_goerli-NATIVE-ETH",
|
|
1012
|
+
srcChain: "chainflip_dot",
|
|
1013
|
+
destChain: "ethereum_goerli",
|
|
1014
|
+
path: "SWAP"
|
|
1015
|
+
},
|
|
1016
|
+
"chainflip_dot-NATIVE-pDOT___ethereum_goerli-ERC20-USDC-0x07865c6E87B9F70255377e024ace6630C1Eaa37F": {
|
|
1017
|
+
srcAsset: "chainflip_dot-NATIVE-pDOT",
|
|
1018
|
+
destAsset: "ethereum_goerli-ERC20-USDC-0x07865c6E87B9F70255377e024ace6630C1Eaa37F",
|
|
1019
|
+
srcChain: "chainflip_dot",
|
|
1020
|
+
destChain: "ethereum_goerli",
|
|
1021
|
+
path: "SWAP"
|
|
1022
|
+
},
|
|
1023
|
+
"ethereum_goerli-ERC20-USDC-0x07865c6E87B9F70255377e024ace6630C1Eaa37F___chainflip_dot-NATIVE-pDOT": {
|
|
1024
|
+
srcAsset: "ethereum_goerli-ERC20-USDC-0x07865c6E87B9F70255377e024ace6630C1Eaa37F",
|
|
1025
|
+
destAsset: "chainflip_dot-NATIVE-pDOT",
|
|
1026
|
+
srcChain: "ethereum_goerli",
|
|
1027
|
+
destChain: "chainflip_dot",
|
|
1028
|
+
path: "SWAP"
|
|
1029
|
+
},
|
|
1030
|
+
"ethereum_goerli-ERC20-USDC-0x07865c6E87B9F70255377e024ace6630C1Eaa37F___ethereum_goerli-NATIVE-ETH": {
|
|
1031
|
+
srcAsset: "ethereum_goerli-ERC20-USDC-0x07865c6E87B9F70255377e024ace6630C1Eaa37F",
|
|
1032
|
+
destAsset: "ethereum_goerli-NATIVE-ETH",
|
|
1033
|
+
srcChain: "ethereum_goerli",
|
|
1034
|
+
destChain: "ethereum_goerli",
|
|
1035
|
+
path: "SWAP"
|
|
989
1036
|
}
|
|
990
1037
|
};
|
|
991
1038
|
|
|
@@ -8858,7 +8905,7 @@
|
|
|
8858
8905
|
metadata: null,
|
|
8859
8906
|
multiChainAsset: null,
|
|
8860
8907
|
hasValue: false,
|
|
8861
|
-
icon:
|
|
8908
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/chainflip_dot-native-pdot.png"
|
|
8862
8909
|
},
|
|
8863
8910
|
"ethereum_goerli-ERC20-USDC-0x07865c6E87B9F70255377e024ace6630C1Eaa37F": {
|
|
8864
8911
|
originChain: "ethereum_goerli",
|
|
@@ -8923,6 +8970,64 @@
|
|
|
8923
8970
|
multiChainAsset: "GLMR-Moonbeam",
|
|
8924
8971
|
hasValue: true,
|
|
8925
8972
|
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-glmr.png"
|
|
8973
|
+
},
|
|
8974
|
+
"tangleTest-NATIVE-tTNT": {
|
|
8975
|
+
originChain: "tangleTest",
|
|
8976
|
+
slug: "tangleTest-NATIVE-tTNT",
|
|
8977
|
+
name: "Tangle Testnet",
|
|
8978
|
+
symbol: "tTNT",
|
|
8979
|
+
decimals: 18,
|
|
8980
|
+
priceId: null,
|
|
8981
|
+
minAmount: "1000000000000000000",
|
|
8982
|
+
assetType: "NATIVE",
|
|
8983
|
+
metadata: null,
|
|
8984
|
+
multiChainAsset: null,
|
|
8985
|
+
hasValue: false,
|
|
8986
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/tangletest-native-ttnt.png"
|
|
8987
|
+
},
|
|
8988
|
+
"dentnet-NATIVE-DENTX": {
|
|
8989
|
+
originChain: "dentnet",
|
|
8990
|
+
slug: "dentnet-NATIVE-DENTX",
|
|
8991
|
+
name: "DENTNet",
|
|
8992
|
+
symbol: "DENTX",
|
|
8993
|
+
decimals: 18,
|
|
8994
|
+
priceId: null,
|
|
8995
|
+
minAmount: "1000000000000000",
|
|
8996
|
+
assetType: "NATIVE",
|
|
8997
|
+
metadata: null,
|
|
8998
|
+
multiChainAsset: null,
|
|
8999
|
+
hasValue: true,
|
|
9000
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/dentnet-native-dentx.png"
|
|
9001
|
+
},
|
|
9002
|
+
"dentnet-LOCAL-DENT": {
|
|
9003
|
+
originChain: "dentnet",
|
|
9004
|
+
slug: "dentnet-LOCAL-DENT",
|
|
9005
|
+
name: "DENT (ERC20)",
|
|
9006
|
+
symbol: "DENT",
|
|
9007
|
+
decimals: 8,
|
|
9008
|
+
priceId: "dent",
|
|
9009
|
+
minAmount: "1",
|
|
9010
|
+
assetType: "LOCAL",
|
|
9011
|
+
metadata: {
|
|
9012
|
+
assetId: "1"
|
|
9013
|
+
},
|
|
9014
|
+
multiChainAsset: null,
|
|
9015
|
+
hasValue: true,
|
|
9016
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/dentnet-local-dent.png"
|
|
9017
|
+
},
|
|
9018
|
+
"phykenTest-NATIVE-KEN": {
|
|
9019
|
+
originChain: "phykenTest",
|
|
9020
|
+
slug: "phykenTest-NATIVE-KEN",
|
|
9021
|
+
name: "Phyken Network Testnet",
|
|
9022
|
+
symbol: "KEN",
|
|
9023
|
+
decimals: 18,
|
|
9024
|
+
priceId: null,
|
|
9025
|
+
minAmount: "1000",
|
|
9026
|
+
assetType: "NATIVE",
|
|
9027
|
+
metadata: null,
|
|
9028
|
+
multiChainAsset: null,
|
|
9029
|
+
hasValue: false,
|
|
9030
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/phykentest-native-ken.png"
|
|
8926
9031
|
}
|
|
8927
9032
|
};
|
|
8928
9033
|
|
|
@@ -9012,7 +9117,6 @@
|
|
|
9012
9117
|
chainStatus: "ACTIVE",
|
|
9013
9118
|
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chains/ethereum.png",
|
|
9014
9119
|
providers: {
|
|
9015
|
-
Llamarpc: "https://eth.llamarpc.com",
|
|
9016
9120
|
PublicNode: "https://ethereum.publicnode.com",
|
|
9017
9121
|
Cloudflare: "https://cloudflare-eth.com",
|
|
9018
9122
|
BlastApi: "https://eth-mainnet.public.blastapi.io",
|
|
@@ -9367,6 +9471,7 @@
|
|
|
9367
9471
|
chainStatus: "ACTIVE",
|
|
9368
9472
|
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chains/polygon.png",
|
|
9369
9473
|
providers: {
|
|
9474
|
+
"Polygon Scan": "https://polygon-rpc.com/",
|
|
9370
9475
|
Llamarpc: "https://polygon.llamarpc.com",
|
|
9371
9476
|
BlastApi: "https://polygon-mainnet.public.blastapi.io",
|
|
9372
9477
|
BorPublicNode: "https://polygon-bor.publicnode.com"
|
|
@@ -9418,6 +9523,7 @@
|
|
|
9418
9523
|
chainStatus: "ACTIVE",
|
|
9419
9524
|
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chains/optimism.png",
|
|
9420
9525
|
providers: {
|
|
9526
|
+
"Kyber Engineering": "https://optimism.kyberengineering.io",
|
|
9421
9527
|
BlastApi: "https://optimism-mainnet.public.blastapi.io"
|
|
9422
9528
|
},
|
|
9423
9529
|
evmInfo: {
|
|
@@ -9845,8 +9951,7 @@
|
|
|
9845
9951
|
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chains/moonbase.png",
|
|
9846
9952
|
providers: {
|
|
9847
9953
|
"Moonbeam Foundation": "wss://wss.api.moonbase.moonbeam.network",
|
|
9848
|
-
Blast: "wss://moonbase-alpha.public.blastapi.io"
|
|
9849
|
-
OnFinality: "wss://moonbeam-alpha.api.onfinality.io/public-ws"
|
|
9954
|
+
Blast: "wss://moonbase-alpha.public.blastapi.io"
|
|
9850
9955
|
},
|
|
9851
9956
|
evmInfo: {
|
|
9852
9957
|
evmChainId: 1287,
|
|
@@ -10349,8 +10454,7 @@
|
|
|
10349
10454
|
chainStatus: "ACTIVE",
|
|
10350
10455
|
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chains/parallel.png",
|
|
10351
10456
|
providers: {
|
|
10352
|
-
Dwellir: "wss://parallel-rpc.dwellir.com"
|
|
10353
|
-
Parallel: "wss://polkadot-parallel-rpc.parallel.fi"
|
|
10457
|
+
Dwellir: "wss://parallel-rpc.dwellir.com"
|
|
10354
10458
|
},
|
|
10355
10459
|
evmInfo: null,
|
|
10356
10460
|
substrateInfo: {
|
|
@@ -10746,7 +10850,7 @@
|
|
|
10746
10850
|
chainStatus: "ACTIVE",
|
|
10747
10851
|
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chains/sora_ksm.png",
|
|
10748
10852
|
providers: {
|
|
10749
|
-
Soramitsu: "wss://ws.parachain-collator-
|
|
10853
|
+
Soramitsu: "wss://ws.parachain-collator-2.c2.sora2.soramitsu.co.jp"
|
|
10750
10854
|
},
|
|
10751
10855
|
evmInfo: null,
|
|
10752
10856
|
substrateInfo: {
|
|
@@ -10958,10 +11062,10 @@
|
|
|
10958
11062
|
evmInfo: null,
|
|
10959
11063
|
substrateInfo: {
|
|
10960
11064
|
relaySlug: null,
|
|
10961
|
-
paraId:
|
|
11065
|
+
paraId: 2037,
|
|
10962
11066
|
genesisHash: "0xc87870ef90a438d574b8e320f17db372c50f62beb52e479c8ff6ee5b460670b9",
|
|
10963
11067
|
addressPrefix: 42,
|
|
10964
|
-
chainType: "
|
|
11068
|
+
chainType: "PARACHAIN",
|
|
10965
11069
|
crowdloanUrl: null,
|
|
10966
11070
|
blockExplorer: null,
|
|
10967
11071
|
existentialDeposit: "0",
|
|
@@ -11498,7 +11602,7 @@
|
|
|
11498
11602
|
evmInfo: null,
|
|
11499
11603
|
substrateInfo: {
|
|
11500
11604
|
relaySlug: null,
|
|
11501
|
-
paraId:
|
|
11605
|
+
paraId: 2092,
|
|
11502
11606
|
genesisHash: "0xe3a1cf3db108e3e45c63a4841fe89ba95108b1db14fdec10c2e8a078ff322a67",
|
|
11503
11607
|
addressPrefix: 2092,
|
|
11504
11608
|
chainType: "RELAYCHAIN",
|
|
@@ -12230,13 +12334,13 @@
|
|
|
12230
12334
|
evmInfo: null,
|
|
12231
12335
|
substrateInfo: {
|
|
12232
12336
|
relaySlug: null,
|
|
12233
|
-
paraId:
|
|
12337
|
+
paraId: 2000,
|
|
12234
12338
|
genesisHash: "0x3035b88c212be330a1a724c675d56d53a5016ec32af1790738832db0227ac54c",
|
|
12235
12339
|
addressPrefix: 42,
|
|
12236
|
-
chainType: "
|
|
12340
|
+
chainType: "PARACHAIN",
|
|
12237
12341
|
crowdloanUrl: null,
|
|
12238
12342
|
blockExplorer: "https://acala-testnet.subscan.io/",
|
|
12239
|
-
existentialDeposit:
|
|
12343
|
+
existentialDeposit: "100000000000",
|
|
12240
12344
|
symbol: "ACA",
|
|
12241
12345
|
decimals: 12,
|
|
12242
12346
|
hasNativeNft: false,
|
|
@@ -13189,10 +13293,10 @@
|
|
|
13189
13293
|
evmInfo: null,
|
|
13190
13294
|
substrateInfo: {
|
|
13191
13295
|
relaySlug: null,
|
|
13192
|
-
paraId:
|
|
13296
|
+
paraId: 2084,
|
|
13193
13297
|
genesisHash: "0x53a6ab000c8c3c1015747a1e3ea237a327c77df3e59d142801a23b25163d4f45",
|
|
13194
13298
|
addressPrefix: 78,
|
|
13195
|
-
chainType: "
|
|
13299
|
+
chainType: "PARACHAIN",
|
|
13196
13300
|
crowdloanUrl: null,
|
|
13197
13301
|
blockExplorer: null,
|
|
13198
13302
|
existentialDeposit: "100000000000",
|
|
@@ -13269,10 +13373,10 @@
|
|
|
13269
13373
|
evmInfo: null,
|
|
13270
13374
|
substrateInfo: {
|
|
13271
13375
|
relaySlug: null,
|
|
13272
|
-
paraId:
|
|
13376
|
+
paraId: 2000,
|
|
13273
13377
|
genesisHash: "0xa0c6e3bac382b316a68bca7141af1fba507207594c761076847ce358aeedcc21",
|
|
13274
13378
|
addressPrefix: 38,
|
|
13275
|
-
chainType: "
|
|
13379
|
+
chainType: "PARACHAIN",
|
|
13276
13380
|
crowdloanUrl: null,
|
|
13277
13381
|
blockExplorer: "https://kilt-testnet.subscan.io/",
|
|
13278
13382
|
existentialDeposit: "10000000000000",
|
|
@@ -13590,7 +13694,6 @@
|
|
|
13590
13694
|
chainStatus: "ACTIVE",
|
|
13591
13695
|
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chains/ajunapolkadot.png",
|
|
13592
13696
|
providers: {
|
|
13593
|
-
viaAjunaNetwork: "wss://rpc-parachain.ajuna.network",
|
|
13594
13697
|
OnFinality: "wss://ajuna.api.onfinality.io/public-ws"
|
|
13595
13698
|
},
|
|
13596
13699
|
evmInfo: null,
|
|
@@ -13997,7 +14100,6 @@
|
|
|
13997
14100
|
chainStatus: "ACTIVE",
|
|
13998
14101
|
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chains/automata.png",
|
|
13999
14102
|
providers: {
|
|
14000
|
-
"Automata Network": "wss://api.ata.network",
|
|
14001
14103
|
OnFinality: "wss://automata.api.onfinality.io/public-ws"
|
|
14002
14104
|
},
|
|
14003
14105
|
evmInfo: null,
|
|
@@ -14536,7 +14638,7 @@
|
|
|
14536
14638
|
evmInfo: null,
|
|
14537
14639
|
substrateInfo: {
|
|
14538
14640
|
relaySlug: null,
|
|
14539
|
-
paraId:
|
|
14641
|
+
paraId: 2056,
|
|
14540
14642
|
genesisHash: "0xa6ffcef7fb8caadf7f6c5ad8ada65e3eaa90d1604f3eabda546ff1d486865a0c",
|
|
14541
14643
|
addressPrefix: 42,
|
|
14542
14644
|
chainType: "PARACHAIN",
|
|
@@ -14871,6 +14973,7 @@
|
|
|
14871
14973
|
chainStatus: "ACTIVE",
|
|
14872
14974
|
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chains/avalanche_c.png",
|
|
14873
14975
|
providers: {
|
|
14976
|
+
"Avax Network": "https://api.avax.network/ext/bc/C/rpc",
|
|
14874
14977
|
PublicNode: "https://avalanche-c-chain.publicnode.com"
|
|
14875
14978
|
},
|
|
14876
14979
|
evmInfo: {
|
|
@@ -16494,10 +16597,10 @@
|
|
|
16494
16597
|
};
|
|
16495
16598
|
var chainflip_dot$1 = {
|
|
16496
16599
|
slug: "chainflip_dot",
|
|
16497
|
-
name: "Chainflip
|
|
16600
|
+
name: "Polkadot Chainflip Testnet",
|
|
16498
16601
|
isTestnet: true,
|
|
16499
16602
|
chainStatus: "ACTIVE",
|
|
16500
|
-
icon:
|
|
16603
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chains/chainflip_dot.png",
|
|
16501
16604
|
providers: {
|
|
16502
16605
|
Chainflip: "wss://rpc-pdot.chainflip.io"
|
|
16503
16606
|
},
|
|
@@ -16522,6 +16625,96 @@
|
|
|
16522
16625
|
},
|
|
16523
16626
|
extraInfo: null
|
|
16524
16627
|
};
|
|
16628
|
+
var tangleTest$1 = {
|
|
16629
|
+
slug: "tangleTest",
|
|
16630
|
+
name: "Tangle Testnet",
|
|
16631
|
+
isTestnet: true,
|
|
16632
|
+
chainStatus: "ACTIVE",
|
|
16633
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chains/tangletest.png",
|
|
16634
|
+
providers: {
|
|
16635
|
+
Webb: "wss://testnet-rpc.tangle.tools"
|
|
16636
|
+
},
|
|
16637
|
+
evmInfo: null,
|
|
16638
|
+
substrateInfo: {
|
|
16639
|
+
relaySlug: null,
|
|
16640
|
+
paraId: null,
|
|
16641
|
+
genesisHash: "0x3d22af97d919611e03bbcbda96f65988758865423e89b2d99547a6bb61452db3",
|
|
16642
|
+
addressPrefix: 42,
|
|
16643
|
+
chainType: "RELAYCHAIN",
|
|
16644
|
+
crowdloanUrl: null,
|
|
16645
|
+
blockExplorer: null,
|
|
16646
|
+
existentialDeposit: "1000000000000000000",
|
|
16647
|
+
symbol: "tTNT",
|
|
16648
|
+
decimals: 18,
|
|
16649
|
+
hasNativeNft: null,
|
|
16650
|
+
supportStaking: null,
|
|
16651
|
+
supportSmartContract: null,
|
|
16652
|
+
crowdloanParaId: null,
|
|
16653
|
+
crowdloanFunds: [
|
|
16654
|
+
]
|
|
16655
|
+
},
|
|
16656
|
+
extraInfo: null
|
|
16657
|
+
};
|
|
16658
|
+
var dentnet$1 = {
|
|
16659
|
+
slug: "dentnet",
|
|
16660
|
+
name: "DENTNet",
|
|
16661
|
+
isTestnet: false,
|
|
16662
|
+
chainStatus: "ACTIVE",
|
|
16663
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chains/dentnet.png",
|
|
16664
|
+
providers: {
|
|
16665
|
+
Dentnet: "wss://rpc.dentnet.io/ws"
|
|
16666
|
+
},
|
|
16667
|
+
evmInfo: null,
|
|
16668
|
+
substrateInfo: {
|
|
16669
|
+
relaySlug: null,
|
|
16670
|
+
paraId: null,
|
|
16671
|
+
genesisHash: "0x0313f6a011d128d22f996703cbab05162e2fdc9e031493314fe6db79979c5ca7",
|
|
16672
|
+
addressPrefix: 9807,
|
|
16673
|
+
chainType: "RELAYCHAIN",
|
|
16674
|
+
crowdloanUrl: null,
|
|
16675
|
+
blockExplorer: null,
|
|
16676
|
+
existentialDeposit: "1000000000000000",
|
|
16677
|
+
symbol: "DENTX",
|
|
16678
|
+
decimals: 18,
|
|
16679
|
+
hasNativeNft: null,
|
|
16680
|
+
supportStaking: null,
|
|
16681
|
+
supportSmartContract: null,
|
|
16682
|
+
crowdloanParaId: null,
|
|
16683
|
+
crowdloanFunds: [
|
|
16684
|
+
]
|
|
16685
|
+
},
|
|
16686
|
+
extraInfo: null
|
|
16687
|
+
};
|
|
16688
|
+
var phykenTest$1 = {
|
|
16689
|
+
slug: "phykenTest",
|
|
16690
|
+
name: "Phyken Network Testnet",
|
|
16691
|
+
isTestnet: true,
|
|
16692
|
+
chainStatus: "ACTIVE",
|
|
16693
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chains/phykentest.png",
|
|
16694
|
+
providers: {
|
|
16695
|
+
"Phyken Testnet": "wss://rpc.testnet.metaquity.xyz"
|
|
16696
|
+
},
|
|
16697
|
+
evmInfo: null,
|
|
16698
|
+
substrateInfo: {
|
|
16699
|
+
relaySlug: null,
|
|
16700
|
+
paraId: null,
|
|
16701
|
+
genesisHash: "0x1072ec50040d7d42226e34d1ce90d9401ed9506a0ae16390ce6e18df99a1c4e4",
|
|
16702
|
+
addressPrefix: 666,
|
|
16703
|
+
chainType: "RELAYCHAIN",
|
|
16704
|
+
crowdloanUrl: null,
|
|
16705
|
+
blockExplorer: null,
|
|
16706
|
+
existentialDeposit: "1000",
|
|
16707
|
+
symbol: "KEN",
|
|
16708
|
+
decimals: 18,
|
|
16709
|
+
hasNativeNft: null,
|
|
16710
|
+
supportStaking: null,
|
|
16711
|
+
supportSmartContract: null,
|
|
16712
|
+
crowdloanParaId: null,
|
|
16713
|
+
crowdloanFunds: [
|
|
16714
|
+
]
|
|
16715
|
+
},
|
|
16716
|
+
extraInfo: null
|
|
16717
|
+
};
|
|
16525
16718
|
const _ChainInfoMap = {
|
|
16526
16719
|
polkadot: polkadot$1,
|
|
16527
16720
|
kusama: kusama$1,
|
|
@@ -16769,7 +16962,10 @@
|
|
|
16769
16962
|
okxTest: okxTest$1,
|
|
16770
16963
|
liberlandTest: liberlandTest$1,
|
|
16771
16964
|
liberland: liberland$1,
|
|
16772
|
-
chainflip_dot: chainflip_dot$1
|
|
16965
|
+
chainflip_dot: chainflip_dot$1,
|
|
16966
|
+
tangleTest: tangleTest$1,
|
|
16967
|
+
dentnet: dentnet$1,
|
|
16968
|
+
phykenTest: phykenTest$1
|
|
16773
16969
|
};
|
|
16774
16970
|
|
|
16775
16971
|
var polkadot = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/polkadot.png";
|
|
@@ -16986,7 +17182,11 @@
|
|
|
16986
17182
|
var okxTest = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/okxtest.png";
|
|
16987
17183
|
var liberlandTest = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/liberlandtest.png";
|
|
16988
17184
|
var liberland = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/liberland.png";
|
|
16989
|
-
var chainflip_dot = "https://dev.sw-chain-list-assets.pages.dev/assets/
|
|
17185
|
+
var chainflip_dot = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/chainflip_dot.png";
|
|
17186
|
+
var tangleTest = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/tangletest.png";
|
|
17187
|
+
var dentnet = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/dentnet.png";
|
|
17188
|
+
var metaquityTest = "https://dev.sw-chain-list-assets.pages.dev/assets/default.png";
|
|
17189
|
+
var phykenTest = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/phykentest.png";
|
|
16990
17190
|
const _ChainLogoMap = {
|
|
16991
17191
|
"default": "https://dev.sw-chain-list-assets.pages.dev/assets/default.png",
|
|
16992
17192
|
polkadot: polkadot,
|
|
@@ -17205,6 +17405,10 @@
|
|
|
17205
17405
|
liberlandTest: liberlandTest,
|
|
17206
17406
|
liberland: liberland,
|
|
17207
17407
|
chainflip_dot: chainflip_dot,
|
|
17408
|
+
tangleTest: tangleTest,
|
|
17409
|
+
dentnet: dentnet,
|
|
17410
|
+
metaquityTest: metaquityTest,
|
|
17411
|
+
phykenTest: phykenTest,
|
|
17208
17412
|
"custom-Substrate-gosnetwork": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png",
|
|
17209
17413
|
"custom-Substrate-gosspectral": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png"
|
|
17210
17414
|
};
|
|
@@ -488,10 +488,15 @@
|
|
|
488
488
|
"liberlandtest-native-ldn": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/liberlandtest-native-ldn.png",
|
|
489
489
|
"liberland-native-lld": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/liberland-native-lld.png",
|
|
490
490
|
"liberland-local-llm": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/liberland-local-llm.png",
|
|
491
|
+
"chainflip_dot-native-pdot": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/chainflip_dot-native-pdot.png",
|
|
491
492
|
"ethereum_goerli-erc20-usdc-0x07865c6e87b9f70255377e024ace6630c1eaa37f": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/ethereum_goerli-erc20-usdc-0x07865c6e87b9f70255377e024ace6630c1eaa37f.png",
|
|
492
493
|
"hydradx_main-local-astr": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-astr.png",
|
|
493
494
|
"hydradx_main-local-bnc": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-bnc.png",
|
|
494
495
|
"hydradx_main-local-glmr": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-glmr.png",
|
|
496
|
+
"tangletest-native-ttnt": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/tangletest-native-ttnt.png",
|
|
497
|
+
"dentnet-native-dentx": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/dentnet-native-dentx.png",
|
|
498
|
+
"dentnet-local-dent": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/dentnet-local-dent.png",
|
|
499
|
+
"phykentest-native-ken": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/phykentest-native-ken.png",
|
|
495
500
|
"eth-ethereum": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/eth-ethereum.png",
|
|
496
501
|
"ibtc-interbtc": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/ibtc-interbtc.png",
|
|
497
502
|
"glmr-moonbeam": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/glmr-moonbeam.png",
|
package/cjs/data/AssetRef.json
CHANGED
|
@@ -209,6 +209,20 @@
|
|
|
209
209
|
"destChain": "statemint",
|
|
210
210
|
"path": "XCM"
|
|
211
211
|
},
|
|
212
|
+
"ethereum_goerli-NATIVE-ETH___chainflip_dot-NATIVE-pDOT": {
|
|
213
|
+
"srcAsset": "ethereum_goerli-NATIVE-ETH",
|
|
214
|
+
"destAsset": "chainflip_dot-NATIVE-pDOT",
|
|
215
|
+
"srcChain": "ethereum_goerli",
|
|
216
|
+
"destChain": "chainflip_dot",
|
|
217
|
+
"path": "SWAP"
|
|
218
|
+
},
|
|
219
|
+
"ethereum_goerli-NATIVE-ETH___ethereum_goerli-ERC20-USDC-0x07865c6E87B9F70255377e024ace6630C1Eaa37F": {
|
|
220
|
+
"srcAsset": "ethereum_goerli-NATIVE-ETH",
|
|
221
|
+
"destAsset": "ethereum_goerli-ERC20-USDC-0x07865c6E87B9F70255377e024ace6630C1Eaa37F",
|
|
222
|
+
"srcChain": "ethereum_goerli",
|
|
223
|
+
"destChain": "ethereum_goerli",
|
|
224
|
+
"path": "SWAP"
|
|
225
|
+
},
|
|
212
226
|
"parallel-LOCAL-USDT___statemint-LOCAL-USDt": {
|
|
213
227
|
"srcAsset": "parallel-LOCAL-USDT",
|
|
214
228
|
"destAsset": "statemint-LOCAL-USDt",
|
|
@@ -432,5 +446,33 @@
|
|
|
432
446
|
"srcChain": "bifrost_dot",
|
|
433
447
|
"destChain": "manta_network",
|
|
434
448
|
"path": "XCM"
|
|
449
|
+
},
|
|
450
|
+
"chainflip_dot-NATIVE-pDOT___ethereum_goerli-NATIVE-ETH": {
|
|
451
|
+
"srcAsset": "chainflip_dot-NATIVE-pDOT",
|
|
452
|
+
"destAsset": "ethereum_goerli-NATIVE-ETH",
|
|
453
|
+
"srcChain": "chainflip_dot",
|
|
454
|
+
"destChain": "ethereum_goerli",
|
|
455
|
+
"path": "SWAP"
|
|
456
|
+
},
|
|
457
|
+
"chainflip_dot-NATIVE-pDOT___ethereum_goerli-ERC20-USDC-0x07865c6E87B9F70255377e024ace6630C1Eaa37F": {
|
|
458
|
+
"srcAsset": "chainflip_dot-NATIVE-pDOT",
|
|
459
|
+
"destAsset": "ethereum_goerli-ERC20-USDC-0x07865c6E87B9F70255377e024ace6630C1Eaa37F",
|
|
460
|
+
"srcChain": "chainflip_dot",
|
|
461
|
+
"destChain": "ethereum_goerli",
|
|
462
|
+
"path": "SWAP"
|
|
463
|
+
},
|
|
464
|
+
"ethereum_goerli-ERC20-USDC-0x07865c6E87B9F70255377e024ace6630C1Eaa37F___chainflip_dot-NATIVE-pDOT": {
|
|
465
|
+
"srcAsset": "ethereum_goerli-ERC20-USDC-0x07865c6E87B9F70255377e024ace6630C1Eaa37F",
|
|
466
|
+
"destAsset": "chainflip_dot-NATIVE-pDOT",
|
|
467
|
+
"srcChain": "ethereum_goerli",
|
|
468
|
+
"destChain": "chainflip_dot",
|
|
469
|
+
"path": "SWAP"
|
|
470
|
+
},
|
|
471
|
+
"ethereum_goerli-ERC20-USDC-0x07865c6E87B9F70255377e024ace6630C1Eaa37F___ethereum_goerli-NATIVE-ETH": {
|
|
472
|
+
"srcAsset": "ethereum_goerli-ERC20-USDC-0x07865c6E87B9F70255377e024ace6630C1Eaa37F",
|
|
473
|
+
"destAsset": "ethereum_goerli-NATIVE-ETH",
|
|
474
|
+
"srcChain": "ethereum_goerli",
|
|
475
|
+
"destChain": "ethereum_goerli",
|
|
476
|
+
"path": "SWAP"
|
|
435
477
|
}
|
|
436
478
|
}
|
package/cjs/data/ChainAsset.json
CHANGED
|
@@ -7867,7 +7867,7 @@
|
|
|
7867
7867
|
"metadata": null,
|
|
7868
7868
|
"multiChainAsset": null,
|
|
7869
7869
|
"hasValue": false,
|
|
7870
|
-
"icon":
|
|
7870
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/chainflip_dot-native-pdot.png"
|
|
7871
7871
|
},
|
|
7872
7872
|
"ethereum_goerli-ERC20-USDC-0x07865c6E87B9F70255377e024ace6630C1Eaa37F": {
|
|
7873
7873
|
"originChain": "ethereum_goerli",
|
|
@@ -7932,5 +7932,63 @@
|
|
|
7932
7932
|
"multiChainAsset": "GLMR-Moonbeam",
|
|
7933
7933
|
"hasValue": true,
|
|
7934
7934
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-glmr.png"
|
|
7935
|
+
},
|
|
7936
|
+
"tangleTest-NATIVE-tTNT": {
|
|
7937
|
+
"originChain": "tangleTest",
|
|
7938
|
+
"slug": "tangleTest-NATIVE-tTNT",
|
|
7939
|
+
"name": "Tangle Testnet",
|
|
7940
|
+
"symbol": "tTNT",
|
|
7941
|
+
"decimals": 18,
|
|
7942
|
+
"priceId": null,
|
|
7943
|
+
"minAmount": "1000000000000000000",
|
|
7944
|
+
"assetType": "NATIVE",
|
|
7945
|
+
"metadata": null,
|
|
7946
|
+
"multiChainAsset": null,
|
|
7947
|
+
"hasValue": false,
|
|
7948
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/tangletest-native-ttnt.png"
|
|
7949
|
+
},
|
|
7950
|
+
"dentnet-NATIVE-DENTX": {
|
|
7951
|
+
"originChain": "dentnet",
|
|
7952
|
+
"slug": "dentnet-NATIVE-DENTX",
|
|
7953
|
+
"name": "DENTNet",
|
|
7954
|
+
"symbol": "DENTX",
|
|
7955
|
+
"decimals": 18,
|
|
7956
|
+
"priceId": null,
|
|
7957
|
+
"minAmount": "1000000000000000",
|
|
7958
|
+
"assetType": "NATIVE",
|
|
7959
|
+
"metadata": null,
|
|
7960
|
+
"multiChainAsset": null,
|
|
7961
|
+
"hasValue": true,
|
|
7962
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/dentnet-native-dentx.png"
|
|
7963
|
+
},
|
|
7964
|
+
"dentnet-LOCAL-DENT": {
|
|
7965
|
+
"originChain": "dentnet",
|
|
7966
|
+
"slug": "dentnet-LOCAL-DENT",
|
|
7967
|
+
"name": "DENT (ERC20)",
|
|
7968
|
+
"symbol": "DENT",
|
|
7969
|
+
"decimals": 8,
|
|
7970
|
+
"priceId": "dent",
|
|
7971
|
+
"minAmount": "1",
|
|
7972
|
+
"assetType": "LOCAL",
|
|
7973
|
+
"metadata": {
|
|
7974
|
+
"assetId": "1"
|
|
7975
|
+
},
|
|
7976
|
+
"multiChainAsset": null,
|
|
7977
|
+
"hasValue": true,
|
|
7978
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/dentnet-local-dent.png"
|
|
7979
|
+
},
|
|
7980
|
+
"phykenTest-NATIVE-KEN": {
|
|
7981
|
+
"originChain": "phykenTest",
|
|
7982
|
+
"slug": "phykenTest-NATIVE-KEN",
|
|
7983
|
+
"name": "Phyken Network Testnet",
|
|
7984
|
+
"symbol": "KEN",
|
|
7985
|
+
"decimals": 18,
|
|
7986
|
+
"priceId": null,
|
|
7987
|
+
"minAmount": "1000",
|
|
7988
|
+
"assetType": "NATIVE",
|
|
7989
|
+
"metadata": null,
|
|
7990
|
+
"multiChainAsset": null,
|
|
7991
|
+
"hasValue": false,
|
|
7992
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/phykentest-native-ken.png"
|
|
7935
7993
|
}
|
|
7936
|
-
}
|
|
7994
|
+
}
|
package/cjs/data/ChainInfo.json
CHANGED
|
@@ -83,7 +83,6 @@
|
|
|
83
83
|
"chainStatus": "ACTIVE",
|
|
84
84
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/ethereum.png",
|
|
85
85
|
"providers": {
|
|
86
|
-
"Llamarpc": "https://eth.llamarpc.com",
|
|
87
86
|
"PublicNode": "https://ethereum.publicnode.com",
|
|
88
87
|
"Cloudflare": "https://cloudflare-eth.com",
|
|
89
88
|
"BlastApi": "https://eth-mainnet.public.blastapi.io",
|
|
@@ -436,6 +435,7 @@
|
|
|
436
435
|
"chainStatus": "ACTIVE",
|
|
437
436
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/polygon.png",
|
|
438
437
|
"providers": {
|
|
438
|
+
"Polygon Scan": "https://polygon-rpc.com/",
|
|
439
439
|
"Llamarpc": "https://polygon.llamarpc.com",
|
|
440
440
|
"BlastApi": "https://polygon-mainnet.public.blastapi.io",
|
|
441
441
|
"BorPublicNode": "https://polygon-bor.publicnode.com"
|
|
@@ -487,6 +487,7 @@
|
|
|
487
487
|
"chainStatus": "ACTIVE",
|
|
488
488
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/optimism.png",
|
|
489
489
|
"providers": {
|
|
490
|
+
"Kyber Engineering": "https://optimism.kyberengineering.io",
|
|
490
491
|
"BlastApi": "https://optimism-mainnet.public.blastapi.io"
|
|
491
492
|
},
|
|
492
493
|
"evmInfo": {
|
|
@@ -909,8 +910,7 @@
|
|
|
909
910
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/moonbase.png",
|
|
910
911
|
"providers": {
|
|
911
912
|
"Moonbeam Foundation": "wss://wss.api.moonbase.moonbeam.network",
|
|
912
|
-
"Blast": "wss://moonbase-alpha.public.blastapi.io"
|
|
913
|
-
"OnFinality": "wss://moonbeam-alpha.api.onfinality.io/public-ws"
|
|
913
|
+
"Blast": "wss://moonbase-alpha.public.blastapi.io"
|
|
914
914
|
},
|
|
915
915
|
"evmInfo": {
|
|
916
916
|
"evmChainId": 1287,
|
|
@@ -1408,8 +1408,7 @@
|
|
|
1408
1408
|
"chainStatus": "ACTIVE",
|
|
1409
1409
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/parallel.png",
|
|
1410
1410
|
"providers": {
|
|
1411
|
-
"Dwellir": "wss://parallel-rpc.dwellir.com"
|
|
1412
|
-
"Parallel": "wss://polkadot-parallel-rpc.parallel.fi"
|
|
1411
|
+
"Dwellir": "wss://parallel-rpc.dwellir.com"
|
|
1413
1412
|
},
|
|
1414
1413
|
"evmInfo": null,
|
|
1415
1414
|
"substrateInfo": {
|
|
@@ -1803,7 +1802,7 @@
|
|
|
1803
1802
|
"chainStatus": "ACTIVE",
|
|
1804
1803
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/sora_ksm.png",
|
|
1805
1804
|
"providers": {
|
|
1806
|
-
"Soramitsu": "wss://ws.parachain-collator-
|
|
1805
|
+
"Soramitsu": "wss://ws.parachain-collator-2.c2.sora2.soramitsu.co.jp"
|
|
1807
1806
|
},
|
|
1808
1807
|
"evmInfo": null,
|
|
1809
1808
|
"substrateInfo": {
|
|
@@ -2009,10 +2008,10 @@
|
|
|
2009
2008
|
"evmInfo": null,
|
|
2010
2009
|
"substrateInfo": {
|
|
2011
2010
|
"relaySlug": null,
|
|
2012
|
-
"paraId":
|
|
2011
|
+
"paraId": 2037,
|
|
2013
2012
|
"genesisHash": "0xc87870ef90a438d574b8e320f17db372c50f62beb52e479c8ff6ee5b460670b9",
|
|
2014
2013
|
"addressPrefix": 42,
|
|
2015
|
-
"chainType": "
|
|
2014
|
+
"chainType": "PARACHAIN",
|
|
2016
2015
|
"crowdloanUrl": null,
|
|
2017
2016
|
"blockExplorer": null,
|
|
2018
2017
|
"existentialDeposit": "0",
|
|
@@ -2545,7 +2544,7 @@
|
|
|
2545
2544
|
"evmInfo": null,
|
|
2546
2545
|
"substrateInfo": {
|
|
2547
2546
|
"relaySlug": null,
|
|
2548
|
-
"paraId":
|
|
2547
|
+
"paraId": 2092,
|
|
2549
2548
|
"genesisHash": "0xe3a1cf3db108e3e45c63a4841fe89ba95108b1db14fdec10c2e8a078ff322a67",
|
|
2550
2549
|
"addressPrefix": 2092,
|
|
2551
2550
|
"chainType": "RELAYCHAIN",
|
|
@@ -3269,13 +3268,13 @@
|
|
|
3269
3268
|
"evmInfo": null,
|
|
3270
3269
|
"substrateInfo": {
|
|
3271
3270
|
"relaySlug": null,
|
|
3272
|
-
"paraId":
|
|
3271
|
+
"paraId": 2000,
|
|
3273
3272
|
"genesisHash": "0x3035b88c212be330a1a724c675d56d53a5016ec32af1790738832db0227ac54c",
|
|
3274
3273
|
"addressPrefix": 42,
|
|
3275
|
-
"chainType": "
|
|
3274
|
+
"chainType": "PARACHAIN",
|
|
3276
3275
|
"crowdloanUrl": null,
|
|
3277
3276
|
"blockExplorer": "https://acala-testnet.subscan.io/",
|
|
3278
|
-
"existentialDeposit":
|
|
3277
|
+
"existentialDeposit": "100000000000",
|
|
3279
3278
|
"symbol": "ACA",
|
|
3280
3279
|
"decimals": 12,
|
|
3281
3280
|
"hasNativeNft": false,
|
|
@@ -4205,10 +4204,10 @@
|
|
|
4205
4204
|
"evmInfo": null,
|
|
4206
4205
|
"substrateInfo": {
|
|
4207
4206
|
"relaySlug": null,
|
|
4208
|
-
"paraId":
|
|
4207
|
+
"paraId": 2084,
|
|
4209
4208
|
"genesisHash": "0x53a6ab000c8c3c1015747a1e3ea237a327c77df3e59d142801a23b25163d4f45",
|
|
4210
4209
|
"addressPrefix": 78,
|
|
4211
|
-
"chainType": "
|
|
4210
|
+
"chainType": "PARACHAIN",
|
|
4212
4211
|
"crowdloanUrl": null,
|
|
4213
4212
|
"blockExplorer": null,
|
|
4214
4213
|
"existentialDeposit": "100000000000",
|
|
@@ -4284,10 +4283,10 @@
|
|
|
4284
4283
|
"evmInfo": null,
|
|
4285
4284
|
"substrateInfo": {
|
|
4286
4285
|
"relaySlug": null,
|
|
4287
|
-
"paraId":
|
|
4286
|
+
"paraId": 2000,
|
|
4288
4287
|
"genesisHash": "0xa0c6e3bac382b316a68bca7141af1fba507207594c761076847ce358aeedcc21",
|
|
4289
4288
|
"addressPrefix": 38,
|
|
4290
|
-
"chainType": "
|
|
4289
|
+
"chainType": "PARACHAIN",
|
|
4291
4290
|
"crowdloanUrl": null,
|
|
4292
4291
|
"blockExplorer": "https://kilt-testnet.subscan.io/",
|
|
4293
4292
|
"existentialDeposit": "10000000000000",
|
|
@@ -4595,7 +4594,6 @@
|
|
|
4595
4594
|
"chainStatus": "ACTIVE",
|
|
4596
4595
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/ajunapolkadot.png",
|
|
4597
4596
|
"providers": {
|
|
4598
|
-
"viaAjunaNetwork": "wss://rpc-parachain.ajuna.network",
|
|
4599
4597
|
"OnFinality": "wss://ajuna.api.onfinality.io/public-ws"
|
|
4600
4598
|
},
|
|
4601
4599
|
"evmInfo": null,
|
|
@@ -4993,7 +4991,6 @@
|
|
|
4993
4991
|
"chainStatus": "ACTIVE",
|
|
4994
4992
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/automata.png",
|
|
4995
4993
|
"providers": {
|
|
4996
|
-
"Automata Network": "wss://api.ata.network",
|
|
4997
4994
|
"OnFinality": "wss://automata.api.onfinality.io/public-ws"
|
|
4998
4995
|
},
|
|
4999
4996
|
"evmInfo": null,
|
|
@@ -5545,7 +5542,7 @@
|
|
|
5545
5542
|
"evmInfo": null,
|
|
5546
5543
|
"substrateInfo": {
|
|
5547
5544
|
"relaySlug": null,
|
|
5548
|
-
"paraId":
|
|
5545
|
+
"paraId": 2056,
|
|
5549
5546
|
"genesisHash": "0xa6ffcef7fb8caadf7f6c5ad8ada65e3eaa90d1604f3eabda546ff1d486865a0c",
|
|
5550
5547
|
"addressPrefix": 42,
|
|
5551
5548
|
"chainType": "PARACHAIN",
|
|
@@ -5873,6 +5870,7 @@
|
|
|
5873
5870
|
"chainStatus": "ACTIVE",
|
|
5874
5871
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/avalanche_c.png",
|
|
5875
5872
|
"providers": {
|
|
5873
|
+
"Avax Network": "https://api.avax.network/ext/bc/C/rpc",
|
|
5876
5874
|
"PublicNode": "https://avalanche-c-chain.publicnode.com"
|
|
5877
5875
|
},
|
|
5878
5876
|
"evmInfo": {
|
|
@@ -7441,10 +7439,10 @@
|
|
|
7441
7439
|
},
|
|
7442
7440
|
"chainflip_dot": {
|
|
7443
7441
|
"slug": "chainflip_dot",
|
|
7444
|
-
"name": "Chainflip
|
|
7442
|
+
"name": "Polkadot Chainflip Testnet",
|
|
7445
7443
|
"isTestnet": true,
|
|
7446
7444
|
"chainStatus": "ACTIVE",
|
|
7447
|
-
"icon":
|
|
7445
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/chainflip_dot.png",
|
|
7448
7446
|
"providers": {
|
|
7449
7447
|
"Chainflip": "wss://rpc-pdot.chainflip.io"
|
|
7450
7448
|
},
|
|
@@ -7467,5 +7465,92 @@
|
|
|
7467
7465
|
"crowdloanFunds": []
|
|
7468
7466
|
},
|
|
7469
7467
|
"extraInfo": null
|
|
7468
|
+
},
|
|
7469
|
+
"tangleTest": {
|
|
7470
|
+
"slug": "tangleTest",
|
|
7471
|
+
"name": "Tangle Testnet",
|
|
7472
|
+
"isTestnet": true,
|
|
7473
|
+
"chainStatus": "ACTIVE",
|
|
7474
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/tangletest.png",
|
|
7475
|
+
"providers": {
|
|
7476
|
+
"Webb": "wss://testnet-rpc.tangle.tools"
|
|
7477
|
+
},
|
|
7478
|
+
"evmInfo": null,
|
|
7479
|
+
"substrateInfo": {
|
|
7480
|
+
"relaySlug": null,
|
|
7481
|
+
"paraId": null,
|
|
7482
|
+
"genesisHash": "0x3d22af97d919611e03bbcbda96f65988758865423e89b2d99547a6bb61452db3",
|
|
7483
|
+
"addressPrefix": 42,
|
|
7484
|
+
"chainType": "RELAYCHAIN",
|
|
7485
|
+
"crowdloanUrl": null,
|
|
7486
|
+
"blockExplorer": null,
|
|
7487
|
+
"existentialDeposit": "1000000000000000000",
|
|
7488
|
+
"symbol": "tTNT",
|
|
7489
|
+
"decimals": 18,
|
|
7490
|
+
"hasNativeNft": null,
|
|
7491
|
+
"supportStaking": null,
|
|
7492
|
+
"supportSmartContract": null,
|
|
7493
|
+
"crowdloanParaId": null,
|
|
7494
|
+
"crowdloanFunds": []
|
|
7495
|
+
},
|
|
7496
|
+
"extraInfo": null
|
|
7497
|
+
},
|
|
7498
|
+
"dentnet": {
|
|
7499
|
+
"slug": "dentnet",
|
|
7500
|
+
"name": "DENTNet",
|
|
7501
|
+
"isTestnet": false,
|
|
7502
|
+
"chainStatus": "ACTIVE",
|
|
7503
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/dentnet.png",
|
|
7504
|
+
"providers": {
|
|
7505
|
+
"Dentnet": "wss://rpc.dentnet.io/ws"
|
|
7506
|
+
},
|
|
7507
|
+
"evmInfo": null,
|
|
7508
|
+
"substrateInfo": {
|
|
7509
|
+
"relaySlug": null,
|
|
7510
|
+
"paraId": null,
|
|
7511
|
+
"genesisHash": "0x0313f6a011d128d22f996703cbab05162e2fdc9e031493314fe6db79979c5ca7",
|
|
7512
|
+
"addressPrefix": 9807,
|
|
7513
|
+
"chainType": "RELAYCHAIN",
|
|
7514
|
+
"crowdloanUrl": null,
|
|
7515
|
+
"blockExplorer": null,
|
|
7516
|
+
"existentialDeposit": "1000000000000000",
|
|
7517
|
+
"symbol": "DENTX",
|
|
7518
|
+
"decimals": 18,
|
|
7519
|
+
"hasNativeNft": null,
|
|
7520
|
+
"supportStaking": null,
|
|
7521
|
+
"supportSmartContract": null,
|
|
7522
|
+
"crowdloanParaId": null,
|
|
7523
|
+
"crowdloanFunds": []
|
|
7524
|
+
},
|
|
7525
|
+
"extraInfo": null
|
|
7526
|
+
},
|
|
7527
|
+
"phykenTest": {
|
|
7528
|
+
"slug": "phykenTest",
|
|
7529
|
+
"name": "Phyken Network Testnet",
|
|
7530
|
+
"isTestnet": true,
|
|
7531
|
+
"chainStatus": "ACTIVE",
|
|
7532
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/phykentest.png",
|
|
7533
|
+
"providers": {
|
|
7534
|
+
"Phyken Testnet": "wss://rpc.testnet.metaquity.xyz"
|
|
7535
|
+
},
|
|
7536
|
+
"evmInfo": null,
|
|
7537
|
+
"substrateInfo": {
|
|
7538
|
+
"relaySlug": null,
|
|
7539
|
+
"paraId": null,
|
|
7540
|
+
"genesisHash": "0x1072ec50040d7d42226e34d1ce90d9401ed9506a0ae16390ce6e18df99a1c4e4",
|
|
7541
|
+
"addressPrefix": 666,
|
|
7542
|
+
"chainType": "RELAYCHAIN",
|
|
7543
|
+
"crowdloanUrl": null,
|
|
7544
|
+
"blockExplorer": null,
|
|
7545
|
+
"existentialDeposit": "1000",
|
|
7546
|
+
"symbol": "KEN",
|
|
7547
|
+
"decimals": 18,
|
|
7548
|
+
"hasNativeNft": null,
|
|
7549
|
+
"supportStaking": null,
|
|
7550
|
+
"supportSmartContract": null,
|
|
7551
|
+
"crowdloanParaId": null,
|
|
7552
|
+
"crowdloanFunds": []
|
|
7553
|
+
},
|
|
7554
|
+
"extraInfo": null
|
|
7470
7555
|
}
|
|
7471
7556
|
}
|
|
@@ -215,7 +215,11 @@
|
|
|
215
215
|
"okxTest": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/okxtest.png",
|
|
216
216
|
"liberlandTest": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/liberlandtest.png",
|
|
217
217
|
"liberland": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/liberland.png",
|
|
218
|
-
"chainflip_dot": "https://dev.sw-chain-list-assets.pages.dev/assets/
|
|
218
|
+
"chainflip_dot": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/chainflip_dot.png",
|
|
219
|
+
"tangleTest": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/tangletest.png",
|
|
220
|
+
"dentnet": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/dentnet.png",
|
|
221
|
+
"metaquityTest": "https://dev.sw-chain-list-assets.pages.dev/assets/default.png",
|
|
222
|
+
"phykenTest": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/phykentest.png",
|
|
219
223
|
"custom-Substrate-gosnetwork": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png",
|
|
220
224
|
"custom-Substrate-gosspectral": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png"
|
|
221
225
|
}
|
package/cjs/packageInfo.js
CHANGED
package/cjs/types.js
CHANGED
package/data/AssetLogoMap.json
CHANGED
|
@@ -488,10 +488,15 @@
|
|
|
488
488
|
"liberlandtest-native-ldn": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/liberlandtest-native-ldn.png",
|
|
489
489
|
"liberland-native-lld": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/liberland-native-lld.png",
|
|
490
490
|
"liberland-local-llm": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/liberland-local-llm.png",
|
|
491
|
+
"chainflip_dot-native-pdot": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/chainflip_dot-native-pdot.png",
|
|
491
492
|
"ethereum_goerli-erc20-usdc-0x07865c6e87b9f70255377e024ace6630c1eaa37f": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/ethereum_goerli-erc20-usdc-0x07865c6e87b9f70255377e024ace6630c1eaa37f.png",
|
|
492
493
|
"hydradx_main-local-astr": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-astr.png",
|
|
493
494
|
"hydradx_main-local-bnc": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-bnc.png",
|
|
494
495
|
"hydradx_main-local-glmr": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-glmr.png",
|
|
496
|
+
"tangletest-native-ttnt": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/tangletest-native-ttnt.png",
|
|
497
|
+
"dentnet-native-dentx": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/dentnet-native-dentx.png",
|
|
498
|
+
"dentnet-local-dent": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/dentnet-local-dent.png",
|
|
499
|
+
"phykentest-native-ken": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/phykentest-native-ken.png",
|
|
495
500
|
"eth-ethereum": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/eth-ethereum.png",
|
|
496
501
|
"ibtc-interbtc": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/ibtc-interbtc.png",
|
|
497
502
|
"glmr-moonbeam": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/glmr-moonbeam.png",
|
package/data/AssetRef.json
CHANGED
|
@@ -209,6 +209,20 @@
|
|
|
209
209
|
"destChain": "statemint",
|
|
210
210
|
"path": "XCM"
|
|
211
211
|
},
|
|
212
|
+
"ethereum_goerli-NATIVE-ETH___chainflip_dot-NATIVE-pDOT": {
|
|
213
|
+
"srcAsset": "ethereum_goerli-NATIVE-ETH",
|
|
214
|
+
"destAsset": "chainflip_dot-NATIVE-pDOT",
|
|
215
|
+
"srcChain": "ethereum_goerli",
|
|
216
|
+
"destChain": "chainflip_dot",
|
|
217
|
+
"path": "SWAP"
|
|
218
|
+
},
|
|
219
|
+
"ethereum_goerli-NATIVE-ETH___ethereum_goerli-ERC20-USDC-0x07865c6E87B9F70255377e024ace6630C1Eaa37F": {
|
|
220
|
+
"srcAsset": "ethereum_goerli-NATIVE-ETH",
|
|
221
|
+
"destAsset": "ethereum_goerli-ERC20-USDC-0x07865c6E87B9F70255377e024ace6630C1Eaa37F",
|
|
222
|
+
"srcChain": "ethereum_goerli",
|
|
223
|
+
"destChain": "ethereum_goerli",
|
|
224
|
+
"path": "SWAP"
|
|
225
|
+
},
|
|
212
226
|
"parallel-LOCAL-USDT___statemint-LOCAL-USDt": {
|
|
213
227
|
"srcAsset": "parallel-LOCAL-USDT",
|
|
214
228
|
"destAsset": "statemint-LOCAL-USDt",
|
|
@@ -432,5 +446,33 @@
|
|
|
432
446
|
"srcChain": "bifrost_dot",
|
|
433
447
|
"destChain": "manta_network",
|
|
434
448
|
"path": "XCM"
|
|
449
|
+
},
|
|
450
|
+
"chainflip_dot-NATIVE-pDOT___ethereum_goerli-NATIVE-ETH": {
|
|
451
|
+
"srcAsset": "chainflip_dot-NATIVE-pDOT",
|
|
452
|
+
"destAsset": "ethereum_goerli-NATIVE-ETH",
|
|
453
|
+
"srcChain": "chainflip_dot",
|
|
454
|
+
"destChain": "ethereum_goerli",
|
|
455
|
+
"path": "SWAP"
|
|
456
|
+
},
|
|
457
|
+
"chainflip_dot-NATIVE-pDOT___ethereum_goerli-ERC20-USDC-0x07865c6E87B9F70255377e024ace6630C1Eaa37F": {
|
|
458
|
+
"srcAsset": "chainflip_dot-NATIVE-pDOT",
|
|
459
|
+
"destAsset": "ethereum_goerli-ERC20-USDC-0x07865c6E87B9F70255377e024ace6630C1Eaa37F",
|
|
460
|
+
"srcChain": "chainflip_dot",
|
|
461
|
+
"destChain": "ethereum_goerli",
|
|
462
|
+
"path": "SWAP"
|
|
463
|
+
},
|
|
464
|
+
"ethereum_goerli-ERC20-USDC-0x07865c6E87B9F70255377e024ace6630C1Eaa37F___chainflip_dot-NATIVE-pDOT": {
|
|
465
|
+
"srcAsset": "ethereum_goerli-ERC20-USDC-0x07865c6E87B9F70255377e024ace6630C1Eaa37F",
|
|
466
|
+
"destAsset": "chainflip_dot-NATIVE-pDOT",
|
|
467
|
+
"srcChain": "ethereum_goerli",
|
|
468
|
+
"destChain": "chainflip_dot",
|
|
469
|
+
"path": "SWAP"
|
|
470
|
+
},
|
|
471
|
+
"ethereum_goerli-ERC20-USDC-0x07865c6E87B9F70255377e024ace6630C1Eaa37F___ethereum_goerli-NATIVE-ETH": {
|
|
472
|
+
"srcAsset": "ethereum_goerli-ERC20-USDC-0x07865c6E87B9F70255377e024ace6630C1Eaa37F",
|
|
473
|
+
"destAsset": "ethereum_goerli-NATIVE-ETH",
|
|
474
|
+
"srcChain": "ethereum_goerli",
|
|
475
|
+
"destChain": "ethereum_goerli",
|
|
476
|
+
"path": "SWAP"
|
|
435
477
|
}
|
|
436
478
|
}
|
package/data/ChainAsset.json
CHANGED
|
@@ -7867,7 +7867,7 @@
|
|
|
7867
7867
|
"metadata": null,
|
|
7868
7868
|
"multiChainAsset": null,
|
|
7869
7869
|
"hasValue": false,
|
|
7870
|
-
"icon":
|
|
7870
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/chainflip_dot-native-pdot.png"
|
|
7871
7871
|
},
|
|
7872
7872
|
"ethereum_goerli-ERC20-USDC-0x07865c6E87B9F70255377e024ace6630C1Eaa37F": {
|
|
7873
7873
|
"originChain": "ethereum_goerli",
|
|
@@ -7932,5 +7932,63 @@
|
|
|
7932
7932
|
"multiChainAsset": "GLMR-Moonbeam",
|
|
7933
7933
|
"hasValue": true,
|
|
7934
7934
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-glmr.png"
|
|
7935
|
+
},
|
|
7936
|
+
"tangleTest-NATIVE-tTNT": {
|
|
7937
|
+
"originChain": "tangleTest",
|
|
7938
|
+
"slug": "tangleTest-NATIVE-tTNT",
|
|
7939
|
+
"name": "Tangle Testnet",
|
|
7940
|
+
"symbol": "tTNT",
|
|
7941
|
+
"decimals": 18,
|
|
7942
|
+
"priceId": null,
|
|
7943
|
+
"minAmount": "1000000000000000000",
|
|
7944
|
+
"assetType": "NATIVE",
|
|
7945
|
+
"metadata": null,
|
|
7946
|
+
"multiChainAsset": null,
|
|
7947
|
+
"hasValue": false,
|
|
7948
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/tangletest-native-ttnt.png"
|
|
7949
|
+
},
|
|
7950
|
+
"dentnet-NATIVE-DENTX": {
|
|
7951
|
+
"originChain": "dentnet",
|
|
7952
|
+
"slug": "dentnet-NATIVE-DENTX",
|
|
7953
|
+
"name": "DENTNet",
|
|
7954
|
+
"symbol": "DENTX",
|
|
7955
|
+
"decimals": 18,
|
|
7956
|
+
"priceId": null,
|
|
7957
|
+
"minAmount": "1000000000000000",
|
|
7958
|
+
"assetType": "NATIVE",
|
|
7959
|
+
"metadata": null,
|
|
7960
|
+
"multiChainAsset": null,
|
|
7961
|
+
"hasValue": true,
|
|
7962
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/dentnet-native-dentx.png"
|
|
7963
|
+
},
|
|
7964
|
+
"dentnet-LOCAL-DENT": {
|
|
7965
|
+
"originChain": "dentnet",
|
|
7966
|
+
"slug": "dentnet-LOCAL-DENT",
|
|
7967
|
+
"name": "DENT (ERC20)",
|
|
7968
|
+
"symbol": "DENT",
|
|
7969
|
+
"decimals": 8,
|
|
7970
|
+
"priceId": "dent",
|
|
7971
|
+
"minAmount": "1",
|
|
7972
|
+
"assetType": "LOCAL",
|
|
7973
|
+
"metadata": {
|
|
7974
|
+
"assetId": "1"
|
|
7975
|
+
},
|
|
7976
|
+
"multiChainAsset": null,
|
|
7977
|
+
"hasValue": true,
|
|
7978
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/dentnet-local-dent.png"
|
|
7979
|
+
},
|
|
7980
|
+
"phykenTest-NATIVE-KEN": {
|
|
7981
|
+
"originChain": "phykenTest",
|
|
7982
|
+
"slug": "phykenTest-NATIVE-KEN",
|
|
7983
|
+
"name": "Phyken Network Testnet",
|
|
7984
|
+
"symbol": "KEN",
|
|
7985
|
+
"decimals": 18,
|
|
7986
|
+
"priceId": null,
|
|
7987
|
+
"minAmount": "1000",
|
|
7988
|
+
"assetType": "NATIVE",
|
|
7989
|
+
"metadata": null,
|
|
7990
|
+
"multiChainAsset": null,
|
|
7991
|
+
"hasValue": false,
|
|
7992
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/phykentest-native-ken.png"
|
|
7935
7993
|
}
|
|
7936
|
-
}
|
|
7994
|
+
}
|
package/data/ChainInfo.json
CHANGED
|
@@ -83,7 +83,6 @@
|
|
|
83
83
|
"chainStatus": "ACTIVE",
|
|
84
84
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/ethereum.png",
|
|
85
85
|
"providers": {
|
|
86
|
-
"Llamarpc": "https://eth.llamarpc.com",
|
|
87
86
|
"PublicNode": "https://ethereum.publicnode.com",
|
|
88
87
|
"Cloudflare": "https://cloudflare-eth.com",
|
|
89
88
|
"BlastApi": "https://eth-mainnet.public.blastapi.io",
|
|
@@ -436,6 +435,7 @@
|
|
|
436
435
|
"chainStatus": "ACTIVE",
|
|
437
436
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/polygon.png",
|
|
438
437
|
"providers": {
|
|
438
|
+
"Polygon Scan": "https://polygon-rpc.com/",
|
|
439
439
|
"Llamarpc": "https://polygon.llamarpc.com",
|
|
440
440
|
"BlastApi": "https://polygon-mainnet.public.blastapi.io",
|
|
441
441
|
"BorPublicNode": "https://polygon-bor.publicnode.com"
|
|
@@ -487,6 +487,7 @@
|
|
|
487
487
|
"chainStatus": "ACTIVE",
|
|
488
488
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/optimism.png",
|
|
489
489
|
"providers": {
|
|
490
|
+
"Kyber Engineering": "https://optimism.kyberengineering.io",
|
|
490
491
|
"BlastApi": "https://optimism-mainnet.public.blastapi.io"
|
|
491
492
|
},
|
|
492
493
|
"evmInfo": {
|
|
@@ -909,8 +910,7 @@
|
|
|
909
910
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/moonbase.png",
|
|
910
911
|
"providers": {
|
|
911
912
|
"Moonbeam Foundation": "wss://wss.api.moonbase.moonbeam.network",
|
|
912
|
-
"Blast": "wss://moonbase-alpha.public.blastapi.io"
|
|
913
|
-
"OnFinality": "wss://moonbeam-alpha.api.onfinality.io/public-ws"
|
|
913
|
+
"Blast": "wss://moonbase-alpha.public.blastapi.io"
|
|
914
914
|
},
|
|
915
915
|
"evmInfo": {
|
|
916
916
|
"evmChainId": 1287,
|
|
@@ -1408,8 +1408,7 @@
|
|
|
1408
1408
|
"chainStatus": "ACTIVE",
|
|
1409
1409
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/parallel.png",
|
|
1410
1410
|
"providers": {
|
|
1411
|
-
"Dwellir": "wss://parallel-rpc.dwellir.com"
|
|
1412
|
-
"Parallel": "wss://polkadot-parallel-rpc.parallel.fi"
|
|
1411
|
+
"Dwellir": "wss://parallel-rpc.dwellir.com"
|
|
1413
1412
|
},
|
|
1414
1413
|
"evmInfo": null,
|
|
1415
1414
|
"substrateInfo": {
|
|
@@ -1803,7 +1802,7 @@
|
|
|
1803
1802
|
"chainStatus": "ACTIVE",
|
|
1804
1803
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/sora_ksm.png",
|
|
1805
1804
|
"providers": {
|
|
1806
|
-
"Soramitsu": "wss://ws.parachain-collator-
|
|
1805
|
+
"Soramitsu": "wss://ws.parachain-collator-2.c2.sora2.soramitsu.co.jp"
|
|
1807
1806
|
},
|
|
1808
1807
|
"evmInfo": null,
|
|
1809
1808
|
"substrateInfo": {
|
|
@@ -2009,10 +2008,10 @@
|
|
|
2009
2008
|
"evmInfo": null,
|
|
2010
2009
|
"substrateInfo": {
|
|
2011
2010
|
"relaySlug": null,
|
|
2012
|
-
"paraId":
|
|
2011
|
+
"paraId": 2037,
|
|
2013
2012
|
"genesisHash": "0xc87870ef90a438d574b8e320f17db372c50f62beb52e479c8ff6ee5b460670b9",
|
|
2014
2013
|
"addressPrefix": 42,
|
|
2015
|
-
"chainType": "
|
|
2014
|
+
"chainType": "PARACHAIN",
|
|
2016
2015
|
"crowdloanUrl": null,
|
|
2017
2016
|
"blockExplorer": null,
|
|
2018
2017
|
"existentialDeposit": "0",
|
|
@@ -2545,7 +2544,7 @@
|
|
|
2545
2544
|
"evmInfo": null,
|
|
2546
2545
|
"substrateInfo": {
|
|
2547
2546
|
"relaySlug": null,
|
|
2548
|
-
"paraId":
|
|
2547
|
+
"paraId": 2092,
|
|
2549
2548
|
"genesisHash": "0xe3a1cf3db108e3e45c63a4841fe89ba95108b1db14fdec10c2e8a078ff322a67",
|
|
2550
2549
|
"addressPrefix": 2092,
|
|
2551
2550
|
"chainType": "RELAYCHAIN",
|
|
@@ -3269,13 +3268,13 @@
|
|
|
3269
3268
|
"evmInfo": null,
|
|
3270
3269
|
"substrateInfo": {
|
|
3271
3270
|
"relaySlug": null,
|
|
3272
|
-
"paraId":
|
|
3271
|
+
"paraId": 2000,
|
|
3273
3272
|
"genesisHash": "0x3035b88c212be330a1a724c675d56d53a5016ec32af1790738832db0227ac54c",
|
|
3274
3273
|
"addressPrefix": 42,
|
|
3275
|
-
"chainType": "
|
|
3274
|
+
"chainType": "PARACHAIN",
|
|
3276
3275
|
"crowdloanUrl": null,
|
|
3277
3276
|
"blockExplorer": "https://acala-testnet.subscan.io/",
|
|
3278
|
-
"existentialDeposit":
|
|
3277
|
+
"existentialDeposit": "100000000000",
|
|
3279
3278
|
"symbol": "ACA",
|
|
3280
3279
|
"decimals": 12,
|
|
3281
3280
|
"hasNativeNft": false,
|
|
@@ -4205,10 +4204,10 @@
|
|
|
4205
4204
|
"evmInfo": null,
|
|
4206
4205
|
"substrateInfo": {
|
|
4207
4206
|
"relaySlug": null,
|
|
4208
|
-
"paraId":
|
|
4207
|
+
"paraId": 2084,
|
|
4209
4208
|
"genesisHash": "0x53a6ab000c8c3c1015747a1e3ea237a327c77df3e59d142801a23b25163d4f45",
|
|
4210
4209
|
"addressPrefix": 78,
|
|
4211
|
-
"chainType": "
|
|
4210
|
+
"chainType": "PARACHAIN",
|
|
4212
4211
|
"crowdloanUrl": null,
|
|
4213
4212
|
"blockExplorer": null,
|
|
4214
4213
|
"existentialDeposit": "100000000000",
|
|
@@ -4284,10 +4283,10 @@
|
|
|
4284
4283
|
"evmInfo": null,
|
|
4285
4284
|
"substrateInfo": {
|
|
4286
4285
|
"relaySlug": null,
|
|
4287
|
-
"paraId":
|
|
4286
|
+
"paraId": 2000,
|
|
4288
4287
|
"genesisHash": "0xa0c6e3bac382b316a68bca7141af1fba507207594c761076847ce358aeedcc21",
|
|
4289
4288
|
"addressPrefix": 38,
|
|
4290
|
-
"chainType": "
|
|
4289
|
+
"chainType": "PARACHAIN",
|
|
4291
4290
|
"crowdloanUrl": null,
|
|
4292
4291
|
"blockExplorer": "https://kilt-testnet.subscan.io/",
|
|
4293
4292
|
"existentialDeposit": "10000000000000",
|
|
@@ -4595,7 +4594,6 @@
|
|
|
4595
4594
|
"chainStatus": "ACTIVE",
|
|
4596
4595
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/ajunapolkadot.png",
|
|
4597
4596
|
"providers": {
|
|
4598
|
-
"viaAjunaNetwork": "wss://rpc-parachain.ajuna.network",
|
|
4599
4597
|
"OnFinality": "wss://ajuna.api.onfinality.io/public-ws"
|
|
4600
4598
|
},
|
|
4601
4599
|
"evmInfo": null,
|
|
@@ -4993,7 +4991,6 @@
|
|
|
4993
4991
|
"chainStatus": "ACTIVE",
|
|
4994
4992
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/automata.png",
|
|
4995
4993
|
"providers": {
|
|
4996
|
-
"Automata Network": "wss://api.ata.network",
|
|
4997
4994
|
"OnFinality": "wss://automata.api.onfinality.io/public-ws"
|
|
4998
4995
|
},
|
|
4999
4996
|
"evmInfo": null,
|
|
@@ -5545,7 +5542,7 @@
|
|
|
5545
5542
|
"evmInfo": null,
|
|
5546
5543
|
"substrateInfo": {
|
|
5547
5544
|
"relaySlug": null,
|
|
5548
|
-
"paraId":
|
|
5545
|
+
"paraId": 2056,
|
|
5549
5546
|
"genesisHash": "0xa6ffcef7fb8caadf7f6c5ad8ada65e3eaa90d1604f3eabda546ff1d486865a0c",
|
|
5550
5547
|
"addressPrefix": 42,
|
|
5551
5548
|
"chainType": "PARACHAIN",
|
|
@@ -5873,6 +5870,7 @@
|
|
|
5873
5870
|
"chainStatus": "ACTIVE",
|
|
5874
5871
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/avalanche_c.png",
|
|
5875
5872
|
"providers": {
|
|
5873
|
+
"Avax Network": "https://api.avax.network/ext/bc/C/rpc",
|
|
5876
5874
|
"PublicNode": "https://avalanche-c-chain.publicnode.com"
|
|
5877
5875
|
},
|
|
5878
5876
|
"evmInfo": {
|
|
@@ -7441,10 +7439,10 @@
|
|
|
7441
7439
|
},
|
|
7442
7440
|
"chainflip_dot": {
|
|
7443
7441
|
"slug": "chainflip_dot",
|
|
7444
|
-
"name": "Chainflip
|
|
7442
|
+
"name": "Polkadot Chainflip Testnet",
|
|
7445
7443
|
"isTestnet": true,
|
|
7446
7444
|
"chainStatus": "ACTIVE",
|
|
7447
|
-
"icon":
|
|
7445
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/chainflip_dot.png",
|
|
7448
7446
|
"providers": {
|
|
7449
7447
|
"Chainflip": "wss://rpc-pdot.chainflip.io"
|
|
7450
7448
|
},
|
|
@@ -7467,5 +7465,92 @@
|
|
|
7467
7465
|
"crowdloanFunds": []
|
|
7468
7466
|
},
|
|
7469
7467
|
"extraInfo": null
|
|
7468
|
+
},
|
|
7469
|
+
"tangleTest": {
|
|
7470
|
+
"slug": "tangleTest",
|
|
7471
|
+
"name": "Tangle Testnet",
|
|
7472
|
+
"isTestnet": true,
|
|
7473
|
+
"chainStatus": "ACTIVE",
|
|
7474
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/tangletest.png",
|
|
7475
|
+
"providers": {
|
|
7476
|
+
"Webb": "wss://testnet-rpc.tangle.tools"
|
|
7477
|
+
},
|
|
7478
|
+
"evmInfo": null,
|
|
7479
|
+
"substrateInfo": {
|
|
7480
|
+
"relaySlug": null,
|
|
7481
|
+
"paraId": null,
|
|
7482
|
+
"genesisHash": "0x3d22af97d919611e03bbcbda96f65988758865423e89b2d99547a6bb61452db3",
|
|
7483
|
+
"addressPrefix": 42,
|
|
7484
|
+
"chainType": "RELAYCHAIN",
|
|
7485
|
+
"crowdloanUrl": null,
|
|
7486
|
+
"blockExplorer": null,
|
|
7487
|
+
"existentialDeposit": "1000000000000000000",
|
|
7488
|
+
"symbol": "tTNT",
|
|
7489
|
+
"decimals": 18,
|
|
7490
|
+
"hasNativeNft": null,
|
|
7491
|
+
"supportStaking": null,
|
|
7492
|
+
"supportSmartContract": null,
|
|
7493
|
+
"crowdloanParaId": null,
|
|
7494
|
+
"crowdloanFunds": []
|
|
7495
|
+
},
|
|
7496
|
+
"extraInfo": null
|
|
7497
|
+
},
|
|
7498
|
+
"dentnet": {
|
|
7499
|
+
"slug": "dentnet",
|
|
7500
|
+
"name": "DENTNet",
|
|
7501
|
+
"isTestnet": false,
|
|
7502
|
+
"chainStatus": "ACTIVE",
|
|
7503
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/dentnet.png",
|
|
7504
|
+
"providers": {
|
|
7505
|
+
"Dentnet": "wss://rpc.dentnet.io/ws"
|
|
7506
|
+
},
|
|
7507
|
+
"evmInfo": null,
|
|
7508
|
+
"substrateInfo": {
|
|
7509
|
+
"relaySlug": null,
|
|
7510
|
+
"paraId": null,
|
|
7511
|
+
"genesisHash": "0x0313f6a011d128d22f996703cbab05162e2fdc9e031493314fe6db79979c5ca7",
|
|
7512
|
+
"addressPrefix": 9807,
|
|
7513
|
+
"chainType": "RELAYCHAIN",
|
|
7514
|
+
"crowdloanUrl": null,
|
|
7515
|
+
"blockExplorer": null,
|
|
7516
|
+
"existentialDeposit": "1000000000000000",
|
|
7517
|
+
"symbol": "DENTX",
|
|
7518
|
+
"decimals": 18,
|
|
7519
|
+
"hasNativeNft": null,
|
|
7520
|
+
"supportStaking": null,
|
|
7521
|
+
"supportSmartContract": null,
|
|
7522
|
+
"crowdloanParaId": null,
|
|
7523
|
+
"crowdloanFunds": []
|
|
7524
|
+
},
|
|
7525
|
+
"extraInfo": null
|
|
7526
|
+
},
|
|
7527
|
+
"phykenTest": {
|
|
7528
|
+
"slug": "phykenTest",
|
|
7529
|
+
"name": "Phyken Network Testnet",
|
|
7530
|
+
"isTestnet": true,
|
|
7531
|
+
"chainStatus": "ACTIVE",
|
|
7532
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/phykentest.png",
|
|
7533
|
+
"providers": {
|
|
7534
|
+
"Phyken Testnet": "wss://rpc.testnet.metaquity.xyz"
|
|
7535
|
+
},
|
|
7536
|
+
"evmInfo": null,
|
|
7537
|
+
"substrateInfo": {
|
|
7538
|
+
"relaySlug": null,
|
|
7539
|
+
"paraId": null,
|
|
7540
|
+
"genesisHash": "0x1072ec50040d7d42226e34d1ce90d9401ed9506a0ae16390ce6e18df99a1c4e4",
|
|
7541
|
+
"addressPrefix": 666,
|
|
7542
|
+
"chainType": "RELAYCHAIN",
|
|
7543
|
+
"crowdloanUrl": null,
|
|
7544
|
+
"blockExplorer": null,
|
|
7545
|
+
"existentialDeposit": "1000",
|
|
7546
|
+
"symbol": "KEN",
|
|
7547
|
+
"decimals": 18,
|
|
7548
|
+
"hasNativeNft": null,
|
|
7549
|
+
"supportStaking": null,
|
|
7550
|
+
"supportSmartContract": null,
|
|
7551
|
+
"crowdloanParaId": null,
|
|
7552
|
+
"crowdloanFunds": []
|
|
7553
|
+
},
|
|
7554
|
+
"extraInfo": null
|
|
7470
7555
|
}
|
|
7471
7556
|
}
|
package/data/ChainLogoMap.json
CHANGED
|
@@ -215,7 +215,11 @@
|
|
|
215
215
|
"okxTest": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/okxtest.png",
|
|
216
216
|
"liberlandTest": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/liberlandtest.png",
|
|
217
217
|
"liberland": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/liberland.png",
|
|
218
|
-
"chainflip_dot": "https://dev.sw-chain-list-assets.pages.dev/assets/
|
|
218
|
+
"chainflip_dot": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/chainflip_dot.png",
|
|
219
|
+
"tangleTest": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/tangletest.png",
|
|
220
|
+
"dentnet": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/dentnet.png",
|
|
221
|
+
"metaquityTest": "https://dev.sw-chain-list-assets.pages.dev/assets/default.png",
|
|
222
|
+
"phykenTest": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/phykentest.png",
|
|
219
223
|
"custom-Substrate-gosnetwork": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png",
|
|
220
224
|
"custom-Substrate-gosspectral": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png"
|
|
221
225
|
}
|
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.43-beta.
|
|
10
|
+
version: '0.2.43-beta.3'
|
|
11
11
|
};
|
package/types.d.ts
CHANGED