@subwallet/chain-list 0.2.122-beta.3-pr-614-e7e3f499 → 0.2.122-beta.6-pr-614-40861a65
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 +176 -31
- package/cjs/data/AssetLogoMap.json +7 -2
- package/cjs/data/ChainAsset.json +104 -28
- package/cjs/data/ChainInfo.json +58 -0
- package/cjs/data/ChainLogoMap.json +2 -0
- package/cjs/packageInfo.js +1 -1
- package/data/AssetLogoMap.json +7 -2
- package/data/ChainAsset.json +104 -28
- package/data/ChainInfo.json +58 -0
- package/data/ChainLogoMap.json +2 -0
- package/package.json +1 -1
- package/packageInfo.js +1 -1
|
@@ -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",
|
|
@@ -21535,6 +21512,110 @@
|
|
|
21535
21512
|
multiChainAsset: null,
|
|
21536
21513
|
hasValue: true,
|
|
21537
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"
|
|
21538
21619
|
},
|
|
21539
21620
|
"paseo_assethub-NATIVE-PAS": {
|
|
21540
21621
|
originChain: "paseo_assethub",
|
|
@@ -34993,6 +35074,64 @@
|
|
|
34993
35074
|
tonInfo: null,
|
|
34994
35075
|
cardanoInfo: null
|
|
34995
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
|
+
Omega: "https://omega-13.gateway.tenderly.co/7i0nzTPHGfvTsYnBMIsYiB"
|
|
35116
|
+
},
|
|
35117
|
+
evmInfo: {
|
|
35118
|
+
evmChainId: 988,
|
|
35119
|
+
blockExplorer: "https://partners-explorer.stable.xyz/",
|
|
35120
|
+
existentialDeposit: "0",
|
|
35121
|
+
symbol: "gUSDT",
|
|
35122
|
+
decimals: 18,
|
|
35123
|
+
supportSmartContract: [
|
|
35124
|
+
"ERC20",
|
|
35125
|
+
"ERC721"
|
|
35126
|
+
],
|
|
35127
|
+
abiExplorer: null
|
|
35128
|
+
},
|
|
35129
|
+
substrateInfo: null,
|
|
35130
|
+
extraInfo: null,
|
|
35131
|
+
bitcoinInfo: null,
|
|
35132
|
+
tonInfo: null,
|
|
35133
|
+
cardanoInfo: null
|
|
35134
|
+
};
|
|
34996
35135
|
const _ChainInfoMap = {
|
|
34997
35136
|
polkadot: polkadot$1,
|
|
34998
35137
|
kusama: kusama$1,
|
|
@@ -35426,7 +35565,9 @@
|
|
|
35426
35565
|
chronos_auto: chronos_auto$1,
|
|
35427
35566
|
zkverify: zkverify$1,
|
|
35428
35567
|
vflow: vflow$1,
|
|
35429
|
-
acurast_mainnet: acurast_mainnet$1
|
|
35568
|
+
acurast_mainnet: acurast_mainnet$1,
|
|
35569
|
+
monad: monad$1,
|
|
35570
|
+
stable: stable$1
|
|
35430
35571
|
};
|
|
35431
35572
|
|
|
35432
35573
|
var polkadot = "/assets/chains/polkadot.png";
|
|
@@ -35801,6 +35942,8 @@
|
|
|
35801
35942
|
var zkverify = "/assets/chains/zkverify.png";
|
|
35802
35943
|
var vflow = "/assets/chains/vflow.png";
|
|
35803
35944
|
var acurast_mainnet = "/assets/chains/acurast_mainnet.png";
|
|
35945
|
+
var monad = "/assets/chains/monad.png";
|
|
35946
|
+
var stable = "/assets/chains/stable.png";
|
|
35804
35947
|
const _ChainLogoMap = {
|
|
35805
35948
|
"default": "/assets/default.png",
|
|
35806
35949
|
polkadot: polkadot,
|
|
@@ -36177,6 +36320,8 @@
|
|
|
36177
36320
|
zkverify: zkverify,
|
|
36178
36321
|
vflow: vflow,
|
|
36179
36322
|
acurast_mainnet: acurast_mainnet,
|
|
36323
|
+
monad: monad,
|
|
36324
|
+
stable: stable,
|
|
36180
36325
|
"custom-Substrate-gosnetwork": "/assets/custom-chains/gos_37cd7c233c.png",
|
|
36181
36326
|
"custom-Substrate-gosspectral": "/assets/custom-chains/gos_37cd7c233c.png"
|
|
36182
36327
|
};
|
|
@@ -114,7 +114,6 @@
|
|
|
114
114
|
"statemine-native-ksm": "https://614-merge.sw-chain-list-assets.pages.dev/assets/chain-assets/statemine-native-ksm.png",
|
|
115
115
|
"karura-native-kar": "https://614-merge.sw-chain-list-assets.pages.dev/assets/chain-assets/karura-native-kar.png",
|
|
116
116
|
"khala-native-pha": "https://614-merge.sw-chain-list-assets.pages.dev/assets/chain-assets/khala-native-pha.png",
|
|
117
|
-
"kilt-native-kilt": "https://614-merge.sw-chain-list-assets.pages.dev/assets/chain-assets/kilt-native-kilt.png",
|
|
118
117
|
"basilisk-native-bsx": "https://614-merge.sw-chain-list-assets.pages.dev/assets/chain-assets/basilisk-native-bsx.png",
|
|
119
118
|
"altair-native-air": "https://614-merge.sw-chain-list-assets.pages.dev/assets/chain-assets/altair-native-air.png",
|
|
120
119
|
"heiko-native-hko": "https://614-merge.sw-chain-list-assets.pages.dev/assets/chain-assets/heiko-native-hko.png",
|
|
@@ -460,7 +459,6 @@
|
|
|
460
459
|
"acala-local-intr": "https://614-merge.sw-chain-list-assets.pages.dev/assets/chain-assets/acala-local-intr.png",
|
|
461
460
|
"parallel-local-aca": "https://614-merge.sw-chain-list-assets.pages.dev/assets/chain-assets/parallel-local-aca.png",
|
|
462
461
|
"hydradx_main-local-cfg": "https://614-merge.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-cfg.png",
|
|
463
|
-
"polimec-native-plmc": "https://614-merge.sw-chain-list-assets.pages.dev/assets/chain-assets/polimec-native-plmc.png",
|
|
464
462
|
"invarch-native-varch": "https://614-merge.sw-chain-list-assets.pages.dev/assets/chain-assets/invarch-native-varch.png",
|
|
465
463
|
"parallel-local-cdot714": "https://614-merge.sw-chain-list-assets.pages.dev/assets/chain-assets/parallel-local-cdot714.png",
|
|
466
464
|
"manta_network_evm-native-eth": "https://614-merge.sw-chain-list-assets.pages.dev/assets/chain-assets/manta_network_evm-native-eth.png",
|
|
@@ -1087,6 +1085,13 @@
|
|
|
1087
1085
|
"base_mainnet-erc20-trac-0xa81a52b4dda010896cdd386c7fbdc5cdc835ba23": "https://614-merge.sw-chain-list-assets.pages.dev/assets/chain-assets/base_mainnet-erc20-trac-0xa81a52b4dda010896cdd386c7fbdc5cdc835ba23.png",
|
|
1088
1086
|
"gnosis-erc20-trac-0xeddd81e0792e764501aae206eb432399a0268db5": "https://614-merge.sw-chain-list-assets.pages.dev/assets/chain-assets/gnosis-erc20-trac-0xeddd81e0792e764501aae206eb432399a0268db5.png",
|
|
1089
1087
|
"ethereum-erc20-vmanta-0xf0b9889cdb70a716bf72e37ef626f08d9f14c180": "https://614-merge.sw-chain-list-assets.pages.dev/assets/chain-assets/ethereum-erc20-vmanta-0xf0b9889cdb70a716bf72e37ef626f08d9f14c180.png",
|
|
1088
|
+
"monad-native-mon": "https://614-merge.sw-chain-list-assets.pages.dev/assets/chain-assets/monad-native-mon.png",
|
|
1089
|
+
"monad-erc20-usdc-0x754704bc059f8c67012fed69bc8a327a5aafb603": "https://614-merge.sw-chain-list-assets.pages.dev/assets/chain-assets/monad-erc20-usdc-0x754704bc059f8c67012fed69bc8a327a5aafb603.png",
|
|
1090
|
+
"manta_network_evm-erc20-vmanta-0x7746ef546d562b443ae4b4145541a3b1a3d75717": "https://614-merge.sw-chain-list-assets.pages.dev/assets/chain-assets/manta_network_evm-erc20-vmanta-0x7746ef546d562b443ae4b4145541a3b1a3d75717.png",
|
|
1091
|
+
"stable-native-gusdt": "https://614-merge.sw-chain-list-assets.pages.dev/assets/chain-assets/stable-native-gusdt.png",
|
|
1092
|
+
"stable-erc20-usd₮0-0x779ded0c9e1022225f8e0630b35a9b54be713736": "https://614-merge.sw-chain-list-assets.pages.dev/assets/chain-assets/stable-erc20-usd₮0-0x779ded0c9e1022225f8e0630b35a9b54be713736.png",
|
|
1093
|
+
"kilt-native-kilt": "https://614-merge.sw-chain-list-assets.pages.dev/assets/chain-assets/kilt-native-kilt.png",
|
|
1094
|
+
"polimec-native-plmc": "https://614-merge.sw-chain-list-assets.pages.dev/assets/chain-assets/polimec-native-plmc.png",
|
|
1090
1095
|
"paseo_assethub-native-pas": "https://614-merge.sw-chain-list-assets.pages.dev/assets/chain-assets/paseo_assethub-native-pas.png",
|
|
1091
1096
|
"eth-ethereum": "https://614-merge.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/eth-ethereum.png",
|
|
1092
1097
|
"ibtc-interbtc": "https://614-merge.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/ibtc-interbtc.png",
|
package/cjs/data/ChainAsset.json
CHANGED
|
@@ -2274,20 +2274,6 @@
|
|
|
2274
2274
|
"hasValue": true,
|
|
2275
2275
|
"icon": "https://614-merge.sw-chain-list-assets.pages.dev/assets/chain-assets/khala-native-pha.png"
|
|
2276
2276
|
},
|
|
2277
|
-
"kilt-NATIVE-KILT": {
|
|
2278
|
-
"originChain": "kilt",
|
|
2279
|
-
"slug": "kilt-NATIVE-KILT",
|
|
2280
|
-
"name": "KILT Protocol",
|
|
2281
|
-
"symbol": "KILT",
|
|
2282
|
-
"decimals": 15,
|
|
2283
|
-
"priceId": "kilt-protocol",
|
|
2284
|
-
"minAmount": "10000000000000",
|
|
2285
|
-
"assetType": "NATIVE",
|
|
2286
|
-
"metadata": null,
|
|
2287
|
-
"multiChainAsset": "KILT-KILTProtocol",
|
|
2288
|
-
"hasValue": true,
|
|
2289
|
-
"icon": "https://614-merge.sw-chain-list-assets.pages.dev/assets/chain-assets/kilt-native-kilt.png"
|
|
2290
|
-
},
|
|
2291
2277
|
"basilisk-NATIVE-BSX": {
|
|
2292
2278
|
"originChain": "basilisk",
|
|
2293
2279
|
"slug": "basilisk-NATIVE-BSX",
|
|
@@ -8104,20 +8090,6 @@
|
|
|
8104
8090
|
"hasValue": true,
|
|
8105
8091
|
"icon": "https://614-merge.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-cfg.png"
|
|
8106
8092
|
},
|
|
8107
|
-
"polimec-NATIVE-PLMC": {
|
|
8108
|
-
"originChain": "polimec",
|
|
8109
|
-
"slug": "polimec-NATIVE-PLMC",
|
|
8110
|
-
"name": "Polimec",
|
|
8111
|
-
"symbol": "PLMC",
|
|
8112
|
-
"decimals": 10,
|
|
8113
|
-
"priceId": "polimec",
|
|
8114
|
-
"minAmount": "100000000",
|
|
8115
|
-
"assetType": "NATIVE",
|
|
8116
|
-
"metadata": null,
|
|
8117
|
-
"multiChainAsset": null,
|
|
8118
|
-
"hasValue": true,
|
|
8119
|
-
"icon": "https://614-merge.sw-chain-list-assets.pages.dev/assets/chain-assets/polimec-native-plmc.png"
|
|
8120
|
-
},
|
|
8121
8093
|
"invarch-NATIVE-VARCH": {
|
|
8122
8094
|
"originChain": "invarch",
|
|
8123
8095
|
"slug": "invarch-NATIVE-VARCH",
|
|
@@ -19033,6 +19005,110 @@
|
|
|
19033
19005
|
"hasValue": true,
|
|
19034
19006
|
"icon": "https://614-merge.sw-chain-list-assets.pages.dev/assets/chain-assets/ethereum-erc20-vmanta-0xf0b9889cdb70a716bf72e37ef626f08d9f14c180.png"
|
|
19035
19007
|
},
|
|
19008
|
+
"monad-NATIVE-MON": {
|
|
19009
|
+
"originChain": "monad",
|
|
19010
|
+
"slug": "monad-NATIVE-MON",
|
|
19011
|
+
"name": "Monad",
|
|
19012
|
+
"symbol": "MON",
|
|
19013
|
+
"decimals": 18,
|
|
19014
|
+
"priceId": "monad",
|
|
19015
|
+
"minAmount": "0",
|
|
19016
|
+
"assetType": "NATIVE",
|
|
19017
|
+
"metadata": null,
|
|
19018
|
+
"multiChainAsset": null,
|
|
19019
|
+
"hasValue": true,
|
|
19020
|
+
"icon": "https://614-merge.sw-chain-list-assets.pages.dev/assets/chain-assets/monad-native-mon.png"
|
|
19021
|
+
},
|
|
19022
|
+
"monad-ERC20-USDC-0x754704Bc059F8C67012fEd69BC8A327a5aafb603": {
|
|
19023
|
+
"originChain": "monad",
|
|
19024
|
+
"slug": "monad-ERC20-USDC-0x754704Bc059F8C67012fEd69BC8A327a5aafb603",
|
|
19025
|
+
"name": "USD Coin",
|
|
19026
|
+
"symbol": "USDC",
|
|
19027
|
+
"decimals": 6,
|
|
19028
|
+
"priceId": "usd-coin",
|
|
19029
|
+
"minAmount": "0",
|
|
19030
|
+
"assetType": "ERC20",
|
|
19031
|
+
"metadata": {
|
|
19032
|
+
"contractAddress": "0x754704Bc059F8C67012fEd69BC8A327a5aafb603"
|
|
19033
|
+
},
|
|
19034
|
+
"multiChainAsset": "USDC-USDCoin",
|
|
19035
|
+
"hasValue": true,
|
|
19036
|
+
"icon": "https://614-merge.sw-chain-list-assets.pages.dev/assets/chain-assets/monad-erc20-usdc-0x754704bc059f8c67012fed69bc8a327a5aafb603.png"
|
|
19037
|
+
},
|
|
19038
|
+
"manta_network_evm-ERC20-vMANTA-0x7746ef546d562b443AE4B4145541a3b1a3D75717": {
|
|
19039
|
+
"originChain": "manta_network_evm",
|
|
19040
|
+
"slug": "manta_network_evm-ERC20-vMANTA-0x7746ef546d562b443AE4B4145541a3b1a3D75717",
|
|
19041
|
+
"name": "Bifrost Voucher MANTA",
|
|
19042
|
+
"symbol": "vMANTA",
|
|
19043
|
+
"decimals": 18,
|
|
19044
|
+
"priceId": "bifrost-voucher-manta",
|
|
19045
|
+
"minAmount": "0",
|
|
19046
|
+
"assetType": "ERC20",
|
|
19047
|
+
"metadata": {
|
|
19048
|
+
"contractAddress": "0x7746ef546d562b443AE4B4145541a3b1a3D75717"
|
|
19049
|
+
},
|
|
19050
|
+
"multiChainAsset": null,
|
|
19051
|
+
"hasValue": true,
|
|
19052
|
+
"icon": "https://614-merge.sw-chain-list-assets.pages.dev/assets/chain-assets/manta_network_evm-erc20-vmanta-0x7746ef546d562b443ae4b4145541a3b1a3d75717.png"
|
|
19053
|
+
},
|
|
19054
|
+
"stable-NATIVE-gUSDT": {
|
|
19055
|
+
"originChain": "stable",
|
|
19056
|
+
"slug": "stable-NATIVE-gUSDT",
|
|
19057
|
+
"name": "gUSDT",
|
|
19058
|
+
"symbol": "gUSDT",
|
|
19059
|
+
"decimals": 18,
|
|
19060
|
+
"priceId": null,
|
|
19061
|
+
"minAmount": "0",
|
|
19062
|
+
"assetType": "NATIVE",
|
|
19063
|
+
"metadata": null,
|
|
19064
|
+
"multiChainAsset": null,
|
|
19065
|
+
"hasValue": true,
|
|
19066
|
+
"icon": "https://614-merge.sw-chain-list-assets.pages.dev/assets/chain-assets/stable-native-gusdt.png"
|
|
19067
|
+
},
|
|
19068
|
+
"stable-ERC20-USD₮0-0x779Ded0c9e1022225f8E0630b35a9b54bE713736": {
|
|
19069
|
+
"originChain": "stable",
|
|
19070
|
+
"slug": "stable-ERC20-USD₮0-0x779Ded0c9e1022225f8E0630b35a9b54bE713736",
|
|
19071
|
+
"name": "USD₮0",
|
|
19072
|
+
"symbol": "USD₮0",
|
|
19073
|
+
"decimals": 6,
|
|
19074
|
+
"priceId": "usdt0",
|
|
19075
|
+
"minAmount": "0",
|
|
19076
|
+
"assetType": "ERC20",
|
|
19077
|
+
"metadata": {
|
|
19078
|
+
"contractAddress": "0x779Ded0c9e1022225f8E0630b35a9b54bE713736"
|
|
19079
|
+
},
|
|
19080
|
+
"multiChainAsset": "USD₮0-USD₮0",
|
|
19081
|
+
"hasValue": true,
|
|
19082
|
+
"icon": "https://614-merge.sw-chain-list-assets.pages.dev/assets/chain-assets/stable-erc20-usd₮0-0x779ded0c9e1022225f8e0630b35a9b54be713736.png"
|
|
19083
|
+
},
|
|
19084
|
+
"kilt-NATIVE-KILT": {
|
|
19085
|
+
"originChain": "kilt",
|
|
19086
|
+
"slug": "kilt-NATIVE-KILT",
|
|
19087
|
+
"name": "KILT Protocol",
|
|
19088
|
+
"symbol": "KILT",
|
|
19089
|
+
"decimals": 15,
|
|
19090
|
+
"priceId": "kilt-protocol",
|
|
19091
|
+
"minAmount": "10000000000000",
|
|
19092
|
+
"assetType": "NATIVE",
|
|
19093
|
+
"metadata": null,
|
|
19094
|
+
"multiChainAsset": "KILT-KILTProtocol",
|
|
19095
|
+
"hasValue": true,
|
|
19096
|
+
"icon": "https://614-merge.sw-chain-list-assets.pages.dev/assets/chain-assets/kilt-native-kilt.png"
|
|
19097
|
+
},
|
|
19098
|
+
"polimec-NATIVE-PLMC": {
|
|
19099
|
+
"originChain": "polimec",
|
|
19100
|
+
"slug": "polimec-NATIVE-PLMC",
|
|
19101
|
+
"name": "Polimec",
|
|
19102
|
+
"symbol": "PLMC",
|
|
19103
|
+
"decimals": 10,
|
|
19104
|
+
"priceId": "polimec",
|
|
19105
|
+
"minAmount": "100000000",
|
|
19106
|
+
"assetType": "NATIVE",
|
|
19107
|
+
"metadata": null,
|
|
19108
|
+
"multiChainAsset": null,
|
|
19109
|
+
"hasValue": true,
|
|
19110
|
+
"icon": "https://614-merge.sw-chain-list-assets.pages.dev/assets/chain-assets/polimec-native-plmc.png"
|
|
19111
|
+
},
|
|
19036
19112
|
"paseo_assethub-NATIVE-PAS": {
|
|
19037
19113
|
"originChain": "paseo_assethub",
|
|
19038
19114
|
"slug": "paseo_assethub-NATIVE-PAS",
|
package/cjs/data/ChainInfo.json
CHANGED
|
@@ -13283,5 +13283,63 @@
|
|
|
13283
13283
|
"bitcoinInfo": null,
|
|
13284
13284
|
"tonInfo": null,
|
|
13285
13285
|
"cardanoInfo": null
|
|
13286
|
+
},
|
|
13287
|
+
"monad": {
|
|
13288
|
+
"slug": "monad",
|
|
13289
|
+
"name": "Monad Mainnet",
|
|
13290
|
+
"isTestnet": false,
|
|
13291
|
+
"chainStatus": "ACTIVE",
|
|
13292
|
+
"icon": "https://614-merge.sw-chain-list-assets.pages.dev/assets/chains/monad.png",
|
|
13293
|
+
"providers": {
|
|
13294
|
+
"MonadRPC": "https://rpc.monad.xyz/",
|
|
13295
|
+
"MonadRPC1": "https://rpc1.monad.xyz/",
|
|
13296
|
+
"MonadRPC3": "https://rpc3.monad.xyz/",
|
|
13297
|
+
"Monadinfra": "https://rpc-mainnet.monadinfra.com/"
|
|
13298
|
+
},
|
|
13299
|
+
"evmInfo": {
|
|
13300
|
+
"evmChainId": 143,
|
|
13301
|
+
"blockExplorer": "https://monadvision.com/",
|
|
13302
|
+
"existentialDeposit": "0",
|
|
13303
|
+
"symbol": "MON",
|
|
13304
|
+
"decimals": 18,
|
|
13305
|
+
"supportSmartContract": [
|
|
13306
|
+
"ERC20",
|
|
13307
|
+
"ERC721"
|
|
13308
|
+
],
|
|
13309
|
+
"abiExplorer": null
|
|
13310
|
+
},
|
|
13311
|
+
"substrateInfo": null,
|
|
13312
|
+
"extraInfo": null,
|
|
13313
|
+
"bitcoinInfo": null,
|
|
13314
|
+
"tonInfo": null,
|
|
13315
|
+
"cardanoInfo": null
|
|
13316
|
+
},
|
|
13317
|
+
"stable": {
|
|
13318
|
+
"slug": "stable",
|
|
13319
|
+
"name": "Stable Mainnet",
|
|
13320
|
+
"isTestnet": false,
|
|
13321
|
+
"chainStatus": "ACTIVE",
|
|
13322
|
+
"icon": "https://614-merge.sw-chain-list-assets.pages.dev/assets/chains/stable.png",
|
|
13323
|
+
"providers": {
|
|
13324
|
+
"Stable": "https://rpc.stable.xyz/",
|
|
13325
|
+
"Omega": "https://omega-13.gateway.tenderly.co/7i0nzTPHGfvTsYnBMIsYiB"
|
|
13326
|
+
},
|
|
13327
|
+
"evmInfo": {
|
|
13328
|
+
"evmChainId": 988,
|
|
13329
|
+
"blockExplorer": "https://partners-explorer.stable.xyz/",
|
|
13330
|
+
"existentialDeposit": "0",
|
|
13331
|
+
"symbol": "gUSDT",
|
|
13332
|
+
"decimals": 18,
|
|
13333
|
+
"supportSmartContract": [
|
|
13334
|
+
"ERC20",
|
|
13335
|
+
"ERC721"
|
|
13336
|
+
],
|
|
13337
|
+
"abiExplorer": null
|
|
13338
|
+
},
|
|
13339
|
+
"substrateInfo": null,
|
|
13340
|
+
"extraInfo": null,
|
|
13341
|
+
"bitcoinInfo": null,
|
|
13342
|
+
"tonInfo": null,
|
|
13343
|
+
"cardanoInfo": null
|
|
13286
13344
|
}
|
|
13287
13345
|
}
|
|
@@ -374,6 +374,8 @@
|
|
|
374
374
|
"zkverify": "https://614-merge.sw-chain-list-assets.pages.dev/assets/chains/zkverify.png",
|
|
375
375
|
"vflow": "https://614-merge.sw-chain-list-assets.pages.dev/assets/chains/vflow.png",
|
|
376
376
|
"acurast_mainnet": "https://614-merge.sw-chain-list-assets.pages.dev/assets/chains/acurast_mainnet.png",
|
|
377
|
+
"monad": "https://614-merge.sw-chain-list-assets.pages.dev/assets/chains/monad.png",
|
|
378
|
+
"stable": "https://614-merge.sw-chain-list-assets.pages.dev/assets/chains/stable.png",
|
|
377
379
|
"custom-Substrate-gosnetwork": "https://614-merge.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png",
|
|
378
380
|
"custom-Substrate-gosspectral": "https://614-merge.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png"
|
|
379
381
|
}
|
package/cjs/packageInfo.js
CHANGED
package/data/AssetLogoMap.json
CHANGED
|
@@ -114,7 +114,6 @@
|
|
|
114
114
|
"statemine-native-ksm": "https://614-merge.sw-chain-list-assets.pages.dev/assets/chain-assets/statemine-native-ksm.png",
|
|
115
115
|
"karura-native-kar": "https://614-merge.sw-chain-list-assets.pages.dev/assets/chain-assets/karura-native-kar.png",
|
|
116
116
|
"khala-native-pha": "https://614-merge.sw-chain-list-assets.pages.dev/assets/chain-assets/khala-native-pha.png",
|
|
117
|
-
"kilt-native-kilt": "https://614-merge.sw-chain-list-assets.pages.dev/assets/chain-assets/kilt-native-kilt.png",
|
|
118
117
|
"basilisk-native-bsx": "https://614-merge.sw-chain-list-assets.pages.dev/assets/chain-assets/basilisk-native-bsx.png",
|
|
119
118
|
"altair-native-air": "https://614-merge.sw-chain-list-assets.pages.dev/assets/chain-assets/altair-native-air.png",
|
|
120
119
|
"heiko-native-hko": "https://614-merge.sw-chain-list-assets.pages.dev/assets/chain-assets/heiko-native-hko.png",
|
|
@@ -460,7 +459,6 @@
|
|
|
460
459
|
"acala-local-intr": "https://614-merge.sw-chain-list-assets.pages.dev/assets/chain-assets/acala-local-intr.png",
|
|
461
460
|
"parallel-local-aca": "https://614-merge.sw-chain-list-assets.pages.dev/assets/chain-assets/parallel-local-aca.png",
|
|
462
461
|
"hydradx_main-local-cfg": "https://614-merge.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-cfg.png",
|
|
463
|
-
"polimec-native-plmc": "https://614-merge.sw-chain-list-assets.pages.dev/assets/chain-assets/polimec-native-plmc.png",
|
|
464
462
|
"invarch-native-varch": "https://614-merge.sw-chain-list-assets.pages.dev/assets/chain-assets/invarch-native-varch.png",
|
|
465
463
|
"parallel-local-cdot714": "https://614-merge.sw-chain-list-assets.pages.dev/assets/chain-assets/parallel-local-cdot714.png",
|
|
466
464
|
"manta_network_evm-native-eth": "https://614-merge.sw-chain-list-assets.pages.dev/assets/chain-assets/manta_network_evm-native-eth.png",
|
|
@@ -1087,6 +1085,13 @@
|
|
|
1087
1085
|
"base_mainnet-erc20-trac-0xa81a52b4dda010896cdd386c7fbdc5cdc835ba23": "https://614-merge.sw-chain-list-assets.pages.dev/assets/chain-assets/base_mainnet-erc20-trac-0xa81a52b4dda010896cdd386c7fbdc5cdc835ba23.png",
|
|
1088
1086
|
"gnosis-erc20-trac-0xeddd81e0792e764501aae206eb432399a0268db5": "https://614-merge.sw-chain-list-assets.pages.dev/assets/chain-assets/gnosis-erc20-trac-0xeddd81e0792e764501aae206eb432399a0268db5.png",
|
|
1089
1087
|
"ethereum-erc20-vmanta-0xf0b9889cdb70a716bf72e37ef626f08d9f14c180": "https://614-merge.sw-chain-list-assets.pages.dev/assets/chain-assets/ethereum-erc20-vmanta-0xf0b9889cdb70a716bf72e37ef626f08d9f14c180.png",
|
|
1088
|
+
"monad-native-mon": "https://614-merge.sw-chain-list-assets.pages.dev/assets/chain-assets/monad-native-mon.png",
|
|
1089
|
+
"monad-erc20-usdc-0x754704bc059f8c67012fed69bc8a327a5aafb603": "https://614-merge.sw-chain-list-assets.pages.dev/assets/chain-assets/monad-erc20-usdc-0x754704bc059f8c67012fed69bc8a327a5aafb603.png",
|
|
1090
|
+
"manta_network_evm-erc20-vmanta-0x7746ef546d562b443ae4b4145541a3b1a3d75717": "https://614-merge.sw-chain-list-assets.pages.dev/assets/chain-assets/manta_network_evm-erc20-vmanta-0x7746ef546d562b443ae4b4145541a3b1a3d75717.png",
|
|
1091
|
+
"stable-native-gusdt": "https://614-merge.sw-chain-list-assets.pages.dev/assets/chain-assets/stable-native-gusdt.png",
|
|
1092
|
+
"stable-erc20-usd₮0-0x779ded0c9e1022225f8e0630b35a9b54be713736": "https://614-merge.sw-chain-list-assets.pages.dev/assets/chain-assets/stable-erc20-usd₮0-0x779ded0c9e1022225f8e0630b35a9b54be713736.png",
|
|
1093
|
+
"kilt-native-kilt": "https://614-merge.sw-chain-list-assets.pages.dev/assets/chain-assets/kilt-native-kilt.png",
|
|
1094
|
+
"polimec-native-plmc": "https://614-merge.sw-chain-list-assets.pages.dev/assets/chain-assets/polimec-native-plmc.png",
|
|
1090
1095
|
"paseo_assethub-native-pas": "https://614-merge.sw-chain-list-assets.pages.dev/assets/chain-assets/paseo_assethub-native-pas.png",
|
|
1091
1096
|
"eth-ethereum": "https://614-merge.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/eth-ethereum.png",
|
|
1092
1097
|
"ibtc-interbtc": "https://614-merge.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/ibtc-interbtc.png",
|
package/data/ChainAsset.json
CHANGED
|
@@ -2274,20 +2274,6 @@
|
|
|
2274
2274
|
"hasValue": true,
|
|
2275
2275
|
"icon": "https://614-merge.sw-chain-list-assets.pages.dev/assets/chain-assets/khala-native-pha.png"
|
|
2276
2276
|
},
|
|
2277
|
-
"kilt-NATIVE-KILT": {
|
|
2278
|
-
"originChain": "kilt",
|
|
2279
|
-
"slug": "kilt-NATIVE-KILT",
|
|
2280
|
-
"name": "KILT Protocol",
|
|
2281
|
-
"symbol": "KILT",
|
|
2282
|
-
"decimals": 15,
|
|
2283
|
-
"priceId": "kilt-protocol",
|
|
2284
|
-
"minAmount": "10000000000000",
|
|
2285
|
-
"assetType": "NATIVE",
|
|
2286
|
-
"metadata": null,
|
|
2287
|
-
"multiChainAsset": "KILT-KILTProtocol",
|
|
2288
|
-
"hasValue": true,
|
|
2289
|
-
"icon": "https://614-merge.sw-chain-list-assets.pages.dev/assets/chain-assets/kilt-native-kilt.png"
|
|
2290
|
-
},
|
|
2291
2277
|
"basilisk-NATIVE-BSX": {
|
|
2292
2278
|
"originChain": "basilisk",
|
|
2293
2279
|
"slug": "basilisk-NATIVE-BSX",
|
|
@@ -8104,20 +8090,6 @@
|
|
|
8104
8090
|
"hasValue": true,
|
|
8105
8091
|
"icon": "https://614-merge.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-cfg.png"
|
|
8106
8092
|
},
|
|
8107
|
-
"polimec-NATIVE-PLMC": {
|
|
8108
|
-
"originChain": "polimec",
|
|
8109
|
-
"slug": "polimec-NATIVE-PLMC",
|
|
8110
|
-
"name": "Polimec",
|
|
8111
|
-
"symbol": "PLMC",
|
|
8112
|
-
"decimals": 10,
|
|
8113
|
-
"priceId": "polimec",
|
|
8114
|
-
"minAmount": "100000000",
|
|
8115
|
-
"assetType": "NATIVE",
|
|
8116
|
-
"metadata": null,
|
|
8117
|
-
"multiChainAsset": null,
|
|
8118
|
-
"hasValue": true,
|
|
8119
|
-
"icon": "https://614-merge.sw-chain-list-assets.pages.dev/assets/chain-assets/polimec-native-plmc.png"
|
|
8120
|
-
},
|
|
8121
8093
|
"invarch-NATIVE-VARCH": {
|
|
8122
8094
|
"originChain": "invarch",
|
|
8123
8095
|
"slug": "invarch-NATIVE-VARCH",
|
|
@@ -19033,6 +19005,110 @@
|
|
|
19033
19005
|
"hasValue": true,
|
|
19034
19006
|
"icon": "https://614-merge.sw-chain-list-assets.pages.dev/assets/chain-assets/ethereum-erc20-vmanta-0xf0b9889cdb70a716bf72e37ef626f08d9f14c180.png"
|
|
19035
19007
|
},
|
|
19008
|
+
"monad-NATIVE-MON": {
|
|
19009
|
+
"originChain": "monad",
|
|
19010
|
+
"slug": "monad-NATIVE-MON",
|
|
19011
|
+
"name": "Monad",
|
|
19012
|
+
"symbol": "MON",
|
|
19013
|
+
"decimals": 18,
|
|
19014
|
+
"priceId": "monad",
|
|
19015
|
+
"minAmount": "0",
|
|
19016
|
+
"assetType": "NATIVE",
|
|
19017
|
+
"metadata": null,
|
|
19018
|
+
"multiChainAsset": null,
|
|
19019
|
+
"hasValue": true,
|
|
19020
|
+
"icon": "https://614-merge.sw-chain-list-assets.pages.dev/assets/chain-assets/monad-native-mon.png"
|
|
19021
|
+
},
|
|
19022
|
+
"monad-ERC20-USDC-0x754704Bc059F8C67012fEd69BC8A327a5aafb603": {
|
|
19023
|
+
"originChain": "monad",
|
|
19024
|
+
"slug": "monad-ERC20-USDC-0x754704Bc059F8C67012fEd69BC8A327a5aafb603",
|
|
19025
|
+
"name": "USD Coin",
|
|
19026
|
+
"symbol": "USDC",
|
|
19027
|
+
"decimals": 6,
|
|
19028
|
+
"priceId": "usd-coin",
|
|
19029
|
+
"minAmount": "0",
|
|
19030
|
+
"assetType": "ERC20",
|
|
19031
|
+
"metadata": {
|
|
19032
|
+
"contractAddress": "0x754704Bc059F8C67012fEd69BC8A327a5aafb603"
|
|
19033
|
+
},
|
|
19034
|
+
"multiChainAsset": "USDC-USDCoin",
|
|
19035
|
+
"hasValue": true,
|
|
19036
|
+
"icon": "https://614-merge.sw-chain-list-assets.pages.dev/assets/chain-assets/monad-erc20-usdc-0x754704bc059f8c67012fed69bc8a327a5aafb603.png"
|
|
19037
|
+
},
|
|
19038
|
+
"manta_network_evm-ERC20-vMANTA-0x7746ef546d562b443AE4B4145541a3b1a3D75717": {
|
|
19039
|
+
"originChain": "manta_network_evm",
|
|
19040
|
+
"slug": "manta_network_evm-ERC20-vMANTA-0x7746ef546d562b443AE4B4145541a3b1a3D75717",
|
|
19041
|
+
"name": "Bifrost Voucher MANTA",
|
|
19042
|
+
"symbol": "vMANTA",
|
|
19043
|
+
"decimals": 18,
|
|
19044
|
+
"priceId": "bifrost-voucher-manta",
|
|
19045
|
+
"minAmount": "0",
|
|
19046
|
+
"assetType": "ERC20",
|
|
19047
|
+
"metadata": {
|
|
19048
|
+
"contractAddress": "0x7746ef546d562b443AE4B4145541a3b1a3D75717"
|
|
19049
|
+
},
|
|
19050
|
+
"multiChainAsset": null,
|
|
19051
|
+
"hasValue": true,
|
|
19052
|
+
"icon": "https://614-merge.sw-chain-list-assets.pages.dev/assets/chain-assets/manta_network_evm-erc20-vmanta-0x7746ef546d562b443ae4b4145541a3b1a3d75717.png"
|
|
19053
|
+
},
|
|
19054
|
+
"stable-NATIVE-gUSDT": {
|
|
19055
|
+
"originChain": "stable",
|
|
19056
|
+
"slug": "stable-NATIVE-gUSDT",
|
|
19057
|
+
"name": "gUSDT",
|
|
19058
|
+
"symbol": "gUSDT",
|
|
19059
|
+
"decimals": 18,
|
|
19060
|
+
"priceId": null,
|
|
19061
|
+
"minAmount": "0",
|
|
19062
|
+
"assetType": "NATIVE",
|
|
19063
|
+
"metadata": null,
|
|
19064
|
+
"multiChainAsset": null,
|
|
19065
|
+
"hasValue": true,
|
|
19066
|
+
"icon": "https://614-merge.sw-chain-list-assets.pages.dev/assets/chain-assets/stable-native-gusdt.png"
|
|
19067
|
+
},
|
|
19068
|
+
"stable-ERC20-USD₮0-0x779Ded0c9e1022225f8E0630b35a9b54bE713736": {
|
|
19069
|
+
"originChain": "stable",
|
|
19070
|
+
"slug": "stable-ERC20-USD₮0-0x779Ded0c9e1022225f8E0630b35a9b54bE713736",
|
|
19071
|
+
"name": "USD₮0",
|
|
19072
|
+
"symbol": "USD₮0",
|
|
19073
|
+
"decimals": 6,
|
|
19074
|
+
"priceId": "usdt0",
|
|
19075
|
+
"minAmount": "0",
|
|
19076
|
+
"assetType": "ERC20",
|
|
19077
|
+
"metadata": {
|
|
19078
|
+
"contractAddress": "0x779Ded0c9e1022225f8E0630b35a9b54bE713736"
|
|
19079
|
+
},
|
|
19080
|
+
"multiChainAsset": "USD₮0-USD₮0",
|
|
19081
|
+
"hasValue": true,
|
|
19082
|
+
"icon": "https://614-merge.sw-chain-list-assets.pages.dev/assets/chain-assets/stable-erc20-usd₮0-0x779ded0c9e1022225f8e0630b35a9b54be713736.png"
|
|
19083
|
+
},
|
|
19084
|
+
"kilt-NATIVE-KILT": {
|
|
19085
|
+
"originChain": "kilt",
|
|
19086
|
+
"slug": "kilt-NATIVE-KILT",
|
|
19087
|
+
"name": "KILT Protocol",
|
|
19088
|
+
"symbol": "KILT",
|
|
19089
|
+
"decimals": 15,
|
|
19090
|
+
"priceId": "kilt-protocol",
|
|
19091
|
+
"minAmount": "10000000000000",
|
|
19092
|
+
"assetType": "NATIVE",
|
|
19093
|
+
"metadata": null,
|
|
19094
|
+
"multiChainAsset": "KILT-KILTProtocol",
|
|
19095
|
+
"hasValue": true,
|
|
19096
|
+
"icon": "https://614-merge.sw-chain-list-assets.pages.dev/assets/chain-assets/kilt-native-kilt.png"
|
|
19097
|
+
},
|
|
19098
|
+
"polimec-NATIVE-PLMC": {
|
|
19099
|
+
"originChain": "polimec",
|
|
19100
|
+
"slug": "polimec-NATIVE-PLMC",
|
|
19101
|
+
"name": "Polimec",
|
|
19102
|
+
"symbol": "PLMC",
|
|
19103
|
+
"decimals": 10,
|
|
19104
|
+
"priceId": "polimec",
|
|
19105
|
+
"minAmount": "100000000",
|
|
19106
|
+
"assetType": "NATIVE",
|
|
19107
|
+
"metadata": null,
|
|
19108
|
+
"multiChainAsset": null,
|
|
19109
|
+
"hasValue": true,
|
|
19110
|
+
"icon": "https://614-merge.sw-chain-list-assets.pages.dev/assets/chain-assets/polimec-native-plmc.png"
|
|
19111
|
+
},
|
|
19036
19112
|
"paseo_assethub-NATIVE-PAS": {
|
|
19037
19113
|
"originChain": "paseo_assethub",
|
|
19038
19114
|
"slug": "paseo_assethub-NATIVE-PAS",
|
package/data/ChainInfo.json
CHANGED
|
@@ -13283,5 +13283,63 @@
|
|
|
13283
13283
|
"bitcoinInfo": null,
|
|
13284
13284
|
"tonInfo": null,
|
|
13285
13285
|
"cardanoInfo": null
|
|
13286
|
+
},
|
|
13287
|
+
"monad": {
|
|
13288
|
+
"slug": "monad",
|
|
13289
|
+
"name": "Monad Mainnet",
|
|
13290
|
+
"isTestnet": false,
|
|
13291
|
+
"chainStatus": "ACTIVE",
|
|
13292
|
+
"icon": "https://614-merge.sw-chain-list-assets.pages.dev/assets/chains/monad.png",
|
|
13293
|
+
"providers": {
|
|
13294
|
+
"MonadRPC": "https://rpc.monad.xyz/",
|
|
13295
|
+
"MonadRPC1": "https://rpc1.monad.xyz/",
|
|
13296
|
+
"MonadRPC3": "https://rpc3.monad.xyz/",
|
|
13297
|
+
"Monadinfra": "https://rpc-mainnet.monadinfra.com/"
|
|
13298
|
+
},
|
|
13299
|
+
"evmInfo": {
|
|
13300
|
+
"evmChainId": 143,
|
|
13301
|
+
"blockExplorer": "https://monadvision.com/",
|
|
13302
|
+
"existentialDeposit": "0",
|
|
13303
|
+
"symbol": "MON",
|
|
13304
|
+
"decimals": 18,
|
|
13305
|
+
"supportSmartContract": [
|
|
13306
|
+
"ERC20",
|
|
13307
|
+
"ERC721"
|
|
13308
|
+
],
|
|
13309
|
+
"abiExplorer": null
|
|
13310
|
+
},
|
|
13311
|
+
"substrateInfo": null,
|
|
13312
|
+
"extraInfo": null,
|
|
13313
|
+
"bitcoinInfo": null,
|
|
13314
|
+
"tonInfo": null,
|
|
13315
|
+
"cardanoInfo": null
|
|
13316
|
+
},
|
|
13317
|
+
"stable": {
|
|
13318
|
+
"slug": "stable",
|
|
13319
|
+
"name": "Stable Mainnet",
|
|
13320
|
+
"isTestnet": false,
|
|
13321
|
+
"chainStatus": "ACTIVE",
|
|
13322
|
+
"icon": "https://614-merge.sw-chain-list-assets.pages.dev/assets/chains/stable.png",
|
|
13323
|
+
"providers": {
|
|
13324
|
+
"Stable": "https://rpc.stable.xyz/",
|
|
13325
|
+
"Omega": "https://omega-13.gateway.tenderly.co/7i0nzTPHGfvTsYnBMIsYiB"
|
|
13326
|
+
},
|
|
13327
|
+
"evmInfo": {
|
|
13328
|
+
"evmChainId": 988,
|
|
13329
|
+
"blockExplorer": "https://partners-explorer.stable.xyz/",
|
|
13330
|
+
"existentialDeposit": "0",
|
|
13331
|
+
"symbol": "gUSDT",
|
|
13332
|
+
"decimals": 18,
|
|
13333
|
+
"supportSmartContract": [
|
|
13334
|
+
"ERC20",
|
|
13335
|
+
"ERC721"
|
|
13336
|
+
],
|
|
13337
|
+
"abiExplorer": null
|
|
13338
|
+
},
|
|
13339
|
+
"substrateInfo": null,
|
|
13340
|
+
"extraInfo": null,
|
|
13341
|
+
"bitcoinInfo": null,
|
|
13342
|
+
"tonInfo": null,
|
|
13343
|
+
"cardanoInfo": null
|
|
13286
13344
|
}
|
|
13287
13345
|
}
|
package/data/ChainLogoMap.json
CHANGED
|
@@ -374,6 +374,8 @@
|
|
|
374
374
|
"zkverify": "https://614-merge.sw-chain-list-assets.pages.dev/assets/chains/zkverify.png",
|
|
375
375
|
"vflow": "https://614-merge.sw-chain-list-assets.pages.dev/assets/chains/vflow.png",
|
|
376
376
|
"acurast_mainnet": "https://614-merge.sw-chain-list-assets.pages.dev/assets/chains/acurast_mainnet.png",
|
|
377
|
+
"monad": "https://614-merge.sw-chain-list-assets.pages.dev/assets/chains/monad.png",
|
|
378
|
+
"stable": "https://614-merge.sw-chain-list-assets.pages.dev/assets/chains/stable.png",
|
|
377
379
|
"custom-Substrate-gosnetwork": "https://614-merge.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png",
|
|
378
380
|
"custom-Substrate-gosspectral": "https://614-merge.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png"
|
|
379
381
|
}
|
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.122-beta.
|
|
10
|
+
version: '0.2.122-beta.6'
|
|
11
11
|
};
|