@subwallet/chain-list 0.2.122-beta.2-pr-614-fa78fcdd → 0.2.122-beta.5-pr-614-66bfe54a
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 +303 -287
- package/cjs/data/AssetLogoMap.json +7 -2
- package/cjs/data/ChainAsset.json +232 -284
- package/cjs/data/ChainInfo.json +57 -0
- package/cjs/data/ChainLogoMap.json +2 -0
- package/cjs/packageInfo.js +1 -1
- package/data/AssetLogoMap.json +7 -2
- package/data/ChainAsset.json +232 -284
- package/data/ChainInfo.json +57 -0
- package/data/ChainLogoMap.json +2 -0
- package/package.json +1 -1
- package/packageInfo.js +1 -1
- package/types.d.ts +1 -0
|
@@ -453,7 +453,6 @@
|
|
|
453
453
|
"statemine-native-ksm": "/assets/chain-assets/statemine-native-ksm.png",
|
|
454
454
|
"karura-native-kar": "/assets/chain-assets/karura-native-kar.png",
|
|
455
455
|
"khala-native-pha": "/assets/chain-assets/khala-native-pha.png",
|
|
456
|
-
"kilt-native-kilt": "/assets/chain-assets/kilt-native-kilt.png",
|
|
457
456
|
"basilisk-native-bsx": "/assets/chain-assets/basilisk-native-bsx.png",
|
|
458
457
|
"altair-native-air": "/assets/chain-assets/altair-native-air.png",
|
|
459
458
|
"heiko-native-hko": "/assets/chain-assets/heiko-native-hko.png",
|
|
@@ -799,7 +798,6 @@
|
|
|
799
798
|
"acala-local-intr": "/assets/chain-assets/acala-local-intr.png",
|
|
800
799
|
"parallel-local-aca": "/assets/chain-assets/parallel-local-aca.png",
|
|
801
800
|
"hydradx_main-local-cfg": "/assets/chain-assets/hydradx_main-local-cfg.png",
|
|
802
|
-
"polimec-native-plmc": "/assets/chain-assets/polimec-native-plmc.png",
|
|
803
801
|
"invarch-native-varch": "/assets/chain-assets/invarch-native-varch.png",
|
|
804
802
|
"parallel-local-cdot714": "/assets/chain-assets/parallel-local-cdot714.png",
|
|
805
803
|
"manta_network_evm-native-eth": "/assets/chain-assets/manta_network_evm-native-eth.png",
|
|
@@ -1426,6 +1424,13 @@
|
|
|
1426
1424
|
"base_mainnet-erc20-trac-0xa81a52b4dda010896cdd386c7fbdc5cdc835ba23": "/assets/chain-assets/base_mainnet-erc20-trac-0xa81a52b4dda010896cdd386c7fbdc5cdc835ba23.png",
|
|
1427
1425
|
"gnosis-erc20-trac-0xeddd81e0792e764501aae206eb432399a0268db5": "/assets/chain-assets/gnosis-erc20-trac-0xeddd81e0792e764501aae206eb432399a0268db5.png",
|
|
1428
1426
|
"ethereum-erc20-vmanta-0xf0b9889cdb70a716bf72e37ef626f08d9f14c180": "/assets/chain-assets/ethereum-erc20-vmanta-0xf0b9889cdb70a716bf72e37ef626f08d9f14c180.png",
|
|
1427
|
+
"monad-native-mon": "/assets/chain-assets/monad-native-mon.png",
|
|
1428
|
+
"monad-erc20-usdc-0x754704bc059f8c67012fed69bc8a327a5aafb603": "/assets/chain-assets/monad-erc20-usdc-0x754704bc059f8c67012fed69bc8a327a5aafb603.png",
|
|
1429
|
+
"manta_network_evm-erc20-vmanta-0x7746ef546d562b443ae4b4145541a3b1a3d75717": "/assets/chain-assets/manta_network_evm-erc20-vmanta-0x7746ef546d562b443ae4b4145541a3b1a3d75717.png",
|
|
1430
|
+
"stable-native-gusdt": "/assets/chain-assets/stable-native-gusdt.png",
|
|
1431
|
+
"stable-erc20-usd₮0-0x779ded0c9e1022225f8e0630b35a9b54be713736": "/assets/chain-assets/stable-erc20-usd₮0-0x779ded0c9e1022225f8e0630b35a9b54be713736.png",
|
|
1432
|
+
"kilt-native-kilt": "/assets/chain-assets/kilt-native-kilt.png",
|
|
1433
|
+
"polimec-native-plmc": "/assets/chain-assets/polimec-native-plmc.png",
|
|
1429
1434
|
"paseo_assethub-native-pas": "/assets/chain-assets/paseo_assethub-native-pas.png",
|
|
1430
1435
|
"eth-ethereum": "/assets/multi-chain-assets/eth-ethereum.png",
|
|
1431
1436
|
"ibtc-interbtc": "/assets/multi-chain-assets/ibtc-interbtc.png",
|
|
@@ -4776,20 +4781,6 @@
|
|
|
4776
4781
|
multiChainAsset: null,
|
|
4777
4782
|
hasValue: true,
|
|
4778
4783
|
icon: "/assets/chain-assets/khala-native-pha.png"
|
|
4779
|
-
},
|
|
4780
|
-
"kilt-NATIVE-KILT": {
|
|
4781
|
-
originChain: "kilt",
|
|
4782
|
-
slug: "kilt-NATIVE-KILT",
|
|
4783
|
-
name: "KILT Protocol",
|
|
4784
|
-
symbol: "KILT",
|
|
4785
|
-
decimals: 15,
|
|
4786
|
-
priceId: "kilt-protocol",
|
|
4787
|
-
minAmount: "10000000000000",
|
|
4788
|
-
assetType: "NATIVE",
|
|
4789
|
-
metadata: null,
|
|
4790
|
-
multiChainAsset: "KILT-KILTProtocol",
|
|
4791
|
-
hasValue: true,
|
|
4792
|
-
icon: "/assets/chain-assets/kilt-native-kilt.png"
|
|
4793
4784
|
},
|
|
4794
4785
|
"basilisk-NATIVE-BSX": {
|
|
4795
4786
|
originChain: "basilisk",
|
|
@@ -10606,20 +10597,6 @@
|
|
|
10606
10597
|
multiChainAsset: "CFG-Centrifuge",
|
|
10607
10598
|
hasValue: true,
|
|
10608
10599
|
icon: "/assets/chain-assets/hydradx_main-local-cfg.png"
|
|
10609
|
-
},
|
|
10610
|
-
"polimec-NATIVE-PLMC": {
|
|
10611
|
-
originChain: "polimec",
|
|
10612
|
-
slug: "polimec-NATIVE-PLMC",
|
|
10613
|
-
name: "Polimec",
|
|
10614
|
-
symbol: "PLMC",
|
|
10615
|
-
decimals: 10,
|
|
10616
|
-
priceId: "polimec",
|
|
10617
|
-
minAmount: "100000000",
|
|
10618
|
-
assetType: "NATIVE",
|
|
10619
|
-
metadata: null,
|
|
10620
|
-
multiChainAsset: null,
|
|
10621
|
-
hasValue: true,
|
|
10622
|
-
icon: "/assets/chain-assets/polimec-native-plmc.png"
|
|
10623
10600
|
},
|
|
10624
10601
|
"invarch-NATIVE-VARCH": {
|
|
10625
10602
|
originChain: "invarch",
|
|
@@ -17683,8 +17660,7 @@
|
|
|
17683
17660
|
minAmount: "0",
|
|
17684
17661
|
assetType: "LOCAL",
|
|
17685
17662
|
metadata: {
|
|
17686
|
-
netuid: 1
|
|
17687
|
-
isDisableTransfer: true
|
|
17663
|
+
netuid: 1
|
|
17688
17664
|
},
|
|
17689
17665
|
multiChainAsset: null,
|
|
17690
17666
|
hasValue: true,
|
|
@@ -17700,8 +17676,7 @@
|
|
|
17700
17676
|
minAmount: "0",
|
|
17701
17677
|
assetType: "LOCAL",
|
|
17702
17678
|
metadata: {
|
|
17703
|
-
netuid: 3
|
|
17704
|
-
isDisableTransfer: true
|
|
17679
|
+
netuid: 3
|
|
17705
17680
|
},
|
|
17706
17681
|
multiChainAsset: null,
|
|
17707
17682
|
hasValue: true,
|
|
@@ -17717,8 +17692,7 @@
|
|
|
17717
17692
|
minAmount: "0",
|
|
17718
17693
|
assetType: "LOCAL",
|
|
17719
17694
|
metadata: {
|
|
17720
|
-
netuid: 2
|
|
17721
|
-
isDisableTransfer: true
|
|
17695
|
+
netuid: 2
|
|
17722
17696
|
},
|
|
17723
17697
|
multiChainAsset: null,
|
|
17724
17698
|
hasValue: true,
|
|
@@ -17734,8 +17708,7 @@
|
|
|
17734
17708
|
minAmount: "0",
|
|
17735
17709
|
assetType: "LOCAL",
|
|
17736
17710
|
metadata: {
|
|
17737
|
-
netuid: 5
|
|
17738
|
-
isDisableTransfer: true
|
|
17711
|
+
netuid: 5
|
|
17739
17712
|
},
|
|
17740
17713
|
multiChainAsset: null,
|
|
17741
17714
|
hasValue: true,
|
|
@@ -17751,8 +17724,7 @@
|
|
|
17751
17724
|
minAmount: "0",
|
|
17752
17725
|
assetType: "LOCAL",
|
|
17753
17726
|
metadata: {
|
|
17754
|
-
netuid: 4
|
|
17755
|
-
isDisableTransfer: true
|
|
17727
|
+
netuid: 4
|
|
17756
17728
|
},
|
|
17757
17729
|
multiChainAsset: null,
|
|
17758
17730
|
hasValue: true,
|
|
@@ -17768,8 +17740,7 @@
|
|
|
17768
17740
|
minAmount: "0",
|
|
17769
17741
|
assetType: "LOCAL",
|
|
17770
17742
|
metadata: {
|
|
17771
|
-
netuid: 15
|
|
17772
|
-
isDisableTransfer: true
|
|
17743
|
+
netuid: 15
|
|
17773
17744
|
},
|
|
17774
17745
|
multiChainAsset: null,
|
|
17775
17746
|
hasValue: true,
|
|
@@ -17785,8 +17756,7 @@
|
|
|
17785
17756
|
minAmount: "0",
|
|
17786
17757
|
assetType: "LOCAL",
|
|
17787
17758
|
metadata: {
|
|
17788
|
-
netuid: 48
|
|
17789
|
-
isDisableTransfer: true
|
|
17759
|
+
netuid: 48
|
|
17790
17760
|
},
|
|
17791
17761
|
multiChainAsset: null,
|
|
17792
17762
|
hasValue: true,
|
|
@@ -17802,8 +17772,7 @@
|
|
|
17802
17772
|
minAmount: "0",
|
|
17803
17773
|
assetType: "LOCAL",
|
|
17804
17774
|
metadata: {
|
|
17805
|
-
netuid: 7
|
|
17806
|
-
isDisableTransfer: true
|
|
17775
|
+
netuid: 7
|
|
17807
17776
|
},
|
|
17808
17777
|
multiChainAsset: null,
|
|
17809
17778
|
hasValue: true,
|
|
@@ -17819,8 +17788,7 @@
|
|
|
17819
17788
|
minAmount: "0",
|
|
17820
17789
|
assetType: "LOCAL",
|
|
17821
17790
|
metadata: {
|
|
17822
|
-
netuid: 12
|
|
17823
|
-
isDisableTransfer: true
|
|
17791
|
+
netuid: 12
|
|
17824
17792
|
},
|
|
17825
17793
|
multiChainAsset: null,
|
|
17826
17794
|
hasValue: true,
|
|
@@ -17836,8 +17804,7 @@
|
|
|
17836
17804
|
minAmount: "0",
|
|
17837
17805
|
assetType: "LOCAL",
|
|
17838
17806
|
metadata: {
|
|
17839
|
-
netuid: 10
|
|
17840
|
-
isDisableTransfer: true
|
|
17807
|
+
netuid: 10
|
|
17841
17808
|
},
|
|
17842
17809
|
multiChainAsset: null,
|
|
17843
17810
|
hasValue: true,
|
|
@@ -17853,8 +17820,7 @@
|
|
|
17853
17820
|
minAmount: "0",
|
|
17854
17821
|
assetType: "LOCAL",
|
|
17855
17822
|
metadata: {
|
|
17856
|
-
netuid: 13
|
|
17857
|
-
isDisableTransfer: true
|
|
17823
|
+
netuid: 13
|
|
17858
17824
|
},
|
|
17859
17825
|
multiChainAsset: null,
|
|
17860
17826
|
hasValue: true,
|
|
@@ -17870,8 +17836,7 @@
|
|
|
17870
17836
|
minAmount: "0",
|
|
17871
17837
|
assetType: "LOCAL",
|
|
17872
17838
|
metadata: {
|
|
17873
|
-
netuid: 24
|
|
17874
|
-
isDisableTransfer: true
|
|
17839
|
+
netuid: 24
|
|
17875
17840
|
},
|
|
17876
17841
|
multiChainAsset: null,
|
|
17877
17842
|
hasValue: true,
|
|
@@ -17887,8 +17852,7 @@
|
|
|
17887
17852
|
minAmount: "0",
|
|
17888
17853
|
assetType: "LOCAL",
|
|
17889
17854
|
metadata: {
|
|
17890
|
-
netuid: 22
|
|
17891
|
-
isDisableTransfer: true
|
|
17855
|
+
netuid: 22
|
|
17892
17856
|
},
|
|
17893
17857
|
multiChainAsset: null,
|
|
17894
17858
|
hasValue: true,
|
|
@@ -17904,8 +17868,7 @@
|
|
|
17904
17868
|
minAmount: "0",
|
|
17905
17869
|
assetType: "LOCAL",
|
|
17906
17870
|
metadata: {
|
|
17907
|
-
netuid: 16
|
|
17908
|
-
isDisableTransfer: true
|
|
17871
|
+
netuid: 16
|
|
17909
17872
|
},
|
|
17910
17873
|
multiChainAsset: null,
|
|
17911
17874
|
hasValue: true,
|
|
@@ -17921,8 +17884,7 @@
|
|
|
17921
17884
|
minAmount: "0",
|
|
17922
17885
|
assetType: "LOCAL",
|
|
17923
17886
|
metadata: {
|
|
17924
|
-
netuid: 32
|
|
17925
|
-
isDisableTransfer: true
|
|
17887
|
+
netuid: 32
|
|
17926
17888
|
},
|
|
17927
17889
|
multiChainAsset: null,
|
|
17928
17890
|
hasValue: true,
|
|
@@ -17938,8 +17900,7 @@
|
|
|
17938
17900
|
minAmount: "0",
|
|
17939
17901
|
assetType: "LOCAL",
|
|
17940
17902
|
metadata: {
|
|
17941
|
-
netuid: 9
|
|
17942
|
-
isDisableTransfer: true
|
|
17903
|
+
netuid: 9
|
|
17943
17904
|
},
|
|
17944
17905
|
multiChainAsset: null,
|
|
17945
17906
|
hasValue: true,
|
|
@@ -17955,8 +17916,7 @@
|
|
|
17955
17916
|
minAmount: "0",
|
|
17956
17917
|
assetType: "LOCAL",
|
|
17957
17918
|
metadata: {
|
|
17958
|
-
netuid: 33
|
|
17959
|
-
isDisableTransfer: true
|
|
17919
|
+
netuid: 33
|
|
17960
17920
|
},
|
|
17961
17921
|
multiChainAsset: null,
|
|
17962
17922
|
hasValue: true,
|
|
@@ -17972,8 +17932,7 @@
|
|
|
17972
17932
|
minAmount: "0",
|
|
17973
17933
|
assetType: "LOCAL",
|
|
17974
17934
|
metadata: {
|
|
17975
|
-
netuid: 11
|
|
17976
|
-
isDisableTransfer: true
|
|
17935
|
+
netuid: 11
|
|
17977
17936
|
},
|
|
17978
17937
|
multiChainAsset: null,
|
|
17979
17938
|
hasValue: true,
|
|
@@ -17989,8 +17948,7 @@
|
|
|
17989
17948
|
minAmount: "0",
|
|
17990
17949
|
assetType: "LOCAL",
|
|
17991
17950
|
metadata: {
|
|
17992
|
-
netuid: 35
|
|
17993
|
-
isDisableTransfer: true
|
|
17951
|
+
netuid: 35
|
|
17994
17952
|
},
|
|
17995
17953
|
multiChainAsset: null,
|
|
17996
17954
|
hasValue: true,
|
|
@@ -18006,8 +17964,7 @@
|
|
|
18006
17964
|
minAmount: "0",
|
|
18007
17965
|
assetType: "LOCAL",
|
|
18008
17966
|
metadata: {
|
|
18009
|
-
netuid: 43
|
|
18010
|
-
isDisableTransfer: true
|
|
17967
|
+
netuid: 43
|
|
18011
17968
|
},
|
|
18012
17969
|
multiChainAsset: null,
|
|
18013
17970
|
hasValue: true,
|
|
@@ -18023,8 +17980,7 @@
|
|
|
18023
17980
|
minAmount: "0",
|
|
18024
17981
|
assetType: "LOCAL",
|
|
18025
17982
|
metadata: {
|
|
18026
|
-
netuid: 39
|
|
18027
|
-
isDisableTransfer: true
|
|
17983
|
+
netuid: 39
|
|
18028
17984
|
},
|
|
18029
17985
|
multiChainAsset: null,
|
|
18030
17986
|
hasValue: true,
|
|
@@ -18040,8 +17996,7 @@
|
|
|
18040
17996
|
minAmount: "0",
|
|
18041
17997
|
assetType: "LOCAL",
|
|
18042
17998
|
metadata: {
|
|
18043
|
-
netuid: 8
|
|
18044
|
-
isDisableTransfer: true
|
|
17999
|
+
netuid: 8
|
|
18045
18000
|
},
|
|
18046
18001
|
multiChainAsset: null,
|
|
18047
18002
|
hasValue: true,
|
|
@@ -18057,8 +18012,7 @@
|
|
|
18057
18012
|
minAmount: "0",
|
|
18058
18013
|
assetType: "LOCAL",
|
|
18059
18014
|
metadata: {
|
|
18060
|
-
netuid: 17
|
|
18061
|
-
isDisableTransfer: true
|
|
18015
|
+
netuid: 17
|
|
18062
18016
|
},
|
|
18063
18017
|
multiChainAsset: null,
|
|
18064
18018
|
hasValue: true,
|
|
@@ -18074,8 +18028,7 @@
|
|
|
18074
18028
|
minAmount: "0",
|
|
18075
18029
|
assetType: "LOCAL",
|
|
18076
18030
|
metadata: {
|
|
18077
|
-
netuid: 30
|
|
18078
|
-
isDisableTransfer: true
|
|
18031
|
+
netuid: 30
|
|
18079
18032
|
},
|
|
18080
18033
|
multiChainAsset: null,
|
|
18081
18034
|
hasValue: true,
|
|
@@ -18091,8 +18044,7 @@
|
|
|
18091
18044
|
minAmount: "0",
|
|
18092
18045
|
assetType: "LOCAL",
|
|
18093
18046
|
metadata: {
|
|
18094
|
-
netuid: 51
|
|
18095
|
-
isDisableTransfer: true
|
|
18047
|
+
netuid: 51
|
|
18096
18048
|
},
|
|
18097
18049
|
multiChainAsset: null,
|
|
18098
18050
|
hasValue: true,
|
|
@@ -18108,8 +18060,7 @@
|
|
|
18108
18060
|
minAmount: "0",
|
|
18109
18061
|
assetType: "LOCAL",
|
|
18110
18062
|
metadata: {
|
|
18111
|
-
netuid: 53
|
|
18112
|
-
isDisableTransfer: true
|
|
18063
|
+
netuid: 53
|
|
18113
18064
|
},
|
|
18114
18065
|
multiChainAsset: null,
|
|
18115
18066
|
hasValue: true,
|
|
@@ -18125,8 +18076,7 @@
|
|
|
18125
18076
|
minAmount: "0",
|
|
18126
18077
|
assetType: "LOCAL",
|
|
18127
18078
|
metadata: {
|
|
18128
|
-
netuid: 40
|
|
18129
|
-
isDisableTransfer: true
|
|
18079
|
+
netuid: 40
|
|
18130
18080
|
},
|
|
18131
18081
|
multiChainAsset: null,
|
|
18132
18082
|
hasValue: true,
|
|
@@ -18142,8 +18092,7 @@
|
|
|
18142
18092
|
minAmount: "0",
|
|
18143
18093
|
assetType: "LOCAL",
|
|
18144
18094
|
metadata: {
|
|
18145
|
-
netuid: 56
|
|
18146
|
-
isDisableTransfer: true
|
|
18095
|
+
netuid: 56
|
|
18147
18096
|
},
|
|
18148
18097
|
multiChainAsset: null,
|
|
18149
18098
|
hasValue: true,
|
|
@@ -18159,8 +18108,7 @@
|
|
|
18159
18108
|
minAmount: "0",
|
|
18160
18109
|
assetType: "LOCAL",
|
|
18161
18110
|
metadata: {
|
|
18162
|
-
netuid: 23
|
|
18163
|
-
isDisableTransfer: true
|
|
18111
|
+
netuid: 23
|
|
18164
18112
|
},
|
|
18165
18113
|
multiChainAsset: null,
|
|
18166
18114
|
hasValue: true,
|
|
@@ -18176,8 +18124,7 @@
|
|
|
18176
18124
|
minAmount: "0",
|
|
18177
18125
|
assetType: "LOCAL",
|
|
18178
18126
|
metadata: {
|
|
18179
|
-
netuid: 45
|
|
18180
|
-
isDisableTransfer: true
|
|
18127
|
+
netuid: 45
|
|
18181
18128
|
},
|
|
18182
18129
|
multiChainAsset: null,
|
|
18183
18130
|
hasValue: true,
|
|
@@ -18193,8 +18140,7 @@
|
|
|
18193
18140
|
minAmount: "0",
|
|
18194
18141
|
assetType: "LOCAL",
|
|
18195
18142
|
metadata: {
|
|
18196
|
-
netuid: 14
|
|
18197
|
-
isDisableTransfer: true
|
|
18143
|
+
netuid: 14
|
|
18198
18144
|
},
|
|
18199
18145
|
multiChainAsset: null,
|
|
18200
18146
|
hasValue: true,
|
|
@@ -18210,8 +18156,7 @@
|
|
|
18210
18156
|
minAmount: "0",
|
|
18211
18157
|
assetType: "LOCAL",
|
|
18212
18158
|
metadata: {
|
|
18213
|
-
netuid: 58
|
|
18214
|
-
isDisableTransfer: true
|
|
18159
|
+
netuid: 58
|
|
18215
18160
|
},
|
|
18216
18161
|
multiChainAsset: null,
|
|
18217
18162
|
hasValue: true,
|
|
@@ -18227,8 +18172,7 @@
|
|
|
18227
18172
|
minAmount: "0",
|
|
18228
18173
|
assetType: "LOCAL",
|
|
18229
18174
|
metadata: {
|
|
18230
|
-
netuid: 28
|
|
18231
|
-
isDisableTransfer: true
|
|
18175
|
+
netuid: 28
|
|
18232
18176
|
},
|
|
18233
18177
|
multiChainAsset: null,
|
|
18234
18178
|
hasValue: true,
|
|
@@ -18244,8 +18188,7 @@
|
|
|
18244
18188
|
minAmount: "0",
|
|
18245
18189
|
assetType: "LOCAL",
|
|
18246
18190
|
metadata: {
|
|
18247
|
-
netuid: 20
|
|
18248
|
-
isDisableTransfer: true
|
|
18191
|
+
netuid: 20
|
|
18249
18192
|
},
|
|
18250
18193
|
multiChainAsset: null,
|
|
18251
18194
|
hasValue: true,
|
|
@@ -18261,8 +18204,7 @@
|
|
|
18261
18204
|
minAmount: "0",
|
|
18262
18205
|
assetType: "LOCAL",
|
|
18263
18206
|
metadata: {
|
|
18264
|
-
netuid: 26
|
|
18265
|
-
isDisableTransfer: true
|
|
18207
|
+
netuid: 26
|
|
18266
18208
|
},
|
|
18267
18209
|
multiChainAsset: null,
|
|
18268
18210
|
hasValue: true,
|
|
@@ -18278,8 +18220,7 @@
|
|
|
18278
18220
|
minAmount: "0",
|
|
18279
18221
|
assetType: "LOCAL",
|
|
18280
18222
|
metadata: {
|
|
18281
|
-
netuid: 54
|
|
18282
|
-
isDisableTransfer: true
|
|
18223
|
+
netuid: 54
|
|
18283
18224
|
},
|
|
18284
18225
|
multiChainAsset: null,
|
|
18285
18226
|
hasValue: true,
|
|
@@ -18295,8 +18236,7 @@
|
|
|
18295
18236
|
minAmount: "0",
|
|
18296
18237
|
assetType: "LOCAL",
|
|
18297
18238
|
metadata: {
|
|
18298
|
-
netuid: 57
|
|
18299
|
-
isDisableTransfer: true
|
|
18239
|
+
netuid: 57
|
|
18300
18240
|
},
|
|
18301
18241
|
multiChainAsset: null,
|
|
18302
18242
|
hasValue: true,
|
|
@@ -18312,8 +18252,7 @@
|
|
|
18312
18252
|
minAmount: "0",
|
|
18313
18253
|
assetType: "LOCAL",
|
|
18314
18254
|
metadata: {
|
|
18315
|
-
netuid: 38
|
|
18316
|
-
isDisableTransfer: true
|
|
18255
|
+
netuid: 38
|
|
18317
18256
|
},
|
|
18318
18257
|
multiChainAsset: null,
|
|
18319
18258
|
hasValue: true,
|
|
@@ -18329,8 +18268,7 @@
|
|
|
18329
18268
|
minAmount: "0",
|
|
18330
18269
|
assetType: "LOCAL",
|
|
18331
18270
|
metadata: {
|
|
18332
|
-
netuid: 42
|
|
18333
|
-
isDisableTransfer: true
|
|
18271
|
+
netuid: 42
|
|
18334
18272
|
},
|
|
18335
18273
|
multiChainAsset: null,
|
|
18336
18274
|
hasValue: true,
|
|
@@ -18346,8 +18284,7 @@
|
|
|
18346
18284
|
minAmount: "0",
|
|
18347
18285
|
assetType: "LOCAL",
|
|
18348
18286
|
metadata: {
|
|
18349
|
-
netuid: 49
|
|
18350
|
-
isDisableTransfer: true
|
|
18287
|
+
netuid: 49
|
|
18351
18288
|
},
|
|
18352
18289
|
multiChainAsset: null,
|
|
18353
18290
|
hasValue: true,
|
|
@@ -18363,8 +18300,7 @@
|
|
|
18363
18300
|
minAmount: "0",
|
|
18364
18301
|
assetType: "LOCAL",
|
|
18365
18302
|
metadata: {
|
|
18366
|
-
netuid: 41
|
|
18367
|
-
isDisableTransfer: true
|
|
18303
|
+
netuid: 41
|
|
18368
18304
|
},
|
|
18369
18305
|
multiChainAsset: null,
|
|
18370
18306
|
hasValue: true,
|
|
@@ -18380,8 +18316,7 @@
|
|
|
18380
18316
|
minAmount: "0",
|
|
18381
18317
|
assetType: "LOCAL",
|
|
18382
18318
|
metadata: {
|
|
18383
|
-
netuid: 50
|
|
18384
|
-
isDisableTransfer: true
|
|
18319
|
+
netuid: 50
|
|
18385
18320
|
},
|
|
18386
18321
|
multiChainAsset: null,
|
|
18387
18322
|
hasValue: true,
|
|
@@ -18397,8 +18332,7 @@
|
|
|
18397
18332
|
minAmount: "0",
|
|
18398
18333
|
assetType: "LOCAL",
|
|
18399
18334
|
metadata: {
|
|
18400
|
-
netuid: 25
|
|
18401
|
-
isDisableTransfer: true
|
|
18335
|
+
netuid: 25
|
|
18402
18336
|
},
|
|
18403
18337
|
multiChainAsset: null,
|
|
18404
18338
|
hasValue: true,
|
|
@@ -18414,8 +18348,7 @@
|
|
|
18414
18348
|
minAmount: "0",
|
|
18415
18349
|
assetType: "LOCAL",
|
|
18416
18350
|
metadata: {
|
|
18417
|
-
netuid: 19
|
|
18418
|
-
isDisableTransfer: true
|
|
18351
|
+
netuid: 19
|
|
18419
18352
|
},
|
|
18420
18353
|
multiChainAsset: null,
|
|
18421
18354
|
hasValue: true,
|
|
@@ -18431,8 +18364,7 @@
|
|
|
18431
18364
|
minAmount: "0",
|
|
18432
18365
|
assetType: "LOCAL",
|
|
18433
18366
|
metadata: {
|
|
18434
|
-
netuid: 52
|
|
18435
|
-
isDisableTransfer: true
|
|
18367
|
+
netuid: 52
|
|
18436
18368
|
},
|
|
18437
18369
|
multiChainAsset: null,
|
|
18438
18370
|
hasValue: true,
|
|
@@ -18448,8 +18380,7 @@
|
|
|
18448
18380
|
minAmount: "0",
|
|
18449
18381
|
assetType: "LOCAL",
|
|
18450
18382
|
metadata: {
|
|
18451
|
-
netuid: 36
|
|
18452
|
-
isDisableTransfer: true
|
|
18383
|
+
netuid: 36
|
|
18453
18384
|
},
|
|
18454
18385
|
multiChainAsset: null,
|
|
18455
18386
|
hasValue: true,
|
|
@@ -18465,8 +18396,7 @@
|
|
|
18465
18396
|
minAmount: "0",
|
|
18466
18397
|
assetType: "LOCAL",
|
|
18467
18398
|
metadata: {
|
|
18468
|
-
netuid: 27
|
|
18469
|
-
isDisableTransfer: true
|
|
18399
|
+
netuid: 27
|
|
18470
18400
|
},
|
|
18471
18401
|
multiChainAsset: null,
|
|
18472
18402
|
hasValue: true,
|
|
@@ -18482,8 +18412,7 @@
|
|
|
18482
18412
|
minAmount: "0",
|
|
18483
18413
|
assetType: "LOCAL",
|
|
18484
18414
|
metadata: {
|
|
18485
|
-
netuid: 31
|
|
18486
|
-
isDisableTransfer: true
|
|
18415
|
+
netuid: 31
|
|
18487
18416
|
},
|
|
18488
18417
|
multiChainAsset: null,
|
|
18489
18418
|
hasValue: true,
|
|
@@ -18499,8 +18428,7 @@
|
|
|
18499
18428
|
minAmount: "0",
|
|
18500
18429
|
assetType: "LOCAL",
|
|
18501
18430
|
metadata: {
|
|
18502
|
-
netuid: 6
|
|
18503
|
-
isDisableTransfer: true
|
|
18431
|
+
netuid: 6
|
|
18504
18432
|
},
|
|
18505
18433
|
multiChainAsset: null,
|
|
18506
18434
|
hasValue: true,
|
|
@@ -18516,8 +18444,7 @@
|
|
|
18516
18444
|
minAmount: "0",
|
|
18517
18445
|
assetType: "LOCAL",
|
|
18518
18446
|
metadata: {
|
|
18519
|
-
netuid: 34
|
|
18520
|
-
isDisableTransfer: true
|
|
18447
|
+
netuid: 34
|
|
18521
18448
|
},
|
|
18522
18449
|
multiChainAsset: null,
|
|
18523
18450
|
hasValue: true,
|
|
@@ -18533,8 +18460,7 @@
|
|
|
18533
18460
|
minAmount: "0",
|
|
18534
18461
|
assetType: "LOCAL",
|
|
18535
18462
|
metadata: {
|
|
18536
|
-
netuid: 29
|
|
18537
|
-
isDisableTransfer: true
|
|
18463
|
+
netuid: 29
|
|
18538
18464
|
},
|
|
18539
18465
|
multiChainAsset: null,
|
|
18540
18466
|
hasValue: true,
|
|
@@ -18550,8 +18476,7 @@
|
|
|
18550
18476
|
minAmount: "0",
|
|
18551
18477
|
assetType: "LOCAL",
|
|
18552
18478
|
metadata: {
|
|
18553
|
-
netuid: 44
|
|
18554
|
-
isDisableTransfer: true
|
|
18479
|
+
netuid: 44
|
|
18555
18480
|
},
|
|
18556
18481
|
multiChainAsset: null,
|
|
18557
18482
|
hasValue: true,
|
|
@@ -18567,8 +18492,7 @@
|
|
|
18567
18492
|
minAmount: "0",
|
|
18568
18493
|
assetType: "LOCAL",
|
|
18569
18494
|
metadata: {
|
|
18570
|
-
netuid: 55
|
|
18571
|
-
isDisableTransfer: true
|
|
18495
|
+
netuid: 55
|
|
18572
18496
|
},
|
|
18573
18497
|
multiChainAsset: null,
|
|
18574
18498
|
hasValue: true,
|
|
@@ -18584,8 +18508,7 @@
|
|
|
18584
18508
|
minAmount: "0",
|
|
18585
18509
|
assetType: "LOCAL",
|
|
18586
18510
|
metadata: {
|
|
18587
|
-
netuid: 21
|
|
18588
|
-
isDisableTransfer: true
|
|
18511
|
+
netuid: 21
|
|
18589
18512
|
},
|
|
18590
18513
|
multiChainAsset: null,
|
|
18591
18514
|
hasValue: true,
|
|
@@ -18601,8 +18524,7 @@
|
|
|
18601
18524
|
minAmount: "0",
|
|
18602
18525
|
assetType: "LOCAL",
|
|
18603
18526
|
metadata: {
|
|
18604
|
-
netuid: 47
|
|
18605
|
-
isDisableTransfer: true
|
|
18527
|
+
netuid: 47
|
|
18606
18528
|
},
|
|
18607
18529
|
multiChainAsset: null,
|
|
18608
18530
|
hasValue: true,
|
|
@@ -18618,8 +18540,7 @@
|
|
|
18618
18540
|
minAmount: "0",
|
|
18619
18541
|
assetType: "LOCAL",
|
|
18620
18542
|
metadata: {
|
|
18621
|
-
netuid: 37
|
|
18622
|
-
isDisableTransfer: true
|
|
18543
|
+
netuid: 37
|
|
18623
18544
|
},
|
|
18624
18545
|
multiChainAsset: null,
|
|
18625
18546
|
hasValue: true,
|
|
@@ -18635,8 +18556,7 @@
|
|
|
18635
18556
|
minAmount: "0",
|
|
18636
18557
|
assetType: "LOCAL",
|
|
18637
18558
|
metadata: {
|
|
18638
|
-
netuid: 46
|
|
18639
|
-
isDisableTransfer: true
|
|
18559
|
+
netuid: 46
|
|
18640
18560
|
},
|
|
18641
18561
|
multiChainAsset: null,
|
|
18642
18562
|
hasValue: true,
|
|
@@ -18652,8 +18572,7 @@
|
|
|
18652
18572
|
minAmount: "0",
|
|
18653
18573
|
assetType: "LOCAL",
|
|
18654
18574
|
metadata: {
|
|
18655
|
-
netuid: 18
|
|
18656
|
-
isDisableTransfer: true
|
|
18575
|
+
netuid: 18
|
|
18657
18576
|
},
|
|
18658
18577
|
multiChainAsset: null,
|
|
18659
18578
|
hasValue: true,
|
|
@@ -18669,8 +18588,7 @@
|
|
|
18669
18588
|
minAmount: "0",
|
|
18670
18589
|
assetType: "LOCAL",
|
|
18671
18590
|
metadata: {
|
|
18672
|
-
netuid: 75
|
|
18673
|
-
isDisableTransfer: true
|
|
18591
|
+
netuid: 75
|
|
18674
18592
|
},
|
|
18675
18593
|
multiChainAsset: null,
|
|
18676
18594
|
hasValue: true,
|
|
@@ -18686,8 +18604,7 @@
|
|
|
18686
18604
|
minAmount: "0",
|
|
18687
18605
|
assetType: "LOCAL",
|
|
18688
18606
|
metadata: {
|
|
18689
|
-
netuid: 79
|
|
18690
|
-
isDisableTransfer: true
|
|
18607
|
+
netuid: 79
|
|
18691
18608
|
},
|
|
18692
18609
|
multiChainAsset: null,
|
|
18693
18610
|
hasValue: true,
|
|
@@ -18703,8 +18620,7 @@
|
|
|
18703
18620
|
minAmount: "0",
|
|
18704
18621
|
assetType: "LOCAL",
|
|
18705
18622
|
metadata: {
|
|
18706
|
-
netuid: 80
|
|
18707
|
-
isDisableTransfer: true
|
|
18623
|
+
netuid: 80
|
|
18708
18624
|
},
|
|
18709
18625
|
multiChainAsset: null,
|
|
18710
18626
|
hasValue: true,
|
|
@@ -18720,8 +18636,7 @@
|
|
|
18720
18636
|
minAmount: "0",
|
|
18721
18637
|
assetType: "LOCAL",
|
|
18722
18638
|
metadata: {
|
|
18723
|
-
netuid: 69
|
|
18724
|
-
isDisableTransfer: true
|
|
18639
|
+
netuid: 69
|
|
18725
18640
|
},
|
|
18726
18641
|
multiChainAsset: null,
|
|
18727
18642
|
hasValue: true,
|
|
@@ -18737,8 +18652,7 @@
|
|
|
18737
18652
|
minAmount: "0",
|
|
18738
18653
|
assetType: "LOCAL",
|
|
18739
18654
|
metadata: {
|
|
18740
|
-
netuid: 59
|
|
18741
|
-
isDisableTransfer: true
|
|
18655
|
+
netuid: 59
|
|
18742
18656
|
},
|
|
18743
18657
|
multiChainAsset: null,
|
|
18744
18658
|
hasValue: true,
|
|
@@ -18754,8 +18668,7 @@
|
|
|
18754
18668
|
minAmount: "0",
|
|
18755
18669
|
assetType: "LOCAL",
|
|
18756
18670
|
metadata: {
|
|
18757
|
-
netuid: 64
|
|
18758
|
-
isDisableTransfer: true
|
|
18671
|
+
netuid: 64
|
|
18759
18672
|
},
|
|
18760
18673
|
multiChainAsset: null,
|
|
18761
18674
|
hasValue: true,
|
|
@@ -18771,8 +18684,7 @@
|
|
|
18771
18684
|
minAmount: "0",
|
|
18772
18685
|
assetType: "LOCAL",
|
|
18773
18686
|
metadata: {
|
|
18774
|
-
netuid: 62
|
|
18775
|
-
isDisableTransfer: true
|
|
18687
|
+
netuid: 62
|
|
18776
18688
|
},
|
|
18777
18689
|
multiChainAsset: null,
|
|
18778
18690
|
hasValue: true,
|
|
@@ -18788,8 +18700,7 @@
|
|
|
18788
18700
|
minAmount: "0",
|
|
18789
18701
|
assetType: "LOCAL",
|
|
18790
18702
|
metadata: {
|
|
18791
|
-
netuid: 78
|
|
18792
|
-
isDisableTransfer: true
|
|
18703
|
+
netuid: 78
|
|
18793
18704
|
},
|
|
18794
18705
|
multiChainAsset: null,
|
|
18795
18706
|
hasValue: true,
|
|
@@ -18805,8 +18716,7 @@
|
|
|
18805
18716
|
minAmount: "0",
|
|
18806
18717
|
assetType: "LOCAL",
|
|
18807
18718
|
metadata: {
|
|
18808
|
-
netuid: 60
|
|
18809
|
-
isDisableTransfer: true
|
|
18719
|
+
netuid: 60
|
|
18810
18720
|
},
|
|
18811
18721
|
multiChainAsset: null,
|
|
18812
18722
|
hasValue: true,
|
|
@@ -18822,8 +18732,7 @@
|
|
|
18822
18732
|
minAmount: "0",
|
|
18823
18733
|
assetType: "LOCAL",
|
|
18824
18734
|
metadata: {
|
|
18825
|
-
netuid: 77
|
|
18826
|
-
isDisableTransfer: true
|
|
18735
|
+
netuid: 77
|
|
18827
18736
|
},
|
|
18828
18737
|
multiChainAsset: null,
|
|
18829
18738
|
hasValue: true,
|
|
@@ -18839,8 +18748,7 @@
|
|
|
18839
18748
|
minAmount: "0",
|
|
18840
18749
|
assetType: "LOCAL",
|
|
18841
18750
|
metadata: {
|
|
18842
|
-
netuid: 66
|
|
18843
|
-
isDisableTransfer: true
|
|
18751
|
+
netuid: 66
|
|
18844
18752
|
},
|
|
18845
18753
|
multiChainAsset: null,
|
|
18846
18754
|
hasValue: true,
|
|
@@ -18856,8 +18764,7 @@
|
|
|
18856
18764
|
minAmount: "0",
|
|
18857
18765
|
assetType: "LOCAL",
|
|
18858
18766
|
metadata: {
|
|
18859
|
-
netuid: 63
|
|
18860
|
-
isDisableTransfer: true
|
|
18767
|
+
netuid: 63
|
|
18861
18768
|
},
|
|
18862
18769
|
multiChainAsset: null,
|
|
18863
18770
|
hasValue: true,
|
|
@@ -18873,8 +18780,7 @@
|
|
|
18873
18780
|
minAmount: "0",
|
|
18874
18781
|
assetType: "LOCAL",
|
|
18875
18782
|
metadata: {
|
|
18876
|
-
netuid: 71
|
|
18877
|
-
isDisableTransfer: true
|
|
18783
|
+
netuid: 71
|
|
18878
18784
|
},
|
|
18879
18785
|
multiChainAsset: null,
|
|
18880
18786
|
hasValue: true,
|
|
@@ -18890,8 +18796,7 @@
|
|
|
18890
18796
|
minAmount: "0",
|
|
18891
18797
|
assetType: "LOCAL",
|
|
18892
18798
|
metadata: {
|
|
18893
|
-
netuid: 61
|
|
18894
|
-
isDisableTransfer: true
|
|
18799
|
+
netuid: 61
|
|
18895
18800
|
},
|
|
18896
18801
|
multiChainAsset: null,
|
|
18897
18802
|
hasValue: true,
|
|
@@ -18907,8 +18812,7 @@
|
|
|
18907
18812
|
minAmount: "0",
|
|
18908
18813
|
assetType: "LOCAL",
|
|
18909
18814
|
metadata: {
|
|
18910
|
-
netuid: 70
|
|
18911
|
-
isDisableTransfer: true
|
|
18815
|
+
netuid: 70
|
|
18912
18816
|
},
|
|
18913
18817
|
multiChainAsset: null,
|
|
18914
18818
|
hasValue: true,
|
|
@@ -18924,8 +18828,7 @@
|
|
|
18924
18828
|
minAmount: "0",
|
|
18925
18829
|
assetType: "LOCAL",
|
|
18926
18830
|
metadata: {
|
|
18927
|
-
netuid: 65
|
|
18928
|
-
isDisableTransfer: true
|
|
18831
|
+
netuid: 65
|
|
18929
18832
|
},
|
|
18930
18833
|
multiChainAsset: null,
|
|
18931
18834
|
hasValue: true,
|
|
@@ -18941,8 +18844,7 @@
|
|
|
18941
18844
|
minAmount: "0",
|
|
18942
18845
|
assetType: "LOCAL",
|
|
18943
18846
|
metadata: {
|
|
18944
|
-
netuid: 73
|
|
18945
|
-
isDisableTransfer: true
|
|
18847
|
+
netuid: 73
|
|
18946
18848
|
},
|
|
18947
18849
|
multiChainAsset: null,
|
|
18948
18850
|
hasValue: true,
|
|
@@ -18958,8 +18860,7 @@
|
|
|
18958
18860
|
minAmount: "0",
|
|
18959
18861
|
assetType: "LOCAL",
|
|
18960
18862
|
metadata: {
|
|
18961
|
-
netuid: 76
|
|
18962
|
-
isDisableTransfer: true
|
|
18863
|
+
netuid: 76
|
|
18963
18864
|
},
|
|
18964
18865
|
multiChainAsset: null,
|
|
18965
18866
|
hasValue: true,
|
|
@@ -18975,8 +18876,7 @@
|
|
|
18975
18876
|
minAmount: "0",
|
|
18976
18877
|
assetType: "LOCAL",
|
|
18977
18878
|
metadata: {
|
|
18978
|
-
netuid: 67
|
|
18979
|
-
isDisableTransfer: true
|
|
18879
|
+
netuid: 67
|
|
18980
18880
|
},
|
|
18981
18881
|
multiChainAsset: null,
|
|
18982
18882
|
hasValue: true,
|
|
@@ -18992,8 +18892,7 @@
|
|
|
18992
18892
|
minAmount: "0",
|
|
18993
18893
|
assetType: "LOCAL",
|
|
18994
18894
|
metadata: {
|
|
18995
|
-
netuid: 72
|
|
18996
|
-
isDisableTransfer: true
|
|
18895
|
+
netuid: 72
|
|
18997
18896
|
},
|
|
18998
18897
|
multiChainAsset: null,
|
|
18999
18898
|
hasValue: true,
|
|
@@ -19009,8 +18908,7 @@
|
|
|
19009
18908
|
minAmount: "0",
|
|
19010
18909
|
assetType: "LOCAL",
|
|
19011
18910
|
metadata: {
|
|
19012
|
-
netuid: 74
|
|
19013
|
-
isDisableTransfer: true
|
|
18911
|
+
netuid: 74
|
|
19014
18912
|
},
|
|
19015
18913
|
multiChainAsset: null,
|
|
19016
18914
|
hasValue: true,
|
|
@@ -19026,8 +18924,7 @@
|
|
|
19026
18924
|
minAmount: "0",
|
|
19027
18925
|
assetType: "LOCAL",
|
|
19028
18926
|
metadata: {
|
|
19029
|
-
netuid: 68
|
|
19030
|
-
isDisableTransfer: true
|
|
18927
|
+
netuid: 68
|
|
19031
18928
|
},
|
|
19032
18929
|
multiChainAsset: null,
|
|
19033
18930
|
hasValue: true,
|
|
@@ -19043,8 +18940,7 @@
|
|
|
19043
18940
|
minAmount: "0",
|
|
19044
18941
|
assetType: "LOCAL",
|
|
19045
18942
|
metadata: {
|
|
19046
|
-
netuid: 81
|
|
19047
|
-
isDisableTransfer: true
|
|
18943
|
+
netuid: 81
|
|
19048
18944
|
},
|
|
19049
18945
|
multiChainAsset: null,
|
|
19050
18946
|
hasValue: true,
|
|
@@ -19792,8 +19688,7 @@
|
|
|
19792
19688
|
minAmount: "0",
|
|
19793
19689
|
assetType: "LOCAL",
|
|
19794
19690
|
metadata: {
|
|
19795
|
-
netuid: 91
|
|
19796
|
-
isDisableTransfer: true
|
|
19691
|
+
netuid: 91
|
|
19797
19692
|
},
|
|
19798
19693
|
multiChainAsset: null,
|
|
19799
19694
|
hasValue: true,
|
|
@@ -19809,8 +19704,7 @@
|
|
|
19809
19704
|
minAmount: "0",
|
|
19810
19705
|
assetType: "LOCAL",
|
|
19811
19706
|
metadata: {
|
|
19812
|
-
netuid: 92
|
|
19813
|
-
isDisableTransfer: true
|
|
19707
|
+
netuid: 92
|
|
19814
19708
|
},
|
|
19815
19709
|
multiChainAsset: null,
|
|
19816
19710
|
hasValue: true,
|
|
@@ -19826,8 +19720,7 @@
|
|
|
19826
19720
|
minAmount: "0",
|
|
19827
19721
|
assetType: "LOCAL",
|
|
19828
19722
|
metadata: {
|
|
19829
|
-
netuid: 94
|
|
19830
|
-
isDisableTransfer: true
|
|
19723
|
+
netuid: 94
|
|
19831
19724
|
},
|
|
19832
19725
|
multiChainAsset: null,
|
|
19833
19726
|
hasValue: true,
|
|
@@ -19843,8 +19736,7 @@
|
|
|
19843
19736
|
minAmount: "0",
|
|
19844
19737
|
assetType: "LOCAL",
|
|
19845
19738
|
metadata: {
|
|
19846
|
-
netuid: 88
|
|
19847
|
-
isDisableTransfer: true
|
|
19739
|
+
netuid: 88
|
|
19848
19740
|
},
|
|
19849
19741
|
multiChainAsset: null,
|
|
19850
19742
|
hasValue: true,
|
|
@@ -19860,8 +19752,7 @@
|
|
|
19860
19752
|
minAmount: "0",
|
|
19861
19753
|
assetType: "LOCAL",
|
|
19862
19754
|
metadata: {
|
|
19863
|
-
netuid: 90
|
|
19864
|
-
isDisableTransfer: true
|
|
19755
|
+
netuid: 90
|
|
19865
19756
|
},
|
|
19866
19757
|
multiChainAsset: null,
|
|
19867
19758
|
hasValue: true,
|
|
@@ -19877,8 +19768,7 @@
|
|
|
19877
19768
|
minAmount: "0",
|
|
19878
19769
|
assetType: "LOCAL",
|
|
19879
19770
|
metadata: {
|
|
19880
|
-
netuid: 93
|
|
19881
|
-
isDisableTransfer: true
|
|
19771
|
+
netuid: 93
|
|
19882
19772
|
},
|
|
19883
19773
|
multiChainAsset: null,
|
|
19884
19774
|
hasValue: true,
|
|
@@ -19894,8 +19784,7 @@
|
|
|
19894
19784
|
minAmount: "0",
|
|
19895
19785
|
assetType: "LOCAL",
|
|
19896
19786
|
metadata: {
|
|
19897
|
-
netuid: 89
|
|
19898
|
-
isDisableTransfer: true
|
|
19787
|
+
netuid: 89
|
|
19899
19788
|
},
|
|
19900
19789
|
multiChainAsset: null,
|
|
19901
19790
|
hasValue: true,
|
|
@@ -19911,8 +19800,7 @@
|
|
|
19911
19800
|
minAmount: "0",
|
|
19912
19801
|
assetType: "LOCAL",
|
|
19913
19802
|
metadata: {
|
|
19914
|
-
netuid: 86
|
|
19915
|
-
isDisableTransfer: true
|
|
19803
|
+
netuid: 86
|
|
19916
19804
|
},
|
|
19917
19805
|
multiChainAsset: null,
|
|
19918
19806
|
hasValue: true,
|
|
@@ -19928,8 +19816,7 @@
|
|
|
19928
19816
|
minAmount: "0",
|
|
19929
19817
|
assetType: "LOCAL",
|
|
19930
19818
|
metadata: {
|
|
19931
|
-
netuid: 95
|
|
19932
|
-
isDisableTransfer: true
|
|
19819
|
+
netuid: 95
|
|
19933
19820
|
},
|
|
19934
19821
|
multiChainAsset: null,
|
|
19935
19822
|
hasValue: true,
|
|
@@ -19945,8 +19832,7 @@
|
|
|
19945
19832
|
minAmount: "0",
|
|
19946
19833
|
assetType: "LOCAL",
|
|
19947
19834
|
metadata: {
|
|
19948
|
-
netuid: 87
|
|
19949
|
-
isDisableTransfer: true
|
|
19835
|
+
netuid: 87
|
|
19950
19836
|
},
|
|
19951
19837
|
multiChainAsset: null,
|
|
19952
19838
|
hasValue: true,
|
|
@@ -20453,8 +20339,7 @@
|
|
|
20453
20339
|
minAmount: "0",
|
|
20454
20340
|
assetType: "LOCAL",
|
|
20455
20341
|
metadata: {
|
|
20456
|
-
netuid: 82
|
|
20457
|
-
isDisableTransfer: true
|
|
20342
|
+
netuid: 82
|
|
20458
20343
|
},
|
|
20459
20344
|
multiChainAsset: null,
|
|
20460
20345
|
hasValue: true,
|
|
@@ -20470,8 +20355,7 @@
|
|
|
20470
20355
|
minAmount: "0",
|
|
20471
20356
|
assetType: "LOCAL",
|
|
20472
20357
|
metadata: {
|
|
20473
|
-
netuid: 83
|
|
20474
|
-
isDisableTransfer: true
|
|
20358
|
+
netuid: 83
|
|
20475
20359
|
},
|
|
20476
20360
|
multiChainAsset: null,
|
|
20477
20361
|
hasValue: true,
|
|
@@ -20487,8 +20371,7 @@
|
|
|
20487
20371
|
minAmount: "0",
|
|
20488
20372
|
assetType: "LOCAL",
|
|
20489
20373
|
metadata: {
|
|
20490
|
-
netuid: 96
|
|
20491
|
-
isDisableTransfer: true
|
|
20374
|
+
netuid: 96
|
|
20492
20375
|
},
|
|
20493
20376
|
multiChainAsset: null,
|
|
20494
20377
|
hasValue: true,
|
|
@@ -20504,8 +20387,7 @@
|
|
|
20504
20387
|
minAmount: "0",
|
|
20505
20388
|
assetType: "LOCAL",
|
|
20506
20389
|
metadata: {
|
|
20507
|
-
netuid: 97
|
|
20508
|
-
isDisableTransfer: true
|
|
20390
|
+
netuid: 97
|
|
20509
20391
|
},
|
|
20510
20392
|
multiChainAsset: null,
|
|
20511
20393
|
hasValue: true,
|
|
@@ -20521,8 +20403,7 @@
|
|
|
20521
20403
|
minAmount: "0",
|
|
20522
20404
|
assetType: "LOCAL",
|
|
20523
20405
|
metadata: {
|
|
20524
|
-
netuid: 98
|
|
20525
|
-
isDisableTransfer: true
|
|
20406
|
+
netuid: 98
|
|
20526
20407
|
},
|
|
20527
20408
|
multiChainAsset: null,
|
|
20528
20409
|
hasValue: true,
|
|
@@ -20538,8 +20419,7 @@
|
|
|
20538
20419
|
minAmount: "0",
|
|
20539
20420
|
assetType: "LOCAL",
|
|
20540
20421
|
metadata: {
|
|
20541
|
-
netuid: 99
|
|
20542
|
-
isDisableTransfer: true
|
|
20422
|
+
netuid: 99
|
|
20543
20423
|
},
|
|
20544
20424
|
multiChainAsset: null,
|
|
20545
20425
|
hasValue: true,
|
|
@@ -20555,8 +20435,7 @@
|
|
|
20555
20435
|
minAmount: "0",
|
|
20556
20436
|
assetType: "LOCAL",
|
|
20557
20437
|
metadata: {
|
|
20558
|
-
netuid: 100
|
|
20559
|
-
isDisableTransfer: true
|
|
20438
|
+
netuid: 100
|
|
20560
20439
|
},
|
|
20561
20440
|
multiChainAsset: null,
|
|
20562
20441
|
hasValue: true,
|
|
@@ -20572,8 +20451,7 @@
|
|
|
20572
20451
|
minAmount: "0",
|
|
20573
20452
|
assetType: "LOCAL",
|
|
20574
20453
|
metadata: {
|
|
20575
|
-
netuid: 101
|
|
20576
|
-
isDisableTransfer: true
|
|
20454
|
+
netuid: 101
|
|
20577
20455
|
},
|
|
20578
20456
|
multiChainAsset: null,
|
|
20579
20457
|
hasValue: true,
|
|
@@ -20589,8 +20467,7 @@
|
|
|
20589
20467
|
minAmount: "0",
|
|
20590
20468
|
assetType: "LOCAL",
|
|
20591
20469
|
metadata: {
|
|
20592
|
-
netuid: 102
|
|
20593
|
-
isDisableTransfer: true
|
|
20470
|
+
netuid: 102
|
|
20594
20471
|
},
|
|
20595
20472
|
multiChainAsset: null,
|
|
20596
20473
|
hasValue: true,
|
|
@@ -20606,8 +20483,7 @@
|
|
|
20606
20483
|
minAmount: "0",
|
|
20607
20484
|
assetType: "LOCAL",
|
|
20608
20485
|
metadata: {
|
|
20609
|
-
netuid: 103
|
|
20610
|
-
isDisableTransfer: true
|
|
20486
|
+
netuid: 103
|
|
20611
20487
|
},
|
|
20612
20488
|
multiChainAsset: null,
|
|
20613
20489
|
hasValue: true,
|
|
@@ -20623,8 +20499,7 @@
|
|
|
20623
20499
|
minAmount: "0",
|
|
20624
20500
|
assetType: "LOCAL",
|
|
20625
20501
|
metadata: {
|
|
20626
|
-
netuid: 104
|
|
20627
|
-
isDisableTransfer: true
|
|
20502
|
+
netuid: 104
|
|
20628
20503
|
},
|
|
20629
20504
|
multiChainAsset: null,
|
|
20630
20505
|
hasValue: true,
|
|
@@ -20640,8 +20515,7 @@
|
|
|
20640
20515
|
minAmount: "0",
|
|
20641
20516
|
assetType: "LOCAL",
|
|
20642
20517
|
metadata: {
|
|
20643
|
-
netuid: 105
|
|
20644
|
-
isDisableTransfer: true
|
|
20518
|
+
netuid: 105
|
|
20645
20519
|
},
|
|
20646
20520
|
multiChainAsset: null,
|
|
20647
20521
|
hasValue: true,
|
|
@@ -20657,8 +20531,7 @@
|
|
|
20657
20531
|
minAmount: "0",
|
|
20658
20532
|
assetType: "LOCAL",
|
|
20659
20533
|
metadata: {
|
|
20660
|
-
netuid: 106
|
|
20661
|
-
isDisableTransfer: true
|
|
20534
|
+
netuid: 106
|
|
20662
20535
|
},
|
|
20663
20536
|
multiChainAsset: null,
|
|
20664
20537
|
hasValue: true,
|
|
@@ -20674,8 +20547,7 @@
|
|
|
20674
20547
|
minAmount: "0",
|
|
20675
20548
|
assetType: "LOCAL",
|
|
20676
20549
|
metadata: {
|
|
20677
|
-
netuid: 107
|
|
20678
|
-
isDisableTransfer: true
|
|
20550
|
+
netuid: 107
|
|
20679
20551
|
},
|
|
20680
20552
|
multiChainAsset: null,
|
|
20681
20553
|
hasValue: true,
|
|
@@ -20691,8 +20563,7 @@
|
|
|
20691
20563
|
minAmount: "0",
|
|
20692
20564
|
assetType: "LOCAL",
|
|
20693
20565
|
metadata: {
|
|
20694
|
-
netuid: 108
|
|
20695
|
-
isDisableTransfer: true
|
|
20566
|
+
netuid: 108
|
|
20696
20567
|
},
|
|
20697
20568
|
multiChainAsset: null,
|
|
20698
20569
|
hasValue: true,
|
|
@@ -20708,8 +20579,7 @@
|
|
|
20708
20579
|
minAmount: "0",
|
|
20709
20580
|
assetType: "LOCAL",
|
|
20710
20581
|
metadata: {
|
|
20711
|
-
netuid: 109
|
|
20712
|
-
isDisableTransfer: true
|
|
20582
|
+
netuid: 109
|
|
20713
20583
|
},
|
|
20714
20584
|
multiChainAsset: null,
|
|
20715
20585
|
hasValue: true,
|
|
@@ -20725,8 +20595,7 @@
|
|
|
20725
20595
|
minAmount: "0",
|
|
20726
20596
|
assetType: "LOCAL",
|
|
20727
20597
|
metadata: {
|
|
20728
|
-
netuid: 110
|
|
20729
|
-
isDisableTransfer: true
|
|
20598
|
+
netuid: 110
|
|
20730
20599
|
},
|
|
20731
20600
|
multiChainAsset: null,
|
|
20732
20601
|
hasValue: true,
|
|
@@ -20742,8 +20611,7 @@
|
|
|
20742
20611
|
minAmount: "0",
|
|
20743
20612
|
assetType: null,
|
|
20744
20613
|
metadata: {
|
|
20745
|
-
netuid: 111
|
|
20746
|
-
isDisableTransfer: true
|
|
20614
|
+
netuid: 111
|
|
20747
20615
|
},
|
|
20748
20616
|
multiChainAsset: null,
|
|
20749
20617
|
hasValue: true,
|
|
@@ -20759,8 +20627,7 @@
|
|
|
20759
20627
|
minAmount: "0",
|
|
20760
20628
|
assetType: "LOCAL",
|
|
20761
20629
|
metadata: {
|
|
20762
|
-
netuid: 112
|
|
20763
|
-
isDisableTransfer: true
|
|
20630
|
+
netuid: 112
|
|
20764
20631
|
},
|
|
20765
20632
|
multiChainAsset: null,
|
|
20766
20633
|
hasValue: true,
|
|
@@ -20776,8 +20643,7 @@
|
|
|
20776
20643
|
minAmount: "0",
|
|
20777
20644
|
assetType: "LOCAL",
|
|
20778
20645
|
metadata: {
|
|
20779
|
-
netuid: 113
|
|
20780
|
-
isDisableTransfer: true
|
|
20646
|
+
netuid: 113
|
|
20781
20647
|
},
|
|
20782
20648
|
multiChainAsset: null,
|
|
20783
20649
|
hasValue: true,
|
|
@@ -20793,8 +20659,7 @@
|
|
|
20793
20659
|
minAmount: "0",
|
|
20794
20660
|
assetType: "LOCAL",
|
|
20795
20661
|
metadata: {
|
|
20796
|
-
netuid: 114
|
|
20797
|
-
isDisableTransfer: true
|
|
20662
|
+
netuid: 114
|
|
20798
20663
|
},
|
|
20799
20664
|
multiChainAsset: null,
|
|
20800
20665
|
hasValue: true,
|
|
@@ -20810,8 +20675,7 @@
|
|
|
20810
20675
|
minAmount: "0",
|
|
20811
20676
|
assetType: "LOCAL",
|
|
20812
20677
|
metadata: {
|
|
20813
|
-
netuid: 115
|
|
20814
|
-
isDisableTransfer: true
|
|
20678
|
+
netuid: 115
|
|
20815
20679
|
},
|
|
20816
20680
|
multiChainAsset: null,
|
|
20817
20681
|
hasValue: true,
|
|
@@ -20827,8 +20691,7 @@
|
|
|
20827
20691
|
minAmount: "0",
|
|
20828
20692
|
assetType: "LOCAL",
|
|
20829
20693
|
metadata: {
|
|
20830
|
-
netuid: 116
|
|
20831
|
-
isDisableTransfer: true
|
|
20694
|
+
netuid: 116
|
|
20832
20695
|
},
|
|
20833
20696
|
multiChainAsset: null,
|
|
20834
20697
|
hasValue: true,
|
|
@@ -20844,8 +20707,7 @@
|
|
|
20844
20707
|
minAmount: "0",
|
|
20845
20708
|
assetType: "LOCAL",
|
|
20846
20709
|
metadata: {
|
|
20847
|
-
netuid: 117
|
|
20848
|
-
isDisableTransfer: true
|
|
20710
|
+
netuid: 117
|
|
20849
20711
|
},
|
|
20850
20712
|
multiChainAsset: null,
|
|
20851
20713
|
hasValue: true,
|
|
@@ -20861,8 +20723,7 @@
|
|
|
20861
20723
|
minAmount: "0",
|
|
20862
20724
|
assetType: "LOCAL",
|
|
20863
20725
|
metadata: {
|
|
20864
|
-
netuid: 118
|
|
20865
|
-
isDisableTransfer: true
|
|
20726
|
+
netuid: 118
|
|
20866
20727
|
},
|
|
20867
20728
|
multiChainAsset: null,
|
|
20868
20729
|
hasValue: true,
|
|
@@ -20878,8 +20739,7 @@
|
|
|
20878
20739
|
minAmount: "0",
|
|
20879
20740
|
assetType: "LOCAL",
|
|
20880
20741
|
metadata: {
|
|
20881
|
-
netuid: 119
|
|
20882
|
-
isDisableTransfer: true
|
|
20742
|
+
netuid: 119
|
|
20883
20743
|
},
|
|
20884
20744
|
multiChainAsset: null,
|
|
20885
20745
|
hasValue: true,
|
|
@@ -20895,8 +20755,7 @@
|
|
|
20895
20755
|
minAmount: "0",
|
|
20896
20756
|
assetType: "LOCAL",
|
|
20897
20757
|
metadata: {
|
|
20898
|
-
netuid: 120
|
|
20899
|
-
isDisableTransfer: true
|
|
20758
|
+
netuid: 120
|
|
20900
20759
|
},
|
|
20901
20760
|
multiChainAsset: null,
|
|
20902
20761
|
hasValue: true,
|
|
@@ -20912,8 +20771,7 @@
|
|
|
20912
20771
|
minAmount: "0",
|
|
20913
20772
|
assetType: "LOCAL",
|
|
20914
20773
|
metadata: {
|
|
20915
|
-
netuid: 121
|
|
20916
|
-
isDisableTransfer: true
|
|
20774
|
+
netuid: 121
|
|
20917
20775
|
},
|
|
20918
20776
|
multiChainAsset: null,
|
|
20919
20777
|
hasValue: true,
|
|
@@ -20929,8 +20787,7 @@
|
|
|
20929
20787
|
minAmount: "0",
|
|
20930
20788
|
assetType: "LOCAL",
|
|
20931
20789
|
metadata: {
|
|
20932
|
-
netuid: 122
|
|
20933
|
-
isDisableTransfer: true
|
|
20790
|
+
netuid: 122
|
|
20934
20791
|
},
|
|
20935
20792
|
multiChainAsset: null,
|
|
20936
20793
|
hasValue: true,
|
|
@@ -20946,8 +20803,7 @@
|
|
|
20946
20803
|
minAmount: "0",
|
|
20947
20804
|
assetType: "LOCAL",
|
|
20948
20805
|
metadata: {
|
|
20949
|
-
netuid: 123
|
|
20950
|
-
isDisableTransfer: true
|
|
20806
|
+
netuid: 123
|
|
20951
20807
|
},
|
|
20952
20808
|
multiChainAsset: null,
|
|
20953
20809
|
hasValue: true,
|
|
@@ -20963,8 +20819,7 @@
|
|
|
20963
20819
|
minAmount: "0",
|
|
20964
20820
|
assetType: "LOCAL",
|
|
20965
20821
|
metadata: {
|
|
20966
|
-
netuid: 124
|
|
20967
|
-
isDisableTransfer: true
|
|
20822
|
+
netuid: 124
|
|
20968
20823
|
},
|
|
20969
20824
|
multiChainAsset: null,
|
|
20970
20825
|
hasValue: true,
|
|
@@ -20980,8 +20835,7 @@
|
|
|
20980
20835
|
minAmount: "0",
|
|
20981
20836
|
assetType: "LOCAL",
|
|
20982
20837
|
metadata: {
|
|
20983
|
-
netuid: 125
|
|
20984
|
-
isDisableTransfer: true
|
|
20838
|
+
netuid: 125
|
|
20985
20839
|
},
|
|
20986
20840
|
multiChainAsset: null,
|
|
20987
20841
|
hasValue: true,
|
|
@@ -20997,8 +20851,7 @@
|
|
|
20997
20851
|
minAmount: "0",
|
|
20998
20852
|
assetType: "LOCAL",
|
|
20999
20853
|
metadata: {
|
|
21000
|
-
netuid: 126
|
|
21001
|
-
isDisableTransfer: true
|
|
20854
|
+
netuid: 126
|
|
21002
20855
|
},
|
|
21003
20856
|
multiChainAsset: null,
|
|
21004
20857
|
hasValue: true,
|
|
@@ -21014,8 +20867,7 @@
|
|
|
21014
20867
|
minAmount: "0",
|
|
21015
20868
|
assetType: "LOCAL",
|
|
21016
20869
|
metadata: {
|
|
21017
|
-
netuid: 127
|
|
21018
|
-
isDisableTransfer: true
|
|
20870
|
+
netuid: 127
|
|
21019
20871
|
},
|
|
21020
20872
|
multiChainAsset: null,
|
|
21021
20873
|
hasValue: true,
|
|
@@ -21031,8 +20883,7 @@
|
|
|
21031
20883
|
minAmount: "0",
|
|
21032
20884
|
assetType: "LOCAL",
|
|
21033
20885
|
metadata: {
|
|
21034
|
-
netuid: 128
|
|
21035
|
-
isDisableTransfer: true
|
|
20886
|
+
netuid: 128
|
|
21036
20887
|
},
|
|
21037
20888
|
multiChainAsset: null,
|
|
21038
20889
|
hasValue: true,
|
|
@@ -21514,8 +21365,7 @@
|
|
|
21514
21365
|
minAmount: "0",
|
|
21515
21366
|
assetType: "LOCAL",
|
|
21516
21367
|
metadata: {
|
|
21517
|
-
netuid: 84
|
|
21518
|
-
isDisableTransfer: true
|
|
21368
|
+
netuid: 84
|
|
21519
21369
|
},
|
|
21520
21370
|
multiChainAsset: null,
|
|
21521
21371
|
hasValue: true,
|
|
@@ -21531,8 +21381,7 @@
|
|
|
21531
21381
|
minAmount: "0",
|
|
21532
21382
|
assetType: "LOCAL",
|
|
21533
21383
|
metadata: {
|
|
21534
|
-
netuid: 85
|
|
21535
|
-
isDisableTransfer: true
|
|
21384
|
+
netuid: 85
|
|
21536
21385
|
},
|
|
21537
21386
|
multiChainAsset: null,
|
|
21538
21387
|
hasValue: true,
|
|
@@ -21663,6 +21512,110 @@
|
|
|
21663
21512
|
multiChainAsset: null,
|
|
21664
21513
|
hasValue: true,
|
|
21665
21514
|
icon: "/assets/chain-assets/ethereum-erc20-vmanta-0xf0b9889cdb70a716bf72e37ef626f08d9f14c180.png"
|
|
21515
|
+
},
|
|
21516
|
+
"monad-NATIVE-MON": {
|
|
21517
|
+
originChain: "monad",
|
|
21518
|
+
slug: "monad-NATIVE-MON",
|
|
21519
|
+
name: "Monad",
|
|
21520
|
+
symbol: "MON",
|
|
21521
|
+
decimals: 18,
|
|
21522
|
+
priceId: "monad",
|
|
21523
|
+
minAmount: "0",
|
|
21524
|
+
assetType: "NATIVE",
|
|
21525
|
+
metadata: null,
|
|
21526
|
+
multiChainAsset: null,
|
|
21527
|
+
hasValue: true,
|
|
21528
|
+
icon: "/assets/chain-assets/monad-native-mon.png"
|
|
21529
|
+
},
|
|
21530
|
+
"monad-ERC20-USDC-0x754704Bc059F8C67012fEd69BC8A327a5aafb603": {
|
|
21531
|
+
originChain: "monad",
|
|
21532
|
+
slug: "monad-ERC20-USDC-0x754704Bc059F8C67012fEd69BC8A327a5aafb603",
|
|
21533
|
+
name: "USD Coin",
|
|
21534
|
+
symbol: "USDC",
|
|
21535
|
+
decimals: 6,
|
|
21536
|
+
priceId: "usd-coin",
|
|
21537
|
+
minAmount: "0",
|
|
21538
|
+
assetType: "ERC20",
|
|
21539
|
+
metadata: {
|
|
21540
|
+
contractAddress: "0x754704Bc059F8C67012fEd69BC8A327a5aafb603"
|
|
21541
|
+
},
|
|
21542
|
+
multiChainAsset: "USDC-USDCoin",
|
|
21543
|
+
hasValue: true,
|
|
21544
|
+
icon: "/assets/chain-assets/monad-erc20-usdc-0x754704bc059f8c67012fed69bc8a327a5aafb603.png"
|
|
21545
|
+
},
|
|
21546
|
+
"manta_network_evm-ERC20-vMANTA-0x7746ef546d562b443AE4B4145541a3b1a3D75717": {
|
|
21547
|
+
originChain: "manta_network_evm",
|
|
21548
|
+
slug: "manta_network_evm-ERC20-vMANTA-0x7746ef546d562b443AE4B4145541a3b1a3D75717",
|
|
21549
|
+
name: "Bifrost Voucher MANTA",
|
|
21550
|
+
symbol: "vMANTA",
|
|
21551
|
+
decimals: 18,
|
|
21552
|
+
priceId: "bifrost-voucher-manta",
|
|
21553
|
+
minAmount: "0",
|
|
21554
|
+
assetType: "ERC20",
|
|
21555
|
+
metadata: {
|
|
21556
|
+
contractAddress: "0x7746ef546d562b443AE4B4145541a3b1a3D75717"
|
|
21557
|
+
},
|
|
21558
|
+
multiChainAsset: null,
|
|
21559
|
+
hasValue: true,
|
|
21560
|
+
icon: "/assets/chain-assets/manta_network_evm-erc20-vmanta-0x7746ef546d562b443ae4b4145541a3b1a3d75717.png"
|
|
21561
|
+
},
|
|
21562
|
+
"stable-NATIVE-gUSDT": {
|
|
21563
|
+
originChain: "stable",
|
|
21564
|
+
slug: "stable-NATIVE-gUSDT",
|
|
21565
|
+
name: "gUSDT",
|
|
21566
|
+
symbol: "gUSDT",
|
|
21567
|
+
decimals: 18,
|
|
21568
|
+
priceId: null,
|
|
21569
|
+
minAmount: "0",
|
|
21570
|
+
assetType: "NATIVE",
|
|
21571
|
+
metadata: null,
|
|
21572
|
+
multiChainAsset: null,
|
|
21573
|
+
hasValue: true,
|
|
21574
|
+
icon: "/assets/chain-assets/stable-native-gusdt.png"
|
|
21575
|
+
},
|
|
21576
|
+
"stable-ERC20-USD₮0-0x779Ded0c9e1022225f8E0630b35a9b54bE713736": {
|
|
21577
|
+
originChain: "stable",
|
|
21578
|
+
slug: "stable-ERC20-USD₮0-0x779Ded0c9e1022225f8E0630b35a9b54bE713736",
|
|
21579
|
+
name: "USD₮0",
|
|
21580
|
+
symbol: "USD₮0",
|
|
21581
|
+
decimals: 6,
|
|
21582
|
+
priceId: "usdt0",
|
|
21583
|
+
minAmount: "0",
|
|
21584
|
+
assetType: "ERC20",
|
|
21585
|
+
metadata: {
|
|
21586
|
+
contractAddress: "0x779Ded0c9e1022225f8E0630b35a9b54bE713736"
|
|
21587
|
+
},
|
|
21588
|
+
multiChainAsset: "USD₮0-USD₮0",
|
|
21589
|
+
hasValue: true,
|
|
21590
|
+
icon: "/assets/chain-assets/stable-erc20-usd₮0-0x779ded0c9e1022225f8e0630b35a9b54be713736.png"
|
|
21591
|
+
},
|
|
21592
|
+
"kilt-NATIVE-KILT": {
|
|
21593
|
+
originChain: "kilt",
|
|
21594
|
+
slug: "kilt-NATIVE-KILT",
|
|
21595
|
+
name: "KILT Protocol",
|
|
21596
|
+
symbol: "KILT",
|
|
21597
|
+
decimals: 15,
|
|
21598
|
+
priceId: "kilt-protocol",
|
|
21599
|
+
minAmount: "10000000000000",
|
|
21600
|
+
assetType: "NATIVE",
|
|
21601
|
+
metadata: null,
|
|
21602
|
+
multiChainAsset: "KILT-KILTProtocol",
|
|
21603
|
+
hasValue: true,
|
|
21604
|
+
icon: "/assets/chain-assets/kilt-native-kilt.png"
|
|
21605
|
+
},
|
|
21606
|
+
"polimec-NATIVE-PLMC": {
|
|
21607
|
+
originChain: "polimec",
|
|
21608
|
+
slug: "polimec-NATIVE-PLMC",
|
|
21609
|
+
name: "Polimec",
|
|
21610
|
+
symbol: "PLMC",
|
|
21611
|
+
decimals: 10,
|
|
21612
|
+
priceId: "polimec",
|
|
21613
|
+
minAmount: "100000000",
|
|
21614
|
+
assetType: "NATIVE",
|
|
21615
|
+
metadata: null,
|
|
21616
|
+
multiChainAsset: null,
|
|
21617
|
+
hasValue: true,
|
|
21618
|
+
icon: "/assets/chain-assets/polimec-native-plmc.png"
|
|
21666
21619
|
},
|
|
21667
21620
|
"paseo_assethub-NATIVE-PAS": {
|
|
21668
21621
|
originChain: "paseo_assethub",
|
|
@@ -35121,6 +35074,63 @@
|
|
|
35121
35074
|
tonInfo: null,
|
|
35122
35075
|
cardanoInfo: null
|
|
35123
35076
|
};
|
|
35077
|
+
var monad$1 = {
|
|
35078
|
+
slug: "monad",
|
|
35079
|
+
name: "Monad Mainnet",
|
|
35080
|
+
isTestnet: false,
|
|
35081
|
+
chainStatus: "ACTIVE",
|
|
35082
|
+
icon: "/assets/chains/monad.png",
|
|
35083
|
+
providers: {
|
|
35084
|
+
MonadRPC: "https://rpc.monad.xyz/",
|
|
35085
|
+
MonadRPC1: "https://rpc1.monad.xyz/",
|
|
35086
|
+
MonadRPC3: "https://rpc3.monad.xyz/",
|
|
35087
|
+
Monadinfra: "https://rpc-mainnet.monadinfra.com/"
|
|
35088
|
+
},
|
|
35089
|
+
evmInfo: {
|
|
35090
|
+
evmChainId: 143,
|
|
35091
|
+
blockExplorer: "https://monadvision.com/",
|
|
35092
|
+
existentialDeposit: "0",
|
|
35093
|
+
symbol: "MON",
|
|
35094
|
+
decimals: 18,
|
|
35095
|
+
supportSmartContract: [
|
|
35096
|
+
"ERC20",
|
|
35097
|
+
"ERC721"
|
|
35098
|
+
],
|
|
35099
|
+
abiExplorer: null
|
|
35100
|
+
},
|
|
35101
|
+
substrateInfo: null,
|
|
35102
|
+
extraInfo: null,
|
|
35103
|
+
bitcoinInfo: null,
|
|
35104
|
+
tonInfo: null,
|
|
35105
|
+
cardanoInfo: null
|
|
35106
|
+
};
|
|
35107
|
+
var stable$1 = {
|
|
35108
|
+
slug: "stable",
|
|
35109
|
+
name: "Stable Mainnet",
|
|
35110
|
+
isTestnet: false,
|
|
35111
|
+
chainStatus: "ACTIVE",
|
|
35112
|
+
icon: "/assets/chains/stable.png",
|
|
35113
|
+
providers: {
|
|
35114
|
+
Stable: "https://rpc.stable.xyz/"
|
|
35115
|
+
},
|
|
35116
|
+
evmInfo: {
|
|
35117
|
+
evmChainId: 988,
|
|
35118
|
+
blockExplorer: "https://partners-explorer.stable.xyz/",
|
|
35119
|
+
existentialDeposit: "0",
|
|
35120
|
+
symbol: "gUSDT",
|
|
35121
|
+
decimals: 18,
|
|
35122
|
+
supportSmartContract: [
|
|
35123
|
+
"ERC20",
|
|
35124
|
+
"ERC721"
|
|
35125
|
+
],
|
|
35126
|
+
abiExplorer: null
|
|
35127
|
+
},
|
|
35128
|
+
substrateInfo: null,
|
|
35129
|
+
extraInfo: null,
|
|
35130
|
+
bitcoinInfo: null,
|
|
35131
|
+
tonInfo: null,
|
|
35132
|
+
cardanoInfo: null
|
|
35133
|
+
};
|
|
35124
35134
|
const _ChainInfoMap = {
|
|
35125
35135
|
polkadot: polkadot$1,
|
|
35126
35136
|
kusama: kusama$1,
|
|
@@ -35554,7 +35564,9 @@
|
|
|
35554
35564
|
chronos_auto: chronos_auto$1,
|
|
35555
35565
|
zkverify: zkverify$1,
|
|
35556
35566
|
vflow: vflow$1,
|
|
35557
|
-
acurast_mainnet: acurast_mainnet$1
|
|
35567
|
+
acurast_mainnet: acurast_mainnet$1,
|
|
35568
|
+
monad: monad$1,
|
|
35569
|
+
stable: stable$1
|
|
35558
35570
|
};
|
|
35559
35571
|
|
|
35560
35572
|
var polkadot = "/assets/chains/polkadot.png";
|
|
@@ -35929,6 +35941,8 @@
|
|
|
35929
35941
|
var zkverify = "/assets/chains/zkverify.png";
|
|
35930
35942
|
var vflow = "/assets/chains/vflow.png";
|
|
35931
35943
|
var acurast_mainnet = "/assets/chains/acurast_mainnet.png";
|
|
35944
|
+
var monad = "/assets/chains/monad.png";
|
|
35945
|
+
var stable = "/assets/chains/stable.png";
|
|
35932
35946
|
const _ChainLogoMap = {
|
|
35933
35947
|
"default": "/assets/default.png",
|
|
35934
35948
|
polkadot: polkadot,
|
|
@@ -36305,6 +36319,8 @@
|
|
|
36305
36319
|
zkverify: zkverify,
|
|
36306
36320
|
vflow: vflow,
|
|
36307
36321
|
acurast_mainnet: acurast_mainnet,
|
|
36322
|
+
monad: monad,
|
|
36323
|
+
stable: stable,
|
|
36308
36324
|
"custom-Substrate-gosnetwork": "/assets/custom-chains/gos_37cd7c233c.png",
|
|
36309
36325
|
"custom-Substrate-gosspectral": "/assets/custom-chains/gos_37cd7c233c.png"
|
|
36310
36326
|
};
|