@subwallet/chain-list 0.2.91-beta.1 → 0.2.91-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 +46 -2
- package/cjs/data/AssetLogoMap.json +1 -0
- package/cjs/data/ChainAsset.json +15 -1
- package/cjs/data/ChainInfo.json +26 -0
- package/cjs/data/ChainLogoMap.json +1 -0
- package/cjs/packageInfo.js +1 -1
- package/data/AssetLogoMap.json +1 -0
- package/data/ChainAsset.json +15 -1
- package/data/ChainInfo.json +26 -0
- package/data/ChainLogoMap.json +1 -0
- package/package.json +1 -1
- package/packageInfo.js +1 -1
|
@@ -765,6 +765,7 @@
|
|
|
765
765
|
"optimism-erc20-dai-0xda10009cbd5d07dd0cecc66161fc93d7c9000da1": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/optimism-erc20-dai-0xda10009cbd5d07dd0cecc66161fc93d7c9000da1.png",
|
|
766
766
|
"base_mainnet-erc20-dai-0x50c5725949a6f0c72e6c4a641f24049a917db0cb": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/base_mainnet-erc20-dai-0x50c5725949a6f0c72e6c4a641f24049a917db0cb.png",
|
|
767
767
|
"sepolia_ethereum-erc20-avail-0xb1c3cb9b5e598d4e95a85870e7812b99f350982d": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/sepolia_ethereum-erc20-avail-0xb1c3cb9b5e598d4e95a85870e7812b99f350982d.png",
|
|
768
|
+
"unichain_sepolia-native-eth": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/unichain_sepolia-native-eth.png",
|
|
768
769
|
"eth-ethereum": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/eth-ethereum.png",
|
|
769
770
|
"ibtc-interbtc": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/ibtc-interbtc.png",
|
|
770
771
|
"glmr-moonbeam": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/glmr-moonbeam.png",
|
|
@@ -14926,7 +14927,7 @@
|
|
|
14926
14927
|
assetType: "NATIVE",
|
|
14927
14928
|
metadata: null,
|
|
14928
14929
|
multiChainAsset: "AVAIL-Avail",
|
|
14929
|
-
hasValue:
|
|
14930
|
+
hasValue: false,
|
|
14930
14931
|
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/avail_mainnet-native-avail.png"
|
|
14931
14932
|
},
|
|
14932
14933
|
"merlinEvm-NATIVE-BTC": {
|
|
@@ -18353,6 +18354,20 @@
|
|
|
18353
18354
|
multiChainAsset: "AVAIL-AvailTuringTestnet",
|
|
18354
18355
|
hasValue: false,
|
|
18355
18356
|
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/sepolia_ethereum-erc20-avail-0xb1c3cb9b5e598d4e95a85870e7812b99f350982d.png"
|
|
18357
|
+
},
|
|
18358
|
+
"unichain_sepolia-NATIVE-ETH": {
|
|
18359
|
+
originChain: "unichain_sepolia",
|
|
18360
|
+
slug: "unichain_sepolia-NATIVE-ETH",
|
|
18361
|
+
name: "Ethereum",
|
|
18362
|
+
symbol: "ETH",
|
|
18363
|
+
decimals: 18,
|
|
18364
|
+
priceId: "ethereum",
|
|
18365
|
+
minAmount: "0",
|
|
18366
|
+
assetType: "NATIVE",
|
|
18367
|
+
metadata: null,
|
|
18368
|
+
multiChainAsset: "ETH-Ethereum",
|
|
18369
|
+
hasValue: true,
|
|
18370
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/unichain_sepolia-native-eth.png"
|
|
18356
18371
|
}
|
|
18357
18372
|
};
|
|
18358
18373
|
|
|
@@ -28606,6 +28621,32 @@
|
|
|
28606
28621
|
bitcoinInfo: null,
|
|
28607
28622
|
tonInfo: null
|
|
28608
28623
|
};
|
|
28624
|
+
var unichain_sepolia$1 = {
|
|
28625
|
+
slug: "unichain_sepolia",
|
|
28626
|
+
name: "Unichain Sepolia",
|
|
28627
|
+
isTestnet: false,
|
|
28628
|
+
chainStatus: "ACTIVE",
|
|
28629
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chains/unichain_sepolia.png",
|
|
28630
|
+
providers: {
|
|
28631
|
+
Unichain: "https://sepolia.unichain.org/"
|
|
28632
|
+
},
|
|
28633
|
+
evmInfo: {
|
|
28634
|
+
evmChainId: 1301,
|
|
28635
|
+
blockExplorer: "https://sepolia.uniscan.xyz/",
|
|
28636
|
+
existentialDeposit: "0",
|
|
28637
|
+
symbol: "ETH",
|
|
28638
|
+
decimals: 18,
|
|
28639
|
+
supportSmartContract: [
|
|
28640
|
+
"ERC20",
|
|
28641
|
+
"ERC721"
|
|
28642
|
+
],
|
|
28643
|
+
abiExplorer: null
|
|
28644
|
+
},
|
|
28645
|
+
substrateInfo: null,
|
|
28646
|
+
extraInfo: null,
|
|
28647
|
+
bitcoinInfo: null,
|
|
28648
|
+
tonInfo: null
|
|
28649
|
+
};
|
|
28609
28650
|
const _ChainInfoMap = {
|
|
28610
28651
|
polkadot: polkadot$1,
|
|
28611
28652
|
kusama: kusama$1,
|
|
@@ -28954,7 +28995,8 @@
|
|
|
28954
28995
|
mantle: mantle$1,
|
|
28955
28996
|
zkverify_testnet: zkverify_testnet$1,
|
|
28956
28997
|
rari: rari$1,
|
|
28957
|
-
scroll: scroll$1
|
|
28998
|
+
scroll: scroll$1,
|
|
28999
|
+
unichain_sepolia: unichain_sepolia$1
|
|
28958
29000
|
};
|
|
28959
29001
|
|
|
28960
29002
|
var polkadot = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/polkadot.png";
|
|
@@ -29246,6 +29288,7 @@
|
|
|
29246
29288
|
var zkverify_testnet = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/zkverify_testnet.png";
|
|
29247
29289
|
var rari = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/rari.png";
|
|
29248
29290
|
var scroll = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/scroll.png";
|
|
29291
|
+
var unichain_sepolia = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/unichain_sepolia.png";
|
|
29249
29292
|
const _ChainLogoMap = {
|
|
29250
29293
|
"default": "https://dev.sw-chain-list-assets.pages.dev/assets/default.png",
|
|
29251
29294
|
polkadot: polkadot,
|
|
@@ -29539,6 +29582,7 @@
|
|
|
29539
29582
|
zkverify_testnet: zkverify_testnet,
|
|
29540
29583
|
rari: rari,
|
|
29541
29584
|
scroll: scroll,
|
|
29585
|
+
unichain_sepolia: unichain_sepolia,
|
|
29542
29586
|
"custom-Substrate-gosnetwork": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png",
|
|
29543
29587
|
"custom-Substrate-gosspectral": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png"
|
|
29544
29588
|
};
|
|
@@ -757,6 +757,7 @@
|
|
|
757
757
|
"optimism-erc20-dai-0xda10009cbd5d07dd0cecc66161fc93d7c9000da1": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/optimism-erc20-dai-0xda10009cbd5d07dd0cecc66161fc93d7c9000da1.png",
|
|
758
758
|
"base_mainnet-erc20-dai-0x50c5725949a6f0c72e6c4a641f24049a917db0cb": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/base_mainnet-erc20-dai-0x50c5725949a6f0c72e6c4a641f24049a917db0cb.png",
|
|
759
759
|
"sepolia_ethereum-erc20-avail-0xb1c3cb9b5e598d4e95a85870e7812b99f350982d": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/sepolia_ethereum-erc20-avail-0xb1c3cb9b5e598d4e95a85870e7812b99f350982d.png",
|
|
760
|
+
"unichain_sepolia-native-eth": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/unichain_sepolia-native-eth.png",
|
|
760
761
|
"eth-ethereum": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/eth-ethereum.png",
|
|
761
762
|
"ibtc-interbtc": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/ibtc-interbtc.png",
|
|
762
763
|
"glmr-moonbeam": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/glmr-moonbeam.png",
|
package/cjs/data/ChainAsset.json
CHANGED
|
@@ -9206,7 +9206,7 @@
|
|
|
9206
9206
|
"assetType": "NATIVE",
|
|
9207
9207
|
"metadata": null,
|
|
9208
9208
|
"multiChainAsset": "AVAIL-Avail",
|
|
9209
|
-
"hasValue":
|
|
9209
|
+
"hasValue": false,
|
|
9210
9210
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/avail_mainnet-native-avail.png"
|
|
9211
9211
|
},
|
|
9212
9212
|
"merlinEvm-NATIVE-BTC": {
|
|
@@ -12633,5 +12633,19 @@
|
|
|
12633
12633
|
"multiChainAsset": "AVAIL-AvailTuringTestnet",
|
|
12634
12634
|
"hasValue": false,
|
|
12635
12635
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/sepolia_ethereum-erc20-avail-0xb1c3cb9b5e598d4e95a85870e7812b99f350982d.png"
|
|
12636
|
+
},
|
|
12637
|
+
"unichain_sepolia-NATIVE-ETH": {
|
|
12638
|
+
"originChain": "unichain_sepolia",
|
|
12639
|
+
"slug": "unichain_sepolia-NATIVE-ETH",
|
|
12640
|
+
"name": "Ethereum",
|
|
12641
|
+
"symbol": "ETH",
|
|
12642
|
+
"decimals": 18,
|
|
12643
|
+
"priceId": "ethereum",
|
|
12644
|
+
"minAmount": "0",
|
|
12645
|
+
"assetType": "NATIVE",
|
|
12646
|
+
"metadata": null,
|
|
12647
|
+
"multiChainAsset": "ETH-Ethereum",
|
|
12648
|
+
"hasValue": true,
|
|
12649
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/unichain_sepolia-native-eth.png"
|
|
12636
12650
|
}
|
|
12637
12651
|
}
|
package/cjs/data/ChainInfo.json
CHANGED
|
@@ -10124,5 +10124,31 @@
|
|
|
10124
10124
|
"extraInfo": null,
|
|
10125
10125
|
"bitcoinInfo": null,
|
|
10126
10126
|
"tonInfo": null
|
|
10127
|
+
},
|
|
10128
|
+
"unichain_sepolia": {
|
|
10129
|
+
"slug": "unichain_sepolia",
|
|
10130
|
+
"name": "Unichain Sepolia",
|
|
10131
|
+
"isTestnet": false,
|
|
10132
|
+
"chainStatus": "ACTIVE",
|
|
10133
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/unichain_sepolia.png",
|
|
10134
|
+
"providers": {
|
|
10135
|
+
"Unichain": "https://sepolia.unichain.org/"
|
|
10136
|
+
},
|
|
10137
|
+
"evmInfo": {
|
|
10138
|
+
"evmChainId": 1301,
|
|
10139
|
+
"blockExplorer": "https://sepolia.uniscan.xyz/",
|
|
10140
|
+
"existentialDeposit": "0",
|
|
10141
|
+
"symbol": "ETH",
|
|
10142
|
+
"decimals": 18,
|
|
10143
|
+
"supportSmartContract": [
|
|
10144
|
+
"ERC20",
|
|
10145
|
+
"ERC721"
|
|
10146
|
+
],
|
|
10147
|
+
"abiExplorer": null
|
|
10148
|
+
},
|
|
10149
|
+
"substrateInfo": null,
|
|
10150
|
+
"extraInfo": null,
|
|
10151
|
+
"bitcoinInfo": null,
|
|
10152
|
+
"tonInfo": null
|
|
10127
10153
|
}
|
|
10128
10154
|
}
|
|
@@ -291,6 +291,7 @@
|
|
|
291
291
|
"zkverify_testnet": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/zkverify_testnet.png",
|
|
292
292
|
"rari": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/rari.png",
|
|
293
293
|
"scroll": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/scroll.png",
|
|
294
|
+
"unichain_sepolia": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/unichain_sepolia.png",
|
|
294
295
|
"custom-Substrate-gosnetwork": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png",
|
|
295
296
|
"custom-Substrate-gosspectral": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png"
|
|
296
297
|
}
|
package/cjs/packageInfo.js
CHANGED
package/data/AssetLogoMap.json
CHANGED
|
@@ -757,6 +757,7 @@
|
|
|
757
757
|
"optimism-erc20-dai-0xda10009cbd5d07dd0cecc66161fc93d7c9000da1": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/optimism-erc20-dai-0xda10009cbd5d07dd0cecc66161fc93d7c9000da1.png",
|
|
758
758
|
"base_mainnet-erc20-dai-0x50c5725949a6f0c72e6c4a641f24049a917db0cb": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/base_mainnet-erc20-dai-0x50c5725949a6f0c72e6c4a641f24049a917db0cb.png",
|
|
759
759
|
"sepolia_ethereum-erc20-avail-0xb1c3cb9b5e598d4e95a85870e7812b99f350982d": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/sepolia_ethereum-erc20-avail-0xb1c3cb9b5e598d4e95a85870e7812b99f350982d.png",
|
|
760
|
+
"unichain_sepolia-native-eth": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/unichain_sepolia-native-eth.png",
|
|
760
761
|
"eth-ethereum": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/eth-ethereum.png",
|
|
761
762
|
"ibtc-interbtc": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/ibtc-interbtc.png",
|
|
762
763
|
"glmr-moonbeam": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/glmr-moonbeam.png",
|
package/data/ChainAsset.json
CHANGED
|
@@ -9206,7 +9206,7 @@
|
|
|
9206
9206
|
"assetType": "NATIVE",
|
|
9207
9207
|
"metadata": null,
|
|
9208
9208
|
"multiChainAsset": "AVAIL-Avail",
|
|
9209
|
-
"hasValue":
|
|
9209
|
+
"hasValue": false,
|
|
9210
9210
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/avail_mainnet-native-avail.png"
|
|
9211
9211
|
},
|
|
9212
9212
|
"merlinEvm-NATIVE-BTC": {
|
|
@@ -12633,5 +12633,19 @@
|
|
|
12633
12633
|
"multiChainAsset": "AVAIL-AvailTuringTestnet",
|
|
12634
12634
|
"hasValue": false,
|
|
12635
12635
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/sepolia_ethereum-erc20-avail-0xb1c3cb9b5e598d4e95a85870e7812b99f350982d.png"
|
|
12636
|
+
},
|
|
12637
|
+
"unichain_sepolia-NATIVE-ETH": {
|
|
12638
|
+
"originChain": "unichain_sepolia",
|
|
12639
|
+
"slug": "unichain_sepolia-NATIVE-ETH",
|
|
12640
|
+
"name": "Ethereum",
|
|
12641
|
+
"symbol": "ETH",
|
|
12642
|
+
"decimals": 18,
|
|
12643
|
+
"priceId": "ethereum",
|
|
12644
|
+
"minAmount": "0",
|
|
12645
|
+
"assetType": "NATIVE",
|
|
12646
|
+
"metadata": null,
|
|
12647
|
+
"multiChainAsset": "ETH-Ethereum",
|
|
12648
|
+
"hasValue": true,
|
|
12649
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/unichain_sepolia-native-eth.png"
|
|
12636
12650
|
}
|
|
12637
12651
|
}
|
package/data/ChainInfo.json
CHANGED
|
@@ -10124,5 +10124,31 @@
|
|
|
10124
10124
|
"extraInfo": null,
|
|
10125
10125
|
"bitcoinInfo": null,
|
|
10126
10126
|
"tonInfo": null
|
|
10127
|
+
},
|
|
10128
|
+
"unichain_sepolia": {
|
|
10129
|
+
"slug": "unichain_sepolia",
|
|
10130
|
+
"name": "Unichain Sepolia",
|
|
10131
|
+
"isTestnet": false,
|
|
10132
|
+
"chainStatus": "ACTIVE",
|
|
10133
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/unichain_sepolia.png",
|
|
10134
|
+
"providers": {
|
|
10135
|
+
"Unichain": "https://sepolia.unichain.org/"
|
|
10136
|
+
},
|
|
10137
|
+
"evmInfo": {
|
|
10138
|
+
"evmChainId": 1301,
|
|
10139
|
+
"blockExplorer": "https://sepolia.uniscan.xyz/",
|
|
10140
|
+
"existentialDeposit": "0",
|
|
10141
|
+
"symbol": "ETH",
|
|
10142
|
+
"decimals": 18,
|
|
10143
|
+
"supportSmartContract": [
|
|
10144
|
+
"ERC20",
|
|
10145
|
+
"ERC721"
|
|
10146
|
+
],
|
|
10147
|
+
"abiExplorer": null
|
|
10148
|
+
},
|
|
10149
|
+
"substrateInfo": null,
|
|
10150
|
+
"extraInfo": null,
|
|
10151
|
+
"bitcoinInfo": null,
|
|
10152
|
+
"tonInfo": null
|
|
10127
10153
|
}
|
|
10128
10154
|
}
|
package/data/ChainLogoMap.json
CHANGED
|
@@ -291,6 +291,7 @@
|
|
|
291
291
|
"zkverify_testnet": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/zkverify_testnet.png",
|
|
292
292
|
"rari": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/rari.png",
|
|
293
293
|
"scroll": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/scroll.png",
|
|
294
|
+
"unichain_sepolia": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/unichain_sepolia.png",
|
|
294
295
|
"custom-Substrate-gosnetwork": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png",
|
|
295
296
|
"custom-Substrate-gosspectral": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png"
|
|
296
297
|
}
|
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.91-beta.
|
|
10
|
+
version: '0.2.91-beta.2'
|
|
11
11
|
};
|