@subwallet/chain-list 0.2.56-beta.4 → 0.2.57-beta.0
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 +207 -34
- package/cjs/data/AssetLogoMap.json +3 -2
- package/cjs/data/AssetRef.json +8 -8
- package/cjs/data/ChainAsset.json +89 -22
- package/cjs/data/ChainInfo.json +97 -4
- package/cjs/data/ChainLogoMap.json +3 -0
- package/cjs/packageInfo.js +1 -1
- package/data/AssetLogoMap.json +3 -2
- package/data/AssetRef.json +8 -8
- package/data/ChainAsset.json +89 -22
- package/data/ChainInfo.json +97 -4
- package/data/ChainLogoMap.json +3 -0
- package/package.json +1 -1
- package/packageInfo.js +1 -1
|
@@ -548,11 +548,12 @@
|
|
|
548
548
|
"humanode-native-hmnd": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/humanode-native-hmnd.png",
|
|
549
549
|
"humanodeevm-native-ehmnd": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/humanodeevm-native-ehmnd.png",
|
|
550
550
|
"humanodeevm-erc20-wehmnd-0x0000000000000000000000000000000000000802": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/humanodeevm-erc20-wehmnd-0x0000000000000000000000000000000000000802.png",
|
|
551
|
+
"moonbeam-local-xcvdot": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/moonbeam-local-xcvdot.png",
|
|
551
552
|
"statemint-local-stink": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/statemint-local-stink.png",
|
|
552
553
|
"hydradx_main-local-stink": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-stink.png",
|
|
553
554
|
"base_mainnet-erc20-pink-0x66fc31b3233c7c001bdd21ff6e5e66fa08ef85d0": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/base_mainnet-erc20-pink-0x66fc31b3233c7c001bdd21ff6e5e66fa08ef85d0.png",
|
|
554
555
|
"paseotest-native-pas": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/paseotest-native-pas.png",
|
|
555
|
-
"
|
|
556
|
+
"availturingtest-native-avail": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/availturingtest-native-avail.png",
|
|
556
557
|
"eth-ethereum": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/eth-ethereum.png",
|
|
557
558
|
"ibtc-interbtc": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/ibtc-interbtc.png",
|
|
558
559
|
"glmr-moonbeam": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/glmr-moonbeam.png",
|
|
@@ -2134,6 +2135,13 @@
|
|
|
2134
2135
|
srcChain: "hydradx_main",
|
|
2135
2136
|
destChain: "statemint",
|
|
2136
2137
|
path: "XCM"
|
|
2138
|
+
},
|
|
2139
|
+
"moonbeam-LOCAL-xcvDOT___moonbeam-LOCAL-xcDOT": {
|
|
2140
|
+
srcAsset: "moonbeam-LOCAL-xcvDOT",
|
|
2141
|
+
destAsset: "moonbeam-LOCAL-xcDOT",
|
|
2142
|
+
srcChain: "moonbeam",
|
|
2143
|
+
destChain: "moonbeam",
|
|
2144
|
+
path: "SWAP"
|
|
2137
2145
|
},
|
|
2138
2146
|
"statemint-LOCAL-STINK___hydradx_main-LOCAL-STINK": {
|
|
2139
2147
|
srcAsset: "statemint-LOCAL-STINK",
|
|
@@ -2148,13 +2156,6 @@
|
|
|
2148
2156
|
srcChain: "hydradx_main",
|
|
2149
2157
|
destChain: "statemint",
|
|
2150
2158
|
path: "XCM"
|
|
2151
|
-
},
|
|
2152
|
-
"moonbeam-LOCAL-xcvDOT___moonbeam-LOCAL-xcDOT": {
|
|
2153
|
-
srcAsset: "moonbeam-LOCAL-xcvDOT",
|
|
2154
|
-
destAsset: "moonbeam-LOCAL-xcDOT",
|
|
2155
|
-
srcChain: "moonbeam",
|
|
2156
|
-
destChain: "moonbeam",
|
|
2157
|
-
path: "SWAP"
|
|
2158
2159
|
}
|
|
2159
2160
|
};
|
|
2160
2161
|
|
|
@@ -3558,7 +3559,8 @@
|
|
|
3558
3559
|
minAmount: "1000000000000",
|
|
3559
3560
|
assetType: "NATIVE",
|
|
3560
3561
|
metadata: {
|
|
3561
|
-
assetId: "0"
|
|
3562
|
+
assetId: "0",
|
|
3563
|
+
autoEnable: true
|
|
3562
3564
|
},
|
|
3563
3565
|
multiChainAsset: null,
|
|
3564
3566
|
hasValue: true,
|
|
@@ -3575,6 +3577,7 @@
|
|
|
3575
3577
|
assetType: "LOCAL",
|
|
3576
3578
|
metadata: {
|
|
3577
3579
|
assetId: "10",
|
|
3580
|
+
autoEnable: true,
|
|
3578
3581
|
multilocation: {
|
|
3579
3582
|
Concrete: {
|
|
3580
3583
|
parents: 1,
|
|
@@ -9154,6 +9157,7 @@
|
|
|
9154
9157
|
assetType: "LOCAL",
|
|
9155
9158
|
metadata: {
|
|
9156
9159
|
assetId: "5",
|
|
9160
|
+
autoEnable: true,
|
|
9157
9161
|
canPayTxFee: true,
|
|
9158
9162
|
alternativeSwapAsset: "polkadot-NATIVE-DOT"
|
|
9159
9163
|
},
|
|
@@ -10067,6 +10071,7 @@
|
|
|
10067
10071
|
assetType: "LOCAL",
|
|
10068
10072
|
metadata: {
|
|
10069
10073
|
assetId: "9",
|
|
10074
|
+
autoEnable: true,
|
|
10070
10075
|
alternativeSwapAsset: "astar-NATIVE-ASTR"
|
|
10071
10076
|
},
|
|
10072
10077
|
multiChainAsset: "ASTR-Astar",
|
|
@@ -10099,7 +10104,8 @@
|
|
|
10099
10104
|
minAmount: "34854864344868000",
|
|
10100
10105
|
assetType: "LOCAL",
|
|
10101
10106
|
metadata: {
|
|
10102
|
-
assetId: "16"
|
|
10107
|
+
assetId: "16",
|
|
10108
|
+
autoEnable: true
|
|
10103
10109
|
},
|
|
10104
10110
|
multiChainAsset: "GLMR-Moonbeam",
|
|
10105
10111
|
hasValue: true,
|
|
@@ -10659,7 +10665,8 @@
|
|
|
10659
10665
|
minAmount: "1000",
|
|
10660
10666
|
assetType: "LOCAL",
|
|
10661
10667
|
metadata: {
|
|
10662
|
-
assetId: "100"
|
|
10668
|
+
assetId: "100",
|
|
10669
|
+
autoEnable: true
|
|
10663
10670
|
},
|
|
10664
10671
|
multiChainAsset: null,
|
|
10665
10672
|
hasValue: true,
|
|
@@ -10675,7 +10682,8 @@
|
|
|
10675
10682
|
minAmount: "5390835579515",
|
|
10676
10683
|
assetType: "LOCAL",
|
|
10677
10684
|
metadata: {
|
|
10678
|
-
assetId: "20"
|
|
10685
|
+
assetId: "20",
|
|
10686
|
+
autoEnable: true
|
|
10679
10687
|
},
|
|
10680
10688
|
multiChainAsset: "ETH-Ethereum",
|
|
10681
10689
|
hasValue: true,
|
|
@@ -10691,7 +10699,8 @@
|
|
|
10691
10699
|
minAmount: "1000",
|
|
10692
10700
|
assetType: "LOCAL",
|
|
10693
10701
|
metadata: {
|
|
10694
|
-
assetId: "101"
|
|
10702
|
+
assetId: "101",
|
|
10703
|
+
autoEnable: true
|
|
10695
10704
|
},
|
|
10696
10705
|
multiChainAsset: null,
|
|
10697
10706
|
hasValue: true,
|
|
@@ -10707,7 +10716,8 @@
|
|
|
10707
10716
|
minAmount: "18761726",
|
|
10708
10717
|
assetType: "LOCAL",
|
|
10709
10718
|
metadata: {
|
|
10710
|
-
assetId: "15"
|
|
10719
|
+
assetId: "15",
|
|
10720
|
+
autoEnable: true
|
|
10711
10721
|
},
|
|
10712
10722
|
multiChainAsset: "vDOT-VoucherDot",
|
|
10713
10723
|
hasValue: true,
|
|
@@ -10958,9 +10968,27 @@
|
|
|
10958
10968
|
metadata: {
|
|
10959
10969
|
contractAddress: "0x0000000000000000000000000000000000000802"
|
|
10960
10970
|
},
|
|
10961
|
-
multiChainAsset:
|
|
10971
|
+
multiChainAsset: null,
|
|
10962
10972
|
hasValue: true,
|
|
10963
10973
|
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/humanodeevm-erc20-wehmnd-0x0000000000000000000000000000000000000802.png"
|
|
10974
|
+
},
|
|
10975
|
+
"moonbeam-LOCAL-xcvDOT": {
|
|
10976
|
+
originChain: "moonbeam",
|
|
10977
|
+
slug: "moonbeam-LOCAL-xcvDOT",
|
|
10978
|
+
name: "Bifrost Voucher DOT",
|
|
10979
|
+
symbol: "xcvDOT",
|
|
10980
|
+
decimals: 10,
|
|
10981
|
+
priceId: "voucher-dot",
|
|
10982
|
+
minAmount: "0",
|
|
10983
|
+
assetType: "LOCAL",
|
|
10984
|
+
metadata: {
|
|
10985
|
+
assetId: "29085784439601774464560083082574142143",
|
|
10986
|
+
assetType: "ForeignAsset",
|
|
10987
|
+
contractAddress: "0xFFFfffFf15e1b7E3dF971DD813Bc394deB899aBf"
|
|
10988
|
+
},
|
|
10989
|
+
multiChainAsset: "vDOT-VoucherDot",
|
|
10990
|
+
hasValue: null,
|
|
10991
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/moonbeam-local-xcvdot.png"
|
|
10964
10992
|
},
|
|
10965
10993
|
"statemint-LOCAL-STINK": {
|
|
10966
10994
|
originChain: "statemint",
|
|
@@ -11057,23 +11085,63 @@
|
|
|
11057
11085
|
hasValue: false,
|
|
11058
11086
|
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/paseotest-native-pas.png"
|
|
11059
11087
|
},
|
|
11060
|
-
"
|
|
11061
|
-
originChain: "
|
|
11062
|
-
slug: "
|
|
11063
|
-
name: "
|
|
11064
|
-
symbol: "
|
|
11065
|
-
decimals:
|
|
11066
|
-
priceId:
|
|
11067
|
-
minAmount: "
|
|
11088
|
+
"commune-NATIVE-C": {
|
|
11089
|
+
originChain: "commune",
|
|
11090
|
+
slug: "commune-NATIVE-C",
|
|
11091
|
+
name: "Commune AI",
|
|
11092
|
+
symbol: "C",
|
|
11093
|
+
decimals: 9,
|
|
11094
|
+
priceId: null,
|
|
11095
|
+
minAmount: "500",
|
|
11096
|
+
assetType: "NATIVE",
|
|
11097
|
+
metadata: null,
|
|
11098
|
+
multiChainAsset: null,
|
|
11099
|
+
hasValue: true,
|
|
11100
|
+
icon: null
|
|
11101
|
+
},
|
|
11102
|
+
"dbcchain-NATIVE-DBC": {
|
|
11103
|
+
originChain: "dbcchain",
|
|
11104
|
+
slug: "dbcchain-NATIVE-DBC",
|
|
11105
|
+
name: "DBC Mainnet",
|
|
11106
|
+
symbol: "DBC",
|
|
11107
|
+
decimals: 15,
|
|
11108
|
+
priceId: "deepbrain-chain",
|
|
11109
|
+
minAmount: "10000000000000",
|
|
11110
|
+
assetType: "NATIVE",
|
|
11111
|
+
metadata: null,
|
|
11112
|
+
multiChainAsset: null,
|
|
11113
|
+
hasValue: true,
|
|
11114
|
+
icon: null
|
|
11115
|
+
},
|
|
11116
|
+
"dbcchain-LOCAL-DLC": {
|
|
11117
|
+
originChain: "dbcchain",
|
|
11118
|
+
slug: "dbcchain-LOCAL-DLC",
|
|
11119
|
+
name: "DeepLink Coin",
|
|
11120
|
+
symbol: "DLC",
|
|
11121
|
+
decimals: 8,
|
|
11122
|
+
priceId: null,
|
|
11123
|
+
minAmount: "100000",
|
|
11068
11124
|
assetType: "LOCAL",
|
|
11069
11125
|
metadata: {
|
|
11070
|
-
assetId: "
|
|
11071
|
-
assetType: "ForeignAsset",
|
|
11072
|
-
contractAddress: "0xFFFfffFf15e1b7E3dF971DD813Bc394deB899aBf"
|
|
11126
|
+
assetId: "88"
|
|
11073
11127
|
},
|
|
11074
|
-
multiChainAsset:
|
|
11075
|
-
hasValue:
|
|
11076
|
-
icon:
|
|
11128
|
+
multiChainAsset: null,
|
|
11129
|
+
hasValue: true,
|
|
11130
|
+
icon: null
|
|
11131
|
+
},
|
|
11132
|
+
"availTuringTest-NATIVE-AVAIL": {
|
|
11133
|
+
originChain: "availTuringTest",
|
|
11134
|
+
slug: "availTuringTest-NATIVE-AVAIL",
|
|
11135
|
+
name: "Avail Turing Testnet",
|
|
11136
|
+
symbol: "AVAIL",
|
|
11137
|
+
decimals: 18,
|
|
11138
|
+
priceId: null,
|
|
11139
|
+
minAmount: "1000000000000",
|
|
11140
|
+
assetType: "NATIVE",
|
|
11141
|
+
metadata: null,
|
|
11142
|
+
multiChainAsset: null,
|
|
11143
|
+
hasValue: false,
|
|
11144
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/availturingtest-native-avail.png"
|
|
11077
11145
|
}
|
|
11078
11146
|
};
|
|
11079
11147
|
|
|
@@ -18279,7 +18347,7 @@
|
|
|
18279
18347
|
addressPrefix: 2135,
|
|
18280
18348
|
chainType: "RELAYCHAIN",
|
|
18281
18349
|
crowdloanUrl: null,
|
|
18282
|
-
blockExplorer:
|
|
18350
|
+
blockExplorer: "https://enjin.subscan.io/",
|
|
18283
18351
|
existentialDeposit: "100000000000000000",
|
|
18284
18352
|
symbol: "ENJ",
|
|
18285
18353
|
decimals: 18,
|
|
@@ -18290,7 +18358,10 @@
|
|
|
18290
18358
|
crowdloanFunds: [
|
|
18291
18359
|
]
|
|
18292
18360
|
},
|
|
18293
|
-
extraInfo:
|
|
18361
|
+
extraInfo: {
|
|
18362
|
+
subscanSlug: "enjin",
|
|
18363
|
+
chainBalanceSlug: null
|
|
18364
|
+
}
|
|
18294
18365
|
};
|
|
18295
18366
|
var enjin_matrixchain$1 = {
|
|
18296
18367
|
slug: "enjin_matrixchain",
|
|
@@ -18310,7 +18381,7 @@
|
|
|
18310
18381
|
addressPrefix: 1110,
|
|
18311
18382
|
chainType: null,
|
|
18312
18383
|
crowdloanUrl: null,
|
|
18313
|
-
blockExplorer:
|
|
18384
|
+
blockExplorer: "https://matrix.subscan.io/",
|
|
18314
18385
|
existentialDeposit: "100000000000000000",
|
|
18315
18386
|
symbol: "ENJ",
|
|
18316
18387
|
decimals: 18,
|
|
@@ -18321,7 +18392,10 @@
|
|
|
18321
18392
|
crowdloanFunds: [
|
|
18322
18393
|
]
|
|
18323
18394
|
},
|
|
18324
|
-
extraInfo:
|
|
18395
|
+
extraInfo: {
|
|
18396
|
+
subscanSlug: "matrix",
|
|
18397
|
+
chainBalanceSlug: null
|
|
18398
|
+
}
|
|
18325
18399
|
};
|
|
18326
18400
|
var vara_testnet$1 = {
|
|
18327
18401
|
slug: "vara_testnet",
|
|
@@ -19193,6 +19267,96 @@
|
|
|
19193
19267
|
chainBalanceSlug: null
|
|
19194
19268
|
}
|
|
19195
19269
|
};
|
|
19270
|
+
var commune$1 = {
|
|
19271
|
+
slug: "commune",
|
|
19272
|
+
name: "Commune AI",
|
|
19273
|
+
isTestnet: false,
|
|
19274
|
+
chainStatus: "ACTIVE",
|
|
19275
|
+
icon: null,
|
|
19276
|
+
providers: {
|
|
19277
|
+
"Commune Node 1": "wss://commune-api-node-1.communeai.net"
|
|
19278
|
+
},
|
|
19279
|
+
evmInfo: null,
|
|
19280
|
+
substrateInfo: {
|
|
19281
|
+
relaySlug: null,
|
|
19282
|
+
paraId: null,
|
|
19283
|
+
genesisHash: "0xbc6eb9753e2417476601485f9f8ef8474701ec199d456f989bd397682c9425c5",
|
|
19284
|
+
addressPrefix: 42,
|
|
19285
|
+
chainType: "RELAYCHAIN",
|
|
19286
|
+
crowdloanUrl: null,
|
|
19287
|
+
blockExplorer: null,
|
|
19288
|
+
existentialDeposit: "500",
|
|
19289
|
+
symbol: "C",
|
|
19290
|
+
decimals: 9,
|
|
19291
|
+
hasNativeNft: null,
|
|
19292
|
+
supportStaking: null,
|
|
19293
|
+
supportSmartContract: null,
|
|
19294
|
+
crowdloanParaId: null,
|
|
19295
|
+
crowdloanFunds: [
|
|
19296
|
+
]
|
|
19297
|
+
},
|
|
19298
|
+
extraInfo: null
|
|
19299
|
+
};
|
|
19300
|
+
var dbcchain$1 = {
|
|
19301
|
+
slug: "dbcchain",
|
|
19302
|
+
name: "DBC Mainnet",
|
|
19303
|
+
isTestnet: false,
|
|
19304
|
+
chainStatus: "ACTIVE",
|
|
19305
|
+
icon: null,
|
|
19306
|
+
providers: {
|
|
19307
|
+
"DBC Chain": "wss://info1.dbcwallet.io"
|
|
19308
|
+
},
|
|
19309
|
+
evmInfo: null,
|
|
19310
|
+
substrateInfo: {
|
|
19311
|
+
relaySlug: null,
|
|
19312
|
+
paraId: null,
|
|
19313
|
+
genesisHash: "0xd523fa2e0581f069b4f0c7b5944c21e9abc72305a08067868c91b898d1bf1dff",
|
|
19314
|
+
addressPrefix: 42,
|
|
19315
|
+
chainType: "RELAYCHAIN",
|
|
19316
|
+
crowdloanUrl: null,
|
|
19317
|
+
blockExplorer: null,
|
|
19318
|
+
existentialDeposit: "10000000000000",
|
|
19319
|
+
symbol: "DBC",
|
|
19320
|
+
decimals: 15,
|
|
19321
|
+
hasNativeNft: null,
|
|
19322
|
+
supportStaking: null,
|
|
19323
|
+
supportSmartContract: null,
|
|
19324
|
+
crowdloanParaId: null,
|
|
19325
|
+
crowdloanFunds: [
|
|
19326
|
+
]
|
|
19327
|
+
},
|
|
19328
|
+
extraInfo: null
|
|
19329
|
+
};
|
|
19330
|
+
var availTuringTest$1 = {
|
|
19331
|
+
slug: "availTuringTest",
|
|
19332
|
+
name: "Avail Turing Testnet",
|
|
19333
|
+
isTestnet: true,
|
|
19334
|
+
chainStatus: "ACTIVE",
|
|
19335
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chains/availturingtest.png",
|
|
19336
|
+
providers: {
|
|
19337
|
+
"Avail Turing ": "wss://turing-rpc.avail.so/"
|
|
19338
|
+
},
|
|
19339
|
+
evmInfo: null,
|
|
19340
|
+
substrateInfo: {
|
|
19341
|
+
relaySlug: null,
|
|
19342
|
+
paraId: null,
|
|
19343
|
+
genesisHash: "0xd3d2f3a3495dc597434a99d7d449ebad6616db45e4e4f178f31cc6fa14378b70",
|
|
19344
|
+
addressPrefix: 42,
|
|
19345
|
+
chainType: "RELAYCHAIN",
|
|
19346
|
+
crowdloanUrl: null,
|
|
19347
|
+
blockExplorer: null,
|
|
19348
|
+
existentialDeposit: "1000000000000",
|
|
19349
|
+
symbol: "AVAIL",
|
|
19350
|
+
decimals: 18,
|
|
19351
|
+
hasNativeNft: null,
|
|
19352
|
+
supportStaking: null,
|
|
19353
|
+
supportSmartContract: null,
|
|
19354
|
+
crowdloanParaId: null,
|
|
19355
|
+
crowdloanFunds: [
|
|
19356
|
+
]
|
|
19357
|
+
},
|
|
19358
|
+
extraInfo: null
|
|
19359
|
+
};
|
|
19196
19360
|
const _ChainInfoMap = {
|
|
19197
19361
|
polkadot: polkadot$1,
|
|
19198
19362
|
kusama: kusama$1,
|
|
@@ -19454,7 +19618,10 @@
|
|
|
19454
19618
|
mythos: mythos$1,
|
|
19455
19619
|
humanode: humanode$1,
|
|
19456
19620
|
humanodeEvm: humanodeEvm$1,
|
|
19457
|
-
paseoTest: paseoTest$1
|
|
19621
|
+
paseoTest: paseoTest$1,
|
|
19622
|
+
commune: commune$1,
|
|
19623
|
+
dbcchain: dbcchain$1,
|
|
19624
|
+
availTuringTest: availTuringTest$1
|
|
19458
19625
|
};
|
|
19459
19626
|
|
|
19460
19627
|
var polkadot = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/polkadot.png";
|
|
@@ -19686,6 +19853,9 @@
|
|
|
19686
19853
|
var humanode = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/humanode.png";
|
|
19687
19854
|
var humanodeEvm = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/humanodeevm.png";
|
|
19688
19855
|
var paseoTest = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/paseotest.png";
|
|
19856
|
+
var commune = "https://dev.sw-chain-list-assets.pages.dev/assets/default.png";
|
|
19857
|
+
var dbcchain = "https://dev.sw-chain-list-assets.pages.dev/assets/default.png";
|
|
19858
|
+
var availTuringTest = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/availturingtest.png";
|
|
19689
19859
|
const _ChainLogoMap = {
|
|
19690
19860
|
"default": "https://dev.sw-chain-list-assets.pages.dev/assets/default.png",
|
|
19691
19861
|
polkadot: polkadot,
|
|
@@ -19918,6 +20088,9 @@
|
|
|
19918
20088
|
humanode: humanode,
|
|
19919
20089
|
humanodeEvm: humanodeEvm,
|
|
19920
20090
|
paseoTest: paseoTest,
|
|
20091
|
+
commune: commune,
|
|
20092
|
+
dbcchain: dbcchain,
|
|
20093
|
+
availTuringTest: availTuringTest,
|
|
19921
20094
|
"custom-Substrate-gosnetwork": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png",
|
|
19922
20095
|
"custom-Substrate-gosspectral": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png"
|
|
19923
20096
|
};
|
|
@@ -540,11 +540,12 @@
|
|
|
540
540
|
"humanode-native-hmnd": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/humanode-native-hmnd.png",
|
|
541
541
|
"humanodeevm-native-ehmnd": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/humanodeevm-native-ehmnd.png",
|
|
542
542
|
"humanodeevm-erc20-wehmnd-0x0000000000000000000000000000000000000802": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/humanodeevm-erc20-wehmnd-0x0000000000000000000000000000000000000802.png",
|
|
543
|
+
"moonbeam-local-xcvdot": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/moonbeam-local-xcvdot.png",
|
|
543
544
|
"statemint-local-stink": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/statemint-local-stink.png",
|
|
544
545
|
"hydradx_main-local-stink": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-stink.png",
|
|
545
546
|
"base_mainnet-erc20-pink-0x66fc31b3233c7c001bdd21ff6e5e66fa08ef85d0": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/base_mainnet-erc20-pink-0x66fc31b3233c7c001bdd21ff6e5e66fa08ef85d0.png",
|
|
546
547
|
"paseotest-native-pas": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/paseotest-native-pas.png",
|
|
547
|
-
"
|
|
548
|
+
"availturingtest-native-avail": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/availturingtest-native-avail.png",
|
|
548
549
|
"eth-ethereum": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/eth-ethereum.png",
|
|
549
550
|
"ibtc-interbtc": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/ibtc-interbtc.png",
|
|
550
551
|
"glmr-moonbeam": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/glmr-moonbeam.png",
|
|
@@ -603,4 +604,4 @@
|
|
|
603
604
|
"custom-aleph-psp22-zpf-5eskjbkpva1ppucmrkcmazdhqm9shihws9uqqsoi4vrdcdle": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chain-assets/zpf_2f06de3f07.png",
|
|
604
605
|
"custom-custom-substrate-gosnetwork-native-gos": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chain-assets/gos_a4d1a9cf7a.png",
|
|
605
606
|
"custom-custom-substrate-gosspectral-native-gost": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chain-assets/gos_a4d1a9cf7a.png"
|
|
606
|
-
}
|
|
607
|
+
}
|
package/cjs/data/AssetRef.json
CHANGED
|
@@ -1520,6 +1520,13 @@
|
|
|
1520
1520
|
"destChain": "statemint",
|
|
1521
1521
|
"path": "XCM"
|
|
1522
1522
|
},
|
|
1523
|
+
"moonbeam-LOCAL-xcvDOT___moonbeam-LOCAL-xcDOT": {
|
|
1524
|
+
"srcAsset": "moonbeam-LOCAL-xcvDOT",
|
|
1525
|
+
"destAsset": "moonbeam-LOCAL-xcDOT",
|
|
1526
|
+
"srcChain": "moonbeam",
|
|
1527
|
+
"destChain": "moonbeam",
|
|
1528
|
+
"path": "SWAP"
|
|
1529
|
+
},
|
|
1523
1530
|
"statemint-LOCAL-STINK___hydradx_main-LOCAL-STINK": {
|
|
1524
1531
|
"srcAsset": "statemint-LOCAL-STINK",
|
|
1525
1532
|
"destAsset": "hydradx_main-LOCAL-STINK",
|
|
@@ -1533,12 +1540,5 @@
|
|
|
1533
1540
|
"srcChain": "hydradx_main",
|
|
1534
1541
|
"destChain": "statemint",
|
|
1535
1542
|
"path": "XCM"
|
|
1536
|
-
},
|
|
1537
|
-
"moonbeam-LOCAL-xcvDOT___moonbeam-LOCAL-xcDOT": {
|
|
1538
|
-
"srcAsset": "moonbeam-LOCAL-xcvDOT",
|
|
1539
|
-
"destAsset": "moonbeam-LOCAL-xcDOT",
|
|
1540
|
-
"srcChain": "moonbeam",
|
|
1541
|
-
"destChain": "moonbeam",
|
|
1542
|
-
"path": "SWAP"
|
|
1543
1543
|
}
|
|
1544
|
-
}
|
|
1544
|
+
}
|
package/cjs/data/ChainAsset.json
CHANGED
|
@@ -1398,7 +1398,8 @@
|
|
|
1398
1398
|
"minAmount": "1000000000000",
|
|
1399
1399
|
"assetType": "NATIVE",
|
|
1400
1400
|
"metadata": {
|
|
1401
|
-
"assetId": "0"
|
|
1401
|
+
"assetId": "0",
|
|
1402
|
+
"autoEnable": true
|
|
1402
1403
|
},
|
|
1403
1404
|
"multiChainAsset": null,
|
|
1404
1405
|
"hasValue": true,
|
|
@@ -1415,6 +1416,7 @@
|
|
|
1415
1416
|
"assetType": "LOCAL",
|
|
1416
1417
|
"metadata": {
|
|
1417
1418
|
"assetId": "10",
|
|
1419
|
+
"autoEnable": true,
|
|
1418
1420
|
"multilocation": {
|
|
1419
1421
|
"Concrete": {
|
|
1420
1422
|
"parents": 1,
|
|
@@ -6994,6 +6996,7 @@
|
|
|
6994
6996
|
"assetType": "LOCAL",
|
|
6995
6997
|
"metadata": {
|
|
6996
6998
|
"assetId": "5",
|
|
6999
|
+
"autoEnable": true,
|
|
6997
7000
|
"canPayTxFee": true,
|
|
6998
7001
|
"alternativeSwapAsset": "polkadot-NATIVE-DOT"
|
|
6999
7002
|
},
|
|
@@ -7907,6 +7910,7 @@
|
|
|
7907
7910
|
"assetType": "LOCAL",
|
|
7908
7911
|
"metadata": {
|
|
7909
7912
|
"assetId": "9",
|
|
7913
|
+
"autoEnable": true,
|
|
7910
7914
|
"alternativeSwapAsset": "astar-NATIVE-ASTR"
|
|
7911
7915
|
},
|
|
7912
7916
|
"multiChainAsset": "ASTR-Astar",
|
|
@@ -7939,7 +7943,8 @@
|
|
|
7939
7943
|
"minAmount": "34854864344868000",
|
|
7940
7944
|
"assetType": "LOCAL",
|
|
7941
7945
|
"metadata": {
|
|
7942
|
-
"assetId": "16"
|
|
7946
|
+
"assetId": "16",
|
|
7947
|
+
"autoEnable": true
|
|
7943
7948
|
},
|
|
7944
7949
|
"multiChainAsset": "GLMR-Moonbeam",
|
|
7945
7950
|
"hasValue": true,
|
|
@@ -8499,7 +8504,8 @@
|
|
|
8499
8504
|
"minAmount": "1000",
|
|
8500
8505
|
"assetType": "LOCAL",
|
|
8501
8506
|
"metadata": {
|
|
8502
|
-
"assetId": "100"
|
|
8507
|
+
"assetId": "100",
|
|
8508
|
+
"autoEnable": true
|
|
8503
8509
|
},
|
|
8504
8510
|
"multiChainAsset": null,
|
|
8505
8511
|
"hasValue": true,
|
|
@@ -8515,7 +8521,8 @@
|
|
|
8515
8521
|
"minAmount": "5390835579515",
|
|
8516
8522
|
"assetType": "LOCAL",
|
|
8517
8523
|
"metadata": {
|
|
8518
|
-
"assetId": "20"
|
|
8524
|
+
"assetId": "20",
|
|
8525
|
+
"autoEnable": true
|
|
8519
8526
|
},
|
|
8520
8527
|
"multiChainAsset": "ETH-Ethereum",
|
|
8521
8528
|
"hasValue": true,
|
|
@@ -8531,7 +8538,8 @@
|
|
|
8531
8538
|
"minAmount": "1000",
|
|
8532
8539
|
"assetType": "LOCAL",
|
|
8533
8540
|
"metadata": {
|
|
8534
|
-
"assetId": "101"
|
|
8541
|
+
"assetId": "101",
|
|
8542
|
+
"autoEnable": true
|
|
8535
8543
|
},
|
|
8536
8544
|
"multiChainAsset": null,
|
|
8537
8545
|
"hasValue": true,
|
|
@@ -8547,7 +8555,8 @@
|
|
|
8547
8555
|
"minAmount": "18761726",
|
|
8548
8556
|
"assetType": "LOCAL",
|
|
8549
8557
|
"metadata": {
|
|
8550
|
-
"assetId": "15"
|
|
8558
|
+
"assetId": "15",
|
|
8559
|
+
"autoEnable": true
|
|
8551
8560
|
},
|
|
8552
8561
|
"multiChainAsset": "vDOT-VoucherDot",
|
|
8553
8562
|
"hasValue": true,
|
|
@@ -8798,10 +8807,28 @@
|
|
|
8798
8807
|
"metadata": {
|
|
8799
8808
|
"contractAddress": "0x0000000000000000000000000000000000000802"
|
|
8800
8809
|
},
|
|
8801
|
-
"multiChainAsset":
|
|
8810
|
+
"multiChainAsset": null,
|
|
8802
8811
|
"hasValue": true,
|
|
8803
8812
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/humanodeevm-erc20-wehmnd-0x0000000000000000000000000000000000000802.png"
|
|
8804
8813
|
},
|
|
8814
|
+
"moonbeam-LOCAL-xcvDOT": {
|
|
8815
|
+
"originChain": "moonbeam",
|
|
8816
|
+
"slug": "moonbeam-LOCAL-xcvDOT",
|
|
8817
|
+
"name": "Bifrost Voucher DOT",
|
|
8818
|
+
"symbol": "xcvDOT",
|
|
8819
|
+
"decimals": 10,
|
|
8820
|
+
"priceId": "voucher-dot",
|
|
8821
|
+
"minAmount": "0",
|
|
8822
|
+
"assetType": "LOCAL",
|
|
8823
|
+
"metadata": {
|
|
8824
|
+
"assetId": "29085784439601774464560083082574142143",
|
|
8825
|
+
"assetType": "ForeignAsset",
|
|
8826
|
+
"contractAddress": "0xFFFfffFf15e1b7E3dF971DD813Bc394deB899aBf"
|
|
8827
|
+
},
|
|
8828
|
+
"multiChainAsset": "vDOT-VoucherDot",
|
|
8829
|
+
"hasValue": null,
|
|
8830
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/moonbeam-local-xcvdot.png"
|
|
8831
|
+
},
|
|
8805
8832
|
"statemint-LOCAL-STINK": {
|
|
8806
8833
|
"originChain": "statemint",
|
|
8807
8834
|
"slug": "statemint-LOCAL-STINK",
|
|
@@ -8897,22 +8924,62 @@
|
|
|
8897
8924
|
"hasValue": false,
|
|
8898
8925
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/paseotest-native-pas.png"
|
|
8899
8926
|
},
|
|
8900
|
-
"
|
|
8901
|
-
"originChain": "
|
|
8902
|
-
"slug": "
|
|
8903
|
-
"name": "
|
|
8904
|
-
"symbol": "
|
|
8905
|
-
"decimals":
|
|
8906
|
-
"priceId":
|
|
8907
|
-
"minAmount": "
|
|
8927
|
+
"commune-NATIVE-C": {
|
|
8928
|
+
"originChain": "commune",
|
|
8929
|
+
"slug": "commune-NATIVE-C",
|
|
8930
|
+
"name": "Commune AI",
|
|
8931
|
+
"symbol": "C",
|
|
8932
|
+
"decimals": 9,
|
|
8933
|
+
"priceId": null,
|
|
8934
|
+
"minAmount": "500",
|
|
8935
|
+
"assetType": "NATIVE",
|
|
8936
|
+
"metadata": null,
|
|
8937
|
+
"multiChainAsset": null,
|
|
8938
|
+
"hasValue": true,
|
|
8939
|
+
"icon": null
|
|
8940
|
+
},
|
|
8941
|
+
"dbcchain-NATIVE-DBC": {
|
|
8942
|
+
"originChain": "dbcchain",
|
|
8943
|
+
"slug": "dbcchain-NATIVE-DBC",
|
|
8944
|
+
"name": "DBC Mainnet",
|
|
8945
|
+
"symbol": "DBC",
|
|
8946
|
+
"decimals": 15,
|
|
8947
|
+
"priceId": "deepbrain-chain",
|
|
8948
|
+
"minAmount": "10000000000000",
|
|
8949
|
+
"assetType": "NATIVE",
|
|
8950
|
+
"metadata": null,
|
|
8951
|
+
"multiChainAsset": null,
|
|
8952
|
+
"hasValue": true,
|
|
8953
|
+
"icon": null
|
|
8954
|
+
},
|
|
8955
|
+
"dbcchain-LOCAL-DLC": {
|
|
8956
|
+
"originChain": "dbcchain",
|
|
8957
|
+
"slug": "dbcchain-LOCAL-DLC",
|
|
8958
|
+
"name": "DeepLink Coin",
|
|
8959
|
+
"symbol": "DLC",
|
|
8960
|
+
"decimals": 8,
|
|
8961
|
+
"priceId": null,
|
|
8962
|
+
"minAmount": "100000",
|
|
8908
8963
|
"assetType": "LOCAL",
|
|
8909
8964
|
"metadata": {
|
|
8910
|
-
"assetId": "
|
|
8911
|
-
"assetType": "ForeignAsset",
|
|
8912
|
-
"contractAddress": "0xFFFfffFf15e1b7E3dF971DD813Bc394deB899aBf"
|
|
8965
|
+
"assetId": "88"
|
|
8913
8966
|
},
|
|
8914
|
-
"multiChainAsset":
|
|
8915
|
-
"hasValue":
|
|
8916
|
-
"icon":
|
|
8967
|
+
"multiChainAsset": null,
|
|
8968
|
+
"hasValue": true,
|
|
8969
|
+
"icon": null
|
|
8970
|
+
},
|
|
8971
|
+
"availTuringTest-NATIVE-AVAIL": {
|
|
8972
|
+
"originChain": "availTuringTest",
|
|
8973
|
+
"slug": "availTuringTest-NATIVE-AVAIL",
|
|
8974
|
+
"name": "Avail Turing Testnet",
|
|
8975
|
+
"symbol": "AVAIL",
|
|
8976
|
+
"decimals": 18,
|
|
8977
|
+
"priceId": null,
|
|
8978
|
+
"minAmount": "1000000000000",
|
|
8979
|
+
"assetType": "NATIVE",
|
|
8980
|
+
"metadata": null,
|
|
8981
|
+
"multiChainAsset": null,
|
|
8982
|
+
"hasValue": false,
|
|
8983
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/availturingtest-native-avail.png"
|
|
8917
8984
|
}
|
|
8918
|
-
}
|
|
8985
|
+
}
|
package/cjs/data/ChainInfo.json
CHANGED
|
@@ -7087,7 +7087,7 @@
|
|
|
7087
7087
|
"addressPrefix": 2135,
|
|
7088
7088
|
"chainType": "RELAYCHAIN",
|
|
7089
7089
|
"crowdloanUrl": null,
|
|
7090
|
-
"blockExplorer":
|
|
7090
|
+
"blockExplorer": "https://enjin.subscan.io/",
|
|
7091
7091
|
"existentialDeposit": "100000000000000000",
|
|
7092
7092
|
"symbol": "ENJ",
|
|
7093
7093
|
"decimals": 18,
|
|
@@ -7097,7 +7097,10 @@
|
|
|
7097
7097
|
"crowdloanParaId": null,
|
|
7098
7098
|
"crowdloanFunds": []
|
|
7099
7099
|
},
|
|
7100
|
-
"extraInfo":
|
|
7100
|
+
"extraInfo": {
|
|
7101
|
+
"subscanSlug": "enjin",
|
|
7102
|
+
"chainBalanceSlug": null
|
|
7103
|
+
}
|
|
7101
7104
|
},
|
|
7102
7105
|
"enjin_matrixchain": {
|
|
7103
7106
|
"slug": "enjin_matrixchain",
|
|
@@ -7117,7 +7120,7 @@
|
|
|
7117
7120
|
"addressPrefix": 1110,
|
|
7118
7121
|
"chainType": null,
|
|
7119
7122
|
"crowdloanUrl": null,
|
|
7120
|
-
"blockExplorer":
|
|
7123
|
+
"blockExplorer": "https://matrix.subscan.io/",
|
|
7121
7124
|
"existentialDeposit": "100000000000000000",
|
|
7122
7125
|
"symbol": "ENJ",
|
|
7123
7126
|
"decimals": 18,
|
|
@@ -7127,7 +7130,10 @@
|
|
|
7127
7130
|
"crowdloanParaId": null,
|
|
7128
7131
|
"crowdloanFunds": []
|
|
7129
7132
|
},
|
|
7130
|
-
"extraInfo":
|
|
7133
|
+
"extraInfo": {
|
|
7134
|
+
"subscanSlug": "matrix",
|
|
7135
|
+
"chainBalanceSlug": null
|
|
7136
|
+
}
|
|
7131
7137
|
},
|
|
7132
7138
|
"vara_testnet": {
|
|
7133
7139
|
"slug": "vara_testnet",
|
|
@@ -7978,5 +7984,92 @@
|
|
|
7978
7984
|
"subscanSlug": "paseo",
|
|
7979
7985
|
"chainBalanceSlug": null
|
|
7980
7986
|
}
|
|
7987
|
+
},
|
|
7988
|
+
"commune": {
|
|
7989
|
+
"slug": "commune",
|
|
7990
|
+
"name": "Commune AI",
|
|
7991
|
+
"isTestnet": false,
|
|
7992
|
+
"chainStatus": "ACTIVE",
|
|
7993
|
+
"icon": null,
|
|
7994
|
+
"providers": {
|
|
7995
|
+
"Commune Node 1": "wss://commune-api-node-1.communeai.net"
|
|
7996
|
+
},
|
|
7997
|
+
"evmInfo": null,
|
|
7998
|
+
"substrateInfo": {
|
|
7999
|
+
"relaySlug": null,
|
|
8000
|
+
"paraId": null,
|
|
8001
|
+
"genesisHash": "0xbc6eb9753e2417476601485f9f8ef8474701ec199d456f989bd397682c9425c5",
|
|
8002
|
+
"addressPrefix": 42,
|
|
8003
|
+
"chainType": "RELAYCHAIN",
|
|
8004
|
+
"crowdloanUrl": null,
|
|
8005
|
+
"blockExplorer": null,
|
|
8006
|
+
"existentialDeposit": "500",
|
|
8007
|
+
"symbol": "C",
|
|
8008
|
+
"decimals": 9,
|
|
8009
|
+
"hasNativeNft": null,
|
|
8010
|
+
"supportStaking": null,
|
|
8011
|
+
"supportSmartContract": null,
|
|
8012
|
+
"crowdloanParaId": null,
|
|
8013
|
+
"crowdloanFunds": []
|
|
8014
|
+
},
|
|
8015
|
+
"extraInfo": null
|
|
8016
|
+
},
|
|
8017
|
+
"dbcchain": {
|
|
8018
|
+
"slug": "dbcchain",
|
|
8019
|
+
"name": "DBC Mainnet",
|
|
8020
|
+
"isTestnet": false,
|
|
8021
|
+
"chainStatus": "ACTIVE",
|
|
8022
|
+
"icon": null,
|
|
8023
|
+
"providers": {
|
|
8024
|
+
"DBC Chain": "wss://info1.dbcwallet.io"
|
|
8025
|
+
},
|
|
8026
|
+
"evmInfo": null,
|
|
8027
|
+
"substrateInfo": {
|
|
8028
|
+
"relaySlug": null,
|
|
8029
|
+
"paraId": null,
|
|
8030
|
+
"genesisHash": "0xd523fa2e0581f069b4f0c7b5944c21e9abc72305a08067868c91b898d1bf1dff",
|
|
8031
|
+
"addressPrefix": 42,
|
|
8032
|
+
"chainType": "RELAYCHAIN",
|
|
8033
|
+
"crowdloanUrl": null,
|
|
8034
|
+
"blockExplorer": null,
|
|
8035
|
+
"existentialDeposit": "10000000000000",
|
|
8036
|
+
"symbol": "DBC",
|
|
8037
|
+
"decimals": 15,
|
|
8038
|
+
"hasNativeNft": null,
|
|
8039
|
+
"supportStaking": null,
|
|
8040
|
+
"supportSmartContract": null,
|
|
8041
|
+
"crowdloanParaId": null,
|
|
8042
|
+
"crowdloanFunds": []
|
|
8043
|
+
},
|
|
8044
|
+
"extraInfo": null
|
|
8045
|
+
},
|
|
8046
|
+
"availTuringTest": {
|
|
8047
|
+
"slug": "availTuringTest",
|
|
8048
|
+
"name": "Avail Turing Testnet",
|
|
8049
|
+
"isTestnet": true,
|
|
8050
|
+
"chainStatus": "ACTIVE",
|
|
8051
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/availturingtest.png",
|
|
8052
|
+
"providers": {
|
|
8053
|
+
"Avail Turing ": "wss://turing-rpc.avail.so/"
|
|
8054
|
+
},
|
|
8055
|
+
"evmInfo": null,
|
|
8056
|
+
"substrateInfo": {
|
|
8057
|
+
"relaySlug": null,
|
|
8058
|
+
"paraId": null,
|
|
8059
|
+
"genesisHash": "0xd3d2f3a3495dc597434a99d7d449ebad6616db45e4e4f178f31cc6fa14378b70",
|
|
8060
|
+
"addressPrefix": 42,
|
|
8061
|
+
"chainType": "RELAYCHAIN",
|
|
8062
|
+
"crowdloanUrl": null,
|
|
8063
|
+
"blockExplorer": null,
|
|
8064
|
+
"existentialDeposit": "1000000000000",
|
|
8065
|
+
"symbol": "AVAIL",
|
|
8066
|
+
"decimals": 18,
|
|
8067
|
+
"hasNativeNft": null,
|
|
8068
|
+
"supportStaking": null,
|
|
8069
|
+
"supportSmartContract": null,
|
|
8070
|
+
"crowdloanParaId": null,
|
|
8071
|
+
"crowdloanFunds": []
|
|
8072
|
+
},
|
|
8073
|
+
"extraInfo": null
|
|
7981
8074
|
}
|
|
7982
8075
|
}
|
|
@@ -230,6 +230,9 @@
|
|
|
230
230
|
"humanode": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/humanode.png",
|
|
231
231
|
"humanodeEvm": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/humanodeevm.png",
|
|
232
232
|
"paseoTest": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/paseotest.png",
|
|
233
|
+
"commune": "https://dev.sw-chain-list-assets.pages.dev/assets/default.png",
|
|
234
|
+
"dbcchain": "https://dev.sw-chain-list-assets.pages.dev/assets/default.png",
|
|
235
|
+
"availTuringTest": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/availturingtest.png",
|
|
233
236
|
"custom-Substrate-gosnetwork": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png",
|
|
234
237
|
"custom-Substrate-gosspectral": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png"
|
|
235
238
|
}
|
package/cjs/packageInfo.js
CHANGED
package/data/AssetLogoMap.json
CHANGED
|
@@ -540,11 +540,12 @@
|
|
|
540
540
|
"humanode-native-hmnd": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/humanode-native-hmnd.png",
|
|
541
541
|
"humanodeevm-native-ehmnd": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/humanodeevm-native-ehmnd.png",
|
|
542
542
|
"humanodeevm-erc20-wehmnd-0x0000000000000000000000000000000000000802": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/humanodeevm-erc20-wehmnd-0x0000000000000000000000000000000000000802.png",
|
|
543
|
+
"moonbeam-local-xcvdot": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/moonbeam-local-xcvdot.png",
|
|
543
544
|
"statemint-local-stink": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/statemint-local-stink.png",
|
|
544
545
|
"hydradx_main-local-stink": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-stink.png",
|
|
545
546
|
"base_mainnet-erc20-pink-0x66fc31b3233c7c001bdd21ff6e5e66fa08ef85d0": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/base_mainnet-erc20-pink-0x66fc31b3233c7c001bdd21ff6e5e66fa08ef85d0.png",
|
|
546
547
|
"paseotest-native-pas": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/paseotest-native-pas.png",
|
|
547
|
-
"
|
|
548
|
+
"availturingtest-native-avail": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/availturingtest-native-avail.png",
|
|
548
549
|
"eth-ethereum": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/eth-ethereum.png",
|
|
549
550
|
"ibtc-interbtc": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/ibtc-interbtc.png",
|
|
550
551
|
"glmr-moonbeam": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/glmr-moonbeam.png",
|
|
@@ -603,4 +604,4 @@
|
|
|
603
604
|
"custom-aleph-psp22-zpf-5eskjbkpva1ppucmrkcmazdhqm9shihws9uqqsoi4vrdcdle": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chain-assets/zpf_2f06de3f07.png",
|
|
604
605
|
"custom-custom-substrate-gosnetwork-native-gos": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chain-assets/gos_a4d1a9cf7a.png",
|
|
605
606
|
"custom-custom-substrate-gosspectral-native-gost": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chain-assets/gos_a4d1a9cf7a.png"
|
|
606
|
-
}
|
|
607
|
+
}
|
package/data/AssetRef.json
CHANGED
|
@@ -1520,6 +1520,13 @@
|
|
|
1520
1520
|
"destChain": "statemint",
|
|
1521
1521
|
"path": "XCM"
|
|
1522
1522
|
},
|
|
1523
|
+
"moonbeam-LOCAL-xcvDOT___moonbeam-LOCAL-xcDOT": {
|
|
1524
|
+
"srcAsset": "moonbeam-LOCAL-xcvDOT",
|
|
1525
|
+
"destAsset": "moonbeam-LOCAL-xcDOT",
|
|
1526
|
+
"srcChain": "moonbeam",
|
|
1527
|
+
"destChain": "moonbeam",
|
|
1528
|
+
"path": "SWAP"
|
|
1529
|
+
},
|
|
1523
1530
|
"statemint-LOCAL-STINK___hydradx_main-LOCAL-STINK": {
|
|
1524
1531
|
"srcAsset": "statemint-LOCAL-STINK",
|
|
1525
1532
|
"destAsset": "hydradx_main-LOCAL-STINK",
|
|
@@ -1533,12 +1540,5 @@
|
|
|
1533
1540
|
"srcChain": "hydradx_main",
|
|
1534
1541
|
"destChain": "statemint",
|
|
1535
1542
|
"path": "XCM"
|
|
1536
|
-
},
|
|
1537
|
-
"moonbeam-LOCAL-xcvDOT___moonbeam-LOCAL-xcDOT": {
|
|
1538
|
-
"srcAsset": "moonbeam-LOCAL-xcvDOT",
|
|
1539
|
-
"destAsset": "moonbeam-LOCAL-xcDOT",
|
|
1540
|
-
"srcChain": "moonbeam",
|
|
1541
|
-
"destChain": "moonbeam",
|
|
1542
|
-
"path": "SWAP"
|
|
1543
1543
|
}
|
|
1544
|
-
}
|
|
1544
|
+
}
|
package/data/ChainAsset.json
CHANGED
|
@@ -1398,7 +1398,8 @@
|
|
|
1398
1398
|
"minAmount": "1000000000000",
|
|
1399
1399
|
"assetType": "NATIVE",
|
|
1400
1400
|
"metadata": {
|
|
1401
|
-
"assetId": "0"
|
|
1401
|
+
"assetId": "0",
|
|
1402
|
+
"autoEnable": true
|
|
1402
1403
|
},
|
|
1403
1404
|
"multiChainAsset": null,
|
|
1404
1405
|
"hasValue": true,
|
|
@@ -1415,6 +1416,7 @@
|
|
|
1415
1416
|
"assetType": "LOCAL",
|
|
1416
1417
|
"metadata": {
|
|
1417
1418
|
"assetId": "10",
|
|
1419
|
+
"autoEnable": true,
|
|
1418
1420
|
"multilocation": {
|
|
1419
1421
|
"Concrete": {
|
|
1420
1422
|
"parents": 1,
|
|
@@ -6994,6 +6996,7 @@
|
|
|
6994
6996
|
"assetType": "LOCAL",
|
|
6995
6997
|
"metadata": {
|
|
6996
6998
|
"assetId": "5",
|
|
6999
|
+
"autoEnable": true,
|
|
6997
7000
|
"canPayTxFee": true,
|
|
6998
7001
|
"alternativeSwapAsset": "polkadot-NATIVE-DOT"
|
|
6999
7002
|
},
|
|
@@ -7907,6 +7910,7 @@
|
|
|
7907
7910
|
"assetType": "LOCAL",
|
|
7908
7911
|
"metadata": {
|
|
7909
7912
|
"assetId": "9",
|
|
7913
|
+
"autoEnable": true,
|
|
7910
7914
|
"alternativeSwapAsset": "astar-NATIVE-ASTR"
|
|
7911
7915
|
},
|
|
7912
7916
|
"multiChainAsset": "ASTR-Astar",
|
|
@@ -7939,7 +7943,8 @@
|
|
|
7939
7943
|
"minAmount": "34854864344868000",
|
|
7940
7944
|
"assetType": "LOCAL",
|
|
7941
7945
|
"metadata": {
|
|
7942
|
-
"assetId": "16"
|
|
7946
|
+
"assetId": "16",
|
|
7947
|
+
"autoEnable": true
|
|
7943
7948
|
},
|
|
7944
7949
|
"multiChainAsset": "GLMR-Moonbeam",
|
|
7945
7950
|
"hasValue": true,
|
|
@@ -8499,7 +8504,8 @@
|
|
|
8499
8504
|
"minAmount": "1000",
|
|
8500
8505
|
"assetType": "LOCAL",
|
|
8501
8506
|
"metadata": {
|
|
8502
|
-
"assetId": "100"
|
|
8507
|
+
"assetId": "100",
|
|
8508
|
+
"autoEnable": true
|
|
8503
8509
|
},
|
|
8504
8510
|
"multiChainAsset": null,
|
|
8505
8511
|
"hasValue": true,
|
|
@@ -8515,7 +8521,8 @@
|
|
|
8515
8521
|
"minAmount": "5390835579515",
|
|
8516
8522
|
"assetType": "LOCAL",
|
|
8517
8523
|
"metadata": {
|
|
8518
|
-
"assetId": "20"
|
|
8524
|
+
"assetId": "20",
|
|
8525
|
+
"autoEnable": true
|
|
8519
8526
|
},
|
|
8520
8527
|
"multiChainAsset": "ETH-Ethereum",
|
|
8521
8528
|
"hasValue": true,
|
|
@@ -8531,7 +8538,8 @@
|
|
|
8531
8538
|
"minAmount": "1000",
|
|
8532
8539
|
"assetType": "LOCAL",
|
|
8533
8540
|
"metadata": {
|
|
8534
|
-
"assetId": "101"
|
|
8541
|
+
"assetId": "101",
|
|
8542
|
+
"autoEnable": true
|
|
8535
8543
|
},
|
|
8536
8544
|
"multiChainAsset": null,
|
|
8537
8545
|
"hasValue": true,
|
|
@@ -8547,7 +8555,8 @@
|
|
|
8547
8555
|
"minAmount": "18761726",
|
|
8548
8556
|
"assetType": "LOCAL",
|
|
8549
8557
|
"metadata": {
|
|
8550
|
-
"assetId": "15"
|
|
8558
|
+
"assetId": "15",
|
|
8559
|
+
"autoEnable": true
|
|
8551
8560
|
},
|
|
8552
8561
|
"multiChainAsset": "vDOT-VoucherDot",
|
|
8553
8562
|
"hasValue": true,
|
|
@@ -8798,10 +8807,28 @@
|
|
|
8798
8807
|
"metadata": {
|
|
8799
8808
|
"contractAddress": "0x0000000000000000000000000000000000000802"
|
|
8800
8809
|
},
|
|
8801
|
-
"multiChainAsset":
|
|
8810
|
+
"multiChainAsset": null,
|
|
8802
8811
|
"hasValue": true,
|
|
8803
8812
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/humanodeevm-erc20-wehmnd-0x0000000000000000000000000000000000000802.png"
|
|
8804
8813
|
},
|
|
8814
|
+
"moonbeam-LOCAL-xcvDOT": {
|
|
8815
|
+
"originChain": "moonbeam",
|
|
8816
|
+
"slug": "moonbeam-LOCAL-xcvDOT",
|
|
8817
|
+
"name": "Bifrost Voucher DOT",
|
|
8818
|
+
"symbol": "xcvDOT",
|
|
8819
|
+
"decimals": 10,
|
|
8820
|
+
"priceId": "voucher-dot",
|
|
8821
|
+
"minAmount": "0",
|
|
8822
|
+
"assetType": "LOCAL",
|
|
8823
|
+
"metadata": {
|
|
8824
|
+
"assetId": "29085784439601774464560083082574142143",
|
|
8825
|
+
"assetType": "ForeignAsset",
|
|
8826
|
+
"contractAddress": "0xFFFfffFf15e1b7E3dF971DD813Bc394deB899aBf"
|
|
8827
|
+
},
|
|
8828
|
+
"multiChainAsset": "vDOT-VoucherDot",
|
|
8829
|
+
"hasValue": null,
|
|
8830
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/moonbeam-local-xcvdot.png"
|
|
8831
|
+
},
|
|
8805
8832
|
"statemint-LOCAL-STINK": {
|
|
8806
8833
|
"originChain": "statemint",
|
|
8807
8834
|
"slug": "statemint-LOCAL-STINK",
|
|
@@ -8897,22 +8924,62 @@
|
|
|
8897
8924
|
"hasValue": false,
|
|
8898
8925
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/paseotest-native-pas.png"
|
|
8899
8926
|
},
|
|
8900
|
-
"
|
|
8901
|
-
"originChain": "
|
|
8902
|
-
"slug": "
|
|
8903
|
-
"name": "
|
|
8904
|
-
"symbol": "
|
|
8905
|
-
"decimals":
|
|
8906
|
-
"priceId":
|
|
8907
|
-
"minAmount": "
|
|
8927
|
+
"commune-NATIVE-C": {
|
|
8928
|
+
"originChain": "commune",
|
|
8929
|
+
"slug": "commune-NATIVE-C",
|
|
8930
|
+
"name": "Commune AI",
|
|
8931
|
+
"symbol": "C",
|
|
8932
|
+
"decimals": 9,
|
|
8933
|
+
"priceId": null,
|
|
8934
|
+
"minAmount": "500",
|
|
8935
|
+
"assetType": "NATIVE",
|
|
8936
|
+
"metadata": null,
|
|
8937
|
+
"multiChainAsset": null,
|
|
8938
|
+
"hasValue": true,
|
|
8939
|
+
"icon": null
|
|
8940
|
+
},
|
|
8941
|
+
"dbcchain-NATIVE-DBC": {
|
|
8942
|
+
"originChain": "dbcchain",
|
|
8943
|
+
"slug": "dbcchain-NATIVE-DBC",
|
|
8944
|
+
"name": "DBC Mainnet",
|
|
8945
|
+
"symbol": "DBC",
|
|
8946
|
+
"decimals": 15,
|
|
8947
|
+
"priceId": "deepbrain-chain",
|
|
8948
|
+
"minAmount": "10000000000000",
|
|
8949
|
+
"assetType": "NATIVE",
|
|
8950
|
+
"metadata": null,
|
|
8951
|
+
"multiChainAsset": null,
|
|
8952
|
+
"hasValue": true,
|
|
8953
|
+
"icon": null
|
|
8954
|
+
},
|
|
8955
|
+
"dbcchain-LOCAL-DLC": {
|
|
8956
|
+
"originChain": "dbcchain",
|
|
8957
|
+
"slug": "dbcchain-LOCAL-DLC",
|
|
8958
|
+
"name": "DeepLink Coin",
|
|
8959
|
+
"symbol": "DLC",
|
|
8960
|
+
"decimals": 8,
|
|
8961
|
+
"priceId": null,
|
|
8962
|
+
"minAmount": "100000",
|
|
8908
8963
|
"assetType": "LOCAL",
|
|
8909
8964
|
"metadata": {
|
|
8910
|
-
"assetId": "
|
|
8911
|
-
"assetType": "ForeignAsset",
|
|
8912
|
-
"contractAddress": "0xFFFfffFf15e1b7E3dF971DD813Bc394deB899aBf"
|
|
8965
|
+
"assetId": "88"
|
|
8913
8966
|
},
|
|
8914
|
-
"multiChainAsset":
|
|
8915
|
-
"hasValue":
|
|
8916
|
-
"icon":
|
|
8967
|
+
"multiChainAsset": null,
|
|
8968
|
+
"hasValue": true,
|
|
8969
|
+
"icon": null
|
|
8970
|
+
},
|
|
8971
|
+
"availTuringTest-NATIVE-AVAIL": {
|
|
8972
|
+
"originChain": "availTuringTest",
|
|
8973
|
+
"slug": "availTuringTest-NATIVE-AVAIL",
|
|
8974
|
+
"name": "Avail Turing Testnet",
|
|
8975
|
+
"symbol": "AVAIL",
|
|
8976
|
+
"decimals": 18,
|
|
8977
|
+
"priceId": null,
|
|
8978
|
+
"minAmount": "1000000000000",
|
|
8979
|
+
"assetType": "NATIVE",
|
|
8980
|
+
"metadata": null,
|
|
8981
|
+
"multiChainAsset": null,
|
|
8982
|
+
"hasValue": false,
|
|
8983
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/availturingtest-native-avail.png"
|
|
8917
8984
|
}
|
|
8918
|
-
}
|
|
8985
|
+
}
|
package/data/ChainInfo.json
CHANGED
|
@@ -7087,7 +7087,7 @@
|
|
|
7087
7087
|
"addressPrefix": 2135,
|
|
7088
7088
|
"chainType": "RELAYCHAIN",
|
|
7089
7089
|
"crowdloanUrl": null,
|
|
7090
|
-
"blockExplorer":
|
|
7090
|
+
"blockExplorer": "https://enjin.subscan.io/",
|
|
7091
7091
|
"existentialDeposit": "100000000000000000",
|
|
7092
7092
|
"symbol": "ENJ",
|
|
7093
7093
|
"decimals": 18,
|
|
@@ -7097,7 +7097,10 @@
|
|
|
7097
7097
|
"crowdloanParaId": null,
|
|
7098
7098
|
"crowdloanFunds": []
|
|
7099
7099
|
},
|
|
7100
|
-
"extraInfo":
|
|
7100
|
+
"extraInfo": {
|
|
7101
|
+
"subscanSlug": "enjin",
|
|
7102
|
+
"chainBalanceSlug": null
|
|
7103
|
+
}
|
|
7101
7104
|
},
|
|
7102
7105
|
"enjin_matrixchain": {
|
|
7103
7106
|
"slug": "enjin_matrixchain",
|
|
@@ -7117,7 +7120,7 @@
|
|
|
7117
7120
|
"addressPrefix": 1110,
|
|
7118
7121
|
"chainType": null,
|
|
7119
7122
|
"crowdloanUrl": null,
|
|
7120
|
-
"blockExplorer":
|
|
7123
|
+
"blockExplorer": "https://matrix.subscan.io/",
|
|
7121
7124
|
"existentialDeposit": "100000000000000000",
|
|
7122
7125
|
"symbol": "ENJ",
|
|
7123
7126
|
"decimals": 18,
|
|
@@ -7127,7 +7130,10 @@
|
|
|
7127
7130
|
"crowdloanParaId": null,
|
|
7128
7131
|
"crowdloanFunds": []
|
|
7129
7132
|
},
|
|
7130
|
-
"extraInfo":
|
|
7133
|
+
"extraInfo": {
|
|
7134
|
+
"subscanSlug": "matrix",
|
|
7135
|
+
"chainBalanceSlug": null
|
|
7136
|
+
}
|
|
7131
7137
|
},
|
|
7132
7138
|
"vara_testnet": {
|
|
7133
7139
|
"slug": "vara_testnet",
|
|
@@ -7978,5 +7984,92 @@
|
|
|
7978
7984
|
"subscanSlug": "paseo",
|
|
7979
7985
|
"chainBalanceSlug": null
|
|
7980
7986
|
}
|
|
7987
|
+
},
|
|
7988
|
+
"commune": {
|
|
7989
|
+
"slug": "commune",
|
|
7990
|
+
"name": "Commune AI",
|
|
7991
|
+
"isTestnet": false,
|
|
7992
|
+
"chainStatus": "ACTIVE",
|
|
7993
|
+
"icon": null,
|
|
7994
|
+
"providers": {
|
|
7995
|
+
"Commune Node 1": "wss://commune-api-node-1.communeai.net"
|
|
7996
|
+
},
|
|
7997
|
+
"evmInfo": null,
|
|
7998
|
+
"substrateInfo": {
|
|
7999
|
+
"relaySlug": null,
|
|
8000
|
+
"paraId": null,
|
|
8001
|
+
"genesisHash": "0xbc6eb9753e2417476601485f9f8ef8474701ec199d456f989bd397682c9425c5",
|
|
8002
|
+
"addressPrefix": 42,
|
|
8003
|
+
"chainType": "RELAYCHAIN",
|
|
8004
|
+
"crowdloanUrl": null,
|
|
8005
|
+
"blockExplorer": null,
|
|
8006
|
+
"existentialDeposit": "500",
|
|
8007
|
+
"symbol": "C",
|
|
8008
|
+
"decimals": 9,
|
|
8009
|
+
"hasNativeNft": null,
|
|
8010
|
+
"supportStaking": null,
|
|
8011
|
+
"supportSmartContract": null,
|
|
8012
|
+
"crowdloanParaId": null,
|
|
8013
|
+
"crowdloanFunds": []
|
|
8014
|
+
},
|
|
8015
|
+
"extraInfo": null
|
|
8016
|
+
},
|
|
8017
|
+
"dbcchain": {
|
|
8018
|
+
"slug": "dbcchain",
|
|
8019
|
+
"name": "DBC Mainnet",
|
|
8020
|
+
"isTestnet": false,
|
|
8021
|
+
"chainStatus": "ACTIVE",
|
|
8022
|
+
"icon": null,
|
|
8023
|
+
"providers": {
|
|
8024
|
+
"DBC Chain": "wss://info1.dbcwallet.io"
|
|
8025
|
+
},
|
|
8026
|
+
"evmInfo": null,
|
|
8027
|
+
"substrateInfo": {
|
|
8028
|
+
"relaySlug": null,
|
|
8029
|
+
"paraId": null,
|
|
8030
|
+
"genesisHash": "0xd523fa2e0581f069b4f0c7b5944c21e9abc72305a08067868c91b898d1bf1dff",
|
|
8031
|
+
"addressPrefix": 42,
|
|
8032
|
+
"chainType": "RELAYCHAIN",
|
|
8033
|
+
"crowdloanUrl": null,
|
|
8034
|
+
"blockExplorer": null,
|
|
8035
|
+
"existentialDeposit": "10000000000000",
|
|
8036
|
+
"symbol": "DBC",
|
|
8037
|
+
"decimals": 15,
|
|
8038
|
+
"hasNativeNft": null,
|
|
8039
|
+
"supportStaking": null,
|
|
8040
|
+
"supportSmartContract": null,
|
|
8041
|
+
"crowdloanParaId": null,
|
|
8042
|
+
"crowdloanFunds": []
|
|
8043
|
+
},
|
|
8044
|
+
"extraInfo": null
|
|
8045
|
+
},
|
|
8046
|
+
"availTuringTest": {
|
|
8047
|
+
"slug": "availTuringTest",
|
|
8048
|
+
"name": "Avail Turing Testnet",
|
|
8049
|
+
"isTestnet": true,
|
|
8050
|
+
"chainStatus": "ACTIVE",
|
|
8051
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/availturingtest.png",
|
|
8052
|
+
"providers": {
|
|
8053
|
+
"Avail Turing ": "wss://turing-rpc.avail.so/"
|
|
8054
|
+
},
|
|
8055
|
+
"evmInfo": null,
|
|
8056
|
+
"substrateInfo": {
|
|
8057
|
+
"relaySlug": null,
|
|
8058
|
+
"paraId": null,
|
|
8059
|
+
"genesisHash": "0xd3d2f3a3495dc597434a99d7d449ebad6616db45e4e4f178f31cc6fa14378b70",
|
|
8060
|
+
"addressPrefix": 42,
|
|
8061
|
+
"chainType": "RELAYCHAIN",
|
|
8062
|
+
"crowdloanUrl": null,
|
|
8063
|
+
"blockExplorer": null,
|
|
8064
|
+
"existentialDeposit": "1000000000000",
|
|
8065
|
+
"symbol": "AVAIL",
|
|
8066
|
+
"decimals": 18,
|
|
8067
|
+
"hasNativeNft": null,
|
|
8068
|
+
"supportStaking": null,
|
|
8069
|
+
"supportSmartContract": null,
|
|
8070
|
+
"crowdloanParaId": null,
|
|
8071
|
+
"crowdloanFunds": []
|
|
8072
|
+
},
|
|
8073
|
+
"extraInfo": null
|
|
7981
8074
|
}
|
|
7982
8075
|
}
|
package/data/ChainLogoMap.json
CHANGED
|
@@ -230,6 +230,9 @@
|
|
|
230
230
|
"humanode": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/humanode.png",
|
|
231
231
|
"humanodeEvm": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/humanodeevm.png",
|
|
232
232
|
"paseoTest": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/paseotest.png",
|
|
233
|
+
"commune": "https://dev.sw-chain-list-assets.pages.dev/assets/default.png",
|
|
234
|
+
"dbcchain": "https://dev.sw-chain-list-assets.pages.dev/assets/default.png",
|
|
235
|
+
"availTuringTest": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/availturingtest.png",
|
|
233
236
|
"custom-Substrate-gosnetwork": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png",
|
|
234
237
|
"custom-Substrate-gosspectral": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png"
|
|
235
238
|
}
|
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.
|
|
10
|
+
version: '0.2.57-beta.0'
|
|
11
11
|
};
|