@subwallet/chain-list 0.2.103-beta.16 → 0.2.103-beta.18
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 +239 -4
- package/cjs/data/AssetLogoMap.json +9 -1
- package/cjs/data/ChainAsset.json +164 -3
- package/cjs/data/ChainInfo.json +59 -0
- package/cjs/data/ChainLogoMap.json +2 -0
- package/cjs/packageInfo.js +1 -1
- package/data/AssetLogoMap.json +9 -1
- package/data/ChainAsset.json +164 -3
- package/data/ChainInfo.json +59 -0
- package/data/ChainLogoMap.json +2 -0
- package/package.json +1 -1
- package/packageInfo.js +1 -1
|
@@ -1283,6 +1283,14 @@
|
|
|
1283
1283
|
"polkadot_coretime-native-dot": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/polkadot_coretime-native-dot.png",
|
|
1284
1284
|
"kusama_coretime-native-ksm": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/kusama_coretime-native-ksm.png",
|
|
1285
1285
|
"optimism-erc20-weth-0x4200000000000000000000000000000000000006": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/optimism-erc20-weth-0x4200000000000000000000000000000000000006.png",
|
|
1286
|
+
"truth_network-native-truu": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/truth_network-native-truu.png",
|
|
1287
|
+
"ethereum-erc20-truu-0xdae0fafd65385e7775cf75b1398735155ef6acd2": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/ethereum-erc20-truu-0xdae0fafd65385e7775cf75b1398735155ef6acd2.png",
|
|
1288
|
+
"truth_network-local-usdc": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/truth_network-local-usdc.png",
|
|
1289
|
+
"tassi_demo-native-tango": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/tassi_demo-native-tango.png",
|
|
1290
|
+
"ethereum-erc20-gasp-0x736ecc5237b31edec6f1ab9a396fae2416b1d96e": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/ethereum-erc20-gasp-0x736ecc5237b31edec6f1ab9a396fae2416b1d96e.png",
|
|
1291
|
+
"ethereum-erc20-hei-0xf8f173e20e15f3b6cb686fb64724d370689de083": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/ethereum-erc20-hei-0xf8f173e20e15f3b6cb686fb64724d370689de083.png",
|
|
1292
|
+
"binanace-erc20-hei-0xf8f173e20e15f3b6cb686fb64724d370689de083": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/binanace-erc20-hei-0xf8f173e20e15f3b6cb686fb64724d370689de083.png",
|
|
1293
|
+
"moonbeam-erc20-xclaos-0xffffffffdd704e8e824a5eec47de88f5b9e13588": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/moonbeam-erc20-xclaos-0xffffffffdd704e8e824a5eec47de88f5b9e13588.png",
|
|
1286
1294
|
"eth-ethereum": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/eth-ethereum.png",
|
|
1287
1295
|
"ibtc-interbtc": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/ibtc-interbtc.png",
|
|
1288
1296
|
"glmr-moonbeam": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/glmr-moonbeam.png",
|
|
@@ -2636,7 +2644,8 @@
|
|
|
2636
2644
|
paraSpellValue: "DOT",
|
|
2637
2645
|
onChainInfo: {
|
|
2638
2646
|
Token: "DOT"
|
|
2639
|
-
}
|
|
2647
|
+
},
|
|
2648
|
+
isSufficient: true
|
|
2640
2649
|
},
|
|
2641
2650
|
multiChainAsset: "DOT-Polkadot",
|
|
2642
2651
|
hasValue: true,
|
|
@@ -2676,7 +2685,8 @@
|
|
|
2676
2685
|
paraSpellValue: "USDT",
|
|
2677
2686
|
onChainInfo: {
|
|
2678
2687
|
ForeignAsset: 12
|
|
2679
|
-
}
|
|
2688
|
+
},
|
|
2689
|
+
isSufficient: true
|
|
2680
2690
|
},
|
|
2681
2691
|
multiChainAsset: "USDT-Tether",
|
|
2682
2692
|
hasValue: true,
|
|
@@ -2714,7 +2724,8 @@
|
|
|
2714
2724
|
paraSpellValue: "ASTR",
|
|
2715
2725
|
onChainInfo: {
|
|
2716
2726
|
ForeignAsset: 2
|
|
2717
|
-
}
|
|
2727
|
+
},
|
|
2728
|
+
isSufficient: true
|
|
2718
2729
|
},
|
|
2719
2730
|
multiChainAsset: "ASTR-Astar",
|
|
2720
2731
|
hasValue: true,
|
|
@@ -14804,6 +14815,38 @@
|
|
|
14804
14815
|
multiChainAsset: "USDC-USDCoin",
|
|
14805
14816
|
hasValue: true,
|
|
14806
14817
|
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/base_mainnet-erc20-usdc-0x833589fcd6edb6e08f4c7c32d4f71b54bda02913.png"
|
|
14818
|
+
},
|
|
14819
|
+
"base_mainnet-ERC20-WETH-0x4200000000000000000000000000000000000006": {
|
|
14820
|
+
originChain: "base_mainnet",
|
|
14821
|
+
slug: "base_mainnet-ERC20-WETH-0x4200000000000000000000000000000000000006",
|
|
14822
|
+
name: "Wrapped Ether",
|
|
14823
|
+
symbol: "WETH",
|
|
14824
|
+
decimals: 18,
|
|
14825
|
+
priceId: "weth",
|
|
14826
|
+
minAmount: "0",
|
|
14827
|
+
assetType: "ERC20",
|
|
14828
|
+
metadata: {
|
|
14829
|
+
contractAddress: "0x4200000000000000000000000000000000000006"
|
|
14830
|
+
},
|
|
14831
|
+
multiChainAsset: "WETH-WrappedEther",
|
|
14832
|
+
hasValue: true,
|
|
14833
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/base_mainnet-erc20-weth-0x4200000000000000000000000000000000000006.png"
|
|
14834
|
+
},
|
|
14835
|
+
"arbitrum_one-ERC20-WETH-0x82aF49447D8a07e3bd95BD0d56f35241523fBab1": {
|
|
14836
|
+
originChain: "arbitrum_one",
|
|
14837
|
+
slug: "arbitrum_one-ERC20-WETH-0x82aF49447D8a07e3bd95BD0d56f35241523fBab1",
|
|
14838
|
+
name: "Wrapped Ether",
|
|
14839
|
+
symbol: "WETH",
|
|
14840
|
+
decimals: 18,
|
|
14841
|
+
priceId: "weth",
|
|
14842
|
+
minAmount: "0",
|
|
14843
|
+
assetType: "ERC20",
|
|
14844
|
+
metadata: {
|
|
14845
|
+
contractAddress: "0x82aF49447D8a07e3bd95BD0d56f35241523fBab1"
|
|
14846
|
+
},
|
|
14847
|
+
multiChainAsset: "WETH-WrappedEther",
|
|
14848
|
+
hasValue: true,
|
|
14849
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/arbitrum_one-erc20-weth-0x82af49447d8a07e3bd95bd0d56f35241523fbab1.png"
|
|
14807
14850
|
},
|
|
14808
14851
|
"polygon-ERC20-WETH-0x7ceB23fD6bC0adD59E62ac25578270cFf1b9f619": {
|
|
14809
14852
|
originChain: "polygon",
|
|
@@ -18064,6 +18107,132 @@
|
|
|
18064
18107
|
multiChainAsset: "WETH-WrappedEther",
|
|
18065
18108
|
hasValue: true,
|
|
18066
18109
|
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/optimism-erc20-weth-0x4200000000000000000000000000000000000006.png"
|
|
18110
|
+
},
|
|
18111
|
+
"truth_network-NATIVE-TRUU": {
|
|
18112
|
+
originChain: "truth_network",
|
|
18113
|
+
slug: "truth_network-NATIVE-TRUU",
|
|
18114
|
+
name: "Truth",
|
|
18115
|
+
symbol: "TRUU",
|
|
18116
|
+
decimals: 10,
|
|
18117
|
+
priceId: "truth",
|
|
18118
|
+
minAmount: "0",
|
|
18119
|
+
assetType: "NATIVE",
|
|
18120
|
+
metadata: null,
|
|
18121
|
+
multiChainAsset: null,
|
|
18122
|
+
hasValue: true,
|
|
18123
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/truth_network-native-truu.png"
|
|
18124
|
+
},
|
|
18125
|
+
"ethereum-ERC20-TRUU-0xDAe0faFD65385E7775Cf75b1398735155EF6aCD2": {
|
|
18126
|
+
originChain: "ethereum",
|
|
18127
|
+
slug: "ethereum-ERC20-TRUU-0xDAe0faFD65385E7775Cf75b1398735155EF6aCD2",
|
|
18128
|
+
name: "Truth",
|
|
18129
|
+
symbol: "TRUU",
|
|
18130
|
+
decimals: 10,
|
|
18131
|
+
priceId: "truth",
|
|
18132
|
+
minAmount: "0",
|
|
18133
|
+
assetType: "ERC20",
|
|
18134
|
+
metadata: {
|
|
18135
|
+
contractAddress: "0xDAe0faFD65385E7775Cf75b1398735155EF6aCD2"
|
|
18136
|
+
},
|
|
18137
|
+
multiChainAsset: null,
|
|
18138
|
+
hasValue: true,
|
|
18139
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/ethereum-erc20-truu-0xdae0fafd65385e7775cf75b1398735155ef6acd2.png"
|
|
18140
|
+
},
|
|
18141
|
+
"truth_network-LOCAL-USDC": {
|
|
18142
|
+
originChain: "truth_network",
|
|
18143
|
+
slug: "truth_network-LOCAL-USDC",
|
|
18144
|
+
name: "USD Coin",
|
|
18145
|
+
symbol: "USDC",
|
|
18146
|
+
decimals: 6,
|
|
18147
|
+
priceId: "usd-coin",
|
|
18148
|
+
minAmount: "1",
|
|
18149
|
+
assetType: "LOCAL",
|
|
18150
|
+
metadata: {
|
|
18151
|
+
onChainInfo: {
|
|
18152
|
+
ForeignAsset: 0
|
|
18153
|
+
}
|
|
18154
|
+
},
|
|
18155
|
+
multiChainAsset: "USDC-USDCoin",
|
|
18156
|
+
hasValue: true,
|
|
18157
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/truth_network-local-usdc.png"
|
|
18158
|
+
},
|
|
18159
|
+
"tassi_demo-NATIVE-TANGO": {
|
|
18160
|
+
originChain: "tassi_demo",
|
|
18161
|
+
slug: "tassi_demo-NATIVE-TANGO",
|
|
18162
|
+
name: "Tanssi Demo",
|
|
18163
|
+
symbol: "TANGO",
|
|
18164
|
+
decimals: 18,
|
|
18165
|
+
priceId: null,
|
|
18166
|
+
minAmount: "0",
|
|
18167
|
+
assetType: "NATIVE",
|
|
18168
|
+
metadata: null,
|
|
18169
|
+
multiChainAsset: null,
|
|
18170
|
+
hasValue: false,
|
|
18171
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/tassi_demo-native-tango.png"
|
|
18172
|
+
},
|
|
18173
|
+
"ethereum-ERC20-GASP-0x736ECc5237B31eDec6f1aB9a396FaE2416b1d96E": {
|
|
18174
|
+
originChain: "ethereum",
|
|
18175
|
+
slug: "ethereum-ERC20-GASP-0x736ECc5237B31eDec6f1aB9a396FaE2416b1d96E",
|
|
18176
|
+
name: "GASP",
|
|
18177
|
+
symbol: "GASP",
|
|
18178
|
+
decimals: 18,
|
|
18179
|
+
priceId: "gasp-2",
|
|
18180
|
+
minAmount: "0",
|
|
18181
|
+
assetType: "ERC20",
|
|
18182
|
+
metadata: {
|
|
18183
|
+
contractAddress: "0x736ECc5237B31eDec6f1aB9a396FaE2416b1d96E"
|
|
18184
|
+
},
|
|
18185
|
+
multiChainAsset: null,
|
|
18186
|
+
hasValue: true,
|
|
18187
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/ethereum-erc20-gasp-0x736ecc5237b31edec6f1ab9a396fae2416b1d96e.png"
|
|
18188
|
+
},
|
|
18189
|
+
"ethereum-ERC20-HEI-0xF8F173E20e15f3b6CB686FB64724D370689De083": {
|
|
18190
|
+
originChain: "ethereum",
|
|
18191
|
+
slug: "ethereum-ERC20-HEI-0xF8F173E20e15f3b6CB686FB64724D370689De083",
|
|
18192
|
+
name: "Heima",
|
|
18193
|
+
symbol: "HEI",
|
|
18194
|
+
decimals: 18,
|
|
18195
|
+
priceId: "heima",
|
|
18196
|
+
minAmount: "0",
|
|
18197
|
+
assetType: "ERC20",
|
|
18198
|
+
metadata: {
|
|
18199
|
+
contractAddress: "0xF8F173E20e15f3b6CB686FB64724D370689De083"
|
|
18200
|
+
},
|
|
18201
|
+
multiChainAsset: null,
|
|
18202
|
+
hasValue: true,
|
|
18203
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/ethereum-erc20-hei-0xf8f173e20e15f3b6cb686fb64724d370689de083.png"
|
|
18204
|
+
},
|
|
18205
|
+
"binanace-ERC20-HEI-0xF8F173E20e15f3b6CB686FB64724D370689De083": {
|
|
18206
|
+
originChain: "binance",
|
|
18207
|
+
slug: "binanace-ERC20-HEI-0xF8F173E20e15f3b6CB686FB64724D370689De083",
|
|
18208
|
+
name: "Heima",
|
|
18209
|
+
symbol: "HEI",
|
|
18210
|
+
decimals: 18,
|
|
18211
|
+
priceId: "heima",
|
|
18212
|
+
minAmount: "0",
|
|
18213
|
+
assetType: "ERC20",
|
|
18214
|
+
metadata: {
|
|
18215
|
+
contractAddress: "0xF8F173E20e15f3b6CB686FB64724D370689De083"
|
|
18216
|
+
},
|
|
18217
|
+
multiChainAsset: null,
|
|
18218
|
+
hasValue: true,
|
|
18219
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/binanace-erc20-hei-0xf8f173e20e15f3b6cb686fb64724d370689de083.png"
|
|
18220
|
+
},
|
|
18221
|
+
"moonbeam-ERC20-xcLAOS-0xfffFFffFdd704e8e824a5EEc47de88f5B9e13588": {
|
|
18222
|
+
originChain: "moonbeam",
|
|
18223
|
+
slug: "moonbeam-ERC20-xcLAOS-0xfffFFffFdd704e8e824a5EEc47de88f5B9e13588",
|
|
18224
|
+
name: "LAOS",
|
|
18225
|
+
symbol: "xcLAOS",
|
|
18226
|
+
decimals: 18,
|
|
18227
|
+
priceId: "laos-network",
|
|
18228
|
+
minAmount: "0",
|
|
18229
|
+
assetType: "ERC20",
|
|
18230
|
+
metadata: {
|
|
18231
|
+
contractAddress: "0xfffFFffFdd704e8e824a5EEc47de88f5B9e13588"
|
|
18232
|
+
},
|
|
18233
|
+
multiChainAsset: null,
|
|
18234
|
+
hasValue: true,
|
|
18235
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/moonbeam-erc20-xclaos-0xffffffffdd704e8e824a5eec47de88f5b9e13588.png"
|
|
18067
18236
|
}
|
|
18068
18237
|
};
|
|
18069
18238
|
|
|
@@ -30266,6 +30435,66 @@
|
|
|
30266
30435
|
tonInfo: null,
|
|
30267
30436
|
cardanoInfo: null
|
|
30268
30437
|
};
|
|
30438
|
+
var truth_network$1 = {
|
|
30439
|
+
slug: "truth_network",
|
|
30440
|
+
name: "Truth Network Mainnet",
|
|
30441
|
+
isTestnet: false,
|
|
30442
|
+
chainStatus: "ACTIVE",
|
|
30443
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chains/truth_network.png",
|
|
30444
|
+
providers: {
|
|
30445
|
+
External: "wss://chain-external.truth-network.io"
|
|
30446
|
+
},
|
|
30447
|
+
evmInfo: null,
|
|
30448
|
+
substrateInfo: {
|
|
30449
|
+
relaySlug: null,
|
|
30450
|
+
paraId: null,
|
|
30451
|
+
genesisHash: "0xa006eb47d5c9678d9cdc845958e5451217f2c72cf96a50e027df4549fd0111f0",
|
|
30452
|
+
addressPrefix: 42,
|
|
30453
|
+
chainType: "RELAYCHAIN",
|
|
30454
|
+
crowdloanUrl: null,
|
|
30455
|
+
blockExplorer: "http://explorer.truth-network.io/",
|
|
30456
|
+
existentialDeposit: "0",
|
|
30457
|
+
symbol: "TRUU",
|
|
30458
|
+
decimals: 10,
|
|
30459
|
+
hasNativeNft: null,
|
|
30460
|
+
supportStaking: null,
|
|
30461
|
+
supportSmartContract: null,
|
|
30462
|
+
crowdloanParaId: null,
|
|
30463
|
+
crowdloanFunds: [
|
|
30464
|
+
]
|
|
30465
|
+
},
|
|
30466
|
+
extraInfo: null,
|
|
30467
|
+
bitcoinInfo: null,
|
|
30468
|
+
tonInfo: null,
|
|
30469
|
+
cardanoInfo: null
|
|
30470
|
+
};
|
|
30471
|
+
var tassi_demo$1 = {
|
|
30472
|
+
slug: "tassi_demo",
|
|
30473
|
+
name: "Tassi Demo",
|
|
30474
|
+
isTestnet: true,
|
|
30475
|
+
chainStatus: "ACTIVE",
|
|
30476
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chains/tassi_demo.png",
|
|
30477
|
+
providers: {
|
|
30478
|
+
DanceBox: "https://dancebox-3001.tanssi-api.network/"
|
|
30479
|
+
},
|
|
30480
|
+
evmInfo: {
|
|
30481
|
+
evmChainId: 5678,
|
|
30482
|
+
blockExplorer: "https://fra-dancebox-3001-bs.a.dancebox.tanssi.network/",
|
|
30483
|
+
existentialDeposit: "0",
|
|
30484
|
+
symbol: "TANGO",
|
|
30485
|
+
decimals: 18,
|
|
30486
|
+
supportSmartContract: [
|
|
30487
|
+
"ERC20",
|
|
30488
|
+
"ERC721"
|
|
30489
|
+
],
|
|
30490
|
+
abiExplorer: null
|
|
30491
|
+
},
|
|
30492
|
+
substrateInfo: null,
|
|
30493
|
+
extraInfo: null,
|
|
30494
|
+
bitcoinInfo: null,
|
|
30495
|
+
tonInfo: null,
|
|
30496
|
+
cardanoInfo: null
|
|
30497
|
+
};
|
|
30269
30498
|
const _ChainInfoMap = {
|
|
30270
30499
|
polkadot: polkadot$1,
|
|
30271
30500
|
kusama: kusama$1,
|
|
@@ -30667,7 +30896,9 @@
|
|
|
30667
30896
|
cardano_preproduction: cardano_preproduction$1,
|
|
30668
30897
|
peaq_evm: peaq_evm$1,
|
|
30669
30898
|
polkadot_coretime: polkadot_coretime$1,
|
|
30670
|
-
kusama_coretime: kusama_coretime$1
|
|
30899
|
+
kusama_coretime: kusama_coretime$1,
|
|
30900
|
+
truth_network: truth_network$1,
|
|
30901
|
+
tassi_demo: tassi_demo$1
|
|
30671
30902
|
};
|
|
30672
30903
|
|
|
30673
30904
|
var polkadot = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/polkadot.png";
|
|
@@ -31012,6 +31243,8 @@
|
|
|
31012
31243
|
var peaq_evm = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/peaq_evm.png";
|
|
31013
31244
|
var polkadot_coretime = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/polkadot_coretime.png";
|
|
31014
31245
|
var kusama_coretime = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/kusama_coretime.png";
|
|
31246
|
+
var truth_network = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/truth_network.png";
|
|
31247
|
+
var tassi_demo = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/tassi_demo.png";
|
|
31015
31248
|
const _ChainLogoMap = {
|
|
31016
31249
|
"default": "https://dev.sw-chain-list-assets.pages.dev/assets/default.png",
|
|
31017
31250
|
polkadot: polkadot,
|
|
@@ -31358,6 +31591,8 @@
|
|
|
31358
31591
|
peaq_evm: peaq_evm,
|
|
31359
31592
|
polkadot_coretime: polkadot_coretime,
|
|
31360
31593
|
kusama_coretime: kusama_coretime,
|
|
31594
|
+
truth_network: truth_network,
|
|
31595
|
+
tassi_demo: tassi_demo,
|
|
31361
31596
|
"custom-Substrate-gosnetwork": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png",
|
|
31362
31597
|
"custom-Substrate-gosspectral": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png"
|
|
31363
31598
|
};
|
|
@@ -944,6 +944,14 @@
|
|
|
944
944
|
"polkadot_coretime-native-dot": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/polkadot_coretime-native-dot.png",
|
|
945
945
|
"kusama_coretime-native-ksm": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/kusama_coretime-native-ksm.png",
|
|
946
946
|
"optimism-erc20-weth-0x4200000000000000000000000000000000000006": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/optimism-erc20-weth-0x4200000000000000000000000000000000000006.png",
|
|
947
|
+
"truth_network-native-truu": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/truth_network-native-truu.png",
|
|
948
|
+
"ethereum-erc20-truu-0xdae0fafd65385e7775cf75b1398735155ef6acd2": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/ethereum-erc20-truu-0xdae0fafd65385e7775cf75b1398735155ef6acd2.png",
|
|
949
|
+
"truth_network-local-usdc": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/truth_network-local-usdc.png",
|
|
950
|
+
"tassi_demo-native-tango": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/tassi_demo-native-tango.png",
|
|
951
|
+
"ethereum-erc20-gasp-0x736ecc5237b31edec6f1ab9a396fae2416b1d96e": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/ethereum-erc20-gasp-0x736ecc5237b31edec6f1ab9a396fae2416b1d96e.png",
|
|
952
|
+
"ethereum-erc20-hei-0xf8f173e20e15f3b6cb686fb64724d370689de083": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/ethereum-erc20-hei-0xf8f173e20e15f3b6cb686fb64724d370689de083.png",
|
|
953
|
+
"binanace-erc20-hei-0xf8f173e20e15f3b6cb686fb64724d370689de083": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/binanace-erc20-hei-0xf8f173e20e15f3b6cb686fb64724d370689de083.png",
|
|
954
|
+
"moonbeam-erc20-xclaos-0xffffffffdd704e8e824a5eec47de88f5b9e13588": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/moonbeam-erc20-xclaos-0xffffffffdd704e8e824a5eec47de88f5b9e13588.png",
|
|
947
955
|
"eth-ethereum": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/eth-ethereum.png",
|
|
948
956
|
"ibtc-interbtc": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/ibtc-interbtc.png",
|
|
949
957
|
"glmr-moonbeam": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/glmr-moonbeam.png",
|
|
@@ -1049,4 +1057,4 @@
|
|
|
1049
1057
|
"custom-aleph-psp22-zpf-5eskjbkpva1ppucmrkcmazdhqm9shihws9uqqsoi4vrdcdle": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chain-assets/zpf_2f06de3f07.png",
|
|
1050
1058
|
"custom-custom-substrate-gosnetwork-native-gos": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chain-assets/gos_a4d1a9cf7a.png",
|
|
1051
1059
|
"custom-custom-substrate-gosspectral-native-gost": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chain-assets/gos_a4d1a9cf7a.png"
|
|
1052
|
-
}
|
|
1060
|
+
}
|
package/cjs/data/ChainAsset.json
CHANGED
|
@@ -296,7 +296,8 @@
|
|
|
296
296
|
"paraSpellValue": "DOT",
|
|
297
297
|
"onChainInfo": {
|
|
298
298
|
"Token": "DOT"
|
|
299
|
-
}
|
|
299
|
+
},
|
|
300
|
+
"isSufficient": true
|
|
300
301
|
},
|
|
301
302
|
"multiChainAsset": "DOT-Polkadot",
|
|
302
303
|
"hasValue": true,
|
|
@@ -336,7 +337,8 @@
|
|
|
336
337
|
"paraSpellValue": "USDT",
|
|
337
338
|
"onChainInfo": {
|
|
338
339
|
"ForeignAsset": 12
|
|
339
|
-
}
|
|
340
|
+
},
|
|
341
|
+
"isSufficient": true
|
|
340
342
|
},
|
|
341
343
|
"multiChainAsset": "USDT-Tether",
|
|
342
344
|
"hasValue": true,
|
|
@@ -374,7 +376,8 @@
|
|
|
374
376
|
"paraSpellValue": "ASTR",
|
|
375
377
|
"onChainInfo": {
|
|
376
378
|
"ForeignAsset": 2
|
|
377
|
-
}
|
|
379
|
+
},
|
|
380
|
+
"isSufficient": true
|
|
378
381
|
},
|
|
379
382
|
"multiChainAsset": "ASTR-Astar",
|
|
380
383
|
"hasValue": true,
|
|
@@ -12465,6 +12468,38 @@
|
|
|
12465
12468
|
"hasValue": true,
|
|
12466
12469
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/base_mainnet-erc20-usdc-0x833589fcd6edb6e08f4c7c32d4f71b54bda02913.png"
|
|
12467
12470
|
},
|
|
12471
|
+
"base_mainnet-ERC20-WETH-0x4200000000000000000000000000000000000006": {
|
|
12472
|
+
"originChain": "base_mainnet",
|
|
12473
|
+
"slug": "base_mainnet-ERC20-WETH-0x4200000000000000000000000000000000000006",
|
|
12474
|
+
"name": "Wrapped Ether",
|
|
12475
|
+
"symbol": "WETH",
|
|
12476
|
+
"decimals": 18,
|
|
12477
|
+
"priceId": "weth",
|
|
12478
|
+
"minAmount": "0",
|
|
12479
|
+
"assetType": "ERC20",
|
|
12480
|
+
"metadata": {
|
|
12481
|
+
"contractAddress": "0x4200000000000000000000000000000000000006"
|
|
12482
|
+
},
|
|
12483
|
+
"multiChainAsset": "WETH-WrappedEther",
|
|
12484
|
+
"hasValue": true,
|
|
12485
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/base_mainnet-erc20-weth-0x4200000000000000000000000000000000000006.png"
|
|
12486
|
+
},
|
|
12487
|
+
"arbitrum_one-ERC20-WETH-0x82aF49447D8a07e3bd95BD0d56f35241523fBab1": {
|
|
12488
|
+
"originChain": "arbitrum_one",
|
|
12489
|
+
"slug": "arbitrum_one-ERC20-WETH-0x82aF49447D8a07e3bd95BD0d56f35241523fBab1",
|
|
12490
|
+
"name": "Wrapped Ether",
|
|
12491
|
+
"symbol": "WETH",
|
|
12492
|
+
"decimals": 18,
|
|
12493
|
+
"priceId": "weth",
|
|
12494
|
+
"minAmount": "0",
|
|
12495
|
+
"assetType": "ERC20",
|
|
12496
|
+
"metadata": {
|
|
12497
|
+
"contractAddress": "0x82aF49447D8a07e3bd95BD0d56f35241523fBab1"
|
|
12498
|
+
},
|
|
12499
|
+
"multiChainAsset": "WETH-WrappedEther",
|
|
12500
|
+
"hasValue": true,
|
|
12501
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/arbitrum_one-erc20-weth-0x82af49447d8a07e3bd95bd0d56f35241523fbab1.png"
|
|
12502
|
+
},
|
|
12468
12503
|
"polygon-ERC20-WETH-0x7ceB23fD6bC0adD59E62ac25578270cFf1b9f619": {
|
|
12469
12504
|
"originChain": "polygon",
|
|
12470
12505
|
"slug": "polygon-ERC20-WETH-0x7ceB23fD6bC0adD59E62ac25578270cFf1b9f619",
|
|
@@ -15724,5 +15759,131 @@
|
|
|
15724
15759
|
"multiChainAsset": "WETH-WrappedEther",
|
|
15725
15760
|
"hasValue": true,
|
|
15726
15761
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/optimism-erc20-weth-0x4200000000000000000000000000000000000006.png"
|
|
15762
|
+
},
|
|
15763
|
+
"truth_network-NATIVE-TRUU": {
|
|
15764
|
+
"originChain": "truth_network",
|
|
15765
|
+
"slug": "truth_network-NATIVE-TRUU",
|
|
15766
|
+
"name": "Truth",
|
|
15767
|
+
"symbol": "TRUU",
|
|
15768
|
+
"decimals": 10,
|
|
15769
|
+
"priceId": "truth",
|
|
15770
|
+
"minAmount": "0",
|
|
15771
|
+
"assetType": "NATIVE",
|
|
15772
|
+
"metadata": null,
|
|
15773
|
+
"multiChainAsset": null,
|
|
15774
|
+
"hasValue": true,
|
|
15775
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/truth_network-native-truu.png"
|
|
15776
|
+
},
|
|
15777
|
+
"ethereum-ERC20-TRUU-0xDAe0faFD65385E7775Cf75b1398735155EF6aCD2": {
|
|
15778
|
+
"originChain": "ethereum",
|
|
15779
|
+
"slug": "ethereum-ERC20-TRUU-0xDAe0faFD65385E7775Cf75b1398735155EF6aCD2",
|
|
15780
|
+
"name": "Truth",
|
|
15781
|
+
"symbol": "TRUU",
|
|
15782
|
+
"decimals": 10,
|
|
15783
|
+
"priceId": "truth",
|
|
15784
|
+
"minAmount": "0",
|
|
15785
|
+
"assetType": "ERC20",
|
|
15786
|
+
"metadata": {
|
|
15787
|
+
"contractAddress": "0xDAe0faFD65385E7775Cf75b1398735155EF6aCD2"
|
|
15788
|
+
},
|
|
15789
|
+
"multiChainAsset": null,
|
|
15790
|
+
"hasValue": true,
|
|
15791
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/ethereum-erc20-truu-0xdae0fafd65385e7775cf75b1398735155ef6acd2.png"
|
|
15792
|
+
},
|
|
15793
|
+
"truth_network-LOCAL-USDC": {
|
|
15794
|
+
"originChain": "truth_network",
|
|
15795
|
+
"slug": "truth_network-LOCAL-USDC",
|
|
15796
|
+
"name": "USD Coin",
|
|
15797
|
+
"symbol": "USDC",
|
|
15798
|
+
"decimals": 6,
|
|
15799
|
+
"priceId": "usd-coin",
|
|
15800
|
+
"minAmount": "1",
|
|
15801
|
+
"assetType": "LOCAL",
|
|
15802
|
+
"metadata": {
|
|
15803
|
+
"onChainInfo": {
|
|
15804
|
+
"ForeignAsset": 0
|
|
15805
|
+
}
|
|
15806
|
+
},
|
|
15807
|
+
"multiChainAsset": "USDC-USDCoin",
|
|
15808
|
+
"hasValue": true,
|
|
15809
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/truth_network-local-usdc.png"
|
|
15810
|
+
},
|
|
15811
|
+
"tassi_demo-NATIVE-TANGO": {
|
|
15812
|
+
"originChain": "tassi_demo",
|
|
15813
|
+
"slug": "tassi_demo-NATIVE-TANGO",
|
|
15814
|
+
"name": "Tanssi Demo",
|
|
15815
|
+
"symbol": "TANGO",
|
|
15816
|
+
"decimals": 18,
|
|
15817
|
+
"priceId": null,
|
|
15818
|
+
"minAmount": "0",
|
|
15819
|
+
"assetType": "NATIVE",
|
|
15820
|
+
"metadata": null,
|
|
15821
|
+
"multiChainAsset": null,
|
|
15822
|
+
"hasValue": false,
|
|
15823
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/tassi_demo-native-tango.png"
|
|
15824
|
+
},
|
|
15825
|
+
"ethereum-ERC20-GASP-0x736ECc5237B31eDec6f1aB9a396FaE2416b1d96E": {
|
|
15826
|
+
"originChain": "ethereum",
|
|
15827
|
+
"slug": "ethereum-ERC20-GASP-0x736ECc5237B31eDec6f1aB9a396FaE2416b1d96E",
|
|
15828
|
+
"name": "GASP",
|
|
15829
|
+
"symbol": "GASP",
|
|
15830
|
+
"decimals": 18,
|
|
15831
|
+
"priceId": "gasp-2",
|
|
15832
|
+
"minAmount": "0",
|
|
15833
|
+
"assetType": "ERC20",
|
|
15834
|
+
"metadata": {
|
|
15835
|
+
"contractAddress": "0x736ECc5237B31eDec6f1aB9a396FaE2416b1d96E"
|
|
15836
|
+
},
|
|
15837
|
+
"multiChainAsset": null,
|
|
15838
|
+
"hasValue": true,
|
|
15839
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/ethereum-erc20-gasp-0x736ecc5237b31edec6f1ab9a396fae2416b1d96e.png"
|
|
15840
|
+
},
|
|
15841
|
+
"ethereum-ERC20-HEI-0xF8F173E20e15f3b6CB686FB64724D370689De083": {
|
|
15842
|
+
"originChain": "ethereum",
|
|
15843
|
+
"slug": "ethereum-ERC20-HEI-0xF8F173E20e15f3b6CB686FB64724D370689De083",
|
|
15844
|
+
"name": "Heima",
|
|
15845
|
+
"symbol": "HEI",
|
|
15846
|
+
"decimals": 18,
|
|
15847
|
+
"priceId": "heima",
|
|
15848
|
+
"minAmount": "0",
|
|
15849
|
+
"assetType": "ERC20",
|
|
15850
|
+
"metadata": {
|
|
15851
|
+
"contractAddress": "0xF8F173E20e15f3b6CB686FB64724D370689De083"
|
|
15852
|
+
},
|
|
15853
|
+
"multiChainAsset": null,
|
|
15854
|
+
"hasValue": true,
|
|
15855
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/ethereum-erc20-hei-0xf8f173e20e15f3b6cb686fb64724d370689de083.png"
|
|
15856
|
+
},
|
|
15857
|
+
"binanace-ERC20-HEI-0xF8F173E20e15f3b6CB686FB64724D370689De083": {
|
|
15858
|
+
"originChain": "binance",
|
|
15859
|
+
"slug": "binanace-ERC20-HEI-0xF8F173E20e15f3b6CB686FB64724D370689De083",
|
|
15860
|
+
"name": "Heima",
|
|
15861
|
+
"symbol": "HEI",
|
|
15862
|
+
"decimals": 18,
|
|
15863
|
+
"priceId": "heima",
|
|
15864
|
+
"minAmount": "0",
|
|
15865
|
+
"assetType": "ERC20",
|
|
15866
|
+
"metadata": {
|
|
15867
|
+
"contractAddress": "0xF8F173E20e15f3b6CB686FB64724D370689De083"
|
|
15868
|
+
},
|
|
15869
|
+
"multiChainAsset": null,
|
|
15870
|
+
"hasValue": true,
|
|
15871
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/binanace-erc20-hei-0xf8f173e20e15f3b6cb686fb64724d370689de083.png"
|
|
15872
|
+
},
|
|
15873
|
+
"moonbeam-ERC20-xcLAOS-0xfffFFffFdd704e8e824a5EEc47de88f5B9e13588": {
|
|
15874
|
+
"originChain": "moonbeam",
|
|
15875
|
+
"slug": "moonbeam-ERC20-xcLAOS-0xfffFFffFdd704e8e824a5EEc47de88f5B9e13588",
|
|
15876
|
+
"name": "LAOS",
|
|
15877
|
+
"symbol": "xcLAOS",
|
|
15878
|
+
"decimals": 18,
|
|
15879
|
+
"priceId": "laos-network",
|
|
15880
|
+
"minAmount": "0",
|
|
15881
|
+
"assetType": "ERC20",
|
|
15882
|
+
"metadata": {
|
|
15883
|
+
"contractAddress": "0xfffFFffFdd704e8e824a5EEc47de88f5B9e13588"
|
|
15884
|
+
},
|
|
15885
|
+
"multiChainAsset": null,
|
|
15886
|
+
"hasValue": true,
|
|
15887
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/moonbeam-erc20-xclaos-0xffffffffdd704e8e824a5eec47de88f5b9e13588.png"
|
|
15727
15888
|
}
|
|
15728
15889
|
}
|
package/cjs/data/ChainInfo.json
CHANGED
|
@@ -12062,5 +12062,64 @@
|
|
|
12062
12062
|
"bitcoinInfo": null,
|
|
12063
12063
|
"tonInfo": null,
|
|
12064
12064
|
"cardanoInfo": null
|
|
12065
|
+
},
|
|
12066
|
+
"truth_network": {
|
|
12067
|
+
"slug": "truth_network",
|
|
12068
|
+
"name": "Truth Network Mainnet",
|
|
12069
|
+
"isTestnet": false,
|
|
12070
|
+
"chainStatus": "ACTIVE",
|
|
12071
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/truth_network.png",
|
|
12072
|
+
"providers": {
|
|
12073
|
+
"External": "wss://chain-external.truth-network.io"
|
|
12074
|
+
},
|
|
12075
|
+
"evmInfo": null,
|
|
12076
|
+
"substrateInfo": {
|
|
12077
|
+
"relaySlug": null,
|
|
12078
|
+
"paraId": null,
|
|
12079
|
+
"genesisHash": "0xa006eb47d5c9678d9cdc845958e5451217f2c72cf96a50e027df4549fd0111f0",
|
|
12080
|
+
"addressPrefix": 42,
|
|
12081
|
+
"chainType": "RELAYCHAIN",
|
|
12082
|
+
"crowdloanUrl": null,
|
|
12083
|
+
"blockExplorer": "http://explorer.truth-network.io/",
|
|
12084
|
+
"existentialDeposit": "0",
|
|
12085
|
+
"symbol": "TRUU",
|
|
12086
|
+
"decimals": 10,
|
|
12087
|
+
"hasNativeNft": null,
|
|
12088
|
+
"supportStaking": null,
|
|
12089
|
+
"supportSmartContract": null,
|
|
12090
|
+
"crowdloanParaId": null,
|
|
12091
|
+
"crowdloanFunds": []
|
|
12092
|
+
},
|
|
12093
|
+
"extraInfo": null,
|
|
12094
|
+
"bitcoinInfo": null,
|
|
12095
|
+
"tonInfo": null,
|
|
12096
|
+
"cardanoInfo": null
|
|
12097
|
+
},
|
|
12098
|
+
"tassi_demo": {
|
|
12099
|
+
"slug": "tassi_demo",
|
|
12100
|
+
"name": "Tassi Demo",
|
|
12101
|
+
"isTestnet": true,
|
|
12102
|
+
"chainStatus": "ACTIVE",
|
|
12103
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/tassi_demo.png",
|
|
12104
|
+
"providers": {
|
|
12105
|
+
"DanceBox": "https://dancebox-3001.tanssi-api.network/"
|
|
12106
|
+
},
|
|
12107
|
+
"evmInfo": {
|
|
12108
|
+
"evmChainId": 5678,
|
|
12109
|
+
"blockExplorer": "https://fra-dancebox-3001-bs.a.dancebox.tanssi.network/",
|
|
12110
|
+
"existentialDeposit": "0",
|
|
12111
|
+
"symbol": "TANGO",
|
|
12112
|
+
"decimals": 18,
|
|
12113
|
+
"supportSmartContract": [
|
|
12114
|
+
"ERC20",
|
|
12115
|
+
"ERC721"
|
|
12116
|
+
],
|
|
12117
|
+
"abiExplorer": null
|
|
12118
|
+
},
|
|
12119
|
+
"substrateInfo": null,
|
|
12120
|
+
"extraInfo": null,
|
|
12121
|
+
"bitcoinInfo": null,
|
|
12122
|
+
"tonInfo": null,
|
|
12123
|
+
"cardanoInfo": null
|
|
12065
12124
|
}
|
|
12066
12125
|
}
|
|
@@ -344,6 +344,8 @@
|
|
|
344
344
|
"peaq_evm": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/peaq_evm.png",
|
|
345
345
|
"polkadot_coretime": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/polkadot_coretime.png",
|
|
346
346
|
"kusama_coretime": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/kusama_coretime.png",
|
|
347
|
+
"truth_network": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/truth_network.png",
|
|
348
|
+
"tassi_demo": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/tassi_demo.png",
|
|
347
349
|
"custom-Substrate-gosnetwork": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png",
|
|
348
350
|
"custom-Substrate-gosspectral": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png"
|
|
349
351
|
}
|
package/cjs/packageInfo.js
CHANGED
package/data/AssetLogoMap.json
CHANGED
|
@@ -944,6 +944,14 @@
|
|
|
944
944
|
"polkadot_coretime-native-dot": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/polkadot_coretime-native-dot.png",
|
|
945
945
|
"kusama_coretime-native-ksm": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/kusama_coretime-native-ksm.png",
|
|
946
946
|
"optimism-erc20-weth-0x4200000000000000000000000000000000000006": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/optimism-erc20-weth-0x4200000000000000000000000000000000000006.png",
|
|
947
|
+
"truth_network-native-truu": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/truth_network-native-truu.png",
|
|
948
|
+
"ethereum-erc20-truu-0xdae0fafd65385e7775cf75b1398735155ef6acd2": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/ethereum-erc20-truu-0xdae0fafd65385e7775cf75b1398735155ef6acd2.png",
|
|
949
|
+
"truth_network-local-usdc": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/truth_network-local-usdc.png",
|
|
950
|
+
"tassi_demo-native-tango": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/tassi_demo-native-tango.png",
|
|
951
|
+
"ethereum-erc20-gasp-0x736ecc5237b31edec6f1ab9a396fae2416b1d96e": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/ethereum-erc20-gasp-0x736ecc5237b31edec6f1ab9a396fae2416b1d96e.png",
|
|
952
|
+
"ethereum-erc20-hei-0xf8f173e20e15f3b6cb686fb64724d370689de083": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/ethereum-erc20-hei-0xf8f173e20e15f3b6cb686fb64724d370689de083.png",
|
|
953
|
+
"binanace-erc20-hei-0xf8f173e20e15f3b6cb686fb64724d370689de083": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/binanace-erc20-hei-0xf8f173e20e15f3b6cb686fb64724d370689de083.png",
|
|
954
|
+
"moonbeam-erc20-xclaos-0xffffffffdd704e8e824a5eec47de88f5b9e13588": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/moonbeam-erc20-xclaos-0xffffffffdd704e8e824a5eec47de88f5b9e13588.png",
|
|
947
955
|
"eth-ethereum": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/eth-ethereum.png",
|
|
948
956
|
"ibtc-interbtc": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/ibtc-interbtc.png",
|
|
949
957
|
"glmr-moonbeam": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/glmr-moonbeam.png",
|
|
@@ -1049,4 +1057,4 @@
|
|
|
1049
1057
|
"custom-aleph-psp22-zpf-5eskjbkpva1ppucmrkcmazdhqm9shihws9uqqsoi4vrdcdle": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chain-assets/zpf_2f06de3f07.png",
|
|
1050
1058
|
"custom-custom-substrate-gosnetwork-native-gos": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chain-assets/gos_a4d1a9cf7a.png",
|
|
1051
1059
|
"custom-custom-substrate-gosspectral-native-gost": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chain-assets/gos_a4d1a9cf7a.png"
|
|
1052
|
-
}
|
|
1060
|
+
}
|
package/data/ChainAsset.json
CHANGED
|
@@ -296,7 +296,8 @@
|
|
|
296
296
|
"paraSpellValue": "DOT",
|
|
297
297
|
"onChainInfo": {
|
|
298
298
|
"Token": "DOT"
|
|
299
|
-
}
|
|
299
|
+
},
|
|
300
|
+
"isSufficient": true
|
|
300
301
|
},
|
|
301
302
|
"multiChainAsset": "DOT-Polkadot",
|
|
302
303
|
"hasValue": true,
|
|
@@ -336,7 +337,8 @@
|
|
|
336
337
|
"paraSpellValue": "USDT",
|
|
337
338
|
"onChainInfo": {
|
|
338
339
|
"ForeignAsset": 12
|
|
339
|
-
}
|
|
340
|
+
},
|
|
341
|
+
"isSufficient": true
|
|
340
342
|
},
|
|
341
343
|
"multiChainAsset": "USDT-Tether",
|
|
342
344
|
"hasValue": true,
|
|
@@ -374,7 +376,8 @@
|
|
|
374
376
|
"paraSpellValue": "ASTR",
|
|
375
377
|
"onChainInfo": {
|
|
376
378
|
"ForeignAsset": 2
|
|
377
|
-
}
|
|
379
|
+
},
|
|
380
|
+
"isSufficient": true
|
|
378
381
|
},
|
|
379
382
|
"multiChainAsset": "ASTR-Astar",
|
|
380
383
|
"hasValue": true,
|
|
@@ -12465,6 +12468,38 @@
|
|
|
12465
12468
|
"hasValue": true,
|
|
12466
12469
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/base_mainnet-erc20-usdc-0x833589fcd6edb6e08f4c7c32d4f71b54bda02913.png"
|
|
12467
12470
|
},
|
|
12471
|
+
"base_mainnet-ERC20-WETH-0x4200000000000000000000000000000000000006": {
|
|
12472
|
+
"originChain": "base_mainnet",
|
|
12473
|
+
"slug": "base_mainnet-ERC20-WETH-0x4200000000000000000000000000000000000006",
|
|
12474
|
+
"name": "Wrapped Ether",
|
|
12475
|
+
"symbol": "WETH",
|
|
12476
|
+
"decimals": 18,
|
|
12477
|
+
"priceId": "weth",
|
|
12478
|
+
"minAmount": "0",
|
|
12479
|
+
"assetType": "ERC20",
|
|
12480
|
+
"metadata": {
|
|
12481
|
+
"contractAddress": "0x4200000000000000000000000000000000000006"
|
|
12482
|
+
},
|
|
12483
|
+
"multiChainAsset": "WETH-WrappedEther",
|
|
12484
|
+
"hasValue": true,
|
|
12485
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/base_mainnet-erc20-weth-0x4200000000000000000000000000000000000006.png"
|
|
12486
|
+
},
|
|
12487
|
+
"arbitrum_one-ERC20-WETH-0x82aF49447D8a07e3bd95BD0d56f35241523fBab1": {
|
|
12488
|
+
"originChain": "arbitrum_one",
|
|
12489
|
+
"slug": "arbitrum_one-ERC20-WETH-0x82aF49447D8a07e3bd95BD0d56f35241523fBab1",
|
|
12490
|
+
"name": "Wrapped Ether",
|
|
12491
|
+
"symbol": "WETH",
|
|
12492
|
+
"decimals": 18,
|
|
12493
|
+
"priceId": "weth",
|
|
12494
|
+
"minAmount": "0",
|
|
12495
|
+
"assetType": "ERC20",
|
|
12496
|
+
"metadata": {
|
|
12497
|
+
"contractAddress": "0x82aF49447D8a07e3bd95BD0d56f35241523fBab1"
|
|
12498
|
+
},
|
|
12499
|
+
"multiChainAsset": "WETH-WrappedEther",
|
|
12500
|
+
"hasValue": true,
|
|
12501
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/arbitrum_one-erc20-weth-0x82af49447d8a07e3bd95bd0d56f35241523fbab1.png"
|
|
12502
|
+
},
|
|
12468
12503
|
"polygon-ERC20-WETH-0x7ceB23fD6bC0adD59E62ac25578270cFf1b9f619": {
|
|
12469
12504
|
"originChain": "polygon",
|
|
12470
12505
|
"slug": "polygon-ERC20-WETH-0x7ceB23fD6bC0adD59E62ac25578270cFf1b9f619",
|
|
@@ -15724,5 +15759,131 @@
|
|
|
15724
15759
|
"multiChainAsset": "WETH-WrappedEther",
|
|
15725
15760
|
"hasValue": true,
|
|
15726
15761
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/optimism-erc20-weth-0x4200000000000000000000000000000000000006.png"
|
|
15762
|
+
},
|
|
15763
|
+
"truth_network-NATIVE-TRUU": {
|
|
15764
|
+
"originChain": "truth_network",
|
|
15765
|
+
"slug": "truth_network-NATIVE-TRUU",
|
|
15766
|
+
"name": "Truth",
|
|
15767
|
+
"symbol": "TRUU",
|
|
15768
|
+
"decimals": 10,
|
|
15769
|
+
"priceId": "truth",
|
|
15770
|
+
"minAmount": "0",
|
|
15771
|
+
"assetType": "NATIVE",
|
|
15772
|
+
"metadata": null,
|
|
15773
|
+
"multiChainAsset": null,
|
|
15774
|
+
"hasValue": true,
|
|
15775
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/truth_network-native-truu.png"
|
|
15776
|
+
},
|
|
15777
|
+
"ethereum-ERC20-TRUU-0xDAe0faFD65385E7775Cf75b1398735155EF6aCD2": {
|
|
15778
|
+
"originChain": "ethereum",
|
|
15779
|
+
"slug": "ethereum-ERC20-TRUU-0xDAe0faFD65385E7775Cf75b1398735155EF6aCD2",
|
|
15780
|
+
"name": "Truth",
|
|
15781
|
+
"symbol": "TRUU",
|
|
15782
|
+
"decimals": 10,
|
|
15783
|
+
"priceId": "truth",
|
|
15784
|
+
"minAmount": "0",
|
|
15785
|
+
"assetType": "ERC20",
|
|
15786
|
+
"metadata": {
|
|
15787
|
+
"contractAddress": "0xDAe0faFD65385E7775Cf75b1398735155EF6aCD2"
|
|
15788
|
+
},
|
|
15789
|
+
"multiChainAsset": null,
|
|
15790
|
+
"hasValue": true,
|
|
15791
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/ethereum-erc20-truu-0xdae0fafd65385e7775cf75b1398735155ef6acd2.png"
|
|
15792
|
+
},
|
|
15793
|
+
"truth_network-LOCAL-USDC": {
|
|
15794
|
+
"originChain": "truth_network",
|
|
15795
|
+
"slug": "truth_network-LOCAL-USDC",
|
|
15796
|
+
"name": "USD Coin",
|
|
15797
|
+
"symbol": "USDC",
|
|
15798
|
+
"decimals": 6,
|
|
15799
|
+
"priceId": "usd-coin",
|
|
15800
|
+
"minAmount": "1",
|
|
15801
|
+
"assetType": "LOCAL",
|
|
15802
|
+
"metadata": {
|
|
15803
|
+
"onChainInfo": {
|
|
15804
|
+
"ForeignAsset": 0
|
|
15805
|
+
}
|
|
15806
|
+
},
|
|
15807
|
+
"multiChainAsset": "USDC-USDCoin",
|
|
15808
|
+
"hasValue": true,
|
|
15809
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/truth_network-local-usdc.png"
|
|
15810
|
+
},
|
|
15811
|
+
"tassi_demo-NATIVE-TANGO": {
|
|
15812
|
+
"originChain": "tassi_demo",
|
|
15813
|
+
"slug": "tassi_demo-NATIVE-TANGO",
|
|
15814
|
+
"name": "Tanssi Demo",
|
|
15815
|
+
"symbol": "TANGO",
|
|
15816
|
+
"decimals": 18,
|
|
15817
|
+
"priceId": null,
|
|
15818
|
+
"minAmount": "0",
|
|
15819
|
+
"assetType": "NATIVE",
|
|
15820
|
+
"metadata": null,
|
|
15821
|
+
"multiChainAsset": null,
|
|
15822
|
+
"hasValue": false,
|
|
15823
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/tassi_demo-native-tango.png"
|
|
15824
|
+
},
|
|
15825
|
+
"ethereum-ERC20-GASP-0x736ECc5237B31eDec6f1aB9a396FaE2416b1d96E": {
|
|
15826
|
+
"originChain": "ethereum",
|
|
15827
|
+
"slug": "ethereum-ERC20-GASP-0x736ECc5237B31eDec6f1aB9a396FaE2416b1d96E",
|
|
15828
|
+
"name": "GASP",
|
|
15829
|
+
"symbol": "GASP",
|
|
15830
|
+
"decimals": 18,
|
|
15831
|
+
"priceId": "gasp-2",
|
|
15832
|
+
"minAmount": "0",
|
|
15833
|
+
"assetType": "ERC20",
|
|
15834
|
+
"metadata": {
|
|
15835
|
+
"contractAddress": "0x736ECc5237B31eDec6f1aB9a396FaE2416b1d96E"
|
|
15836
|
+
},
|
|
15837
|
+
"multiChainAsset": null,
|
|
15838
|
+
"hasValue": true,
|
|
15839
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/ethereum-erc20-gasp-0x736ecc5237b31edec6f1ab9a396fae2416b1d96e.png"
|
|
15840
|
+
},
|
|
15841
|
+
"ethereum-ERC20-HEI-0xF8F173E20e15f3b6CB686FB64724D370689De083": {
|
|
15842
|
+
"originChain": "ethereum",
|
|
15843
|
+
"slug": "ethereum-ERC20-HEI-0xF8F173E20e15f3b6CB686FB64724D370689De083",
|
|
15844
|
+
"name": "Heima",
|
|
15845
|
+
"symbol": "HEI",
|
|
15846
|
+
"decimals": 18,
|
|
15847
|
+
"priceId": "heima",
|
|
15848
|
+
"minAmount": "0",
|
|
15849
|
+
"assetType": "ERC20",
|
|
15850
|
+
"metadata": {
|
|
15851
|
+
"contractAddress": "0xF8F173E20e15f3b6CB686FB64724D370689De083"
|
|
15852
|
+
},
|
|
15853
|
+
"multiChainAsset": null,
|
|
15854
|
+
"hasValue": true,
|
|
15855
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/ethereum-erc20-hei-0xf8f173e20e15f3b6cb686fb64724d370689de083.png"
|
|
15856
|
+
},
|
|
15857
|
+
"binanace-ERC20-HEI-0xF8F173E20e15f3b6CB686FB64724D370689De083": {
|
|
15858
|
+
"originChain": "binance",
|
|
15859
|
+
"slug": "binanace-ERC20-HEI-0xF8F173E20e15f3b6CB686FB64724D370689De083",
|
|
15860
|
+
"name": "Heima",
|
|
15861
|
+
"symbol": "HEI",
|
|
15862
|
+
"decimals": 18,
|
|
15863
|
+
"priceId": "heima",
|
|
15864
|
+
"minAmount": "0",
|
|
15865
|
+
"assetType": "ERC20",
|
|
15866
|
+
"metadata": {
|
|
15867
|
+
"contractAddress": "0xF8F173E20e15f3b6CB686FB64724D370689De083"
|
|
15868
|
+
},
|
|
15869
|
+
"multiChainAsset": null,
|
|
15870
|
+
"hasValue": true,
|
|
15871
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/binanace-erc20-hei-0xf8f173e20e15f3b6cb686fb64724d370689de083.png"
|
|
15872
|
+
},
|
|
15873
|
+
"moonbeam-ERC20-xcLAOS-0xfffFFffFdd704e8e824a5EEc47de88f5B9e13588": {
|
|
15874
|
+
"originChain": "moonbeam",
|
|
15875
|
+
"slug": "moonbeam-ERC20-xcLAOS-0xfffFFffFdd704e8e824a5EEc47de88f5B9e13588",
|
|
15876
|
+
"name": "LAOS",
|
|
15877
|
+
"symbol": "xcLAOS",
|
|
15878
|
+
"decimals": 18,
|
|
15879
|
+
"priceId": "laos-network",
|
|
15880
|
+
"minAmount": "0",
|
|
15881
|
+
"assetType": "ERC20",
|
|
15882
|
+
"metadata": {
|
|
15883
|
+
"contractAddress": "0xfffFFffFdd704e8e824a5EEc47de88f5B9e13588"
|
|
15884
|
+
},
|
|
15885
|
+
"multiChainAsset": null,
|
|
15886
|
+
"hasValue": true,
|
|
15887
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/moonbeam-erc20-xclaos-0xffffffffdd704e8e824a5eec47de88f5b9e13588.png"
|
|
15727
15888
|
}
|
|
15728
15889
|
}
|
package/data/ChainInfo.json
CHANGED
|
@@ -12062,5 +12062,64 @@
|
|
|
12062
12062
|
"bitcoinInfo": null,
|
|
12063
12063
|
"tonInfo": null,
|
|
12064
12064
|
"cardanoInfo": null
|
|
12065
|
+
},
|
|
12066
|
+
"truth_network": {
|
|
12067
|
+
"slug": "truth_network",
|
|
12068
|
+
"name": "Truth Network Mainnet",
|
|
12069
|
+
"isTestnet": false,
|
|
12070
|
+
"chainStatus": "ACTIVE",
|
|
12071
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/truth_network.png",
|
|
12072
|
+
"providers": {
|
|
12073
|
+
"External": "wss://chain-external.truth-network.io"
|
|
12074
|
+
},
|
|
12075
|
+
"evmInfo": null,
|
|
12076
|
+
"substrateInfo": {
|
|
12077
|
+
"relaySlug": null,
|
|
12078
|
+
"paraId": null,
|
|
12079
|
+
"genesisHash": "0xa006eb47d5c9678d9cdc845958e5451217f2c72cf96a50e027df4549fd0111f0",
|
|
12080
|
+
"addressPrefix": 42,
|
|
12081
|
+
"chainType": "RELAYCHAIN",
|
|
12082
|
+
"crowdloanUrl": null,
|
|
12083
|
+
"blockExplorer": "http://explorer.truth-network.io/",
|
|
12084
|
+
"existentialDeposit": "0",
|
|
12085
|
+
"symbol": "TRUU",
|
|
12086
|
+
"decimals": 10,
|
|
12087
|
+
"hasNativeNft": null,
|
|
12088
|
+
"supportStaking": null,
|
|
12089
|
+
"supportSmartContract": null,
|
|
12090
|
+
"crowdloanParaId": null,
|
|
12091
|
+
"crowdloanFunds": []
|
|
12092
|
+
},
|
|
12093
|
+
"extraInfo": null,
|
|
12094
|
+
"bitcoinInfo": null,
|
|
12095
|
+
"tonInfo": null,
|
|
12096
|
+
"cardanoInfo": null
|
|
12097
|
+
},
|
|
12098
|
+
"tassi_demo": {
|
|
12099
|
+
"slug": "tassi_demo",
|
|
12100
|
+
"name": "Tassi Demo",
|
|
12101
|
+
"isTestnet": true,
|
|
12102
|
+
"chainStatus": "ACTIVE",
|
|
12103
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/tassi_demo.png",
|
|
12104
|
+
"providers": {
|
|
12105
|
+
"DanceBox": "https://dancebox-3001.tanssi-api.network/"
|
|
12106
|
+
},
|
|
12107
|
+
"evmInfo": {
|
|
12108
|
+
"evmChainId": 5678,
|
|
12109
|
+
"blockExplorer": "https://fra-dancebox-3001-bs.a.dancebox.tanssi.network/",
|
|
12110
|
+
"existentialDeposit": "0",
|
|
12111
|
+
"symbol": "TANGO",
|
|
12112
|
+
"decimals": 18,
|
|
12113
|
+
"supportSmartContract": [
|
|
12114
|
+
"ERC20",
|
|
12115
|
+
"ERC721"
|
|
12116
|
+
],
|
|
12117
|
+
"abiExplorer": null
|
|
12118
|
+
},
|
|
12119
|
+
"substrateInfo": null,
|
|
12120
|
+
"extraInfo": null,
|
|
12121
|
+
"bitcoinInfo": null,
|
|
12122
|
+
"tonInfo": null,
|
|
12123
|
+
"cardanoInfo": null
|
|
12065
12124
|
}
|
|
12066
12125
|
}
|
package/data/ChainLogoMap.json
CHANGED
|
@@ -344,6 +344,8 @@
|
|
|
344
344
|
"peaq_evm": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/peaq_evm.png",
|
|
345
345
|
"polkadot_coretime": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/polkadot_coretime.png",
|
|
346
346
|
"kusama_coretime": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/kusama_coretime.png",
|
|
347
|
+
"truth_network": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/truth_network.png",
|
|
348
|
+
"tassi_demo": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/tassi_demo.png",
|
|
347
349
|
"custom-Substrate-gosnetwork": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png",
|
|
348
350
|
"custom-Substrate-gosspectral": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png"
|
|
349
351
|
}
|
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.103-beta.
|
|
10
|
+
version: '0.2.103-beta.18'
|
|
11
11
|
};
|