@subwallet/chain-list 0.2.98-beta.0 → 0.2.98-beta.3
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 +64 -1
- package/cjs/data/AssetLogoMap.json +2 -0
- package/cjs/data/ChainAsset.json +32 -0
- package/cjs/data/ChainInfo.json +26 -0
- package/cjs/data/ChainLogoMap.json +2 -1
- package/cjs/packageInfo.js +1 -1
- package/data/AssetLogoMap.json +2 -0
- package/data/ChainAsset.json +32 -0
- package/data/ChainInfo.json +26 -0
- package/data/ChainLogoMap.json +2 -1
- package/package.json +1 -1
- package/packageInfo.js +1 -1
|
@@ -1138,6 +1138,8 @@
|
|
|
1138
1138
|
"sophon_testnet-native-soph": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/sophon_testnet-native-soph.png",
|
|
1139
1139
|
"abstract_testnet-native-eth": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/abstract_testnet-native-eth.png",
|
|
1140
1140
|
"dia_lasernet_testnet-native-dia": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/dia_lasernet_testnet-native-dia.png",
|
|
1141
|
+
"acala-local-nemo": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/acala-local-nemo.png",
|
|
1142
|
+
"soneium-native-eth": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/soneium-native-eth.png",
|
|
1141
1143
|
"eth-ethereum": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/eth-ethereum.png",
|
|
1142
1144
|
"ibtc-interbtc": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/ibtc-interbtc.png",
|
|
1143
1145
|
"glmr-moonbeam": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/glmr-moonbeam.png",
|
|
@@ -17056,6 +17058,38 @@
|
|
|
17056
17058
|
multiChainAsset: null,
|
|
17057
17059
|
hasValue: false,
|
|
17058
17060
|
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/dia_lasernet_testnet-native-dia.png"
|
|
17061
|
+
},
|
|
17062
|
+
"acala-LOCAL-NEMO": {
|
|
17063
|
+
originChain: "acala",
|
|
17064
|
+
slug: "acala-LOCAL-NEMO",
|
|
17065
|
+
name: "NEMO",
|
|
17066
|
+
symbol: "NEMO",
|
|
17067
|
+
decimals: 18,
|
|
17068
|
+
priceId: null,
|
|
17069
|
+
minAmount: "0",
|
|
17070
|
+
assetType: "LOCAL",
|
|
17071
|
+
metadata: {
|
|
17072
|
+
onChainInfo: {
|
|
17073
|
+
Erc20: "0xfa904c86b73fd041d6cc2aeed9e6ec0148fd51da"
|
|
17074
|
+
}
|
|
17075
|
+
},
|
|
17076
|
+
multiChainAsset: null,
|
|
17077
|
+
hasValue: true,
|
|
17078
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/acala-local-nemo.png"
|
|
17079
|
+
},
|
|
17080
|
+
"soneium-NATIVE-ETH": {
|
|
17081
|
+
originChain: "soneium",
|
|
17082
|
+
slug: "soneium-NATIVE-ETH",
|
|
17083
|
+
name: "Ethereum",
|
|
17084
|
+
symbol: "ETH",
|
|
17085
|
+
decimals: 18,
|
|
17086
|
+
priceId: "ethereum",
|
|
17087
|
+
minAmount: "0",
|
|
17088
|
+
assetType: "NATIVE",
|
|
17089
|
+
metadata: null,
|
|
17090
|
+
multiChainAsset: "ETH-Ethereum",
|
|
17091
|
+
hasValue: true,
|
|
17092
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/soneium-native-eth.png"
|
|
17059
17093
|
}
|
|
17060
17094
|
};
|
|
17061
17095
|
|
|
@@ -28091,6 +28125,32 @@
|
|
|
28091
28125
|
bitcoinInfo: null,
|
|
28092
28126
|
tonInfo: null
|
|
28093
28127
|
};
|
|
28128
|
+
var soneium$1 = {
|
|
28129
|
+
slug: "soneium",
|
|
28130
|
+
name: "Soneium",
|
|
28131
|
+
isTestnet: false,
|
|
28132
|
+
chainStatus: "ACTIVE",
|
|
28133
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chains/soneium.png",
|
|
28134
|
+
providers: {
|
|
28135
|
+
Soneium: "https://rpc.soneium.org/"
|
|
28136
|
+
},
|
|
28137
|
+
evmInfo: {
|
|
28138
|
+
evmChainId: 1868,
|
|
28139
|
+
blockExplorer: "https://soneium.blockscout.com/",
|
|
28140
|
+
existentialDeposit: "0",
|
|
28141
|
+
symbol: "ETH",
|
|
28142
|
+
decimals: 18,
|
|
28143
|
+
supportSmartContract: [
|
|
28144
|
+
"ERC20",
|
|
28145
|
+
"ERC721"
|
|
28146
|
+
],
|
|
28147
|
+
abiExplorer: null
|
|
28148
|
+
},
|
|
28149
|
+
substrateInfo: null,
|
|
28150
|
+
extraInfo: null,
|
|
28151
|
+
bitcoinInfo: null,
|
|
28152
|
+
tonInfo: null
|
|
28153
|
+
};
|
|
28094
28154
|
const _ChainInfoMap = {
|
|
28095
28155
|
polkadot: polkadot$1,
|
|
28096
28156
|
kusama: kusama$1,
|
|
@@ -28467,7 +28527,8 @@
|
|
|
28467
28527
|
lens_network_sepolia: lens_network_sepolia$1,
|
|
28468
28528
|
sophon_testnet: sophon_testnet$1,
|
|
28469
28529
|
abstract_testnet: abstract_testnet$1,
|
|
28470
|
-
dia_lasernet_testnet: dia_lasernet_testnet$1
|
|
28530
|
+
dia_lasernet_testnet: dia_lasernet_testnet$1,
|
|
28531
|
+
soneium: soneium$1
|
|
28471
28532
|
};
|
|
28472
28533
|
|
|
28473
28534
|
var polkadot = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/polkadot.png";
|
|
@@ -28788,6 +28849,7 @@
|
|
|
28788
28849
|
var sophon_testnet = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/sophon_testnet.png";
|
|
28789
28850
|
var abstract_testnet = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/abstract_testnet.png";
|
|
28790
28851
|
var dia_lasernet_testnet = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/dia_lasernet_testnet.png";
|
|
28852
|
+
var soneium = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/soneium.png";
|
|
28791
28853
|
const _ChainLogoMap = {
|
|
28792
28854
|
"default": "https://dev.sw-chain-list-assets.pages.dev/assets/default.png",
|
|
28793
28855
|
polkadot: polkadot,
|
|
@@ -29110,6 +29172,7 @@
|
|
|
29110
29172
|
sophon_testnet: sophon_testnet,
|
|
29111
29173
|
abstract_testnet: abstract_testnet,
|
|
29112
29174
|
dia_lasernet_testnet: dia_lasernet_testnet,
|
|
29175
|
+
soneium: soneium,
|
|
29113
29176
|
"custom-Substrate-gosnetwork": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png",
|
|
29114
29177
|
"custom-Substrate-gosspectral": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png"
|
|
29115
29178
|
};
|
|
@@ -799,6 +799,8 @@
|
|
|
799
799
|
"sophon_testnet-native-soph": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/sophon_testnet-native-soph.png",
|
|
800
800
|
"abstract_testnet-native-eth": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/abstract_testnet-native-eth.png",
|
|
801
801
|
"dia_lasernet_testnet-native-dia": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/dia_lasernet_testnet-native-dia.png",
|
|
802
|
+
"acala-local-nemo": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/acala-local-nemo.png",
|
|
803
|
+
"soneium-native-eth": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/soneium-native-eth.png",
|
|
802
804
|
"eth-ethereum": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/eth-ethereum.png",
|
|
803
805
|
"ibtc-interbtc": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/ibtc-interbtc.png",
|
|
804
806
|
"glmr-moonbeam": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/glmr-moonbeam.png",
|
package/cjs/data/ChainAsset.json
CHANGED
|
@@ -13215,5 +13215,37 @@
|
|
|
13215
13215
|
"multiChainAsset": null,
|
|
13216
13216
|
"hasValue": false,
|
|
13217
13217
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/dia_lasernet_testnet-native-dia.png"
|
|
13218
|
+
},
|
|
13219
|
+
"acala-LOCAL-NEMO": {
|
|
13220
|
+
"originChain": "acala",
|
|
13221
|
+
"slug": "acala-LOCAL-NEMO",
|
|
13222
|
+
"name": "NEMO",
|
|
13223
|
+
"symbol": "NEMO",
|
|
13224
|
+
"decimals": 18,
|
|
13225
|
+
"priceId": null,
|
|
13226
|
+
"minAmount": "0",
|
|
13227
|
+
"assetType": "LOCAL",
|
|
13228
|
+
"metadata": {
|
|
13229
|
+
"onChainInfo": {
|
|
13230
|
+
"Erc20": "0xfa904c86b73fd041d6cc2aeed9e6ec0148fd51da"
|
|
13231
|
+
}
|
|
13232
|
+
},
|
|
13233
|
+
"multiChainAsset": null,
|
|
13234
|
+
"hasValue": true,
|
|
13235
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/acala-local-nemo.png"
|
|
13236
|
+
},
|
|
13237
|
+
"soneium-NATIVE-ETH": {
|
|
13238
|
+
"originChain": "soneium",
|
|
13239
|
+
"slug": "soneium-NATIVE-ETH",
|
|
13240
|
+
"name": "Ethereum",
|
|
13241
|
+
"symbol": "ETH",
|
|
13242
|
+
"decimals": 18,
|
|
13243
|
+
"priceId": "ethereum",
|
|
13244
|
+
"minAmount": "0",
|
|
13245
|
+
"assetType": "NATIVE",
|
|
13246
|
+
"metadata": null,
|
|
13247
|
+
"multiChainAsset": "ETH-Ethereum",
|
|
13248
|
+
"hasValue": true,
|
|
13249
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/soneium-native-eth.png"
|
|
13218
13250
|
}
|
|
13219
13251
|
}
|
package/cjs/data/ChainInfo.json
CHANGED
|
@@ -10902,5 +10902,31 @@
|
|
|
10902
10902
|
"extraInfo": null,
|
|
10903
10903
|
"bitcoinInfo": null,
|
|
10904
10904
|
"tonInfo": null
|
|
10905
|
+
},
|
|
10906
|
+
"soneium": {
|
|
10907
|
+
"slug": "soneium",
|
|
10908
|
+
"name": "Soneium",
|
|
10909
|
+
"isTestnet": false,
|
|
10910
|
+
"chainStatus": "ACTIVE",
|
|
10911
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/soneium.png",
|
|
10912
|
+
"providers": {
|
|
10913
|
+
"Soneium": "https://rpc.soneium.org/"
|
|
10914
|
+
},
|
|
10915
|
+
"evmInfo": {
|
|
10916
|
+
"evmChainId": 1868,
|
|
10917
|
+
"blockExplorer": "https://soneium.blockscout.com/",
|
|
10918
|
+
"existentialDeposit": "0",
|
|
10919
|
+
"symbol": "ETH",
|
|
10920
|
+
"decimals": 18,
|
|
10921
|
+
"supportSmartContract": [
|
|
10922
|
+
"ERC20",
|
|
10923
|
+
"ERC721"
|
|
10924
|
+
],
|
|
10925
|
+
"abiExplorer": null
|
|
10926
|
+
},
|
|
10927
|
+
"substrateInfo": null,
|
|
10928
|
+
"extraInfo": null,
|
|
10929
|
+
"bitcoinInfo": null,
|
|
10930
|
+
"tonInfo": null
|
|
10905
10931
|
}
|
|
10906
10932
|
}
|
|
@@ -320,6 +320,7 @@
|
|
|
320
320
|
"sophon_testnet": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/sophon_testnet.png",
|
|
321
321
|
"abstract_testnet": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/abstract_testnet.png",
|
|
322
322
|
"dia_lasernet_testnet": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/dia_lasernet_testnet.png",
|
|
323
|
+
"soneium": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/soneium.png",
|
|
323
324
|
"custom-Substrate-gosnetwork": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png",
|
|
324
325
|
"custom-Substrate-gosspectral": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png"
|
|
325
|
-
}
|
|
326
|
+
}
|
package/cjs/packageInfo.js
CHANGED
package/data/AssetLogoMap.json
CHANGED
|
@@ -799,6 +799,8 @@
|
|
|
799
799
|
"sophon_testnet-native-soph": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/sophon_testnet-native-soph.png",
|
|
800
800
|
"abstract_testnet-native-eth": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/abstract_testnet-native-eth.png",
|
|
801
801
|
"dia_lasernet_testnet-native-dia": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/dia_lasernet_testnet-native-dia.png",
|
|
802
|
+
"acala-local-nemo": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/acala-local-nemo.png",
|
|
803
|
+
"soneium-native-eth": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/soneium-native-eth.png",
|
|
802
804
|
"eth-ethereum": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/eth-ethereum.png",
|
|
803
805
|
"ibtc-interbtc": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/ibtc-interbtc.png",
|
|
804
806
|
"glmr-moonbeam": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/glmr-moonbeam.png",
|
package/data/ChainAsset.json
CHANGED
|
@@ -13215,5 +13215,37 @@
|
|
|
13215
13215
|
"multiChainAsset": null,
|
|
13216
13216
|
"hasValue": false,
|
|
13217
13217
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/dia_lasernet_testnet-native-dia.png"
|
|
13218
|
+
},
|
|
13219
|
+
"acala-LOCAL-NEMO": {
|
|
13220
|
+
"originChain": "acala",
|
|
13221
|
+
"slug": "acala-LOCAL-NEMO",
|
|
13222
|
+
"name": "NEMO",
|
|
13223
|
+
"symbol": "NEMO",
|
|
13224
|
+
"decimals": 18,
|
|
13225
|
+
"priceId": null,
|
|
13226
|
+
"minAmount": "0",
|
|
13227
|
+
"assetType": "LOCAL",
|
|
13228
|
+
"metadata": {
|
|
13229
|
+
"onChainInfo": {
|
|
13230
|
+
"Erc20": "0xfa904c86b73fd041d6cc2aeed9e6ec0148fd51da"
|
|
13231
|
+
}
|
|
13232
|
+
},
|
|
13233
|
+
"multiChainAsset": null,
|
|
13234
|
+
"hasValue": true,
|
|
13235
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/acala-local-nemo.png"
|
|
13236
|
+
},
|
|
13237
|
+
"soneium-NATIVE-ETH": {
|
|
13238
|
+
"originChain": "soneium",
|
|
13239
|
+
"slug": "soneium-NATIVE-ETH",
|
|
13240
|
+
"name": "Ethereum",
|
|
13241
|
+
"symbol": "ETH",
|
|
13242
|
+
"decimals": 18,
|
|
13243
|
+
"priceId": "ethereum",
|
|
13244
|
+
"minAmount": "0",
|
|
13245
|
+
"assetType": "NATIVE",
|
|
13246
|
+
"metadata": null,
|
|
13247
|
+
"multiChainAsset": "ETH-Ethereum",
|
|
13248
|
+
"hasValue": true,
|
|
13249
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/soneium-native-eth.png"
|
|
13218
13250
|
}
|
|
13219
13251
|
}
|
package/data/ChainInfo.json
CHANGED
|
@@ -10902,5 +10902,31 @@
|
|
|
10902
10902
|
"extraInfo": null,
|
|
10903
10903
|
"bitcoinInfo": null,
|
|
10904
10904
|
"tonInfo": null
|
|
10905
|
+
},
|
|
10906
|
+
"soneium": {
|
|
10907
|
+
"slug": "soneium",
|
|
10908
|
+
"name": "Soneium",
|
|
10909
|
+
"isTestnet": false,
|
|
10910
|
+
"chainStatus": "ACTIVE",
|
|
10911
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/soneium.png",
|
|
10912
|
+
"providers": {
|
|
10913
|
+
"Soneium": "https://rpc.soneium.org/"
|
|
10914
|
+
},
|
|
10915
|
+
"evmInfo": {
|
|
10916
|
+
"evmChainId": 1868,
|
|
10917
|
+
"blockExplorer": "https://soneium.blockscout.com/",
|
|
10918
|
+
"existentialDeposit": "0",
|
|
10919
|
+
"symbol": "ETH",
|
|
10920
|
+
"decimals": 18,
|
|
10921
|
+
"supportSmartContract": [
|
|
10922
|
+
"ERC20",
|
|
10923
|
+
"ERC721"
|
|
10924
|
+
],
|
|
10925
|
+
"abiExplorer": null
|
|
10926
|
+
},
|
|
10927
|
+
"substrateInfo": null,
|
|
10928
|
+
"extraInfo": null,
|
|
10929
|
+
"bitcoinInfo": null,
|
|
10930
|
+
"tonInfo": null
|
|
10905
10931
|
}
|
|
10906
10932
|
}
|
package/data/ChainLogoMap.json
CHANGED
|
@@ -320,6 +320,7 @@
|
|
|
320
320
|
"sophon_testnet": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/sophon_testnet.png",
|
|
321
321
|
"abstract_testnet": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/abstract_testnet.png",
|
|
322
322
|
"dia_lasernet_testnet": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/dia_lasernet_testnet.png",
|
|
323
|
+
"soneium": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/soneium.png",
|
|
323
324
|
"custom-Substrate-gosnetwork": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png",
|
|
324
325
|
"custom-Substrate-gosspectral": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png"
|
|
325
|
-
}
|
|
326
|
+
}
|
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.98-beta.
|
|
10
|
+
version: '0.2.98-beta.3'
|
|
11
11
|
};
|