@subwallet/chain-list 0.2.68-beta.5 → 0.2.69-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 +531 -4
- package/cjs/data/AssetLogoMap.json +9 -0
- package/cjs/data/AssetRef.json +112 -0
- package/cjs/data/ChainAsset.json +356 -4
- package/cjs/data/ChainInfo.json +1 -1
- package/cjs/data/MultiChainAsset.json +54 -0
- package/cjs/packageInfo.js +1 -1
- package/data/AssetLogoMap.json +9 -0
- package/data/AssetRef.json +112 -0
- package/data/ChainAsset.json +356 -4
- package/data/ChainInfo.json +1 -1
- package/data/MultiChainAsset.json +54 -0
- package/package.json +1 -1
- package/packageInfo.js +1 -1
|
@@ -630,6 +630,12 @@
|
|
|
630
630
|
"hydradx_main-local-bork": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-bork.png",
|
|
631
631
|
"rococo_assethub-local-usdt": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/rococo_assethub-local-usdt.png",
|
|
632
632
|
"bifrost_dot-local-vastr": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/bifrost_dot-local-vastr.png",
|
|
633
|
+
"statemint-local-weth": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/statemint-local-weth.png",
|
|
634
|
+
"statemint-local-myth": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/statemint-local-myth.png",
|
|
635
|
+
"ethereum-erc20-myth-0xba41ddf06b7ffd89d1267b5a93bfef2424eb2003": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/ethereum-erc20-myth-0xba41ddf06b7ffd89d1267b5a93bfef2424eb2003.png",
|
|
636
|
+
"statemint-local-wbtc": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/statemint-local-wbtc.png",
|
|
637
|
+
"statemint-local-shib": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/statemint-local-shib.png",
|
|
638
|
+
"statemint-local-wsteth": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/statemint-local-wsteth.png",
|
|
633
639
|
"eth-ethereum": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/eth-ethereum.png",
|
|
634
640
|
"ibtc-interbtc": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/ibtc-interbtc.png",
|
|
635
641
|
"glmr-moonbeam": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/glmr-moonbeam.png",
|
|
@@ -695,6 +701,9 @@
|
|
|
695
701
|
"btc-bitcoin": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/btc-bitcoin.png",
|
|
696
702
|
"bork-bork": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/bork-bork.png",
|
|
697
703
|
"roc-rococo": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/roc-rococo.png",
|
|
704
|
+
"myth-mythos": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/myth-mythos.png",
|
|
705
|
+
"shib-shibainu": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/shib-shibainu.png",
|
|
706
|
+
"wsteth-wrappedliquidether": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/wsteth-wrappedliquidether.png",
|
|
698
707
|
"custom-moonbeam-erc20-cp-0x6021d2c27b6fbd6e7608d1f39b41398caee2f824": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chain-assets/cp_77d5363018.png",
|
|
699
708
|
"custom-aleph-psp22-zpf-5eskjbkpva1ppucmrkcmazdhqm9shihws9uqqsoi4vrdcdle": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chain-assets/zpf_2f06de3f07.png",
|
|
700
709
|
"custom-custom-substrate-gosnetwork-native-gos": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chain-assets/gos_a4d1a9cf7a.png",
|
|
@@ -994,6 +1003,13 @@
|
|
|
994
1003
|
srcChain: "moonbeam",
|
|
995
1004
|
destChain: "interlay",
|
|
996
1005
|
path: "XCM"
|
|
1006
|
+
},
|
|
1007
|
+
"ethereum-ERC20-WETH-0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2___statemint-LOCAL-WETH": {
|
|
1008
|
+
srcAsset: "ethereum-ERC20-WETH-0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
|
|
1009
|
+
destAsset: "statemint-LOCAL-WETH",
|
|
1010
|
+
srcChain: "ethereum",
|
|
1011
|
+
destChain: "statemint",
|
|
1012
|
+
path: "XCM"
|
|
997
1013
|
},
|
|
998
1014
|
"astar-LOCAL-DOT___polkadot-NATIVE-DOT": {
|
|
999
1015
|
srcAsset: "astar-LOCAL-DOT",
|
|
@@ -1358,6 +1374,27 @@
|
|
|
1358
1374
|
srcChain: "ethereum",
|
|
1359
1375
|
destChain: "polkadot",
|
|
1360
1376
|
path: "SWAP"
|
|
1377
|
+
},
|
|
1378
|
+
"ethereum-ERC20-wstETH-0x7f39C581F595B53c5cb19bD0b3f8dA6c935E2Ca0___statemint-LOCAL-wstETH": {
|
|
1379
|
+
srcAsset: "ethereum-ERC20-wstETH-0x7f39C581F595B53c5cb19bD0b3f8dA6c935E2Ca0",
|
|
1380
|
+
destAsset: "statemint-LOCAL-wstETH",
|
|
1381
|
+
srcChain: "ethereum",
|
|
1382
|
+
destChain: "statemint",
|
|
1383
|
+
path: "XCM"
|
|
1384
|
+
},
|
|
1385
|
+
"ethereum-ERC20-WBTC-0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599___statemint-LOCAL-WBTC": {
|
|
1386
|
+
srcAsset: "ethereum-ERC20-WBTC-0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599",
|
|
1387
|
+
destAsset: "statemint-LOCAL-WBTC",
|
|
1388
|
+
srcChain: "ethereum",
|
|
1389
|
+
destChain: "statemint",
|
|
1390
|
+
path: "XCM"
|
|
1391
|
+
},
|
|
1392
|
+
"ethereum-ERC20-SHIB-0x95aD61b0a150d79219dCF64E1E6Cc01f0B64C4cE___statemint-LOCAL-SHIB": {
|
|
1393
|
+
srcAsset: "ethereum-ERC20-SHIB-0x95aD61b0a150d79219dCF64E1E6Cc01f0B64C4cE",
|
|
1394
|
+
destAsset: "statemint-LOCAL-SHIB",
|
|
1395
|
+
srcChain: "ethereum",
|
|
1396
|
+
destChain: "statemint",
|
|
1397
|
+
path: "XCM"
|
|
1361
1398
|
},
|
|
1362
1399
|
"bifrost_dot-LOCAL-DOT___polkadot-NATIVE-DOT": {
|
|
1363
1400
|
srcAsset: "bifrost_dot-LOCAL-DOT",
|
|
@@ -2406,6 +2443,90 @@
|
|
|
2406
2443
|
srcChain: "rococo_assethub",
|
|
2407
2444
|
destChain: "rococo_assethub",
|
|
2408
2445
|
path: "SWAP"
|
|
2446
|
+
},
|
|
2447
|
+
"statemint-LOCAL-WETH___ethereum-ERC20-WETH-0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2": {
|
|
2448
|
+
srcAsset: "statemint-LOCAL-WETH",
|
|
2449
|
+
destAsset: "ethereum-ERC20-WETH-0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
|
|
2450
|
+
srcChain: "statemint",
|
|
2451
|
+
destChain: "ethereum",
|
|
2452
|
+
path: "XCM"
|
|
2453
|
+
},
|
|
2454
|
+
"statemint-LOCAL-MYTH___ethereum-ERC20-MYTH-0xBA41Ddf06B7fFD89D1267b5A93BFeF2424eb2003": {
|
|
2455
|
+
srcAsset: "statemint-LOCAL-MYTH",
|
|
2456
|
+
destAsset: "ethereum-ERC20-MYTH-0xBA41Ddf06B7fFD89D1267b5A93BFeF2424eb2003",
|
|
2457
|
+
srcChain: "statemint",
|
|
2458
|
+
destChain: "ethereum",
|
|
2459
|
+
path: "XCM"
|
|
2460
|
+
},
|
|
2461
|
+
"ethereum-ERC20-MYTH-0xBA41Ddf06B7fFD89D1267b5A93BFeF2424eb2003___statemint-LOCAL-MYTH": {
|
|
2462
|
+
srcAsset: "ethereum-ERC20-MYTH-0xBA41Ddf06B7fFD89D1267b5A93BFeF2424eb2003",
|
|
2463
|
+
destAsset: "statemint-LOCAL-MYTH",
|
|
2464
|
+
srcChain: "ethereum",
|
|
2465
|
+
destChain: "statemint",
|
|
2466
|
+
path: "XCM"
|
|
2467
|
+
},
|
|
2468
|
+
"statemint-LOCAL-WBTC___ethereum-ERC20-WBTC-0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599": {
|
|
2469
|
+
srcAsset: "statemint-LOCAL-WBTC",
|
|
2470
|
+
destAsset: "ethereum-ERC20-WBTC-0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599",
|
|
2471
|
+
srcChain: "statemint",
|
|
2472
|
+
destChain: "ethereum",
|
|
2473
|
+
path: "XCM"
|
|
2474
|
+
},
|
|
2475
|
+
"statemint-LOCAL-SHIB___ethereum-ERC20-SHIB-0x95aD61b0a150d79219dCF64E1E6Cc01f0B64C4cE": {
|
|
2476
|
+
srcAsset: "statemint-LOCAL-SHIB",
|
|
2477
|
+
destAsset: "ethereum-ERC20-SHIB-0x95aD61b0a150d79219dCF64E1E6Cc01f0B64C4cE",
|
|
2478
|
+
srcChain: "statemint",
|
|
2479
|
+
destChain: "ethereum",
|
|
2480
|
+
path: "XCM"
|
|
2481
|
+
},
|
|
2482
|
+
"statemint-LOCAL-PEPE___ethereum-ERC20-PEPE-0x6982508145454Ce325dDbE47a25d4ec3d2311933": {
|
|
2483
|
+
srcAsset: "statemint-LOCAL-PEPE",
|
|
2484
|
+
destAsset: "ethereum-ERC20-PEPE-0x6982508145454Ce325dDbE47a25d4ec3d2311933",
|
|
2485
|
+
srcChain: "statemint",
|
|
2486
|
+
destChain: "ethereum",
|
|
2487
|
+
path: "XCM"
|
|
2488
|
+
},
|
|
2489
|
+
"ethereum-ERC20-PEPE-0x6982508145454Ce325dDbE47a25d4ec3d2311933___statemint-LOCAL-PEPE": {
|
|
2490
|
+
srcAsset: "ethereum-ERC20-PEPE-0x6982508145454Ce325dDbE47a25d4ec3d2311933",
|
|
2491
|
+
destAsset: "statemint-LOCAL-PEPE",
|
|
2492
|
+
srcChain: "ethereum",
|
|
2493
|
+
destChain: "statemint",
|
|
2494
|
+
path: "XCM"
|
|
2495
|
+
},
|
|
2496
|
+
"statemint-LOCAL-TON___ethereum-ERC20-TON-0x582d872A1B094FC48F5DE31D3B73F2D9bE47def1": {
|
|
2497
|
+
srcAsset: "statemint-LOCAL-TON",
|
|
2498
|
+
destAsset: "ethereum-ERC20-TON-0x582d872A1B094FC48F5DE31D3B73F2D9bE47def1",
|
|
2499
|
+
srcChain: "statemint",
|
|
2500
|
+
destChain: "ethereum",
|
|
2501
|
+
path: "XCM"
|
|
2502
|
+
},
|
|
2503
|
+
"ethereum-ERC20-TON-0x582d872A1B094FC48F5DE31D3B73F2D9bE47def1___statemint-LOCAL-TON": {
|
|
2504
|
+
srcAsset: "ethereum-ERC20-TON-0x582d872A1B094FC48F5DE31D3B73F2D9bE47def1",
|
|
2505
|
+
destAsset: "statemint-LOCAL-TON",
|
|
2506
|
+
srcChain: "ethereum",
|
|
2507
|
+
destChain: "statemint",
|
|
2508
|
+
path: "XCM"
|
|
2509
|
+
},
|
|
2510
|
+
"statemint-LOCAL-wstETH___ethereum-ERC20-wstETH-0x7f39C581F595B53c5cb19bD0b3f8dA6c935E2Ca0": {
|
|
2511
|
+
srcAsset: "statemint-LOCAL-wstETH",
|
|
2512
|
+
destAsset: "ethereum-ERC20-wstETH-0x7f39C581F595B53c5cb19bD0b3f8dA6c935E2Ca0",
|
|
2513
|
+
srcChain: "statemint",
|
|
2514
|
+
destChain: "ethereum",
|
|
2515
|
+
path: "XCM"
|
|
2516
|
+
},
|
|
2517
|
+
"statemint-LOCAL-tBTC___ethereum-ERC20-tBTC-0x18084fbA666a33d37592fA2633fD49a74DD93a88": {
|
|
2518
|
+
srcAsset: "statemint-LOCAL-tBTC",
|
|
2519
|
+
destAsset: "ethereum-ERC20-tBTC-0x18084fbA666a33d37592fA2633fD49a74DD93a88",
|
|
2520
|
+
srcChain: "statemint",
|
|
2521
|
+
destChain: "ethereum",
|
|
2522
|
+
path: "XCM"
|
|
2523
|
+
},
|
|
2524
|
+
"ethereum-ERC20-tBTC-0x18084fbA666a33d37592fA2633fD49a74DD93a88___statemint-LOCAL-tBTC": {
|
|
2525
|
+
srcAsset: "ethereum-ERC20-tBTC-0x18084fbA666a33d37592fA2633fD49a74DD93a88",
|
|
2526
|
+
destAsset: "statemint-LOCAL-tBTC",
|
|
2527
|
+
srcChain: "ethereum",
|
|
2528
|
+
destChain: "statemint",
|
|
2529
|
+
path: "XCM"
|
|
2409
2530
|
}
|
|
2410
2531
|
};
|
|
2411
2532
|
|
|
@@ -7877,7 +7998,7 @@
|
|
|
7877
7998
|
metadata: {
|
|
7878
7999
|
contractAddress: "0x7f39C581F595B53c5cb19bD0b3f8dA6c935E2Ca0"
|
|
7879
8000
|
},
|
|
7880
|
-
multiChainAsset:
|
|
8001
|
+
multiChainAsset: "wstETH-WrappedLiquidEther",
|
|
7881
8002
|
hasValue: true,
|
|
7882
8003
|
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/ethereum-erc20-wsteth-0x7f39c581f595b53c5cb19bd0b3f8da6c935e2ca0.png"
|
|
7883
8004
|
},
|
|
@@ -8224,12 +8345,12 @@
|
|
|
8224
8345
|
symbol: "SHIB",
|
|
8225
8346
|
decimals: 18,
|
|
8226
8347
|
priceId: "shiba-inu",
|
|
8227
|
-
minAmount:
|
|
8348
|
+
minAmount: "0",
|
|
8228
8349
|
assetType: "ERC20",
|
|
8229
8350
|
metadata: {
|
|
8230
8351
|
contractAddress: "0x95aD61b0a150d79219dCF64E1E6Cc01f0B64C4cE"
|
|
8231
8352
|
},
|
|
8232
|
-
multiChainAsset:
|
|
8353
|
+
multiChainAsset: "SHIB-SHIBAINU",
|
|
8233
8354
|
hasValue: true,
|
|
8234
8355
|
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/ethereum-erc20-shib-0x95ad61b0a150d79219dcf64e1e6cc01f0b64c4ce.png"
|
|
8235
8356
|
},
|
|
@@ -11146,7 +11267,7 @@
|
|
|
11146
11267
|
metadata: {
|
|
11147
11268
|
disableEvmTransfer: true
|
|
11148
11269
|
},
|
|
11149
|
-
multiChainAsset:
|
|
11270
|
+
multiChainAsset: "MYTH-Mythos",
|
|
11150
11271
|
hasValue: true,
|
|
11151
11272
|
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/mythos-native-myth.png"
|
|
11152
11273
|
},
|
|
@@ -12799,6 +12920,358 @@
|
|
|
12799
12920
|
multiChainAsset: null,
|
|
12800
12921
|
hasValue: true,
|
|
12801
12922
|
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/bifrost_dot-local-vastr.png"
|
|
12923
|
+
},
|
|
12924
|
+
"statemint-LOCAL-WETH": {
|
|
12925
|
+
originChain: "statemint",
|
|
12926
|
+
slug: "statemint-LOCAL-WETH",
|
|
12927
|
+
name: "Wrapped ETH",
|
|
12928
|
+
symbol: "WETH",
|
|
12929
|
+
decimals: 18,
|
|
12930
|
+
priceId: "ethereum",
|
|
12931
|
+
minAmount: "1",
|
|
12932
|
+
assetType: "LOCAL",
|
|
12933
|
+
metadata: {
|
|
12934
|
+
isBridged: true,
|
|
12935
|
+
multilocation: {
|
|
12936
|
+
parents: 2,
|
|
12937
|
+
interior: {
|
|
12938
|
+
X2: [
|
|
12939
|
+
{
|
|
12940
|
+
GlobalConsensus: {
|
|
12941
|
+
Ethereum: {
|
|
12942
|
+
chainId: 1
|
|
12943
|
+
}
|
|
12944
|
+
}
|
|
12945
|
+
},
|
|
12946
|
+
{
|
|
12947
|
+
AccountKey20: {
|
|
12948
|
+
key: "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
|
|
12949
|
+
network: null
|
|
12950
|
+
}
|
|
12951
|
+
}
|
|
12952
|
+
]
|
|
12953
|
+
}
|
|
12954
|
+
}
|
|
12955
|
+
},
|
|
12956
|
+
multiChainAsset: "ETH-Ethereum",
|
|
12957
|
+
hasValue: true,
|
|
12958
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/statemint-local-weth.png"
|
|
12959
|
+
},
|
|
12960
|
+
"statemint-LOCAL-MYTH": {
|
|
12961
|
+
originChain: "statemint",
|
|
12962
|
+
slug: "statemint-LOCAL-MYTH",
|
|
12963
|
+
name: "Mythos",
|
|
12964
|
+
symbol: "MYTH",
|
|
12965
|
+
decimals: 18,
|
|
12966
|
+
priceId: "mythos",
|
|
12967
|
+
minAmount: "1",
|
|
12968
|
+
assetType: "LOCAL",
|
|
12969
|
+
metadata: {
|
|
12970
|
+
isBridged: true,
|
|
12971
|
+
multilocation: {
|
|
12972
|
+
parents: 2,
|
|
12973
|
+
interior: {
|
|
12974
|
+
X2: [
|
|
12975
|
+
{
|
|
12976
|
+
GlobalConsensus: {
|
|
12977
|
+
Ethereum: {
|
|
12978
|
+
chainId: 1
|
|
12979
|
+
}
|
|
12980
|
+
}
|
|
12981
|
+
},
|
|
12982
|
+
{
|
|
12983
|
+
AccountKey20: {
|
|
12984
|
+
key: "0xba41ddf06b7ffd89d1267b5a93bfef2424eb2003",
|
|
12985
|
+
network: null
|
|
12986
|
+
}
|
|
12987
|
+
}
|
|
12988
|
+
]
|
|
12989
|
+
}
|
|
12990
|
+
}
|
|
12991
|
+
},
|
|
12992
|
+
multiChainAsset: "MYTH-Mythos",
|
|
12993
|
+
hasValue: true,
|
|
12994
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/statemint-local-myth.png"
|
|
12995
|
+
},
|
|
12996
|
+
"ethereum-ERC20-MYTH-0xBA41Ddf06B7fFD89D1267b5A93BFeF2424eb2003": {
|
|
12997
|
+
originChain: "ethereum",
|
|
12998
|
+
slug: "ethereum-ERC20-MYTH-0xBA41Ddf06B7fFD89D1267b5A93BFeF2424eb2003",
|
|
12999
|
+
name: "Mythos",
|
|
13000
|
+
symbol: "MYTH",
|
|
13001
|
+
decimals: 18,
|
|
13002
|
+
priceId: "mythos",
|
|
13003
|
+
minAmount: "0",
|
|
13004
|
+
assetType: "ERC20",
|
|
13005
|
+
metadata: {
|
|
13006
|
+
contractAddress: "0xBA41Ddf06B7fFD89D1267b5A93BFeF2424eb2003"
|
|
13007
|
+
},
|
|
13008
|
+
multiChainAsset: "MYTH-Mythos",
|
|
13009
|
+
hasValue: true,
|
|
13010
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/ethereum-erc20-myth-0xba41ddf06b7ffd89d1267b5a93bfef2424eb2003.png"
|
|
13011
|
+
},
|
|
13012
|
+
"statemint-LOCAL-WBTC": {
|
|
13013
|
+
originChain: "statemint",
|
|
13014
|
+
slug: "statemint-LOCAL-WBTC",
|
|
13015
|
+
name: "Wrapped BTC",
|
|
13016
|
+
symbol: "WBTC",
|
|
13017
|
+
decimals: 8,
|
|
13018
|
+
priceId: "wrapped-bitcoin",
|
|
13019
|
+
minAmount: "1",
|
|
13020
|
+
assetType: "LOCAL",
|
|
13021
|
+
metadata: {
|
|
13022
|
+
isBridged: true,
|
|
13023
|
+
multilocation: {
|
|
13024
|
+
parents: 2,
|
|
13025
|
+
interior: {
|
|
13026
|
+
X2: [
|
|
13027
|
+
{
|
|
13028
|
+
GlobalConsensus: {
|
|
13029
|
+
Ethereum: {
|
|
13030
|
+
chainId: 1
|
|
13031
|
+
}
|
|
13032
|
+
}
|
|
13033
|
+
},
|
|
13034
|
+
{
|
|
13035
|
+
AccountKey20: {
|
|
13036
|
+
key: "0x2260fac5e5542a773aa44fbcfedf7c193bc2c599",
|
|
13037
|
+
network: null
|
|
13038
|
+
}
|
|
13039
|
+
}
|
|
13040
|
+
]
|
|
13041
|
+
}
|
|
13042
|
+
}
|
|
13043
|
+
},
|
|
13044
|
+
multiChainAsset: "WBTC-WrappedBTC",
|
|
13045
|
+
hasValue: true,
|
|
13046
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/statemint-local-wbtc.png"
|
|
13047
|
+
},
|
|
13048
|
+
"statemint-LOCAL-SHIB": {
|
|
13049
|
+
originChain: "statemint",
|
|
13050
|
+
slug: "statemint-LOCAL-SHIB",
|
|
13051
|
+
name: "SHIBA INU",
|
|
13052
|
+
symbol: "SHIB",
|
|
13053
|
+
decimals: 18,
|
|
13054
|
+
priceId: "shiba-inu",
|
|
13055
|
+
minAmount: "1",
|
|
13056
|
+
assetType: "LOCAL",
|
|
13057
|
+
metadata: {
|
|
13058
|
+
isBridged: true,
|
|
13059
|
+
multilocation: {
|
|
13060
|
+
parents: 2,
|
|
13061
|
+
interior: {
|
|
13062
|
+
X2: [
|
|
13063
|
+
{
|
|
13064
|
+
GlobalConsensus: {
|
|
13065
|
+
Ethereum: {
|
|
13066
|
+
chainId: 1
|
|
13067
|
+
}
|
|
13068
|
+
}
|
|
13069
|
+
},
|
|
13070
|
+
{
|
|
13071
|
+
AccountKey20: {
|
|
13072
|
+
key: "0x95ad61b0a150d79219dcf64e1e6cc01f0b64c4ce",
|
|
13073
|
+
network: null
|
|
13074
|
+
}
|
|
13075
|
+
}
|
|
13076
|
+
]
|
|
13077
|
+
}
|
|
13078
|
+
}
|
|
13079
|
+
},
|
|
13080
|
+
multiChainAsset: "SHIB-SHIBAINU",
|
|
13081
|
+
hasValue: true,
|
|
13082
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/statemint-local-shib.png"
|
|
13083
|
+
},
|
|
13084
|
+
"statemint-LOCAL-PEPE": {
|
|
13085
|
+
originChain: "statemint",
|
|
13086
|
+
slug: "statemint-LOCAL-PEPE",
|
|
13087
|
+
name: "Pepe",
|
|
13088
|
+
symbol: "PEPE",
|
|
13089
|
+
decimals: 18,
|
|
13090
|
+
priceId: "pepe",
|
|
13091
|
+
minAmount: "1",
|
|
13092
|
+
assetType: "LOCAL",
|
|
13093
|
+
metadata: {
|
|
13094
|
+
isBridged: true,
|
|
13095
|
+
multilocation: {
|
|
13096
|
+
parents: 2,
|
|
13097
|
+
interior: {
|
|
13098
|
+
X2: [
|
|
13099
|
+
{
|
|
13100
|
+
GlobalConsensus: {
|
|
13101
|
+
Ethereum: {
|
|
13102
|
+
chainId: 1
|
|
13103
|
+
}
|
|
13104
|
+
}
|
|
13105
|
+
},
|
|
13106
|
+
{
|
|
13107
|
+
AccountKey20: {
|
|
13108
|
+
key: "0x6982508145454ce325ddbe47a25d4ec3d2311933",
|
|
13109
|
+
network: null
|
|
13110
|
+
}
|
|
13111
|
+
}
|
|
13112
|
+
]
|
|
13113
|
+
}
|
|
13114
|
+
}
|
|
13115
|
+
},
|
|
13116
|
+
multiChainAsset: "PEPE-Pepe",
|
|
13117
|
+
hasValue: true,
|
|
13118
|
+
icon: null
|
|
13119
|
+
},
|
|
13120
|
+
"ethereum-ERC20-PEPE-0x6982508145454Ce325dDbE47a25d4ec3d2311933": {
|
|
13121
|
+
originChain: "ethereum",
|
|
13122
|
+
slug: "ethereum-ERC20-PEPE-0x6982508145454Ce325dDbE47a25d4ec3d2311933",
|
|
13123
|
+
name: "Pepe",
|
|
13124
|
+
symbol: "PEPE",
|
|
13125
|
+
decimals: 18,
|
|
13126
|
+
priceId: "pepe",
|
|
13127
|
+
minAmount: "0",
|
|
13128
|
+
assetType: "ERC20",
|
|
13129
|
+
metadata: {
|
|
13130
|
+
contractAddress: "0x6982508145454Ce325dDbE47a25d4ec3d2311933"
|
|
13131
|
+
},
|
|
13132
|
+
multiChainAsset: "PEPE-Pepe",
|
|
13133
|
+
hasValue: true,
|
|
13134
|
+
icon: null
|
|
13135
|
+
},
|
|
13136
|
+
"statemint-LOCAL-TON": {
|
|
13137
|
+
originChain: "statemint",
|
|
13138
|
+
slug: "statemint-LOCAL-TON",
|
|
13139
|
+
name: "TON Coin",
|
|
13140
|
+
symbol: "TON",
|
|
13141
|
+
decimals: 9,
|
|
13142
|
+
priceId: "the-open-network",
|
|
13143
|
+
minAmount: "1",
|
|
13144
|
+
assetType: "LOCAL",
|
|
13145
|
+
metadata: {
|
|
13146
|
+
isBridged: true,
|
|
13147
|
+
multilocation: {
|
|
13148
|
+
parents: 2,
|
|
13149
|
+
interior: {
|
|
13150
|
+
X2: [
|
|
13151
|
+
{
|
|
13152
|
+
GlobalConsensus: {
|
|
13153
|
+
Ethereum: {
|
|
13154
|
+
chainId: 1
|
|
13155
|
+
}
|
|
13156
|
+
}
|
|
13157
|
+
},
|
|
13158
|
+
{
|
|
13159
|
+
AccountKey20: {
|
|
13160
|
+
key: "0x582d872a1b094fc48f5de31d3b73f2d9be47def1",
|
|
13161
|
+
network: null
|
|
13162
|
+
}
|
|
13163
|
+
}
|
|
13164
|
+
]
|
|
13165
|
+
}
|
|
13166
|
+
}
|
|
13167
|
+
},
|
|
13168
|
+
multiChainAsset: "TON-TONCoin",
|
|
13169
|
+
hasValue: true,
|
|
13170
|
+
icon: null
|
|
13171
|
+
},
|
|
13172
|
+
"ethereum-ERC20-TON-0x582d872A1B094FC48F5DE31D3B73F2D9bE47def1": {
|
|
13173
|
+
originChain: "ethereum",
|
|
13174
|
+
slug: "ethereum-ERC20-TON-0x582d872A1B094FC48F5DE31D3B73F2D9bE47def1",
|
|
13175
|
+
name: "TON Coin",
|
|
13176
|
+
symbol: "TON",
|
|
13177
|
+
decimals: 9,
|
|
13178
|
+
priceId: "the-open-network",
|
|
13179
|
+
minAmount: "0",
|
|
13180
|
+
assetType: "ERC20",
|
|
13181
|
+
metadata: {
|
|
13182
|
+
contractAddress: "0x582d872A1B094FC48F5DE31D3B73F2D9bE47def1"
|
|
13183
|
+
},
|
|
13184
|
+
multiChainAsset: "TON-TONCoin",
|
|
13185
|
+
hasValue: true,
|
|
13186
|
+
icon: null
|
|
13187
|
+
},
|
|
13188
|
+
"statemint-LOCAL-wstETH": {
|
|
13189
|
+
originChain: "statemint",
|
|
13190
|
+
slug: "statemint-LOCAL-wstETH",
|
|
13191
|
+
name: "Wrapped liquid staked Ether 2.0",
|
|
13192
|
+
symbol: "wstETH",
|
|
13193
|
+
decimals: 18,
|
|
13194
|
+
priceId: "wrapped-steth",
|
|
13195
|
+
minAmount: "1",
|
|
13196
|
+
assetType: "LOCAL",
|
|
13197
|
+
metadata: {
|
|
13198
|
+
isBridged: true,
|
|
13199
|
+
multilocation: {
|
|
13200
|
+
parents: 2,
|
|
13201
|
+
interior: {
|
|
13202
|
+
X2: [
|
|
13203
|
+
{
|
|
13204
|
+
GlobalConsensus: {
|
|
13205
|
+
Ethereum: {
|
|
13206
|
+
chainId: 1
|
|
13207
|
+
}
|
|
13208
|
+
}
|
|
13209
|
+
},
|
|
13210
|
+
{
|
|
13211
|
+
AccountKey20: {
|
|
13212
|
+
key: "0x7f39c581f595b53c5cb19bd0b3f8da6c935e2ca0",
|
|
13213
|
+
network: null
|
|
13214
|
+
}
|
|
13215
|
+
}
|
|
13216
|
+
]
|
|
13217
|
+
}
|
|
13218
|
+
}
|
|
13219
|
+
},
|
|
13220
|
+
multiChainAsset: "wstETH-WrappedLiquidEther",
|
|
13221
|
+
hasValue: true,
|
|
13222
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/statemint-local-wsteth.png"
|
|
13223
|
+
},
|
|
13224
|
+
"statemint-LOCAL-tBTC": {
|
|
13225
|
+
originChain: "statemint",
|
|
13226
|
+
slug: "statemint-LOCAL-tBTC",
|
|
13227
|
+
name: "tBTC v2",
|
|
13228
|
+
symbol: "tBTC",
|
|
13229
|
+
decimals: 18,
|
|
13230
|
+
priceId: "tbtc",
|
|
13231
|
+
minAmount: "1",
|
|
13232
|
+
assetType: "LOCAL",
|
|
13233
|
+
metadata: {
|
|
13234
|
+
isBridged: true,
|
|
13235
|
+
multilocation: {
|
|
13236
|
+
parents: 2,
|
|
13237
|
+
interior: {
|
|
13238
|
+
X2: [
|
|
13239
|
+
{
|
|
13240
|
+
GlobalConsensus: {
|
|
13241
|
+
Ethereum: {
|
|
13242
|
+
chainId: 1
|
|
13243
|
+
}
|
|
13244
|
+
}
|
|
13245
|
+
},
|
|
13246
|
+
{
|
|
13247
|
+
AccountKey20: {
|
|
13248
|
+
key: "0x18084fba666a33d37592fa2633fd49a74dd93a88",
|
|
13249
|
+
network: null
|
|
13250
|
+
}
|
|
13251
|
+
}
|
|
13252
|
+
]
|
|
13253
|
+
}
|
|
13254
|
+
}
|
|
13255
|
+
},
|
|
13256
|
+
multiChainAsset: "tBTC-tBTCv2",
|
|
13257
|
+
hasValue: true,
|
|
13258
|
+
icon: null
|
|
13259
|
+
},
|
|
13260
|
+
"ethereum-ERC20-tBTC-0x18084fbA666a33d37592fA2633fD49a74DD93a88": {
|
|
13261
|
+
originChain: "ethereum",
|
|
13262
|
+
slug: "ethereum-ERC20-tBTC-0x18084fbA666a33d37592fA2633fD49a74DD93a88",
|
|
13263
|
+
name: "tBTC v2",
|
|
13264
|
+
symbol: "tBTC",
|
|
13265
|
+
decimals: 18,
|
|
13266
|
+
priceId: "tbtc",
|
|
13267
|
+
minAmount: "0",
|
|
13268
|
+
assetType: "ERC20",
|
|
13269
|
+
metadata: {
|
|
13270
|
+
contractAddress: "0x18084fbA666a33d37592fA2633fD49a74DD93a88"
|
|
13271
|
+
},
|
|
13272
|
+
multiChainAsset: "tBTC-tBTCv2",
|
|
13273
|
+
hasValue: true,
|
|
13274
|
+
icon: null
|
|
12802
13275
|
}
|
|
12803
13276
|
};
|
|
12804
13277
|
|
|
@@ -23096,6 +23569,60 @@
|
|
|
23096
23569
|
priceId: null,
|
|
23097
23570
|
hasValue: false,
|
|
23098
23571
|
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/roc-rococo.png"
|
|
23572
|
+
},
|
|
23573
|
+
"MYTH-Mythos": {
|
|
23574
|
+
slug: "MYTH-Mythos",
|
|
23575
|
+
originChainAsset: "ethereum-ERC20-MYTH-0xBA41Ddf06B7fFD89D1267b5A93BFeF2424eb2003",
|
|
23576
|
+
name: "Mythos",
|
|
23577
|
+
symbol: "MYTH",
|
|
23578
|
+
priceId: "mythos",
|
|
23579
|
+
hasValue: true,
|
|
23580
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/myth-mythos.png"
|
|
23581
|
+
},
|
|
23582
|
+
"SHIB-SHIBAINU": {
|
|
23583
|
+
slug: "SHIB-SHIBAINU",
|
|
23584
|
+
originChainAsset: "ethereum-ERC20-SHIB-0x95aD61b0a150d79219dCF64E1E6Cc01f0B64C4cE",
|
|
23585
|
+
name: "SHIBA INU",
|
|
23586
|
+
symbol: "SHIB",
|
|
23587
|
+
priceId: "shiba-inu",
|
|
23588
|
+
hasValue: true,
|
|
23589
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/shib-shibainu.png"
|
|
23590
|
+
},
|
|
23591
|
+
"PEPE-Pepe": {
|
|
23592
|
+
slug: "PEPE-Pepe",
|
|
23593
|
+
originChainAsset: "ethereum-ERC20-PEPE-0x6982508145454Ce325dDbE47a25d4ec3d2311933",
|
|
23594
|
+
name: "Pepe",
|
|
23595
|
+
symbol: "PEPE",
|
|
23596
|
+
priceId: "pepe",
|
|
23597
|
+
hasValue: true,
|
|
23598
|
+
icon: null
|
|
23599
|
+
},
|
|
23600
|
+
"TON-TONCoin": {
|
|
23601
|
+
slug: "TON-TONCoin",
|
|
23602
|
+
originChainAsset: "ethereum-ERC20-TON-0x582d872A1B094FC48F5DE31D3B73F2D9bE47def1",
|
|
23603
|
+
name: "TON Coin",
|
|
23604
|
+
symbol: "TON",
|
|
23605
|
+
priceId: "the-open-network",
|
|
23606
|
+
hasValue: true,
|
|
23607
|
+
icon: null
|
|
23608
|
+
},
|
|
23609
|
+
"wstETH-WrappedLiquidEther": {
|
|
23610
|
+
slug: "wstETH-WrappedLiquidEther",
|
|
23611
|
+
originChainAsset: "ethereum-ERC20-wstETH-0x7f39C581F595B53c5cb19bD0b3f8dA6c935E2Ca0",
|
|
23612
|
+
name: "Wrapped liquid staked Ether 2.0",
|
|
23613
|
+
symbol: "wstETH",
|
|
23614
|
+
priceId: "wrapped-steth",
|
|
23615
|
+
hasValue: true,
|
|
23616
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/wsteth-wrappedliquidether.png"
|
|
23617
|
+
},
|
|
23618
|
+
"tBTC-tBTCv2": {
|
|
23619
|
+
slug: "tBTC-tBTCv2",
|
|
23620
|
+
originChainAsset: "ethereum-ERC20-tBTC-0x18084fbA666a33d37592fA2633fD49a74DD93a88",
|
|
23621
|
+
name: "tBTC v2",
|
|
23622
|
+
symbol: "tBTC",
|
|
23623
|
+
priceId: "tbtc",
|
|
23624
|
+
hasValue: true,
|
|
23625
|
+
icon: null
|
|
23099
23626
|
}
|
|
23100
23627
|
};
|
|
23101
23628
|
|
|
@@ -622,6 +622,12 @@
|
|
|
622
622
|
"hydradx_main-local-bork": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-bork.png",
|
|
623
623
|
"rococo_assethub-local-usdt": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/rococo_assethub-local-usdt.png",
|
|
624
624
|
"bifrost_dot-local-vastr": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/bifrost_dot-local-vastr.png",
|
|
625
|
+
"statemint-local-weth": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/statemint-local-weth.png",
|
|
626
|
+
"statemint-local-myth": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/statemint-local-myth.png",
|
|
627
|
+
"ethereum-erc20-myth-0xba41ddf06b7ffd89d1267b5a93bfef2424eb2003": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/ethereum-erc20-myth-0xba41ddf06b7ffd89d1267b5a93bfef2424eb2003.png",
|
|
628
|
+
"statemint-local-wbtc": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/statemint-local-wbtc.png",
|
|
629
|
+
"statemint-local-shib": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/statemint-local-shib.png",
|
|
630
|
+
"statemint-local-wsteth": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/statemint-local-wsteth.png",
|
|
625
631
|
"eth-ethereum": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/eth-ethereum.png",
|
|
626
632
|
"ibtc-interbtc": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/ibtc-interbtc.png",
|
|
627
633
|
"glmr-moonbeam": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/glmr-moonbeam.png",
|
|
@@ -687,6 +693,9 @@
|
|
|
687
693
|
"btc-bitcoin": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/btc-bitcoin.png",
|
|
688
694
|
"bork-bork": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/bork-bork.png",
|
|
689
695
|
"roc-rococo": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/roc-rococo.png",
|
|
696
|
+
"myth-mythos": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/myth-mythos.png",
|
|
697
|
+
"shib-shibainu": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/shib-shibainu.png",
|
|
698
|
+
"wsteth-wrappedliquidether": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/wsteth-wrappedliquidether.png",
|
|
690
699
|
"custom-moonbeam-erc20-cp-0x6021d2c27b6fbd6e7608d1f39b41398caee2f824": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chain-assets/cp_77d5363018.png",
|
|
691
700
|
"custom-aleph-psp22-zpf-5eskjbkpva1ppucmrkcmazdhqm9shihws9uqqsoi4vrdcdle": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chain-assets/zpf_2f06de3f07.png",
|
|
692
701
|
"custom-custom-substrate-gosnetwork-native-gos": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chain-assets/gos_a4d1a9cf7a.png",
|