@subwallet/chain-list 0.2.92-beta.0 → 0.2.92-beta.2
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 +195 -1
- package/cjs/data/AssetLogoMap.json +5 -0
- package/cjs/data/ChainAsset.json +56 -0
- package/cjs/data/ChainInfo.json +111 -0
- package/cjs/data/ChainLogoMap.json +4 -0
- package/cjs/data/MultiChainAsset.json +9 -0
- package/cjs/packageInfo.js +1 -1
- package/data/AssetLogoMap.json +5 -0
- package/data/ChainAsset.json +56 -0
- package/data/ChainInfo.json +111 -0
- package/data/ChainLogoMap.json +4 -0
- package/data/MultiChainAsset.json +9 -0
- package/package.json +1 -1
- package/packageInfo.js +1 -1
|
@@ -769,6 +769,10 @@
|
|
|
769
769
|
"world_chain-native-eth": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/world_chain-native-eth.png",
|
|
770
770
|
"mode-native-eth": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/mode-native-eth.png",
|
|
771
771
|
"lisk-native-eth": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/lisk-native-eth.png",
|
|
772
|
+
"zircuit-native-eth": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/zircuit-native-eth.png",
|
|
773
|
+
"tangle-native-tnt": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/tangle-native-tnt.png",
|
|
774
|
+
"tangle_evm-native-tnt": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/tangle_evm-native-tnt.png",
|
|
775
|
+
"storyodyssey_testnet-native-ip": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/storyodyssey_testnet-native-ip.png",
|
|
772
776
|
"eth-ethereum": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/eth-ethereum.png",
|
|
773
777
|
"ibtc-interbtc": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/ibtc-interbtc.png",
|
|
774
778
|
"glmr-moonbeam": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/glmr-moonbeam.png",
|
|
@@ -865,6 +869,7 @@
|
|
|
865
869
|
"buns-buns": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/buns-buns.png",
|
|
866
870
|
"pol-polygon": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/pol-polygon.png",
|
|
867
871
|
"avail-availturingtestnet": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/avail-availturingtestnet.png",
|
|
872
|
+
"tnt-tangle": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/tnt-tangle.png",
|
|
868
873
|
"custom-moonbeam-erc20-cp-0x6021d2c27b6fbd6e7608d1f39b41398caee2f824": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chain-assets/cp_77d5363018.png",
|
|
869
874
|
"custom-aleph-psp22-zpf-5eskjbkpva1ppucmrkcmazdhqm9shihws9uqqsoi4vrdcdle": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chain-assets/zpf_2f06de3f07.png",
|
|
870
875
|
"custom-custom-substrate-gosnetwork-native-gos": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chain-assets/gos_a4d1a9cf7a.png",
|
|
@@ -18413,6 +18418,62 @@
|
|
|
18413
18418
|
multiChainAsset: "ETH-Ethereum",
|
|
18414
18419
|
hasValue: true,
|
|
18415
18420
|
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/lisk-native-eth.png"
|
|
18421
|
+
},
|
|
18422
|
+
"zircuit-NATIVE-ETH": {
|
|
18423
|
+
originChain: "zircuit",
|
|
18424
|
+
slug: "zircuit-NATIVE-ETH",
|
|
18425
|
+
name: "Ethereum",
|
|
18426
|
+
symbol: "ETH",
|
|
18427
|
+
decimals: 18,
|
|
18428
|
+
priceId: "ethereum",
|
|
18429
|
+
minAmount: "0",
|
|
18430
|
+
assetType: "NATIVE",
|
|
18431
|
+
metadata: null,
|
|
18432
|
+
multiChainAsset: "ETH-Ethereum",
|
|
18433
|
+
hasValue: true,
|
|
18434
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/zircuit-native-eth.png"
|
|
18435
|
+
},
|
|
18436
|
+
"tangle-NATIVE-TNT": {
|
|
18437
|
+
originChain: "tangle",
|
|
18438
|
+
slug: "tangle-NATIVE-TNT",
|
|
18439
|
+
name: "Tangle",
|
|
18440
|
+
symbol: "TNT",
|
|
18441
|
+
decimals: 18,
|
|
18442
|
+
priceId: "tangle-network",
|
|
18443
|
+
minAmount: "10000000000",
|
|
18444
|
+
assetType: "NATIVE",
|
|
18445
|
+
metadata: null,
|
|
18446
|
+
multiChainAsset: "TNT-Tangle",
|
|
18447
|
+
hasValue: true,
|
|
18448
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/tangle-native-tnt.png"
|
|
18449
|
+
},
|
|
18450
|
+
"tangle_evm-NATIVE-TNT": {
|
|
18451
|
+
originChain: "tangle_evm",
|
|
18452
|
+
slug: "tangle_evm-NATIVE-TNT",
|
|
18453
|
+
name: "Tangle",
|
|
18454
|
+
symbol: "TNT",
|
|
18455
|
+
decimals: 18,
|
|
18456
|
+
priceId: "tangle-network",
|
|
18457
|
+
minAmount: "0",
|
|
18458
|
+
assetType: "NATIVE",
|
|
18459
|
+
metadata: null,
|
|
18460
|
+
multiChainAsset: "TNT-Tangle",
|
|
18461
|
+
hasValue: true,
|
|
18462
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/tangle_evm-native-tnt.png"
|
|
18463
|
+
},
|
|
18464
|
+
"storyOdyssey_testnet-NATIVE-IP": {
|
|
18465
|
+
originChain: "storyOdyssey_testnet",
|
|
18466
|
+
slug: "storyOdyssey_testnet-NATIVE-IP",
|
|
18467
|
+
name: "IP",
|
|
18468
|
+
symbol: "IP",
|
|
18469
|
+
decimals: 18,
|
|
18470
|
+
priceId: null,
|
|
18471
|
+
minAmount: "0",
|
|
18472
|
+
assetType: "NATIVE",
|
|
18473
|
+
metadata: null,
|
|
18474
|
+
multiChainAsset: null,
|
|
18475
|
+
hasValue: false,
|
|
18476
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/storyodyssey_testnet-native-ip.png"
|
|
18416
18477
|
}
|
|
18417
18478
|
};
|
|
18418
18479
|
|
|
@@ -28770,6 +28831,118 @@
|
|
|
28770
28831
|
bitcoinInfo: null,
|
|
28771
28832
|
tonInfo: null
|
|
28772
28833
|
};
|
|
28834
|
+
var zircuit$1 = {
|
|
28835
|
+
slug: "zircuit",
|
|
28836
|
+
name: "Zircuit",
|
|
28837
|
+
isTestnet: false,
|
|
28838
|
+
chainStatus: "ACTIVE",
|
|
28839
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chains/zircuit.png",
|
|
28840
|
+
providers: {
|
|
28841
|
+
Zircuit1: "https://zircuit1-mainnet.p2pify.com/",
|
|
28842
|
+
Zircuit: "https://zircuit-mainnet.drpc.org/",
|
|
28843
|
+
"Zircuit Liquify": "https://zircuit1-mainnet.liquify.com/"
|
|
28844
|
+
},
|
|
28845
|
+
evmInfo: {
|
|
28846
|
+
evmChainId: 48900,
|
|
28847
|
+
blockExplorer: "https://explorer.zircuit.com/",
|
|
28848
|
+
existentialDeposit: "0",
|
|
28849
|
+
symbol: "ETH",
|
|
28850
|
+
decimals: 18,
|
|
28851
|
+
supportSmartContract: [
|
|
28852
|
+
"ERC20",
|
|
28853
|
+
"ERC721"
|
|
28854
|
+
],
|
|
28855
|
+
abiExplorer: null
|
|
28856
|
+
},
|
|
28857
|
+
substrateInfo: null,
|
|
28858
|
+
extraInfo: null,
|
|
28859
|
+
bitcoinInfo: null,
|
|
28860
|
+
tonInfo: null
|
|
28861
|
+
};
|
|
28862
|
+
var tangle$1 = {
|
|
28863
|
+
slug: "tangle",
|
|
28864
|
+
name: "Tangle Mainnet",
|
|
28865
|
+
isTestnet: false,
|
|
28866
|
+
chainStatus: "ACTIVE",
|
|
28867
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chains/tangle.png",
|
|
28868
|
+
providers: {
|
|
28869
|
+
Tangle: "wss://rpc.tangle.tools"
|
|
28870
|
+
},
|
|
28871
|
+
evmInfo: null,
|
|
28872
|
+
substrateInfo: {
|
|
28873
|
+
relaySlug: null,
|
|
28874
|
+
paraId: null,
|
|
28875
|
+
genesisHash: "0x44f68476df71ebf765b630bf08dc1e0fedb2bf614a1aa0563b3f74f20e47b3e0",
|
|
28876
|
+
addressPrefix: 5845,
|
|
28877
|
+
chainType: "RELAYCHAIN",
|
|
28878
|
+
crowdloanUrl: null,
|
|
28879
|
+
blockExplorer: "https://tangle.statescan.io/",
|
|
28880
|
+
existentialDeposit: "10000000000",
|
|
28881
|
+
symbol: "TNT",
|
|
28882
|
+
decimals: 18,
|
|
28883
|
+
hasNativeNft: null,
|
|
28884
|
+
supportStaking: null,
|
|
28885
|
+
supportSmartContract: null,
|
|
28886
|
+
crowdloanParaId: null,
|
|
28887
|
+
crowdloanFunds: [
|
|
28888
|
+
]
|
|
28889
|
+
},
|
|
28890
|
+
extraInfo: null,
|
|
28891
|
+
bitcoinInfo: null,
|
|
28892
|
+
tonInfo: null
|
|
28893
|
+
};
|
|
28894
|
+
var tangle_evm$1 = {
|
|
28895
|
+
slug: "tangle_evm",
|
|
28896
|
+
name: "Tangle EVM Mainnet",
|
|
28897
|
+
isTestnet: false,
|
|
28898
|
+
chainStatus: "ACTIVE",
|
|
28899
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chains/tangle_evm.png",
|
|
28900
|
+
providers: {
|
|
28901
|
+
Tangle: "https://rpc.tangle.tools/"
|
|
28902
|
+
},
|
|
28903
|
+
evmInfo: {
|
|
28904
|
+
evmChainId: 5845,
|
|
28905
|
+
blockExplorer: "https://explorer.tangle.tools/",
|
|
28906
|
+
existentialDeposit: "0",
|
|
28907
|
+
symbol: "TNT",
|
|
28908
|
+
decimals: 18,
|
|
28909
|
+
supportSmartContract: [
|
|
28910
|
+
"ERC20",
|
|
28911
|
+
"ERC721"
|
|
28912
|
+
],
|
|
28913
|
+
abiExplorer: null
|
|
28914
|
+
},
|
|
28915
|
+
substrateInfo: null,
|
|
28916
|
+
extraInfo: null,
|
|
28917
|
+
bitcoinInfo: null,
|
|
28918
|
+
tonInfo: null
|
|
28919
|
+
};
|
|
28920
|
+
var storyOdyssey_testnet$1 = {
|
|
28921
|
+
slug: "storyOdyssey_testnet",
|
|
28922
|
+
name: "Story Odyssey Testnet",
|
|
28923
|
+
isTestnet: true,
|
|
28924
|
+
chainStatus: "ACTIVE",
|
|
28925
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chains/storyodyssey_testnet.png",
|
|
28926
|
+
providers: {
|
|
28927
|
+
"Story Odyssey": "https://odyssey.storyrpc.io/"
|
|
28928
|
+
},
|
|
28929
|
+
evmInfo: {
|
|
28930
|
+
evmChainId: 1516,
|
|
28931
|
+
blockExplorer: "https://odyssey-testnet-explorer.storyscan.xyz/",
|
|
28932
|
+
existentialDeposit: "0",
|
|
28933
|
+
symbol: "IP",
|
|
28934
|
+
decimals: 18,
|
|
28935
|
+
supportSmartContract: [
|
|
28936
|
+
"ERC20",
|
|
28937
|
+
"ERC721"
|
|
28938
|
+
],
|
|
28939
|
+
abiExplorer: null
|
|
28940
|
+
},
|
|
28941
|
+
substrateInfo: null,
|
|
28942
|
+
extraInfo: null,
|
|
28943
|
+
bitcoinInfo: null,
|
|
28944
|
+
tonInfo: null
|
|
28945
|
+
};
|
|
28773
28946
|
const _ChainInfoMap = {
|
|
28774
28947
|
polkadot: polkadot$1,
|
|
28775
28948
|
kusama: kusama$1,
|
|
@@ -29122,7 +29295,11 @@
|
|
|
29122
29295
|
unichain_sepolia: unichain_sepolia$1,
|
|
29123
29296
|
world_chain: world_chain$1,
|
|
29124
29297
|
mode: mode$1,
|
|
29125
|
-
lisk: lisk$1
|
|
29298
|
+
lisk: lisk$1,
|
|
29299
|
+
zircuit: zircuit$1,
|
|
29300
|
+
tangle: tangle$1,
|
|
29301
|
+
tangle_evm: tangle_evm$1,
|
|
29302
|
+
storyOdyssey_testnet: storyOdyssey_testnet$1
|
|
29126
29303
|
};
|
|
29127
29304
|
|
|
29128
29305
|
var polkadot = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/polkadot.png";
|
|
@@ -29418,6 +29595,10 @@
|
|
|
29418
29595
|
var world_chain = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/world_chain.png";
|
|
29419
29596
|
var mode = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/mode.png";
|
|
29420
29597
|
var lisk = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/lisk.png";
|
|
29598
|
+
var zircuit = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/zircuit.png";
|
|
29599
|
+
var tangle = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/tangle.png";
|
|
29600
|
+
var tangle_evm = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/tangle_evm.png";
|
|
29601
|
+
var storyOdyssey_testnet = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/storyodyssey_testnet.png";
|
|
29421
29602
|
const _ChainLogoMap = {
|
|
29422
29603
|
"default": "https://dev.sw-chain-list-assets.pages.dev/assets/default.png",
|
|
29423
29604
|
polkadot: polkadot,
|
|
@@ -29715,6 +29896,10 @@
|
|
|
29715
29896
|
world_chain: world_chain,
|
|
29716
29897
|
mode: mode,
|
|
29717
29898
|
lisk: lisk,
|
|
29899
|
+
zircuit: zircuit,
|
|
29900
|
+
tangle: tangle,
|
|
29901
|
+
tangle_evm: tangle_evm,
|
|
29902
|
+
storyOdyssey_testnet: storyOdyssey_testnet,
|
|
29718
29903
|
"custom-Substrate-gosnetwork": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png",
|
|
29719
29904
|
"custom-Substrate-gosspectral": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png"
|
|
29720
29905
|
};
|
|
@@ -30583,6 +30768,15 @@
|
|
|
30583
30768
|
priceId: null,
|
|
30584
30769
|
hasValue: false,
|
|
30585
30770
|
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/avail-availturingtestnet.png"
|
|
30771
|
+
},
|
|
30772
|
+
"TNT-Tangle": {
|
|
30773
|
+
slug: "TNT-Tangle",
|
|
30774
|
+
originChainAsset: null,
|
|
30775
|
+
name: "Tangle",
|
|
30776
|
+
symbol: "TNT",
|
|
30777
|
+
priceId: "tangle-network",
|
|
30778
|
+
hasValue: true,
|
|
30779
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/tnt-tangle.png"
|
|
30586
30780
|
}
|
|
30587
30781
|
};
|
|
30588
30782
|
|
|
@@ -761,6 +761,10 @@
|
|
|
761
761
|
"world_chain-native-eth": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/world_chain-native-eth.png",
|
|
762
762
|
"mode-native-eth": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/mode-native-eth.png",
|
|
763
763
|
"lisk-native-eth": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/lisk-native-eth.png",
|
|
764
|
+
"zircuit-native-eth": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/zircuit-native-eth.png",
|
|
765
|
+
"tangle-native-tnt": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/tangle-native-tnt.png",
|
|
766
|
+
"tangle_evm-native-tnt": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/tangle_evm-native-tnt.png",
|
|
767
|
+
"storyodyssey_testnet-native-ip": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/storyodyssey_testnet-native-ip.png",
|
|
764
768
|
"eth-ethereum": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/eth-ethereum.png",
|
|
765
769
|
"ibtc-interbtc": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/ibtc-interbtc.png",
|
|
766
770
|
"glmr-moonbeam": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/glmr-moonbeam.png",
|
|
@@ -857,6 +861,7 @@
|
|
|
857
861
|
"buns-buns": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/buns-buns.png",
|
|
858
862
|
"pol-polygon": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/pol-polygon.png",
|
|
859
863
|
"avail-availturingtestnet": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/avail-availturingtestnet.png",
|
|
864
|
+
"tnt-tangle": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/tnt-tangle.png",
|
|
860
865
|
"custom-moonbeam-erc20-cp-0x6021d2c27b6fbd6e7608d1f39b41398caee2f824": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chain-assets/cp_77d5363018.png",
|
|
861
866
|
"custom-aleph-psp22-zpf-5eskjbkpva1ppucmrkcmazdhqm9shihws9uqqsoi4vrdcdle": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chain-assets/zpf_2f06de3f07.png",
|
|
862
867
|
"custom-custom-substrate-gosnetwork-native-gos": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chain-assets/gos_a4d1a9cf7a.png",
|
package/cjs/data/ChainAsset.json
CHANGED
|
@@ -12689,5 +12689,61 @@
|
|
|
12689
12689
|
"multiChainAsset": "ETH-Ethereum",
|
|
12690
12690
|
"hasValue": true,
|
|
12691
12691
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/lisk-native-eth.png"
|
|
12692
|
+
},
|
|
12693
|
+
"zircuit-NATIVE-ETH": {
|
|
12694
|
+
"originChain": "zircuit",
|
|
12695
|
+
"slug": "zircuit-NATIVE-ETH",
|
|
12696
|
+
"name": "Ethereum",
|
|
12697
|
+
"symbol": "ETH",
|
|
12698
|
+
"decimals": 18,
|
|
12699
|
+
"priceId": "ethereum",
|
|
12700
|
+
"minAmount": "0",
|
|
12701
|
+
"assetType": "NATIVE",
|
|
12702
|
+
"metadata": null,
|
|
12703
|
+
"multiChainAsset": "ETH-Ethereum",
|
|
12704
|
+
"hasValue": true,
|
|
12705
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/zircuit-native-eth.png"
|
|
12706
|
+
},
|
|
12707
|
+
"tangle-NATIVE-TNT": {
|
|
12708
|
+
"originChain": "tangle",
|
|
12709
|
+
"slug": "tangle-NATIVE-TNT",
|
|
12710
|
+
"name": "Tangle",
|
|
12711
|
+
"symbol": "TNT",
|
|
12712
|
+
"decimals": 18,
|
|
12713
|
+
"priceId": "tangle-network",
|
|
12714
|
+
"minAmount": "10000000000",
|
|
12715
|
+
"assetType": "NATIVE",
|
|
12716
|
+
"metadata": null,
|
|
12717
|
+
"multiChainAsset": "TNT-Tangle",
|
|
12718
|
+
"hasValue": true,
|
|
12719
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/tangle-native-tnt.png"
|
|
12720
|
+
},
|
|
12721
|
+
"tangle_evm-NATIVE-TNT": {
|
|
12722
|
+
"originChain": "tangle_evm",
|
|
12723
|
+
"slug": "tangle_evm-NATIVE-TNT",
|
|
12724
|
+
"name": "Tangle",
|
|
12725
|
+
"symbol": "TNT",
|
|
12726
|
+
"decimals": 18,
|
|
12727
|
+
"priceId": "tangle-network",
|
|
12728
|
+
"minAmount": "0",
|
|
12729
|
+
"assetType": "NATIVE",
|
|
12730
|
+
"metadata": null,
|
|
12731
|
+
"multiChainAsset": "TNT-Tangle",
|
|
12732
|
+
"hasValue": true,
|
|
12733
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/tangle_evm-native-tnt.png"
|
|
12734
|
+
},
|
|
12735
|
+
"storyOdyssey_testnet-NATIVE-IP": {
|
|
12736
|
+
"originChain": "storyOdyssey_testnet",
|
|
12737
|
+
"slug": "storyOdyssey_testnet-NATIVE-IP",
|
|
12738
|
+
"name": "IP",
|
|
12739
|
+
"symbol": "IP",
|
|
12740
|
+
"decimals": 18,
|
|
12741
|
+
"priceId": null,
|
|
12742
|
+
"minAmount": "0",
|
|
12743
|
+
"assetType": "NATIVE",
|
|
12744
|
+
"metadata": null,
|
|
12745
|
+
"multiChainAsset": null,
|
|
12746
|
+
"hasValue": false,
|
|
12747
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/storyodyssey_testnet-native-ip.png"
|
|
12692
12748
|
}
|
|
12693
12749
|
}
|
package/cjs/data/ChainInfo.json
CHANGED
|
@@ -10228,5 +10228,116 @@
|
|
|
10228
10228
|
"extraInfo": null,
|
|
10229
10229
|
"bitcoinInfo": null,
|
|
10230
10230
|
"tonInfo": null
|
|
10231
|
+
},
|
|
10232
|
+
"zircuit": {
|
|
10233
|
+
"slug": "zircuit",
|
|
10234
|
+
"name": "Zircuit",
|
|
10235
|
+
"isTestnet": false,
|
|
10236
|
+
"chainStatus": "ACTIVE",
|
|
10237
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/zircuit.png",
|
|
10238
|
+
"providers": {
|
|
10239
|
+
"Zircuit1": "https://zircuit1-mainnet.p2pify.com/",
|
|
10240
|
+
"Zircuit": "https://zircuit-mainnet.drpc.org/",
|
|
10241
|
+
"Zircuit Liquify": "https://zircuit1-mainnet.liquify.com/"
|
|
10242
|
+
},
|
|
10243
|
+
"evmInfo": {
|
|
10244
|
+
"evmChainId": 48900,
|
|
10245
|
+
"blockExplorer": "https://explorer.zircuit.com/",
|
|
10246
|
+
"existentialDeposit": "0",
|
|
10247
|
+
"symbol": "ETH",
|
|
10248
|
+
"decimals": 18,
|
|
10249
|
+
"supportSmartContract": [
|
|
10250
|
+
"ERC20",
|
|
10251
|
+
"ERC721"
|
|
10252
|
+
],
|
|
10253
|
+
"abiExplorer": null
|
|
10254
|
+
},
|
|
10255
|
+
"substrateInfo": null,
|
|
10256
|
+
"extraInfo": null,
|
|
10257
|
+
"bitcoinInfo": null,
|
|
10258
|
+
"tonInfo": null
|
|
10259
|
+
},
|
|
10260
|
+
"tangle": {
|
|
10261
|
+
"slug": "tangle",
|
|
10262
|
+
"name": "Tangle Mainnet",
|
|
10263
|
+
"isTestnet": false,
|
|
10264
|
+
"chainStatus": "ACTIVE",
|
|
10265
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/tangle.png",
|
|
10266
|
+
"providers": {
|
|
10267
|
+
"Tangle": "wss://rpc.tangle.tools"
|
|
10268
|
+
},
|
|
10269
|
+
"evmInfo": null,
|
|
10270
|
+
"substrateInfo": {
|
|
10271
|
+
"relaySlug": null,
|
|
10272
|
+
"paraId": null,
|
|
10273
|
+
"genesisHash": "0x44f68476df71ebf765b630bf08dc1e0fedb2bf614a1aa0563b3f74f20e47b3e0",
|
|
10274
|
+
"addressPrefix": 5845,
|
|
10275
|
+
"chainType": "RELAYCHAIN",
|
|
10276
|
+
"crowdloanUrl": null,
|
|
10277
|
+
"blockExplorer": "https://tangle.statescan.io/",
|
|
10278
|
+
"existentialDeposit": "10000000000",
|
|
10279
|
+
"symbol": "TNT",
|
|
10280
|
+
"decimals": 18,
|
|
10281
|
+
"hasNativeNft": null,
|
|
10282
|
+
"supportStaking": null,
|
|
10283
|
+
"supportSmartContract": null,
|
|
10284
|
+
"crowdloanParaId": null,
|
|
10285
|
+
"crowdloanFunds": []
|
|
10286
|
+
},
|
|
10287
|
+
"extraInfo": null,
|
|
10288
|
+
"bitcoinInfo": null,
|
|
10289
|
+
"tonInfo": null
|
|
10290
|
+
},
|
|
10291
|
+
"tangle_evm": {
|
|
10292
|
+
"slug": "tangle_evm",
|
|
10293
|
+
"name": "Tangle EVM Mainnet",
|
|
10294
|
+
"isTestnet": false,
|
|
10295
|
+
"chainStatus": "ACTIVE",
|
|
10296
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/tangle_evm.png",
|
|
10297
|
+
"providers": {
|
|
10298
|
+
"Tangle": "https://rpc.tangle.tools/"
|
|
10299
|
+
},
|
|
10300
|
+
"evmInfo": {
|
|
10301
|
+
"evmChainId": 5845,
|
|
10302
|
+
"blockExplorer": "https://explorer.tangle.tools/",
|
|
10303
|
+
"existentialDeposit": "0",
|
|
10304
|
+
"symbol": "TNT",
|
|
10305
|
+
"decimals": 18,
|
|
10306
|
+
"supportSmartContract": [
|
|
10307
|
+
"ERC20",
|
|
10308
|
+
"ERC721"
|
|
10309
|
+
],
|
|
10310
|
+
"abiExplorer": null
|
|
10311
|
+
},
|
|
10312
|
+
"substrateInfo": null,
|
|
10313
|
+
"extraInfo": null,
|
|
10314
|
+
"bitcoinInfo": null,
|
|
10315
|
+
"tonInfo": null
|
|
10316
|
+
},
|
|
10317
|
+
"storyOdyssey_testnet": {
|
|
10318
|
+
"slug": "storyOdyssey_testnet",
|
|
10319
|
+
"name": "Story Odyssey Testnet",
|
|
10320
|
+
"isTestnet": true,
|
|
10321
|
+
"chainStatus": "ACTIVE",
|
|
10322
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/storyodyssey_testnet.png",
|
|
10323
|
+
"providers": {
|
|
10324
|
+
"Story Odyssey": "https://odyssey.storyrpc.io/"
|
|
10325
|
+
},
|
|
10326
|
+
"evmInfo": {
|
|
10327
|
+
"evmChainId": 1516,
|
|
10328
|
+
"blockExplorer": "https://odyssey-testnet-explorer.storyscan.xyz/",
|
|
10329
|
+
"existentialDeposit": "0",
|
|
10330
|
+
"symbol": "IP",
|
|
10331
|
+
"decimals": 18,
|
|
10332
|
+
"supportSmartContract": [
|
|
10333
|
+
"ERC20",
|
|
10334
|
+
"ERC721"
|
|
10335
|
+
],
|
|
10336
|
+
"abiExplorer": null
|
|
10337
|
+
},
|
|
10338
|
+
"substrateInfo": null,
|
|
10339
|
+
"extraInfo": null,
|
|
10340
|
+
"bitcoinInfo": null,
|
|
10341
|
+
"tonInfo": null
|
|
10231
10342
|
}
|
|
10232
10343
|
}
|
|
@@ -295,6 +295,10 @@
|
|
|
295
295
|
"world_chain": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/world_chain.png",
|
|
296
296
|
"mode": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/mode.png",
|
|
297
297
|
"lisk": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/lisk.png",
|
|
298
|
+
"zircuit": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/zircuit.png",
|
|
299
|
+
"tangle": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/tangle.png",
|
|
300
|
+
"tangle_evm": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/tangle_evm.png",
|
|
301
|
+
"storyOdyssey_testnet": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/storyodyssey_testnet.png",
|
|
298
302
|
"custom-Substrate-gosnetwork": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png",
|
|
299
303
|
"custom-Substrate-gosspectral": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png"
|
|
300
304
|
}
|
|
@@ -862,5 +862,14 @@
|
|
|
862
862
|
"priceId": null,
|
|
863
863
|
"hasValue": false,
|
|
864
864
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/avail-availturingtestnet.png"
|
|
865
|
+
},
|
|
866
|
+
"TNT-Tangle": {
|
|
867
|
+
"slug": "TNT-Tangle",
|
|
868
|
+
"originChainAsset": null,
|
|
869
|
+
"name": "Tangle",
|
|
870
|
+
"symbol": "TNT",
|
|
871
|
+
"priceId": "tangle-network",
|
|
872
|
+
"hasValue": true,
|
|
873
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/tnt-tangle.png"
|
|
865
874
|
}
|
|
866
875
|
}
|
package/cjs/packageInfo.js
CHANGED
package/data/AssetLogoMap.json
CHANGED
|
@@ -761,6 +761,10 @@
|
|
|
761
761
|
"world_chain-native-eth": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/world_chain-native-eth.png",
|
|
762
762
|
"mode-native-eth": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/mode-native-eth.png",
|
|
763
763
|
"lisk-native-eth": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/lisk-native-eth.png",
|
|
764
|
+
"zircuit-native-eth": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/zircuit-native-eth.png",
|
|
765
|
+
"tangle-native-tnt": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/tangle-native-tnt.png",
|
|
766
|
+
"tangle_evm-native-tnt": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/tangle_evm-native-tnt.png",
|
|
767
|
+
"storyodyssey_testnet-native-ip": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/storyodyssey_testnet-native-ip.png",
|
|
764
768
|
"eth-ethereum": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/eth-ethereum.png",
|
|
765
769
|
"ibtc-interbtc": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/ibtc-interbtc.png",
|
|
766
770
|
"glmr-moonbeam": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/glmr-moonbeam.png",
|
|
@@ -857,6 +861,7 @@
|
|
|
857
861
|
"buns-buns": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/buns-buns.png",
|
|
858
862
|
"pol-polygon": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/pol-polygon.png",
|
|
859
863
|
"avail-availturingtestnet": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/avail-availturingtestnet.png",
|
|
864
|
+
"tnt-tangle": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/tnt-tangle.png",
|
|
860
865
|
"custom-moonbeam-erc20-cp-0x6021d2c27b6fbd6e7608d1f39b41398caee2f824": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chain-assets/cp_77d5363018.png",
|
|
861
866
|
"custom-aleph-psp22-zpf-5eskjbkpva1ppucmrkcmazdhqm9shihws9uqqsoi4vrdcdle": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chain-assets/zpf_2f06de3f07.png",
|
|
862
867
|
"custom-custom-substrate-gosnetwork-native-gos": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chain-assets/gos_a4d1a9cf7a.png",
|
package/data/ChainAsset.json
CHANGED
|
@@ -12689,5 +12689,61 @@
|
|
|
12689
12689
|
"multiChainAsset": "ETH-Ethereum",
|
|
12690
12690
|
"hasValue": true,
|
|
12691
12691
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/lisk-native-eth.png"
|
|
12692
|
+
},
|
|
12693
|
+
"zircuit-NATIVE-ETH": {
|
|
12694
|
+
"originChain": "zircuit",
|
|
12695
|
+
"slug": "zircuit-NATIVE-ETH",
|
|
12696
|
+
"name": "Ethereum",
|
|
12697
|
+
"symbol": "ETH",
|
|
12698
|
+
"decimals": 18,
|
|
12699
|
+
"priceId": "ethereum",
|
|
12700
|
+
"minAmount": "0",
|
|
12701
|
+
"assetType": "NATIVE",
|
|
12702
|
+
"metadata": null,
|
|
12703
|
+
"multiChainAsset": "ETH-Ethereum",
|
|
12704
|
+
"hasValue": true,
|
|
12705
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/zircuit-native-eth.png"
|
|
12706
|
+
},
|
|
12707
|
+
"tangle-NATIVE-TNT": {
|
|
12708
|
+
"originChain": "tangle",
|
|
12709
|
+
"slug": "tangle-NATIVE-TNT",
|
|
12710
|
+
"name": "Tangle",
|
|
12711
|
+
"symbol": "TNT",
|
|
12712
|
+
"decimals": 18,
|
|
12713
|
+
"priceId": "tangle-network",
|
|
12714
|
+
"minAmount": "10000000000",
|
|
12715
|
+
"assetType": "NATIVE",
|
|
12716
|
+
"metadata": null,
|
|
12717
|
+
"multiChainAsset": "TNT-Tangle",
|
|
12718
|
+
"hasValue": true,
|
|
12719
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/tangle-native-tnt.png"
|
|
12720
|
+
},
|
|
12721
|
+
"tangle_evm-NATIVE-TNT": {
|
|
12722
|
+
"originChain": "tangle_evm",
|
|
12723
|
+
"slug": "tangle_evm-NATIVE-TNT",
|
|
12724
|
+
"name": "Tangle",
|
|
12725
|
+
"symbol": "TNT",
|
|
12726
|
+
"decimals": 18,
|
|
12727
|
+
"priceId": "tangle-network",
|
|
12728
|
+
"minAmount": "0",
|
|
12729
|
+
"assetType": "NATIVE",
|
|
12730
|
+
"metadata": null,
|
|
12731
|
+
"multiChainAsset": "TNT-Tangle",
|
|
12732
|
+
"hasValue": true,
|
|
12733
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/tangle_evm-native-tnt.png"
|
|
12734
|
+
},
|
|
12735
|
+
"storyOdyssey_testnet-NATIVE-IP": {
|
|
12736
|
+
"originChain": "storyOdyssey_testnet",
|
|
12737
|
+
"slug": "storyOdyssey_testnet-NATIVE-IP",
|
|
12738
|
+
"name": "IP",
|
|
12739
|
+
"symbol": "IP",
|
|
12740
|
+
"decimals": 18,
|
|
12741
|
+
"priceId": null,
|
|
12742
|
+
"minAmount": "0",
|
|
12743
|
+
"assetType": "NATIVE",
|
|
12744
|
+
"metadata": null,
|
|
12745
|
+
"multiChainAsset": null,
|
|
12746
|
+
"hasValue": false,
|
|
12747
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/storyodyssey_testnet-native-ip.png"
|
|
12692
12748
|
}
|
|
12693
12749
|
}
|
package/data/ChainInfo.json
CHANGED
|
@@ -10228,5 +10228,116 @@
|
|
|
10228
10228
|
"extraInfo": null,
|
|
10229
10229
|
"bitcoinInfo": null,
|
|
10230
10230
|
"tonInfo": null
|
|
10231
|
+
},
|
|
10232
|
+
"zircuit": {
|
|
10233
|
+
"slug": "zircuit",
|
|
10234
|
+
"name": "Zircuit",
|
|
10235
|
+
"isTestnet": false,
|
|
10236
|
+
"chainStatus": "ACTIVE",
|
|
10237
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/zircuit.png",
|
|
10238
|
+
"providers": {
|
|
10239
|
+
"Zircuit1": "https://zircuit1-mainnet.p2pify.com/",
|
|
10240
|
+
"Zircuit": "https://zircuit-mainnet.drpc.org/",
|
|
10241
|
+
"Zircuit Liquify": "https://zircuit1-mainnet.liquify.com/"
|
|
10242
|
+
},
|
|
10243
|
+
"evmInfo": {
|
|
10244
|
+
"evmChainId": 48900,
|
|
10245
|
+
"blockExplorer": "https://explorer.zircuit.com/",
|
|
10246
|
+
"existentialDeposit": "0",
|
|
10247
|
+
"symbol": "ETH",
|
|
10248
|
+
"decimals": 18,
|
|
10249
|
+
"supportSmartContract": [
|
|
10250
|
+
"ERC20",
|
|
10251
|
+
"ERC721"
|
|
10252
|
+
],
|
|
10253
|
+
"abiExplorer": null
|
|
10254
|
+
},
|
|
10255
|
+
"substrateInfo": null,
|
|
10256
|
+
"extraInfo": null,
|
|
10257
|
+
"bitcoinInfo": null,
|
|
10258
|
+
"tonInfo": null
|
|
10259
|
+
},
|
|
10260
|
+
"tangle": {
|
|
10261
|
+
"slug": "tangle",
|
|
10262
|
+
"name": "Tangle Mainnet",
|
|
10263
|
+
"isTestnet": false,
|
|
10264
|
+
"chainStatus": "ACTIVE",
|
|
10265
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/tangle.png",
|
|
10266
|
+
"providers": {
|
|
10267
|
+
"Tangle": "wss://rpc.tangle.tools"
|
|
10268
|
+
},
|
|
10269
|
+
"evmInfo": null,
|
|
10270
|
+
"substrateInfo": {
|
|
10271
|
+
"relaySlug": null,
|
|
10272
|
+
"paraId": null,
|
|
10273
|
+
"genesisHash": "0x44f68476df71ebf765b630bf08dc1e0fedb2bf614a1aa0563b3f74f20e47b3e0",
|
|
10274
|
+
"addressPrefix": 5845,
|
|
10275
|
+
"chainType": "RELAYCHAIN",
|
|
10276
|
+
"crowdloanUrl": null,
|
|
10277
|
+
"blockExplorer": "https://tangle.statescan.io/",
|
|
10278
|
+
"existentialDeposit": "10000000000",
|
|
10279
|
+
"symbol": "TNT",
|
|
10280
|
+
"decimals": 18,
|
|
10281
|
+
"hasNativeNft": null,
|
|
10282
|
+
"supportStaking": null,
|
|
10283
|
+
"supportSmartContract": null,
|
|
10284
|
+
"crowdloanParaId": null,
|
|
10285
|
+
"crowdloanFunds": []
|
|
10286
|
+
},
|
|
10287
|
+
"extraInfo": null,
|
|
10288
|
+
"bitcoinInfo": null,
|
|
10289
|
+
"tonInfo": null
|
|
10290
|
+
},
|
|
10291
|
+
"tangle_evm": {
|
|
10292
|
+
"slug": "tangle_evm",
|
|
10293
|
+
"name": "Tangle EVM Mainnet",
|
|
10294
|
+
"isTestnet": false,
|
|
10295
|
+
"chainStatus": "ACTIVE",
|
|
10296
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/tangle_evm.png",
|
|
10297
|
+
"providers": {
|
|
10298
|
+
"Tangle": "https://rpc.tangle.tools/"
|
|
10299
|
+
},
|
|
10300
|
+
"evmInfo": {
|
|
10301
|
+
"evmChainId": 5845,
|
|
10302
|
+
"blockExplorer": "https://explorer.tangle.tools/",
|
|
10303
|
+
"existentialDeposit": "0",
|
|
10304
|
+
"symbol": "TNT",
|
|
10305
|
+
"decimals": 18,
|
|
10306
|
+
"supportSmartContract": [
|
|
10307
|
+
"ERC20",
|
|
10308
|
+
"ERC721"
|
|
10309
|
+
],
|
|
10310
|
+
"abiExplorer": null
|
|
10311
|
+
},
|
|
10312
|
+
"substrateInfo": null,
|
|
10313
|
+
"extraInfo": null,
|
|
10314
|
+
"bitcoinInfo": null,
|
|
10315
|
+
"tonInfo": null
|
|
10316
|
+
},
|
|
10317
|
+
"storyOdyssey_testnet": {
|
|
10318
|
+
"slug": "storyOdyssey_testnet",
|
|
10319
|
+
"name": "Story Odyssey Testnet",
|
|
10320
|
+
"isTestnet": true,
|
|
10321
|
+
"chainStatus": "ACTIVE",
|
|
10322
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/storyodyssey_testnet.png",
|
|
10323
|
+
"providers": {
|
|
10324
|
+
"Story Odyssey": "https://odyssey.storyrpc.io/"
|
|
10325
|
+
},
|
|
10326
|
+
"evmInfo": {
|
|
10327
|
+
"evmChainId": 1516,
|
|
10328
|
+
"blockExplorer": "https://odyssey-testnet-explorer.storyscan.xyz/",
|
|
10329
|
+
"existentialDeposit": "0",
|
|
10330
|
+
"symbol": "IP",
|
|
10331
|
+
"decimals": 18,
|
|
10332
|
+
"supportSmartContract": [
|
|
10333
|
+
"ERC20",
|
|
10334
|
+
"ERC721"
|
|
10335
|
+
],
|
|
10336
|
+
"abiExplorer": null
|
|
10337
|
+
},
|
|
10338
|
+
"substrateInfo": null,
|
|
10339
|
+
"extraInfo": null,
|
|
10340
|
+
"bitcoinInfo": null,
|
|
10341
|
+
"tonInfo": null
|
|
10231
10342
|
}
|
|
10232
10343
|
}
|
package/data/ChainLogoMap.json
CHANGED
|
@@ -295,6 +295,10 @@
|
|
|
295
295
|
"world_chain": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/world_chain.png",
|
|
296
296
|
"mode": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/mode.png",
|
|
297
297
|
"lisk": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/lisk.png",
|
|
298
|
+
"zircuit": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/zircuit.png",
|
|
299
|
+
"tangle": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/tangle.png",
|
|
300
|
+
"tangle_evm": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/tangle_evm.png",
|
|
301
|
+
"storyOdyssey_testnet": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/storyodyssey_testnet.png",
|
|
298
302
|
"custom-Substrate-gosnetwork": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png",
|
|
299
303
|
"custom-Substrate-gosspectral": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png"
|
|
300
304
|
}
|
|
@@ -862,5 +862,14 @@
|
|
|
862
862
|
"priceId": null,
|
|
863
863
|
"hasValue": false,
|
|
864
864
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/avail-availturingtestnet.png"
|
|
865
|
+
},
|
|
866
|
+
"TNT-Tangle": {
|
|
867
|
+
"slug": "TNT-Tangle",
|
|
868
|
+
"originChainAsset": null,
|
|
869
|
+
"name": "Tangle",
|
|
870
|
+
"symbol": "TNT",
|
|
871
|
+
"priceId": "tangle-network",
|
|
872
|
+
"hasValue": true,
|
|
873
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/tnt-tangle.png"
|
|
865
874
|
}
|
|
866
875
|
}
|
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.92-beta.
|
|
10
|
+
version: '0.2.92-beta.2'
|
|
11
11
|
};
|