@subwallet/chain-list 0.2.89-beta.1 → 0.2.89-beta.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundle-subwallet-chain-list.js +92 -1
- package/cjs/data/AssetLogoMap.json +3 -0
- package/cjs/data/AssetRef.json +7 -0
- package/cjs/data/ChainAsset.json +46 -0
- package/cjs/data/ChainInfo.json +31 -0
- package/cjs/data/ChainLogoMap.json +1 -0
- package/cjs/packageInfo.js +1 -1
- package/data/AssetLogoMap.json +3 -0
- package/data/AssetRef.json +7 -0
- package/data/ChainAsset.json +46 -0
- package/data/ChainInfo.json +31 -0
- package/data/ChainLogoMap.json +1 -0
- package/package.json +1 -1
- package/packageInfo.js +1 -1
|
@@ -756,6 +756,9 @@
|
|
|
756
756
|
"arbitrum_one-erc20-logx-0x59062301fb510f4ea2417b67404cb16d31e604ba": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/arbitrum_one-erc20-logx-0x59062301fb510f4ea2417b67404cb16d31e604ba.png",
|
|
757
757
|
"mantle-native-mnt": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/mantle-native-mnt.png",
|
|
758
758
|
"mantle-erc20-meth-0xcda86a272531e8640cd7f1a92c01839911b90bb0": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/mantle-erc20-meth-0xcda86a272531e8640cd7f1a92c01839911b90bb0.png",
|
|
759
|
+
"polygonzkevm-erc20-matic-0xa2036f0538221a77a3937f1379699f44945018d0": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/polygonzkevm-erc20-matic-0xa2036f0538221a77a3937f1379699f44945018d0.png",
|
|
760
|
+
"ethereum-erc20-pol-0x455e53cbb86018ac2b8092fdcd39d8444affc3f6": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/ethereum-erc20-pol-0x455e53cbb86018ac2b8092fdcd39d8444affc3f6.png",
|
|
761
|
+
"zkverify_testnet-native-acme": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/zkverify_testnet-native-acme.png",
|
|
759
762
|
"eth-ethereum": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/eth-ethereum.png",
|
|
760
763
|
"ibtc-interbtc": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/ibtc-interbtc.png",
|
|
761
764
|
"glmr-moonbeam": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/glmr-moonbeam.png",
|
|
@@ -1765,6 +1768,13 @@
|
|
|
1765
1768
|
srcChain: "ethereum",
|
|
1766
1769
|
destChain: "statemint",
|
|
1767
1770
|
path: "XCM"
|
|
1771
|
+
},
|
|
1772
|
+
"arbitrum_one-ERC20-USDT-0xFd086bC7CD5C481DCC9C85ebE478A1C0b69FCbb9___base_mainnet-ERC20-USDC-0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913": {
|
|
1773
|
+
srcAsset: "arbitrum_one-ERC20-USDT-0xFd086bC7CD5C481DCC9C85ebE478A1C0b69FCbb9",
|
|
1774
|
+
destAsset: "base_mainnet-ERC20-USDC-0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
|
|
1775
|
+
srcChain: "arbitrum_one",
|
|
1776
|
+
destChain: "base_mainnet",
|
|
1777
|
+
path: "SWAP"
|
|
1768
1778
|
},
|
|
1769
1779
|
"arbitrum_one-ERC20-USDC-0xaf88d065e77c8cC2239327C5EDb3A432268e5831___ethereum-NATIVE-ETH": {
|
|
1770
1780
|
srcAsset: "arbitrum_one-ERC20-USDC-0xaf88d065e77c8cC2239327C5EDb3A432268e5831",
|
|
@@ -18169,6 +18179,52 @@
|
|
|
18169
18179
|
multiChainAsset: null,
|
|
18170
18180
|
hasValue: true,
|
|
18171
18181
|
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/mantle-erc20-meth-0xcda86a272531e8640cd7f1a92c01839911b90bb0.png"
|
|
18182
|
+
},
|
|
18183
|
+
"polygonZkEvm-ERC20-MATIC-0xa2036f0538221a77A3937F1379699f44945018d0": {
|
|
18184
|
+
originChain: "polygonZkEvm",
|
|
18185
|
+
slug: "polygonZkEvm-ERC20-MATIC-0xa2036f0538221a77A3937F1379699f44945018d0",
|
|
18186
|
+
name: "Matic token",
|
|
18187
|
+
symbol: "MATIC",
|
|
18188
|
+
decimals: 18,
|
|
18189
|
+
priceId: "matic-network",
|
|
18190
|
+
minAmount: "0",
|
|
18191
|
+
assetType: "ERC20",
|
|
18192
|
+
metadata: {
|
|
18193
|
+
contractAddress: "0xa2036f0538221a77A3937F1379699f44945018d0"
|
|
18194
|
+
},
|
|
18195
|
+
multiChainAsset: "MATIC-Polygon",
|
|
18196
|
+
hasValue: true,
|
|
18197
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/polygonzkevm-erc20-matic-0xa2036f0538221a77a3937f1379699f44945018d0.png"
|
|
18198
|
+
},
|
|
18199
|
+
"ethereum-ERC20-POL-0x455e53CBB86018Ac2B8092FdCd39d8444aFFC3F6": {
|
|
18200
|
+
originChain: "ethereum",
|
|
18201
|
+
slug: "ethereum-ERC20-POL-0x455e53CBB86018Ac2B8092FdCd39d8444aFFC3F6",
|
|
18202
|
+
name: "Polygon",
|
|
18203
|
+
symbol: "POL",
|
|
18204
|
+
decimals: 18,
|
|
18205
|
+
priceId: "polygon-ecosystem-token",
|
|
18206
|
+
minAmount: "0",
|
|
18207
|
+
assetType: "ERC20",
|
|
18208
|
+
metadata: {
|
|
18209
|
+
contractAddress: "0x455e53CBB86018Ac2B8092FdCd39d8444aFFC3F6"
|
|
18210
|
+
},
|
|
18211
|
+
multiChainAsset: null,
|
|
18212
|
+
hasValue: true,
|
|
18213
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/ethereum-erc20-pol-0x455e53cbb86018ac2b8092fdcd39d8444affc3f6.png"
|
|
18214
|
+
},
|
|
18215
|
+
"zkverify_testnet-NATIVE-ACME": {
|
|
18216
|
+
originChain: "zkverify_testnet",
|
|
18217
|
+
slug: "zkverify_testnet-NATIVE-ACME",
|
|
18218
|
+
name: "zkVerify Testnet",
|
|
18219
|
+
symbol: "ACME",
|
|
18220
|
+
decimals: 18,
|
|
18221
|
+
priceId: null,
|
|
18222
|
+
minAmount: "10000000000000",
|
|
18223
|
+
assetType: "NATIVE",
|
|
18224
|
+
metadata: null,
|
|
18225
|
+
multiChainAsset: null,
|
|
18226
|
+
hasValue: false,
|
|
18227
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/zkverify_testnet-native-acme.png"
|
|
18172
18228
|
}
|
|
18173
18229
|
};
|
|
18174
18230
|
|
|
@@ -28326,6 +28382,38 @@
|
|
|
28326
28382
|
bitcoinInfo: null,
|
|
28327
28383
|
tonInfo: null
|
|
28328
28384
|
};
|
|
28385
|
+
var zkverify_testnet$1 = {
|
|
28386
|
+
slug: "zkverify_testnet",
|
|
28387
|
+
name: "zkVerify Testnet",
|
|
28388
|
+
isTestnet: true,
|
|
28389
|
+
chainStatus: "ACTIVE",
|
|
28390
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chains/zkverify_testnet.png",
|
|
28391
|
+
providers: {
|
|
28392
|
+
zkVerify: "wss://testnet-rpc.zkverify.io"
|
|
28393
|
+
},
|
|
28394
|
+
evmInfo: null,
|
|
28395
|
+
substrateInfo: {
|
|
28396
|
+
relaySlug: null,
|
|
28397
|
+
paraId: null,
|
|
28398
|
+
genesisHash: "0xc00425dcaa0a1bc5bf1163a2d69d7abb2cc6180de78b4e10297b31a4d9cc928a",
|
|
28399
|
+
addressPrefix: 251,
|
|
28400
|
+
chainType: "RELAYCHAIN",
|
|
28401
|
+
crowdloanUrl: null,
|
|
28402
|
+
blockExplorer: "https://testnet-explorer.zkverify.io/",
|
|
28403
|
+
existentialDeposit: "10000000000000",
|
|
28404
|
+
symbol: "ACME",
|
|
28405
|
+
decimals: 18,
|
|
28406
|
+
hasNativeNft: null,
|
|
28407
|
+
supportStaking: null,
|
|
28408
|
+
supportSmartContract: null,
|
|
28409
|
+
crowdloanParaId: null,
|
|
28410
|
+
crowdloanFunds: [
|
|
28411
|
+
]
|
|
28412
|
+
},
|
|
28413
|
+
extraInfo: null,
|
|
28414
|
+
bitcoinInfo: null,
|
|
28415
|
+
tonInfo: null
|
|
28416
|
+
};
|
|
28329
28417
|
const _ChainInfoMap = {
|
|
28330
28418
|
polkadot: polkadot$1,
|
|
28331
28419
|
kusama: kusama$1,
|
|
@@ -28671,7 +28759,8 @@
|
|
|
28671
28759
|
arbitrum_sepolia: arbitrum_sepolia$1,
|
|
28672
28760
|
ternoaZkEvm_testnet: ternoaZkEvm_testnet$1,
|
|
28673
28761
|
bittensor_devnet: bittensor_devnet$1,
|
|
28674
|
-
mantle: mantle$1
|
|
28762
|
+
mantle: mantle$1,
|
|
28763
|
+
zkverify_testnet: zkverify_testnet$1
|
|
28675
28764
|
};
|
|
28676
28765
|
|
|
28677
28766
|
var polkadot = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/polkadot.png";
|
|
@@ -28960,6 +29049,7 @@
|
|
|
28960
29049
|
var ternoaZkEvm_testnet = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/ternoazkevm_testnet.png";
|
|
28961
29050
|
var bittensor_devnet = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/bittensor_devnet.png";
|
|
28962
29051
|
var mantle = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/mantle.png";
|
|
29052
|
+
var zkverify_testnet = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/zkverify_testnet.png";
|
|
28963
29053
|
const _ChainLogoMap = {
|
|
28964
29054
|
"default": "https://dev.sw-chain-list-assets.pages.dev/assets/default.png",
|
|
28965
29055
|
polkadot: polkadot,
|
|
@@ -29250,6 +29340,7 @@
|
|
|
29250
29340
|
ternoaZkEvm_testnet: ternoaZkEvm_testnet,
|
|
29251
29341
|
bittensor_devnet: bittensor_devnet,
|
|
29252
29342
|
mantle: mantle,
|
|
29343
|
+
zkverify_testnet: zkverify_testnet,
|
|
29253
29344
|
"custom-Substrate-gosnetwork": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png",
|
|
29254
29345
|
"custom-Substrate-gosspectral": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png"
|
|
29255
29346
|
};
|
|
@@ -748,6 +748,9 @@
|
|
|
748
748
|
"arbitrum_one-erc20-logx-0x59062301fb510f4ea2417b67404cb16d31e604ba": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/arbitrum_one-erc20-logx-0x59062301fb510f4ea2417b67404cb16d31e604ba.png",
|
|
749
749
|
"mantle-native-mnt": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/mantle-native-mnt.png",
|
|
750
750
|
"mantle-erc20-meth-0xcda86a272531e8640cd7f1a92c01839911b90bb0": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/mantle-erc20-meth-0xcda86a272531e8640cd7f1a92c01839911b90bb0.png",
|
|
751
|
+
"polygonzkevm-erc20-matic-0xa2036f0538221a77a3937f1379699f44945018d0": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/polygonzkevm-erc20-matic-0xa2036f0538221a77a3937f1379699f44945018d0.png",
|
|
752
|
+
"ethereum-erc20-pol-0x455e53cbb86018ac2b8092fdcd39d8444affc3f6": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/ethereum-erc20-pol-0x455e53cbb86018ac2b8092fdcd39d8444affc3f6.png",
|
|
753
|
+
"zkverify_testnet-native-acme": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/zkverify_testnet-native-acme.png",
|
|
751
754
|
"eth-ethereum": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/eth-ethereum.png",
|
|
752
755
|
"ibtc-interbtc": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/ibtc-interbtc.png",
|
|
753
756
|
"glmr-moonbeam": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/glmr-moonbeam.png",
|
package/cjs/data/AssetRef.json
CHANGED
|
@@ -908,6 +908,13 @@
|
|
|
908
908
|
"destChain": "statemint",
|
|
909
909
|
"path": "XCM"
|
|
910
910
|
},
|
|
911
|
+
"arbitrum_one-ERC20-USDT-0xFd086bC7CD5C481DCC9C85ebE478A1C0b69FCbb9___base_mainnet-ERC20-USDC-0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913": {
|
|
912
|
+
"srcAsset": "arbitrum_one-ERC20-USDT-0xFd086bC7CD5C481DCC9C85ebE478A1C0b69FCbb9",
|
|
913
|
+
"destAsset": "base_mainnet-ERC20-USDC-0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
|
|
914
|
+
"srcChain": "arbitrum_one",
|
|
915
|
+
"destChain": "base_mainnet",
|
|
916
|
+
"path": "SWAP"
|
|
917
|
+
},
|
|
911
918
|
"arbitrum_one-ERC20-USDC-0xaf88d065e77c8cC2239327C5EDb3A432268e5831___ethereum-NATIVE-ETH": {
|
|
912
919
|
"srcAsset": "arbitrum_one-ERC20-USDC-0xaf88d065e77c8cC2239327C5EDb3A432268e5831",
|
|
913
920
|
"destAsset": "ethereum-NATIVE-ETH",
|
package/cjs/data/ChainAsset.json
CHANGED
|
@@ -12495,5 +12495,51 @@
|
|
|
12495
12495
|
"multiChainAsset": null,
|
|
12496
12496
|
"hasValue": true,
|
|
12497
12497
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/mantle-erc20-meth-0xcda86a272531e8640cd7f1a92c01839911b90bb0.png"
|
|
12498
|
+
},
|
|
12499
|
+
"polygonZkEvm-ERC20-MATIC-0xa2036f0538221a77A3937F1379699f44945018d0": {
|
|
12500
|
+
"originChain": "polygonZkEvm",
|
|
12501
|
+
"slug": "polygonZkEvm-ERC20-MATIC-0xa2036f0538221a77A3937F1379699f44945018d0",
|
|
12502
|
+
"name": "Matic token",
|
|
12503
|
+
"symbol": "MATIC",
|
|
12504
|
+
"decimals": 18,
|
|
12505
|
+
"priceId": "matic-network",
|
|
12506
|
+
"minAmount": "0",
|
|
12507
|
+
"assetType": "ERC20",
|
|
12508
|
+
"metadata": {
|
|
12509
|
+
"contractAddress": "0xa2036f0538221a77A3937F1379699f44945018d0"
|
|
12510
|
+
},
|
|
12511
|
+
"multiChainAsset": "MATIC-Polygon",
|
|
12512
|
+
"hasValue": true,
|
|
12513
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/polygonzkevm-erc20-matic-0xa2036f0538221a77a3937f1379699f44945018d0.png"
|
|
12514
|
+
},
|
|
12515
|
+
"ethereum-ERC20-POL-0x455e53CBB86018Ac2B8092FdCd39d8444aFFC3F6": {
|
|
12516
|
+
"originChain": "ethereum",
|
|
12517
|
+
"slug": "ethereum-ERC20-POL-0x455e53CBB86018Ac2B8092FdCd39d8444aFFC3F6",
|
|
12518
|
+
"name": "Polygon",
|
|
12519
|
+
"symbol": "POL",
|
|
12520
|
+
"decimals": 18,
|
|
12521
|
+
"priceId": "polygon-ecosystem-token",
|
|
12522
|
+
"minAmount": "0",
|
|
12523
|
+
"assetType": "ERC20",
|
|
12524
|
+
"metadata": {
|
|
12525
|
+
"contractAddress": "0x455e53CBB86018Ac2B8092FdCd39d8444aFFC3F6"
|
|
12526
|
+
},
|
|
12527
|
+
"multiChainAsset": null,
|
|
12528
|
+
"hasValue": true,
|
|
12529
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/ethereum-erc20-pol-0x455e53cbb86018ac2b8092fdcd39d8444affc3f6.png"
|
|
12530
|
+
},
|
|
12531
|
+
"zkverify_testnet-NATIVE-ACME": {
|
|
12532
|
+
"originChain": "zkverify_testnet",
|
|
12533
|
+
"slug": "zkverify_testnet-NATIVE-ACME",
|
|
12534
|
+
"name": "zkVerify Testnet",
|
|
12535
|
+
"symbol": "ACME",
|
|
12536
|
+
"decimals": 18,
|
|
12537
|
+
"priceId": null,
|
|
12538
|
+
"minAmount": "10000000000000",
|
|
12539
|
+
"assetType": "NATIVE",
|
|
12540
|
+
"metadata": null,
|
|
12541
|
+
"multiChainAsset": null,
|
|
12542
|
+
"hasValue": false,
|
|
12543
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/zkverify_testnet-native-acme.png"
|
|
12498
12544
|
}
|
|
12499
12545
|
}
|
package/cjs/data/ChainInfo.json
CHANGED
|
@@ -10029,5 +10029,36 @@
|
|
|
10029
10029
|
"extraInfo": null,
|
|
10030
10030
|
"bitcoinInfo": null,
|
|
10031
10031
|
"tonInfo": null
|
|
10032
|
+
},
|
|
10033
|
+
"zkverify_testnet": {
|
|
10034
|
+
"slug": "zkverify_testnet",
|
|
10035
|
+
"name": "zkVerify Testnet",
|
|
10036
|
+
"isTestnet": true,
|
|
10037
|
+
"chainStatus": "ACTIVE",
|
|
10038
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/zkverify_testnet.png",
|
|
10039
|
+
"providers": {
|
|
10040
|
+
"zkVerify": "wss://testnet-rpc.zkverify.io"
|
|
10041
|
+
},
|
|
10042
|
+
"evmInfo": null,
|
|
10043
|
+
"substrateInfo": {
|
|
10044
|
+
"relaySlug": null,
|
|
10045
|
+
"paraId": null,
|
|
10046
|
+
"genesisHash": "0xc00425dcaa0a1bc5bf1163a2d69d7abb2cc6180de78b4e10297b31a4d9cc928a",
|
|
10047
|
+
"addressPrefix": 251,
|
|
10048
|
+
"chainType": "RELAYCHAIN",
|
|
10049
|
+
"crowdloanUrl": null,
|
|
10050
|
+
"blockExplorer": "https://testnet-explorer.zkverify.io/",
|
|
10051
|
+
"existentialDeposit": "10000000000000",
|
|
10052
|
+
"symbol": "ACME",
|
|
10053
|
+
"decimals": 18,
|
|
10054
|
+
"hasNativeNft": null,
|
|
10055
|
+
"supportStaking": null,
|
|
10056
|
+
"supportSmartContract": null,
|
|
10057
|
+
"crowdloanParaId": null,
|
|
10058
|
+
"crowdloanFunds": []
|
|
10059
|
+
},
|
|
10060
|
+
"extraInfo": null,
|
|
10061
|
+
"bitcoinInfo": null,
|
|
10062
|
+
"tonInfo": null
|
|
10032
10063
|
}
|
|
10033
10064
|
}
|
|
@@ -288,6 +288,7 @@
|
|
|
288
288
|
"ternoaZkEvm_testnet": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/ternoazkevm_testnet.png",
|
|
289
289
|
"bittensor_devnet": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/bittensor_devnet.png",
|
|
290
290
|
"mantle": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/mantle.png",
|
|
291
|
+
"zkverify_testnet": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/zkverify_testnet.png",
|
|
291
292
|
"custom-Substrate-gosnetwork": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png",
|
|
292
293
|
"custom-Substrate-gosspectral": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png"
|
|
293
294
|
}
|
package/cjs/packageInfo.js
CHANGED
package/data/AssetLogoMap.json
CHANGED
|
@@ -748,6 +748,9 @@
|
|
|
748
748
|
"arbitrum_one-erc20-logx-0x59062301fb510f4ea2417b67404cb16d31e604ba": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/arbitrum_one-erc20-logx-0x59062301fb510f4ea2417b67404cb16d31e604ba.png",
|
|
749
749
|
"mantle-native-mnt": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/mantle-native-mnt.png",
|
|
750
750
|
"mantle-erc20-meth-0xcda86a272531e8640cd7f1a92c01839911b90bb0": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/mantle-erc20-meth-0xcda86a272531e8640cd7f1a92c01839911b90bb0.png",
|
|
751
|
+
"polygonzkevm-erc20-matic-0xa2036f0538221a77a3937f1379699f44945018d0": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/polygonzkevm-erc20-matic-0xa2036f0538221a77a3937f1379699f44945018d0.png",
|
|
752
|
+
"ethereum-erc20-pol-0x455e53cbb86018ac2b8092fdcd39d8444affc3f6": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/ethereum-erc20-pol-0x455e53cbb86018ac2b8092fdcd39d8444affc3f6.png",
|
|
753
|
+
"zkverify_testnet-native-acme": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/zkverify_testnet-native-acme.png",
|
|
751
754
|
"eth-ethereum": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/eth-ethereum.png",
|
|
752
755
|
"ibtc-interbtc": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/ibtc-interbtc.png",
|
|
753
756
|
"glmr-moonbeam": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/glmr-moonbeam.png",
|
package/data/AssetRef.json
CHANGED
|
@@ -908,6 +908,13 @@
|
|
|
908
908
|
"destChain": "statemint",
|
|
909
909
|
"path": "XCM"
|
|
910
910
|
},
|
|
911
|
+
"arbitrum_one-ERC20-USDT-0xFd086bC7CD5C481DCC9C85ebE478A1C0b69FCbb9___base_mainnet-ERC20-USDC-0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913": {
|
|
912
|
+
"srcAsset": "arbitrum_one-ERC20-USDT-0xFd086bC7CD5C481DCC9C85ebE478A1C0b69FCbb9",
|
|
913
|
+
"destAsset": "base_mainnet-ERC20-USDC-0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
|
|
914
|
+
"srcChain": "arbitrum_one",
|
|
915
|
+
"destChain": "base_mainnet",
|
|
916
|
+
"path": "SWAP"
|
|
917
|
+
},
|
|
911
918
|
"arbitrum_one-ERC20-USDC-0xaf88d065e77c8cC2239327C5EDb3A432268e5831___ethereum-NATIVE-ETH": {
|
|
912
919
|
"srcAsset": "arbitrum_one-ERC20-USDC-0xaf88d065e77c8cC2239327C5EDb3A432268e5831",
|
|
913
920
|
"destAsset": "ethereum-NATIVE-ETH",
|
package/data/ChainAsset.json
CHANGED
|
@@ -12495,5 +12495,51 @@
|
|
|
12495
12495
|
"multiChainAsset": null,
|
|
12496
12496
|
"hasValue": true,
|
|
12497
12497
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/mantle-erc20-meth-0xcda86a272531e8640cd7f1a92c01839911b90bb0.png"
|
|
12498
|
+
},
|
|
12499
|
+
"polygonZkEvm-ERC20-MATIC-0xa2036f0538221a77A3937F1379699f44945018d0": {
|
|
12500
|
+
"originChain": "polygonZkEvm",
|
|
12501
|
+
"slug": "polygonZkEvm-ERC20-MATIC-0xa2036f0538221a77A3937F1379699f44945018d0",
|
|
12502
|
+
"name": "Matic token",
|
|
12503
|
+
"symbol": "MATIC",
|
|
12504
|
+
"decimals": 18,
|
|
12505
|
+
"priceId": "matic-network",
|
|
12506
|
+
"minAmount": "0",
|
|
12507
|
+
"assetType": "ERC20",
|
|
12508
|
+
"metadata": {
|
|
12509
|
+
"contractAddress": "0xa2036f0538221a77A3937F1379699f44945018d0"
|
|
12510
|
+
},
|
|
12511
|
+
"multiChainAsset": "MATIC-Polygon",
|
|
12512
|
+
"hasValue": true,
|
|
12513
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/polygonzkevm-erc20-matic-0xa2036f0538221a77a3937f1379699f44945018d0.png"
|
|
12514
|
+
},
|
|
12515
|
+
"ethereum-ERC20-POL-0x455e53CBB86018Ac2B8092FdCd39d8444aFFC3F6": {
|
|
12516
|
+
"originChain": "ethereum",
|
|
12517
|
+
"slug": "ethereum-ERC20-POL-0x455e53CBB86018Ac2B8092FdCd39d8444aFFC3F6",
|
|
12518
|
+
"name": "Polygon",
|
|
12519
|
+
"symbol": "POL",
|
|
12520
|
+
"decimals": 18,
|
|
12521
|
+
"priceId": "polygon-ecosystem-token",
|
|
12522
|
+
"minAmount": "0",
|
|
12523
|
+
"assetType": "ERC20",
|
|
12524
|
+
"metadata": {
|
|
12525
|
+
"contractAddress": "0x455e53CBB86018Ac2B8092FdCd39d8444aFFC3F6"
|
|
12526
|
+
},
|
|
12527
|
+
"multiChainAsset": null,
|
|
12528
|
+
"hasValue": true,
|
|
12529
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/ethereum-erc20-pol-0x455e53cbb86018ac2b8092fdcd39d8444affc3f6.png"
|
|
12530
|
+
},
|
|
12531
|
+
"zkverify_testnet-NATIVE-ACME": {
|
|
12532
|
+
"originChain": "zkverify_testnet",
|
|
12533
|
+
"slug": "zkverify_testnet-NATIVE-ACME",
|
|
12534
|
+
"name": "zkVerify Testnet",
|
|
12535
|
+
"symbol": "ACME",
|
|
12536
|
+
"decimals": 18,
|
|
12537
|
+
"priceId": null,
|
|
12538
|
+
"minAmount": "10000000000000",
|
|
12539
|
+
"assetType": "NATIVE",
|
|
12540
|
+
"metadata": null,
|
|
12541
|
+
"multiChainAsset": null,
|
|
12542
|
+
"hasValue": false,
|
|
12543
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/zkverify_testnet-native-acme.png"
|
|
12498
12544
|
}
|
|
12499
12545
|
}
|
package/data/ChainInfo.json
CHANGED
|
@@ -10029,5 +10029,36 @@
|
|
|
10029
10029
|
"extraInfo": null,
|
|
10030
10030
|
"bitcoinInfo": null,
|
|
10031
10031
|
"tonInfo": null
|
|
10032
|
+
},
|
|
10033
|
+
"zkverify_testnet": {
|
|
10034
|
+
"slug": "zkverify_testnet",
|
|
10035
|
+
"name": "zkVerify Testnet",
|
|
10036
|
+
"isTestnet": true,
|
|
10037
|
+
"chainStatus": "ACTIVE",
|
|
10038
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/zkverify_testnet.png",
|
|
10039
|
+
"providers": {
|
|
10040
|
+
"zkVerify": "wss://testnet-rpc.zkverify.io"
|
|
10041
|
+
},
|
|
10042
|
+
"evmInfo": null,
|
|
10043
|
+
"substrateInfo": {
|
|
10044
|
+
"relaySlug": null,
|
|
10045
|
+
"paraId": null,
|
|
10046
|
+
"genesisHash": "0xc00425dcaa0a1bc5bf1163a2d69d7abb2cc6180de78b4e10297b31a4d9cc928a",
|
|
10047
|
+
"addressPrefix": 251,
|
|
10048
|
+
"chainType": "RELAYCHAIN",
|
|
10049
|
+
"crowdloanUrl": null,
|
|
10050
|
+
"blockExplorer": "https://testnet-explorer.zkverify.io/",
|
|
10051
|
+
"existentialDeposit": "10000000000000",
|
|
10052
|
+
"symbol": "ACME",
|
|
10053
|
+
"decimals": 18,
|
|
10054
|
+
"hasNativeNft": null,
|
|
10055
|
+
"supportStaking": null,
|
|
10056
|
+
"supportSmartContract": null,
|
|
10057
|
+
"crowdloanParaId": null,
|
|
10058
|
+
"crowdloanFunds": []
|
|
10059
|
+
},
|
|
10060
|
+
"extraInfo": null,
|
|
10061
|
+
"bitcoinInfo": null,
|
|
10062
|
+
"tonInfo": null
|
|
10032
10063
|
}
|
|
10033
10064
|
}
|
package/data/ChainLogoMap.json
CHANGED
|
@@ -288,6 +288,7 @@
|
|
|
288
288
|
"ternoaZkEvm_testnet": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/ternoazkevm_testnet.png",
|
|
289
289
|
"bittensor_devnet": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/bittensor_devnet.png",
|
|
290
290
|
"mantle": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/mantle.png",
|
|
291
|
+
"zkverify_testnet": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/zkverify_testnet.png",
|
|
291
292
|
"custom-Substrate-gosnetwork": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png",
|
|
292
293
|
"custom-Substrate-gosspectral": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png"
|
|
293
294
|
}
|
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.89-beta.
|
|
10
|
+
version: '0.2.89-beta.2'
|
|
11
11
|
};
|