@subwallet/chain-list 0.2.96-beta.0 → 0.2.96-beta.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundle-subwallet-chain-list.js +197 -3
- package/cjs/data/AssetLogoMap.json +5 -1
- package/cjs/data/AssetRef.json +56 -0
- package/cjs/data/ChainAsset.json +77 -1
- package/cjs/data/ChainInfo.json +54 -2
- package/cjs/data/ChainLogoMap.json +3 -1
- package/cjs/packageInfo.js +1 -1
- package/data/AssetLogoMap.json +5 -1
- package/data/AssetRef.json +56 -0
- package/data/ChainAsset.json +77 -1
- package/data/ChainInfo.json +54 -2
- package/data/ChainLogoMap.json +3 -1
- package/package.json +1 -1
- package/packageInfo.js +1 -1
|
@@ -864,6 +864,7 @@
|
|
|
864
864
|
"hydradx_main-local-4pool": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-4pool.png",
|
|
865
865
|
"hydradx_main-local-weth": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-weth.png",
|
|
866
866
|
"hydradx_main-local-2pool": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-2pool.png",
|
|
867
|
+
"hydradx_main-local-2-pool": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-2-pool.png",
|
|
867
868
|
"hydradx_main-local-vdot": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-vdot.png",
|
|
868
869
|
"hydradx_main-local-h2o": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-h2o.png",
|
|
869
870
|
"hydradx_main-local-dai-18": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-dai-18.png",
|
|
@@ -1115,6 +1116,9 @@
|
|
|
1115
1116
|
"gnosis-native-xdai": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/gnosis-native-xdai.png",
|
|
1116
1117
|
"autonomys-native-ai3": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/autonomys-native-ai3.png",
|
|
1117
1118
|
"manta_network_evm-erc20-kma-0x6745cf7a0aaca457f451a4b8c60c8504320f69d0": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/manta_network_evm-erc20-kma-0x6745cf7a0aaca457f451a4b8c60c8504320f69d0.png",
|
|
1119
|
+
"statemint-local-lova": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/statemint-local-lova.png",
|
|
1120
|
+
"hydradx_main-local-lova": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-lova.png",
|
|
1121
|
+
"cyber-native-eth": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/cyber-native-eth.png",
|
|
1118
1122
|
"eth-ethereum": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/eth-ethereum.png",
|
|
1119
1123
|
"ibtc-interbtc": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/ibtc-interbtc.png",
|
|
1120
1124
|
"glmr-moonbeam": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/glmr-moonbeam.png",
|
|
@@ -1330,6 +1334,13 @@
|
|
|
1330
1334
|
srcChain: "polkadot",
|
|
1331
1335
|
destChain: "ethereum",
|
|
1332
1336
|
path: "SWAP"
|
|
1337
|
+
},
|
|
1338
|
+
"polkadot-NATIVE-DOT___bittensor-NATIVE-TAO": {
|
|
1339
|
+
srcAsset: "polkadot-NATIVE-DOT",
|
|
1340
|
+
destAsset: "bittensor-NATIVE-TAO",
|
|
1341
|
+
srcChain: "polkadot",
|
|
1342
|
+
destChain: "bittensor",
|
|
1343
|
+
path: "SWAP"
|
|
1333
1344
|
},
|
|
1334
1345
|
"kusama-NATIVE-KSM___statemine-NATIVE-KSM": {
|
|
1335
1346
|
srcAsset: "kusama-NATIVE-KSM",
|
|
@@ -1421,6 +1432,13 @@
|
|
|
1421
1432
|
srcChain: "ethereum",
|
|
1422
1433
|
destChain: "polygonZkEvm",
|
|
1423
1434
|
path: "XCM"
|
|
1435
|
+
},
|
|
1436
|
+
"ethereum-NATIVE-ETH___bittensor-NATIVE-TAO": {
|
|
1437
|
+
srcAsset: "ethereum-NATIVE-ETH",
|
|
1438
|
+
destAsset: "bittensor-NATIVE-TAO",
|
|
1439
|
+
srcChain: "ethereum",
|
|
1440
|
+
destChain: "bittensor",
|
|
1441
|
+
path: "SWAP"
|
|
1424
1442
|
},
|
|
1425
1443
|
"moonbeam-NATIVE-GLMR___moonbeam-LOCAL-xcDOT": {
|
|
1426
1444
|
srcAsset: "moonbeam-NATIVE-GLMR",
|
|
@@ -2064,6 +2082,13 @@
|
|
|
2064
2082
|
srcChain: "ethereum",
|
|
2065
2083
|
destChain: "ethereum",
|
|
2066
2084
|
path: "SWAP"
|
|
2085
|
+
},
|
|
2086
|
+
"ethereum-ERC20-USDT-0xdAC17F958D2ee523a2206206994597C13D831ec7___bittensor-NATIVE-TAO": {
|
|
2087
|
+
srcAsset: "ethereum-ERC20-USDT-0xdAC17F958D2ee523a2206206994597C13D831ec7",
|
|
2088
|
+
destAsset: "bittensor-NATIVE-TAO",
|
|
2089
|
+
srcChain: "ethereum",
|
|
2090
|
+
destChain: "bittensor",
|
|
2091
|
+
path: "SWAP"
|
|
2067
2092
|
},
|
|
2068
2093
|
"ethereum-ERC20-USDC-0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48___polkadot-NATIVE-DOT": {
|
|
2069
2094
|
srcAsset: "ethereum-ERC20-USDC-0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
|
|
@@ -2113,6 +2138,13 @@
|
|
|
2113
2138
|
srcChain: "ethereum",
|
|
2114
2139
|
destChain: "base_mainnet",
|
|
2115
2140
|
path: "SWAP"
|
|
2141
|
+
},
|
|
2142
|
+
"ethereum-ERC20-USDC-0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48___bittensor-NATIVE-TAO": {
|
|
2143
|
+
srcAsset: "ethereum-ERC20-USDC-0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
|
|
2144
|
+
destAsset: "bittensor-NATIVE-TAO",
|
|
2145
|
+
srcChain: "ethereum",
|
|
2146
|
+
destChain: "bittensor",
|
|
2147
|
+
path: "SWAP"
|
|
2116
2148
|
},
|
|
2117
2149
|
"ethereum-ERC20-wstETH-0x7f39C581F595B53c5cb19bD0b3f8dA6c935E2Ca0___statemint-LOCAL-wstETH": {
|
|
2118
2150
|
srcAsset: "ethereum-ERC20-wstETH-0x7f39C581F595B53c5cb19bD0b3f8dA6c935E2Ca0",
|
|
@@ -2357,6 +2389,34 @@
|
|
|
2357
2389
|
srcChain: "statemint",
|
|
2358
2390
|
destChain: "statemint",
|
|
2359
2391
|
path: "SWAP"
|
|
2392
|
+
},
|
|
2393
|
+
"bittensor-NATIVE-TAO___polkadot-NATIVE-DOT": {
|
|
2394
|
+
srcAsset: "bittensor-NATIVE-TAO",
|
|
2395
|
+
destAsset: "polkadot-NATIVE-DOT",
|
|
2396
|
+
srcChain: "bittensor",
|
|
2397
|
+
destChain: "polkadot",
|
|
2398
|
+
path: "SWAP"
|
|
2399
|
+
},
|
|
2400
|
+
"bittensor-NATIVE-TAO___ethereum-NATIVE-ETH": {
|
|
2401
|
+
srcAsset: "bittensor-NATIVE-TAO",
|
|
2402
|
+
destAsset: "ethereum-NATIVE-ETH",
|
|
2403
|
+
srcChain: "bittensor",
|
|
2404
|
+
destChain: "ethereum",
|
|
2405
|
+
path: "SWAP"
|
|
2406
|
+
},
|
|
2407
|
+
"bittensor-NATIVE-TAO___ethereum-ERC20-USDC-0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48": {
|
|
2408
|
+
srcAsset: "bittensor-NATIVE-TAO",
|
|
2409
|
+
destAsset: "ethereum-ERC20-USDC-0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
|
|
2410
|
+
srcChain: "bittensor",
|
|
2411
|
+
destChain: "ethereum",
|
|
2412
|
+
path: "SWAP"
|
|
2413
|
+
},
|
|
2414
|
+
"bittensor-NATIVE-TAO___ethereum-ERC20-USDT-0xdAC17F958D2ee523a2206206994597C13D831ec7": {
|
|
2415
|
+
srcAsset: "bittensor-NATIVE-TAO",
|
|
2416
|
+
destAsset: "ethereum-ERC20-USDT-0xdAC17F958D2ee523a2206206994597C13D831ec7",
|
|
2417
|
+
srcChain: "bittensor",
|
|
2418
|
+
destChain: "ethereum",
|
|
2419
|
+
path: "SWAP"
|
|
2360
2420
|
},
|
|
2361
2421
|
"hydradx_main-LOCAL-USDC___statemint-LOCAL-USDC": {
|
|
2362
2422
|
srcAsset: "hydradx_main-LOCAL-USDC",
|
|
@@ -16156,6 +16216,22 @@
|
|
|
16156
16216
|
multiChainAsset: null,
|
|
16157
16217
|
hasValue: false,
|
|
16158
16218
|
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/sepolia_ethereum-erc20-flip-0xcd079eab6b5443b545788fd210c8800feadd87fa.png"
|
|
16219
|
+
},
|
|
16220
|
+
"hydradx_main-LOCAL-2-Pool": {
|
|
16221
|
+
originChain: "hydradx_main",
|
|
16222
|
+
slug: "hydradx_main-LOCAL-2-Pool",
|
|
16223
|
+
name: "USDT- USDC",
|
|
16224
|
+
symbol: "2-Pool",
|
|
16225
|
+
decimals: 18,
|
|
16226
|
+
priceId: null,
|
|
16227
|
+
minAmount: "1000",
|
|
16228
|
+
assetType: "LOCAL",
|
|
16229
|
+
metadata: {
|
|
16230
|
+
assetId: "102"
|
|
16231
|
+
},
|
|
16232
|
+
multiChainAsset: null,
|
|
16233
|
+
hasValue: true,
|
|
16234
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-2-pool.png"
|
|
16159
16235
|
},
|
|
16160
16236
|
"base_mainnet-ERC20-USDC-0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913": {
|
|
16161
16237
|
originChain: "base_mainnet",
|
|
@@ -16694,6 +16770,66 @@
|
|
|
16694
16770
|
multiChainAsset: "KMA-Calamari",
|
|
16695
16771
|
hasValue: true,
|
|
16696
16772
|
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/manta_network_evm-erc20-kma-0x6745cf7a0aaca457f451a4b8c60c8504320f69d0.png"
|
|
16773
|
+
},
|
|
16774
|
+
"statemint-LOCAL-LOVA": {
|
|
16775
|
+
originChain: "statemint",
|
|
16776
|
+
slug: "statemint-LOCAL-LOVA",
|
|
16777
|
+
name: "AIWeb3",
|
|
16778
|
+
symbol: "LOVA",
|
|
16779
|
+
decimals: 12,
|
|
16780
|
+
priceId: null,
|
|
16781
|
+
minAmount: "1000000000000",
|
|
16782
|
+
assetType: "LOCAL",
|
|
16783
|
+
metadata: {
|
|
16784
|
+
assetId: "50000028"
|
|
16785
|
+
},
|
|
16786
|
+
multiChainAsset: null,
|
|
16787
|
+
hasValue: true,
|
|
16788
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/statemint-local-lova.png"
|
|
16789
|
+
},
|
|
16790
|
+
"hydradx_main-LOCAL-LOVA": {
|
|
16791
|
+
originChain: "hydradx_main",
|
|
16792
|
+
slug: "hydradx_main-LOCAL-LOVA",
|
|
16793
|
+
name: "AIWeb3",
|
|
16794
|
+
symbol: "LOVA",
|
|
16795
|
+
decimals: 12,
|
|
16796
|
+
priceId: null,
|
|
16797
|
+
minAmount: "1",
|
|
16798
|
+
assetType: "LOCAL",
|
|
16799
|
+
metadata: {
|
|
16800
|
+
assetId: "1000639"
|
|
16801
|
+
},
|
|
16802
|
+
multiChainAsset: null,
|
|
16803
|
+
hasValue: true,
|
|
16804
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-lova.png"
|
|
16805
|
+
},
|
|
16806
|
+
"fraxtal-NATIVE-frxETH": {
|
|
16807
|
+
originChain: "fraxtal",
|
|
16808
|
+
slug: "fraxtal-NATIVE-frxETH",
|
|
16809
|
+
name: "Frax Ether",
|
|
16810
|
+
symbol: "frxETH",
|
|
16811
|
+
decimals: 18,
|
|
16812
|
+
priceId: "frax-ether",
|
|
16813
|
+
minAmount: "0",
|
|
16814
|
+
assetType: "NATIVE",
|
|
16815
|
+
metadata: null,
|
|
16816
|
+
multiChainAsset: null,
|
|
16817
|
+
hasValue: true,
|
|
16818
|
+
icon: null
|
|
16819
|
+
},
|
|
16820
|
+
"cyber-NATIVE-ETH": {
|
|
16821
|
+
originChain: "cyber",
|
|
16822
|
+
slug: "cyber-NATIVE-ETH",
|
|
16823
|
+
name: "Ethereum",
|
|
16824
|
+
symbol: "ETH",
|
|
16825
|
+
decimals: 18,
|
|
16826
|
+
priceId: "ethereum",
|
|
16827
|
+
minAmount: "0",
|
|
16828
|
+
assetType: "NATIVE",
|
|
16829
|
+
metadata: null,
|
|
16830
|
+
multiChainAsset: "ETH-Ethereum",
|
|
16831
|
+
hasValue: true,
|
|
16832
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/cyber-native-eth.png"
|
|
16697
16833
|
}
|
|
16698
16834
|
};
|
|
16699
16835
|
|
|
@@ -17602,7 +17738,7 @@
|
|
|
17602
17738
|
};
|
|
17603
17739
|
var bitcountry$1 = {
|
|
17604
17740
|
slug: "bitcountry",
|
|
17605
|
-
name: "
|
|
17741
|
+
name: "BitCountry - Alpha Net",
|
|
17606
17742
|
isTestnet: true,
|
|
17607
17743
|
chainStatus: "INACTIVE",
|
|
17608
17744
|
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chains/bitcountry.png",
|
|
@@ -26587,7 +26723,7 @@
|
|
|
26587
26723
|
slug: "storyPublic_testnet",
|
|
26588
26724
|
name: "Story Public Testnet",
|
|
26589
26725
|
isTestnet: true,
|
|
26590
|
-
chainStatus: "
|
|
26726
|
+
chainStatus: "INACTIVE",
|
|
26591
26727
|
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chains/storypublic_testnet.png",
|
|
26592
26728
|
providers: {
|
|
26593
26729
|
"Story Testnet": "https://testnet.storyrpc.io/"
|
|
@@ -27330,6 +27466,58 @@
|
|
|
27330
27466
|
bitcoinInfo: null,
|
|
27331
27467
|
tonInfo: null
|
|
27332
27468
|
};
|
|
27469
|
+
var fraxtal$1 = {
|
|
27470
|
+
slug: "fraxtal",
|
|
27471
|
+
name: "Fraxtal Mainnet L2",
|
|
27472
|
+
isTestnet: false,
|
|
27473
|
+
chainStatus: "ACTIVE",
|
|
27474
|
+
icon: null,
|
|
27475
|
+
providers: {
|
|
27476
|
+
Frax: "https://rpc.frax.com/"
|
|
27477
|
+
},
|
|
27478
|
+
evmInfo: {
|
|
27479
|
+
evmChainId: 252,
|
|
27480
|
+
blockExplorer: "https://fraxscan.com/",
|
|
27481
|
+
existentialDeposit: "0",
|
|
27482
|
+
symbol: "frxETH",
|
|
27483
|
+
decimals: 18,
|
|
27484
|
+
supportSmartContract: [
|
|
27485
|
+
"ERC721",
|
|
27486
|
+
"ERC20"
|
|
27487
|
+
],
|
|
27488
|
+
abiExplorer: null
|
|
27489
|
+
},
|
|
27490
|
+
substrateInfo: null,
|
|
27491
|
+
extraInfo: null,
|
|
27492
|
+
bitcoinInfo: null,
|
|
27493
|
+
tonInfo: null
|
|
27494
|
+
};
|
|
27495
|
+
var cyber$1 = {
|
|
27496
|
+
slug: "cyber",
|
|
27497
|
+
name: "Cyber",
|
|
27498
|
+
isTestnet: false,
|
|
27499
|
+
chainStatus: "ACTIVE",
|
|
27500
|
+
icon: null,
|
|
27501
|
+
providers: {
|
|
27502
|
+
Cyber: "https://cyber.alt.technology/"
|
|
27503
|
+
},
|
|
27504
|
+
evmInfo: {
|
|
27505
|
+
evmChainId: 7560,
|
|
27506
|
+
blockExplorer: "https://cyberscan.co/",
|
|
27507
|
+
existentialDeposit: "0",
|
|
27508
|
+
symbol: "ETH",
|
|
27509
|
+
decimals: 18,
|
|
27510
|
+
supportSmartContract: [
|
|
27511
|
+
"ERC20",
|
|
27512
|
+
"ERC721"
|
|
27513
|
+
],
|
|
27514
|
+
abiExplorer: null
|
|
27515
|
+
},
|
|
27516
|
+
substrateInfo: null,
|
|
27517
|
+
extraInfo: null,
|
|
27518
|
+
bitcoinInfo: null,
|
|
27519
|
+
tonInfo: null
|
|
27520
|
+
};
|
|
27333
27521
|
const _ChainInfoMap = {
|
|
27334
27522
|
polkadot: polkadot$1,
|
|
27335
27523
|
kusama: kusama$1,
|
|
@@ -27692,7 +27880,9 @@
|
|
|
27692
27880
|
apechain: apechain$1,
|
|
27693
27881
|
autonomys_taurus: autonomys_taurus$1,
|
|
27694
27882
|
gnosis: gnosis$1,
|
|
27695
|
-
autonomys: autonomys$1
|
|
27883
|
+
autonomys: autonomys$1,
|
|
27884
|
+
fraxtal: fraxtal$1,
|
|
27885
|
+
cyber: cyber$1
|
|
27696
27886
|
};
|
|
27697
27887
|
|
|
27698
27888
|
var polkadot = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/polkadot.png";
|
|
@@ -27998,6 +28188,8 @@
|
|
|
27998
28188
|
var autonomys_taurus = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/autonomys_taurus.png";
|
|
27999
28189
|
var gnosis = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/gnosis.png";
|
|
28000
28190
|
var autonomys = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/autonomys.png";
|
|
28191
|
+
var fraxtal = "https://dev.sw-chain-list-assets.pages.dev/assets/default.png";
|
|
28192
|
+
var cyber = "https://dev.sw-chain-list-assets.pages.dev/assets/default.png";
|
|
28001
28193
|
const _ChainLogoMap = {
|
|
28002
28194
|
"default": "https://dev.sw-chain-list-assets.pages.dev/assets/default.png",
|
|
28003
28195
|
polkadot: polkadot,
|
|
@@ -28305,6 +28497,8 @@
|
|
|
28305
28497
|
autonomys_taurus: autonomys_taurus,
|
|
28306
28498
|
gnosis: gnosis,
|
|
28307
28499
|
autonomys: autonomys,
|
|
28500
|
+
fraxtal: fraxtal,
|
|
28501
|
+
cyber: cyber,
|
|
28308
28502
|
"custom-Substrate-gosnetwork": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png",
|
|
28309
28503
|
"custom-Substrate-gosspectral": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png"
|
|
28310
28504
|
};
|
|
@@ -525,6 +525,7 @@
|
|
|
525
525
|
"hydradx_main-local-4pool": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-4pool.png",
|
|
526
526
|
"hydradx_main-local-weth": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-weth.png",
|
|
527
527
|
"hydradx_main-local-2pool": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-2pool.png",
|
|
528
|
+
"hydradx_main-local-2-pool": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-2-pool.png",
|
|
528
529
|
"hydradx_main-local-vdot": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-vdot.png",
|
|
529
530
|
"hydradx_main-local-h2o": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-h2o.png",
|
|
530
531
|
"hydradx_main-local-dai-18": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-dai-18.png",
|
|
@@ -776,6 +777,9 @@
|
|
|
776
777
|
"gnosis-native-xdai": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/gnosis-native-xdai.png",
|
|
777
778
|
"autonomys-native-ai3": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/autonomys-native-ai3.png",
|
|
778
779
|
"manta_network_evm-erc20-kma-0x6745cf7a0aaca457f451a4b8c60c8504320f69d0": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/manta_network_evm-erc20-kma-0x6745cf7a0aaca457f451a4b8c60c8504320f69d0.png",
|
|
780
|
+
"statemint-local-lova": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/statemint-local-lova.png",
|
|
781
|
+
"hydradx_main-local-lova": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-lova.png",
|
|
782
|
+
"cyber-native-eth": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/cyber-native-eth.png",
|
|
779
783
|
"eth-ethereum": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/eth-ethereum.png",
|
|
780
784
|
"ibtc-interbtc": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/ibtc-interbtc.png",
|
|
781
785
|
"glmr-moonbeam": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/glmr-moonbeam.png",
|
|
@@ -877,4 +881,4 @@
|
|
|
877
881
|
"custom-aleph-psp22-zpf-5eskjbkpva1ppucmrkcmazdhqm9shihws9uqqsoi4vrdcdle": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chain-assets/zpf_2f06de3f07.png",
|
|
878
882
|
"custom-custom-substrate-gosnetwork-native-gos": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chain-assets/gos_a4d1a9cf7a.png",
|
|
879
883
|
"custom-custom-substrate-gosspectral-native-gost": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chain-assets/gos_a4d1a9cf7a.png"
|
|
880
|
-
}
|
|
884
|
+
}
|
package/cjs/data/AssetRef.json
CHANGED
|
@@ -111,6 +111,13 @@
|
|
|
111
111
|
"destChain": "ethereum",
|
|
112
112
|
"path": "SWAP"
|
|
113
113
|
},
|
|
114
|
+
"polkadot-NATIVE-DOT___bittensor-NATIVE-TAO": {
|
|
115
|
+
"srcAsset": "polkadot-NATIVE-DOT",
|
|
116
|
+
"destAsset": "bittensor-NATIVE-TAO",
|
|
117
|
+
"srcChain": "polkadot",
|
|
118
|
+
"destChain": "bittensor",
|
|
119
|
+
"path": "SWAP"
|
|
120
|
+
},
|
|
114
121
|
"kusama-NATIVE-KSM___statemine-NATIVE-KSM": {
|
|
115
122
|
"srcAsset": "kusama-NATIVE-KSM",
|
|
116
123
|
"destAsset": "statemine-NATIVE-KSM",
|
|
@@ -202,6 +209,13 @@
|
|
|
202
209
|
"destChain": "polygonZkEvm",
|
|
203
210
|
"path": "XCM"
|
|
204
211
|
},
|
|
212
|
+
"ethereum-NATIVE-ETH___bittensor-NATIVE-TAO": {
|
|
213
|
+
"srcAsset": "ethereum-NATIVE-ETH",
|
|
214
|
+
"destAsset": "bittensor-NATIVE-TAO",
|
|
215
|
+
"srcChain": "ethereum",
|
|
216
|
+
"destChain": "bittensor",
|
|
217
|
+
"path": "SWAP"
|
|
218
|
+
},
|
|
205
219
|
"moonbeam-NATIVE-GLMR___moonbeam-LOCAL-xcDOT": {
|
|
206
220
|
"srcAsset": "moonbeam-NATIVE-GLMR",
|
|
207
221
|
"destAsset": "moonbeam-LOCAL-xcDOT",
|
|
@@ -845,6 +859,13 @@
|
|
|
845
859
|
"destChain": "ethereum",
|
|
846
860
|
"path": "SWAP"
|
|
847
861
|
},
|
|
862
|
+
"ethereum-ERC20-USDT-0xdAC17F958D2ee523a2206206994597C13D831ec7___bittensor-NATIVE-TAO": {
|
|
863
|
+
"srcAsset": "ethereum-ERC20-USDT-0xdAC17F958D2ee523a2206206994597C13D831ec7",
|
|
864
|
+
"destAsset": "bittensor-NATIVE-TAO",
|
|
865
|
+
"srcChain": "ethereum",
|
|
866
|
+
"destChain": "bittensor",
|
|
867
|
+
"path": "SWAP"
|
|
868
|
+
},
|
|
848
869
|
"ethereum-ERC20-USDC-0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48___polkadot-NATIVE-DOT": {
|
|
849
870
|
"srcAsset": "ethereum-ERC20-USDC-0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
|
|
850
871
|
"destAsset": "polkadot-NATIVE-DOT",
|
|
@@ -894,6 +915,13 @@
|
|
|
894
915
|
"destChain": "base_mainnet",
|
|
895
916
|
"path": "SWAP"
|
|
896
917
|
},
|
|
918
|
+
"ethereum-ERC20-USDC-0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48___bittensor-NATIVE-TAO": {
|
|
919
|
+
"srcAsset": "ethereum-ERC20-USDC-0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
|
|
920
|
+
"destAsset": "bittensor-NATIVE-TAO",
|
|
921
|
+
"srcChain": "ethereum",
|
|
922
|
+
"destChain": "bittensor",
|
|
923
|
+
"path": "SWAP"
|
|
924
|
+
},
|
|
897
925
|
"ethereum-ERC20-wstETH-0x7f39C581F595B53c5cb19bD0b3f8dA6c935E2Ca0___statemint-LOCAL-wstETH": {
|
|
898
926
|
"srcAsset": "ethereum-ERC20-wstETH-0x7f39C581F595B53c5cb19bD0b3f8dA6c935E2Ca0",
|
|
899
927
|
"destAsset": "statemint-LOCAL-wstETH",
|
|
@@ -1138,6 +1166,34 @@
|
|
|
1138
1166
|
"destChain": "statemint",
|
|
1139
1167
|
"path": "SWAP"
|
|
1140
1168
|
},
|
|
1169
|
+
"bittensor-NATIVE-TAO___polkadot-NATIVE-DOT": {
|
|
1170
|
+
"srcAsset": "bittensor-NATIVE-TAO",
|
|
1171
|
+
"destAsset": "polkadot-NATIVE-DOT",
|
|
1172
|
+
"srcChain": "bittensor",
|
|
1173
|
+
"destChain": "polkadot",
|
|
1174
|
+
"path": "SWAP"
|
|
1175
|
+
},
|
|
1176
|
+
"bittensor-NATIVE-TAO___ethereum-NATIVE-ETH": {
|
|
1177
|
+
"srcAsset": "bittensor-NATIVE-TAO",
|
|
1178
|
+
"destAsset": "ethereum-NATIVE-ETH",
|
|
1179
|
+
"srcChain": "bittensor",
|
|
1180
|
+
"destChain": "ethereum",
|
|
1181
|
+
"path": "SWAP"
|
|
1182
|
+
},
|
|
1183
|
+
"bittensor-NATIVE-TAO___ethereum-ERC20-USDC-0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48": {
|
|
1184
|
+
"srcAsset": "bittensor-NATIVE-TAO",
|
|
1185
|
+
"destAsset": "ethereum-ERC20-USDC-0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
|
|
1186
|
+
"srcChain": "bittensor",
|
|
1187
|
+
"destChain": "ethereum",
|
|
1188
|
+
"path": "SWAP"
|
|
1189
|
+
},
|
|
1190
|
+
"bittensor-NATIVE-TAO___ethereum-ERC20-USDT-0xdAC17F958D2ee523a2206206994597C13D831ec7": {
|
|
1191
|
+
"srcAsset": "bittensor-NATIVE-TAO",
|
|
1192
|
+
"destAsset": "ethereum-ERC20-USDT-0xdAC17F958D2ee523a2206206994597C13D831ec7",
|
|
1193
|
+
"srcChain": "bittensor",
|
|
1194
|
+
"destChain": "ethereum",
|
|
1195
|
+
"path": "SWAP"
|
|
1196
|
+
},
|
|
1141
1197
|
"hydradx_main-LOCAL-USDC___statemint-LOCAL-USDC": {
|
|
1142
1198
|
"srcAsset": "hydradx_main-LOCAL-USDC",
|
|
1143
1199
|
"destAsset": "statemint-LOCAL-USDC",
|
package/cjs/data/ChainAsset.json
CHANGED
|
@@ -12354,6 +12354,22 @@
|
|
|
12354
12354
|
"hasValue": false,
|
|
12355
12355
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/sepolia_ethereum-erc20-flip-0xcd079eab6b5443b545788fd210c8800feadd87fa.png"
|
|
12356
12356
|
},
|
|
12357
|
+
"hydradx_main-LOCAL-2-Pool": {
|
|
12358
|
+
"originChain": "hydradx_main",
|
|
12359
|
+
"slug": "hydradx_main-LOCAL-2-Pool",
|
|
12360
|
+
"name": "USDT- USDC",
|
|
12361
|
+
"symbol": "2-Pool",
|
|
12362
|
+
"decimals": 18,
|
|
12363
|
+
"priceId": null,
|
|
12364
|
+
"minAmount": "1000",
|
|
12365
|
+
"assetType": "LOCAL",
|
|
12366
|
+
"metadata": {
|
|
12367
|
+
"assetId": "102"
|
|
12368
|
+
},
|
|
12369
|
+
"multiChainAsset": null,
|
|
12370
|
+
"hasValue": true,
|
|
12371
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-2-pool.png"
|
|
12372
|
+
},
|
|
12357
12373
|
"base_mainnet-ERC20-USDC-0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913": {
|
|
12358
12374
|
"originChain": "base_mainnet",
|
|
12359
12375
|
"slug": "base_mainnet-ERC20-USDC-0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
|
|
@@ -12891,5 +12907,65 @@
|
|
|
12891
12907
|
"multiChainAsset": "KMA-Calamari",
|
|
12892
12908
|
"hasValue": true,
|
|
12893
12909
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/manta_network_evm-erc20-kma-0x6745cf7a0aaca457f451a4b8c60c8504320f69d0.png"
|
|
12910
|
+
},
|
|
12911
|
+
"statemint-LOCAL-LOVA": {
|
|
12912
|
+
"originChain": "statemint",
|
|
12913
|
+
"slug": "statemint-LOCAL-LOVA",
|
|
12914
|
+
"name": "AIWeb3",
|
|
12915
|
+
"symbol": "LOVA",
|
|
12916
|
+
"decimals": 12,
|
|
12917
|
+
"priceId": null,
|
|
12918
|
+
"minAmount": "1000000000000",
|
|
12919
|
+
"assetType": "LOCAL",
|
|
12920
|
+
"metadata": {
|
|
12921
|
+
"assetId": "50000028"
|
|
12922
|
+
},
|
|
12923
|
+
"multiChainAsset": null,
|
|
12924
|
+
"hasValue": true,
|
|
12925
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/statemint-local-lova.png"
|
|
12926
|
+
},
|
|
12927
|
+
"hydradx_main-LOCAL-LOVA": {
|
|
12928
|
+
"originChain": "hydradx_main",
|
|
12929
|
+
"slug": "hydradx_main-LOCAL-LOVA",
|
|
12930
|
+
"name": "AIWeb3",
|
|
12931
|
+
"symbol": "LOVA",
|
|
12932
|
+
"decimals": 12,
|
|
12933
|
+
"priceId": null,
|
|
12934
|
+
"minAmount": "1",
|
|
12935
|
+
"assetType": "LOCAL",
|
|
12936
|
+
"metadata": {
|
|
12937
|
+
"assetId": "1000639"
|
|
12938
|
+
},
|
|
12939
|
+
"multiChainAsset": null,
|
|
12940
|
+
"hasValue": true,
|
|
12941
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-lova.png"
|
|
12942
|
+
},
|
|
12943
|
+
"fraxtal-NATIVE-frxETH": {
|
|
12944
|
+
"originChain": "fraxtal",
|
|
12945
|
+
"slug": "fraxtal-NATIVE-frxETH",
|
|
12946
|
+
"name": "Frax Ether",
|
|
12947
|
+
"symbol": "frxETH",
|
|
12948
|
+
"decimals": 18,
|
|
12949
|
+
"priceId": "frax-ether",
|
|
12950
|
+
"minAmount": "0",
|
|
12951
|
+
"assetType": "NATIVE",
|
|
12952
|
+
"metadata": null,
|
|
12953
|
+
"multiChainAsset": null,
|
|
12954
|
+
"hasValue": true,
|
|
12955
|
+
"icon": null
|
|
12956
|
+
},
|
|
12957
|
+
"cyber-NATIVE-ETH": {
|
|
12958
|
+
"originChain": "cyber",
|
|
12959
|
+
"slug": "cyber-NATIVE-ETH",
|
|
12960
|
+
"name": "Ethereum",
|
|
12961
|
+
"symbol": "ETH",
|
|
12962
|
+
"decimals": 18,
|
|
12963
|
+
"priceId": "ethereum",
|
|
12964
|
+
"minAmount": "0",
|
|
12965
|
+
"assetType": "NATIVE",
|
|
12966
|
+
"metadata": null,
|
|
12967
|
+
"multiChainAsset": "ETH-Ethereum",
|
|
12968
|
+
"hasValue": true,
|
|
12969
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/cyber-native-eth.png"
|
|
12894
12970
|
}
|
|
12895
|
-
}
|
|
12971
|
+
}
|
package/cjs/data/ChainInfo.json
CHANGED
|
@@ -896,7 +896,7 @@
|
|
|
896
896
|
},
|
|
897
897
|
"bitcountry": {
|
|
898
898
|
"slug": "bitcountry",
|
|
899
|
-
"name": "
|
|
899
|
+
"name": "BitCountry - Alpha Net",
|
|
900
900
|
"isTestnet": true,
|
|
901
901
|
"chainStatus": "INACTIVE",
|
|
902
902
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/bitcountry.png",
|
|
@@ -9771,7 +9771,7 @@
|
|
|
9771
9771
|
"slug": "storyPublic_testnet",
|
|
9772
9772
|
"name": "Story Public Testnet",
|
|
9773
9773
|
"isTestnet": true,
|
|
9774
|
-
"chainStatus": "
|
|
9774
|
+
"chainStatus": "INACTIVE",
|
|
9775
9775
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/storypublic_testnet.png",
|
|
9776
9776
|
"providers": {
|
|
9777
9777
|
"Story Testnet": "https://testnet.storyrpc.io/"
|
|
@@ -10507,5 +10507,57 @@
|
|
|
10507
10507
|
"extraInfo": null,
|
|
10508
10508
|
"bitcoinInfo": null,
|
|
10509
10509
|
"tonInfo": null
|
|
10510
|
+
},
|
|
10511
|
+
"fraxtal": {
|
|
10512
|
+
"slug": "fraxtal",
|
|
10513
|
+
"name": "Fraxtal Mainnet L2",
|
|
10514
|
+
"isTestnet": false,
|
|
10515
|
+
"chainStatus": "ACTIVE",
|
|
10516
|
+
"icon": null,
|
|
10517
|
+
"providers": {
|
|
10518
|
+
"Frax": "https://rpc.frax.com/"
|
|
10519
|
+
},
|
|
10520
|
+
"evmInfo": {
|
|
10521
|
+
"evmChainId": 252,
|
|
10522
|
+
"blockExplorer": "https://fraxscan.com/",
|
|
10523
|
+
"existentialDeposit": "0",
|
|
10524
|
+
"symbol": "frxETH",
|
|
10525
|
+
"decimals": 18,
|
|
10526
|
+
"supportSmartContract": [
|
|
10527
|
+
"ERC721",
|
|
10528
|
+
"ERC20"
|
|
10529
|
+
],
|
|
10530
|
+
"abiExplorer": null
|
|
10531
|
+
},
|
|
10532
|
+
"substrateInfo": null,
|
|
10533
|
+
"extraInfo": null,
|
|
10534
|
+
"bitcoinInfo": null,
|
|
10535
|
+
"tonInfo": null
|
|
10536
|
+
},
|
|
10537
|
+
"cyber": {
|
|
10538
|
+
"slug": "cyber",
|
|
10539
|
+
"name": "Cyber",
|
|
10540
|
+
"isTestnet": false,
|
|
10541
|
+
"chainStatus": "ACTIVE",
|
|
10542
|
+
"icon": null,
|
|
10543
|
+
"providers": {
|
|
10544
|
+
"Cyber": "https://cyber.alt.technology/"
|
|
10545
|
+
},
|
|
10546
|
+
"evmInfo": {
|
|
10547
|
+
"evmChainId": 7560,
|
|
10548
|
+
"blockExplorer": "https://cyberscan.co/",
|
|
10549
|
+
"existentialDeposit": "0",
|
|
10550
|
+
"symbol": "ETH",
|
|
10551
|
+
"decimals": 18,
|
|
10552
|
+
"supportSmartContract": [
|
|
10553
|
+
"ERC20",
|
|
10554
|
+
"ERC721"
|
|
10555
|
+
],
|
|
10556
|
+
"abiExplorer": null
|
|
10557
|
+
},
|
|
10558
|
+
"substrateInfo": null,
|
|
10559
|
+
"extraInfo": null,
|
|
10560
|
+
"bitcoinInfo": null,
|
|
10561
|
+
"tonInfo": null
|
|
10510
10562
|
}
|
|
10511
10563
|
}
|
|
@@ -305,6 +305,8 @@
|
|
|
305
305
|
"autonomys_taurus": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/autonomys_taurus.png",
|
|
306
306
|
"gnosis": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/gnosis.png",
|
|
307
307
|
"autonomys": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/autonomys.png",
|
|
308
|
+
"fraxtal": "https://dev.sw-chain-list-assets.pages.dev/assets/default.png",
|
|
309
|
+
"cyber": "https://dev.sw-chain-list-assets.pages.dev/assets/default.png",
|
|
308
310
|
"custom-Substrate-gosnetwork": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png",
|
|
309
311
|
"custom-Substrate-gosspectral": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png"
|
|
310
|
-
}
|
|
312
|
+
}
|
package/cjs/packageInfo.js
CHANGED
package/data/AssetLogoMap.json
CHANGED
|
@@ -525,6 +525,7 @@
|
|
|
525
525
|
"hydradx_main-local-4pool": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-4pool.png",
|
|
526
526
|
"hydradx_main-local-weth": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-weth.png",
|
|
527
527
|
"hydradx_main-local-2pool": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-2pool.png",
|
|
528
|
+
"hydradx_main-local-2-pool": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-2-pool.png",
|
|
528
529
|
"hydradx_main-local-vdot": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-vdot.png",
|
|
529
530
|
"hydradx_main-local-h2o": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-h2o.png",
|
|
530
531
|
"hydradx_main-local-dai-18": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-dai-18.png",
|
|
@@ -776,6 +777,9 @@
|
|
|
776
777
|
"gnosis-native-xdai": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/gnosis-native-xdai.png",
|
|
777
778
|
"autonomys-native-ai3": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/autonomys-native-ai3.png",
|
|
778
779
|
"manta_network_evm-erc20-kma-0x6745cf7a0aaca457f451a4b8c60c8504320f69d0": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/manta_network_evm-erc20-kma-0x6745cf7a0aaca457f451a4b8c60c8504320f69d0.png",
|
|
780
|
+
"statemint-local-lova": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/statemint-local-lova.png",
|
|
781
|
+
"hydradx_main-local-lova": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-lova.png",
|
|
782
|
+
"cyber-native-eth": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/cyber-native-eth.png",
|
|
779
783
|
"eth-ethereum": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/eth-ethereum.png",
|
|
780
784
|
"ibtc-interbtc": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/ibtc-interbtc.png",
|
|
781
785
|
"glmr-moonbeam": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/glmr-moonbeam.png",
|
|
@@ -877,4 +881,4 @@
|
|
|
877
881
|
"custom-aleph-psp22-zpf-5eskjbkpva1ppucmrkcmazdhqm9shihws9uqqsoi4vrdcdle": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chain-assets/zpf_2f06de3f07.png",
|
|
878
882
|
"custom-custom-substrate-gosnetwork-native-gos": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chain-assets/gos_a4d1a9cf7a.png",
|
|
879
883
|
"custom-custom-substrate-gosspectral-native-gost": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chain-assets/gos_a4d1a9cf7a.png"
|
|
880
|
-
}
|
|
884
|
+
}
|
package/data/AssetRef.json
CHANGED
|
@@ -111,6 +111,13 @@
|
|
|
111
111
|
"destChain": "ethereum",
|
|
112
112
|
"path": "SWAP"
|
|
113
113
|
},
|
|
114
|
+
"polkadot-NATIVE-DOT___bittensor-NATIVE-TAO": {
|
|
115
|
+
"srcAsset": "polkadot-NATIVE-DOT",
|
|
116
|
+
"destAsset": "bittensor-NATIVE-TAO",
|
|
117
|
+
"srcChain": "polkadot",
|
|
118
|
+
"destChain": "bittensor",
|
|
119
|
+
"path": "SWAP"
|
|
120
|
+
},
|
|
114
121
|
"kusama-NATIVE-KSM___statemine-NATIVE-KSM": {
|
|
115
122
|
"srcAsset": "kusama-NATIVE-KSM",
|
|
116
123
|
"destAsset": "statemine-NATIVE-KSM",
|
|
@@ -202,6 +209,13 @@
|
|
|
202
209
|
"destChain": "polygonZkEvm",
|
|
203
210
|
"path": "XCM"
|
|
204
211
|
},
|
|
212
|
+
"ethereum-NATIVE-ETH___bittensor-NATIVE-TAO": {
|
|
213
|
+
"srcAsset": "ethereum-NATIVE-ETH",
|
|
214
|
+
"destAsset": "bittensor-NATIVE-TAO",
|
|
215
|
+
"srcChain": "ethereum",
|
|
216
|
+
"destChain": "bittensor",
|
|
217
|
+
"path": "SWAP"
|
|
218
|
+
},
|
|
205
219
|
"moonbeam-NATIVE-GLMR___moonbeam-LOCAL-xcDOT": {
|
|
206
220
|
"srcAsset": "moonbeam-NATIVE-GLMR",
|
|
207
221
|
"destAsset": "moonbeam-LOCAL-xcDOT",
|
|
@@ -845,6 +859,13 @@
|
|
|
845
859
|
"destChain": "ethereum",
|
|
846
860
|
"path": "SWAP"
|
|
847
861
|
},
|
|
862
|
+
"ethereum-ERC20-USDT-0xdAC17F958D2ee523a2206206994597C13D831ec7___bittensor-NATIVE-TAO": {
|
|
863
|
+
"srcAsset": "ethereum-ERC20-USDT-0xdAC17F958D2ee523a2206206994597C13D831ec7",
|
|
864
|
+
"destAsset": "bittensor-NATIVE-TAO",
|
|
865
|
+
"srcChain": "ethereum",
|
|
866
|
+
"destChain": "bittensor",
|
|
867
|
+
"path": "SWAP"
|
|
868
|
+
},
|
|
848
869
|
"ethereum-ERC20-USDC-0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48___polkadot-NATIVE-DOT": {
|
|
849
870
|
"srcAsset": "ethereum-ERC20-USDC-0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
|
|
850
871
|
"destAsset": "polkadot-NATIVE-DOT",
|
|
@@ -894,6 +915,13 @@
|
|
|
894
915
|
"destChain": "base_mainnet",
|
|
895
916
|
"path": "SWAP"
|
|
896
917
|
},
|
|
918
|
+
"ethereum-ERC20-USDC-0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48___bittensor-NATIVE-TAO": {
|
|
919
|
+
"srcAsset": "ethereum-ERC20-USDC-0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
|
|
920
|
+
"destAsset": "bittensor-NATIVE-TAO",
|
|
921
|
+
"srcChain": "ethereum",
|
|
922
|
+
"destChain": "bittensor",
|
|
923
|
+
"path": "SWAP"
|
|
924
|
+
},
|
|
897
925
|
"ethereum-ERC20-wstETH-0x7f39C581F595B53c5cb19bD0b3f8dA6c935E2Ca0___statemint-LOCAL-wstETH": {
|
|
898
926
|
"srcAsset": "ethereum-ERC20-wstETH-0x7f39C581F595B53c5cb19bD0b3f8dA6c935E2Ca0",
|
|
899
927
|
"destAsset": "statemint-LOCAL-wstETH",
|
|
@@ -1138,6 +1166,34 @@
|
|
|
1138
1166
|
"destChain": "statemint",
|
|
1139
1167
|
"path": "SWAP"
|
|
1140
1168
|
},
|
|
1169
|
+
"bittensor-NATIVE-TAO___polkadot-NATIVE-DOT": {
|
|
1170
|
+
"srcAsset": "bittensor-NATIVE-TAO",
|
|
1171
|
+
"destAsset": "polkadot-NATIVE-DOT",
|
|
1172
|
+
"srcChain": "bittensor",
|
|
1173
|
+
"destChain": "polkadot",
|
|
1174
|
+
"path": "SWAP"
|
|
1175
|
+
},
|
|
1176
|
+
"bittensor-NATIVE-TAO___ethereum-NATIVE-ETH": {
|
|
1177
|
+
"srcAsset": "bittensor-NATIVE-TAO",
|
|
1178
|
+
"destAsset": "ethereum-NATIVE-ETH",
|
|
1179
|
+
"srcChain": "bittensor",
|
|
1180
|
+
"destChain": "ethereum",
|
|
1181
|
+
"path": "SWAP"
|
|
1182
|
+
},
|
|
1183
|
+
"bittensor-NATIVE-TAO___ethereum-ERC20-USDC-0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48": {
|
|
1184
|
+
"srcAsset": "bittensor-NATIVE-TAO",
|
|
1185
|
+
"destAsset": "ethereum-ERC20-USDC-0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
|
|
1186
|
+
"srcChain": "bittensor",
|
|
1187
|
+
"destChain": "ethereum",
|
|
1188
|
+
"path": "SWAP"
|
|
1189
|
+
},
|
|
1190
|
+
"bittensor-NATIVE-TAO___ethereum-ERC20-USDT-0xdAC17F958D2ee523a2206206994597C13D831ec7": {
|
|
1191
|
+
"srcAsset": "bittensor-NATIVE-TAO",
|
|
1192
|
+
"destAsset": "ethereum-ERC20-USDT-0xdAC17F958D2ee523a2206206994597C13D831ec7",
|
|
1193
|
+
"srcChain": "bittensor",
|
|
1194
|
+
"destChain": "ethereum",
|
|
1195
|
+
"path": "SWAP"
|
|
1196
|
+
},
|
|
1141
1197
|
"hydradx_main-LOCAL-USDC___statemint-LOCAL-USDC": {
|
|
1142
1198
|
"srcAsset": "hydradx_main-LOCAL-USDC",
|
|
1143
1199
|
"destAsset": "statemint-LOCAL-USDC",
|
package/data/ChainAsset.json
CHANGED
|
@@ -12354,6 +12354,22 @@
|
|
|
12354
12354
|
"hasValue": false,
|
|
12355
12355
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/sepolia_ethereum-erc20-flip-0xcd079eab6b5443b545788fd210c8800feadd87fa.png"
|
|
12356
12356
|
},
|
|
12357
|
+
"hydradx_main-LOCAL-2-Pool": {
|
|
12358
|
+
"originChain": "hydradx_main",
|
|
12359
|
+
"slug": "hydradx_main-LOCAL-2-Pool",
|
|
12360
|
+
"name": "USDT- USDC",
|
|
12361
|
+
"symbol": "2-Pool",
|
|
12362
|
+
"decimals": 18,
|
|
12363
|
+
"priceId": null,
|
|
12364
|
+
"minAmount": "1000",
|
|
12365
|
+
"assetType": "LOCAL",
|
|
12366
|
+
"metadata": {
|
|
12367
|
+
"assetId": "102"
|
|
12368
|
+
},
|
|
12369
|
+
"multiChainAsset": null,
|
|
12370
|
+
"hasValue": true,
|
|
12371
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-2-pool.png"
|
|
12372
|
+
},
|
|
12357
12373
|
"base_mainnet-ERC20-USDC-0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913": {
|
|
12358
12374
|
"originChain": "base_mainnet",
|
|
12359
12375
|
"slug": "base_mainnet-ERC20-USDC-0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
|
|
@@ -12891,5 +12907,65 @@
|
|
|
12891
12907
|
"multiChainAsset": "KMA-Calamari",
|
|
12892
12908
|
"hasValue": true,
|
|
12893
12909
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/manta_network_evm-erc20-kma-0x6745cf7a0aaca457f451a4b8c60c8504320f69d0.png"
|
|
12910
|
+
},
|
|
12911
|
+
"statemint-LOCAL-LOVA": {
|
|
12912
|
+
"originChain": "statemint",
|
|
12913
|
+
"slug": "statemint-LOCAL-LOVA",
|
|
12914
|
+
"name": "AIWeb3",
|
|
12915
|
+
"symbol": "LOVA",
|
|
12916
|
+
"decimals": 12,
|
|
12917
|
+
"priceId": null,
|
|
12918
|
+
"minAmount": "1000000000000",
|
|
12919
|
+
"assetType": "LOCAL",
|
|
12920
|
+
"metadata": {
|
|
12921
|
+
"assetId": "50000028"
|
|
12922
|
+
},
|
|
12923
|
+
"multiChainAsset": null,
|
|
12924
|
+
"hasValue": true,
|
|
12925
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/statemint-local-lova.png"
|
|
12926
|
+
},
|
|
12927
|
+
"hydradx_main-LOCAL-LOVA": {
|
|
12928
|
+
"originChain": "hydradx_main",
|
|
12929
|
+
"slug": "hydradx_main-LOCAL-LOVA",
|
|
12930
|
+
"name": "AIWeb3",
|
|
12931
|
+
"symbol": "LOVA",
|
|
12932
|
+
"decimals": 12,
|
|
12933
|
+
"priceId": null,
|
|
12934
|
+
"minAmount": "1",
|
|
12935
|
+
"assetType": "LOCAL",
|
|
12936
|
+
"metadata": {
|
|
12937
|
+
"assetId": "1000639"
|
|
12938
|
+
},
|
|
12939
|
+
"multiChainAsset": null,
|
|
12940
|
+
"hasValue": true,
|
|
12941
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-lova.png"
|
|
12942
|
+
},
|
|
12943
|
+
"fraxtal-NATIVE-frxETH": {
|
|
12944
|
+
"originChain": "fraxtal",
|
|
12945
|
+
"slug": "fraxtal-NATIVE-frxETH",
|
|
12946
|
+
"name": "Frax Ether",
|
|
12947
|
+
"symbol": "frxETH",
|
|
12948
|
+
"decimals": 18,
|
|
12949
|
+
"priceId": "frax-ether",
|
|
12950
|
+
"minAmount": "0",
|
|
12951
|
+
"assetType": "NATIVE",
|
|
12952
|
+
"metadata": null,
|
|
12953
|
+
"multiChainAsset": null,
|
|
12954
|
+
"hasValue": true,
|
|
12955
|
+
"icon": null
|
|
12956
|
+
},
|
|
12957
|
+
"cyber-NATIVE-ETH": {
|
|
12958
|
+
"originChain": "cyber",
|
|
12959
|
+
"slug": "cyber-NATIVE-ETH",
|
|
12960
|
+
"name": "Ethereum",
|
|
12961
|
+
"symbol": "ETH",
|
|
12962
|
+
"decimals": 18,
|
|
12963
|
+
"priceId": "ethereum",
|
|
12964
|
+
"minAmount": "0",
|
|
12965
|
+
"assetType": "NATIVE",
|
|
12966
|
+
"metadata": null,
|
|
12967
|
+
"multiChainAsset": "ETH-Ethereum",
|
|
12968
|
+
"hasValue": true,
|
|
12969
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/cyber-native-eth.png"
|
|
12894
12970
|
}
|
|
12895
|
-
}
|
|
12971
|
+
}
|
package/data/ChainInfo.json
CHANGED
|
@@ -896,7 +896,7 @@
|
|
|
896
896
|
},
|
|
897
897
|
"bitcountry": {
|
|
898
898
|
"slug": "bitcountry",
|
|
899
|
-
"name": "
|
|
899
|
+
"name": "BitCountry - Alpha Net",
|
|
900
900
|
"isTestnet": true,
|
|
901
901
|
"chainStatus": "INACTIVE",
|
|
902
902
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/bitcountry.png",
|
|
@@ -9771,7 +9771,7 @@
|
|
|
9771
9771
|
"slug": "storyPublic_testnet",
|
|
9772
9772
|
"name": "Story Public Testnet",
|
|
9773
9773
|
"isTestnet": true,
|
|
9774
|
-
"chainStatus": "
|
|
9774
|
+
"chainStatus": "INACTIVE",
|
|
9775
9775
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/storypublic_testnet.png",
|
|
9776
9776
|
"providers": {
|
|
9777
9777
|
"Story Testnet": "https://testnet.storyrpc.io/"
|
|
@@ -10507,5 +10507,57 @@
|
|
|
10507
10507
|
"extraInfo": null,
|
|
10508
10508
|
"bitcoinInfo": null,
|
|
10509
10509
|
"tonInfo": null
|
|
10510
|
+
},
|
|
10511
|
+
"fraxtal": {
|
|
10512
|
+
"slug": "fraxtal",
|
|
10513
|
+
"name": "Fraxtal Mainnet L2",
|
|
10514
|
+
"isTestnet": false,
|
|
10515
|
+
"chainStatus": "ACTIVE",
|
|
10516
|
+
"icon": null,
|
|
10517
|
+
"providers": {
|
|
10518
|
+
"Frax": "https://rpc.frax.com/"
|
|
10519
|
+
},
|
|
10520
|
+
"evmInfo": {
|
|
10521
|
+
"evmChainId": 252,
|
|
10522
|
+
"blockExplorer": "https://fraxscan.com/",
|
|
10523
|
+
"existentialDeposit": "0",
|
|
10524
|
+
"symbol": "frxETH",
|
|
10525
|
+
"decimals": 18,
|
|
10526
|
+
"supportSmartContract": [
|
|
10527
|
+
"ERC721",
|
|
10528
|
+
"ERC20"
|
|
10529
|
+
],
|
|
10530
|
+
"abiExplorer": null
|
|
10531
|
+
},
|
|
10532
|
+
"substrateInfo": null,
|
|
10533
|
+
"extraInfo": null,
|
|
10534
|
+
"bitcoinInfo": null,
|
|
10535
|
+
"tonInfo": null
|
|
10536
|
+
},
|
|
10537
|
+
"cyber": {
|
|
10538
|
+
"slug": "cyber",
|
|
10539
|
+
"name": "Cyber",
|
|
10540
|
+
"isTestnet": false,
|
|
10541
|
+
"chainStatus": "ACTIVE",
|
|
10542
|
+
"icon": null,
|
|
10543
|
+
"providers": {
|
|
10544
|
+
"Cyber": "https://cyber.alt.technology/"
|
|
10545
|
+
},
|
|
10546
|
+
"evmInfo": {
|
|
10547
|
+
"evmChainId": 7560,
|
|
10548
|
+
"blockExplorer": "https://cyberscan.co/",
|
|
10549
|
+
"existentialDeposit": "0",
|
|
10550
|
+
"symbol": "ETH",
|
|
10551
|
+
"decimals": 18,
|
|
10552
|
+
"supportSmartContract": [
|
|
10553
|
+
"ERC20",
|
|
10554
|
+
"ERC721"
|
|
10555
|
+
],
|
|
10556
|
+
"abiExplorer": null
|
|
10557
|
+
},
|
|
10558
|
+
"substrateInfo": null,
|
|
10559
|
+
"extraInfo": null,
|
|
10560
|
+
"bitcoinInfo": null,
|
|
10561
|
+
"tonInfo": null
|
|
10510
10562
|
}
|
|
10511
10563
|
}
|
package/data/ChainLogoMap.json
CHANGED
|
@@ -305,6 +305,8 @@
|
|
|
305
305
|
"autonomys_taurus": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/autonomys_taurus.png",
|
|
306
306
|
"gnosis": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/gnosis.png",
|
|
307
307
|
"autonomys": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/autonomys.png",
|
|
308
|
+
"fraxtal": "https://dev.sw-chain-list-assets.pages.dev/assets/default.png",
|
|
309
|
+
"cyber": "https://dev.sw-chain-list-assets.pages.dev/assets/default.png",
|
|
308
310
|
"custom-Substrate-gosnetwork": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png",
|
|
309
311
|
"custom-Substrate-gosspectral": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png"
|
|
310
|
-
}
|
|
312
|
+
}
|
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.96-beta.
|
|
10
|
+
version: '0.2.96-beta.3'
|
|
11
11
|
};
|