@subwallet/chain-list 0.2.82-beta.3 → 0.2.82-beta.4
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 +43 -0
- package/cjs/data/AssetLogoMap.json +1 -0
- package/cjs/data/ChainAsset.json +14 -0
- package/cjs/data/ChainInfo.json +25 -0
- package/cjs/data/ChainLogoMap.json +1 -0
- package/cjs/packageInfo.js +1 -1
- package/data/AssetLogoMap.json +1 -0
- package/data/ChainAsset.json +14 -0
- package/data/ChainInfo.json +25 -0
- package/data/ChainLogoMap.json +1 -0
- package/package.json +1 -1
- package/packageInfo.js +1 -1
|
@@ -720,6 +720,7 @@
|
|
|
720
720
|
"pendulum-local-vdot": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/pendulum-local-vdot.png",
|
|
721
721
|
"blast_mainnet-erc20-blast-0xb1a5700fa2358173fe465e6ea4ff52e36e88e2ad": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/blast_mainnet-erc20-blast-0xb1a5700fa2358173fe465e6ea4ff52e36e88e2ad.png",
|
|
722
722
|
"blast_mainnet-native-eth": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/blast_mainnet-native-eth.png",
|
|
723
|
+
"storypartner_testnet-native-ip": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/storypartner_testnet-native-ip.png",
|
|
723
724
|
"eth-ethereum": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/eth-ethereum.png",
|
|
724
725
|
"ibtc-interbtc": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/ibtc-interbtc.png",
|
|
725
726
|
"glmr-moonbeam": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/glmr-moonbeam.png",
|
|
@@ -14596,6 +14597,20 @@
|
|
|
14596
14597
|
multiChainAsset: "ETH-Ethereum",
|
|
14597
14598
|
hasValue: true,
|
|
14598
14599
|
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/blast_mainnet-native-eth.png"
|
|
14600
|
+
},
|
|
14601
|
+
"storyPartner_testnet-NATIVE-IP": {
|
|
14602
|
+
originChain: "storyPartner_testnet",
|
|
14603
|
+
slug: "storyPartner_testnet-NATIVE-IP",
|
|
14604
|
+
name: "Story",
|
|
14605
|
+
symbol: "IP",
|
|
14606
|
+
decimals: 18,
|
|
14607
|
+
priceId: null,
|
|
14608
|
+
minAmount: "0",
|
|
14609
|
+
assetType: "NATIVE",
|
|
14610
|
+
metadata: null,
|
|
14611
|
+
multiChainAsset: null,
|
|
14612
|
+
hasValue: false,
|
|
14613
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/storypartner_testnet-native-ip.png"
|
|
14599
14614
|
},
|
|
14600
14615
|
"ton-TEP74-USD₮-EQCxE6mUtQJKFnGfaROTKOt1lZbDiiX1kCixRv7Nw2Id_sDs": {
|
|
14601
14616
|
originChain: "ton",
|
|
@@ -24166,6 +24181,31 @@
|
|
|
24166
24181
|
extraInfo: null,
|
|
24167
24182
|
bitcoinInfo: null
|
|
24168
24183
|
};
|
|
24184
|
+
var storyPartner_testnet$1 = {
|
|
24185
|
+
slug: "storyPartner_testnet",
|
|
24186
|
+
name: "Story Partner Testnet",
|
|
24187
|
+
isTestnet: true,
|
|
24188
|
+
chainStatus: "ACTIVE",
|
|
24189
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chains/storypartner_testnet.png",
|
|
24190
|
+
providers: {
|
|
24191
|
+
"Story Partner": "https://rpc.partner.testnet.storyprotocol.net/"
|
|
24192
|
+
},
|
|
24193
|
+
evmInfo: {
|
|
24194
|
+
evmChainId: 1513,
|
|
24195
|
+
blockExplorer: "https://explorer.testnet.storyprotocol.net/",
|
|
24196
|
+
existentialDeposit: "0",
|
|
24197
|
+
symbol: "IP",
|
|
24198
|
+
decimals: 18,
|
|
24199
|
+
supportSmartContract: [
|
|
24200
|
+
"ERC721",
|
|
24201
|
+
"ERC20"
|
|
24202
|
+
],
|
|
24203
|
+
abiExplorer: null
|
|
24204
|
+
},
|
|
24205
|
+
substrateInfo: null,
|
|
24206
|
+
extraInfo: null,
|
|
24207
|
+
bitcoinInfo: null
|
|
24208
|
+
};
|
|
24169
24209
|
var ton = {
|
|
24170
24210
|
slug: "ton",
|
|
24171
24211
|
name: "TON Network",
|
|
@@ -24511,6 +24551,7 @@
|
|
|
24511
24551
|
aleph_evm: aleph_evm$1,
|
|
24512
24552
|
exosama: exosama$1,
|
|
24513
24553
|
blast_mainnet: blast_mainnet$1,
|
|
24554
|
+
storyPartner_testnet: storyPartner_testnet$1,
|
|
24514
24555
|
ton: ton,
|
|
24515
24556
|
ton_testnet: ton_testnet
|
|
24516
24557
|
};
|
|
@@ -24787,6 +24828,7 @@
|
|
|
24787
24828
|
var aleph_evm = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/aleph_evm.png";
|
|
24788
24829
|
var exosama = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/exosama.png";
|
|
24789
24830
|
var blast_mainnet = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/blast_mainnet.png";
|
|
24831
|
+
var storyPartner_testnet = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/storypartner_testnet.png";
|
|
24790
24832
|
const _ChainLogoMap = {
|
|
24791
24833
|
"default": "https://dev.sw-chain-list-assets.pages.dev/assets/default.png",
|
|
24792
24834
|
polkadot: polkadot,
|
|
@@ -25062,6 +25104,7 @@
|
|
|
25062
25104
|
aleph_evm: aleph_evm,
|
|
25063
25105
|
exosama: exosama,
|
|
25064
25106
|
blast_mainnet: blast_mainnet,
|
|
25107
|
+
storyPartner_testnet: storyPartner_testnet,
|
|
25065
25108
|
"custom-Substrate-gosnetwork": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png",
|
|
25066
25109
|
"custom-Substrate-gosspectral": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png"
|
|
25067
25110
|
};
|
|
@@ -712,6 +712,7 @@
|
|
|
712
712
|
"pendulum-local-vdot": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/pendulum-local-vdot.png",
|
|
713
713
|
"blast_mainnet-erc20-blast-0xb1a5700fa2358173fe465e6ea4ff52e36e88e2ad": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/blast_mainnet-erc20-blast-0xb1a5700fa2358173fe465e6ea4ff52e36e88e2ad.png",
|
|
714
714
|
"blast_mainnet-native-eth": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/blast_mainnet-native-eth.png",
|
|
715
|
+
"storypartner_testnet-native-ip": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/storypartner_testnet-native-ip.png",
|
|
715
716
|
"eth-ethereum": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/eth-ethereum.png",
|
|
716
717
|
"ibtc-interbtc": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/ibtc-interbtc.png",
|
|
717
718
|
"glmr-moonbeam": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/glmr-moonbeam.png",
|
package/cjs/data/ChainAsset.json
CHANGED
|
@@ -11934,6 +11934,20 @@
|
|
|
11934
11934
|
"hasValue": true,
|
|
11935
11935
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/blast_mainnet-native-eth.png"
|
|
11936
11936
|
},
|
|
11937
|
+
"storyPartner_testnet-NATIVE-IP": {
|
|
11938
|
+
"originChain": "storyPartner_testnet",
|
|
11939
|
+
"slug": "storyPartner_testnet-NATIVE-IP",
|
|
11940
|
+
"name": "Story",
|
|
11941
|
+
"symbol": "IP",
|
|
11942
|
+
"decimals": 18,
|
|
11943
|
+
"priceId": null,
|
|
11944
|
+
"minAmount": "0",
|
|
11945
|
+
"assetType": "NATIVE",
|
|
11946
|
+
"metadata": null,
|
|
11947
|
+
"multiChainAsset": null,
|
|
11948
|
+
"hasValue": false,
|
|
11949
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/storypartner_testnet-native-ip.png"
|
|
11950
|
+
},
|
|
11937
11951
|
"ton-TEP74-USD₮-EQCxE6mUtQJKFnGfaROTKOt1lZbDiiX1kCixRv7Nw2Id_sDs": {
|
|
11938
11952
|
"originChain": "ton",
|
|
11939
11953
|
"slug": "ton-TEP74-USD₮-EQCxE6mUtQJKFnGfaROTKOt1lZbDiiX1kCixRv7Nw2Id_sDs",
|
package/cjs/data/ChainInfo.json
CHANGED
|
@@ -9359,6 +9359,31 @@
|
|
|
9359
9359
|
"extraInfo": null,
|
|
9360
9360
|
"bitcoinInfo": null
|
|
9361
9361
|
},
|
|
9362
|
+
"storyPartner_testnet": {
|
|
9363
|
+
"slug": "storyPartner_testnet",
|
|
9364
|
+
"name": "Story Partner Testnet",
|
|
9365
|
+
"isTestnet": true,
|
|
9366
|
+
"chainStatus": "ACTIVE",
|
|
9367
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/storypartner_testnet.png",
|
|
9368
|
+
"providers": {
|
|
9369
|
+
"Story Partner": "https://rpc.partner.testnet.storyprotocol.net/"
|
|
9370
|
+
},
|
|
9371
|
+
"evmInfo": {
|
|
9372
|
+
"evmChainId": 1513,
|
|
9373
|
+
"blockExplorer": "https://explorer.testnet.storyprotocol.net/",
|
|
9374
|
+
"existentialDeposit": "0",
|
|
9375
|
+
"symbol": "IP",
|
|
9376
|
+
"decimals": 18,
|
|
9377
|
+
"supportSmartContract": [
|
|
9378
|
+
"ERC721",
|
|
9379
|
+
"ERC20"
|
|
9380
|
+
],
|
|
9381
|
+
"abiExplorer": null
|
|
9382
|
+
},
|
|
9383
|
+
"substrateInfo": null,
|
|
9384
|
+
"extraInfo": null,
|
|
9385
|
+
"bitcoinInfo": null
|
|
9386
|
+
},
|
|
9362
9387
|
"ton": {
|
|
9363
9388
|
"slug": "ton",
|
|
9364
9389
|
"name": "TON Network",
|
|
@@ -273,6 +273,7 @@
|
|
|
273
273
|
"aleph_evm": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/aleph_evm.png",
|
|
274
274
|
"exosama": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/exosama.png",
|
|
275
275
|
"blast_mainnet": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/blast_mainnet.png",
|
|
276
|
+
"storyPartner_testnet": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/storypartner_testnet.png",
|
|
276
277
|
"custom-Substrate-gosnetwork": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png",
|
|
277
278
|
"custom-Substrate-gosspectral": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png"
|
|
278
279
|
}
|
package/cjs/packageInfo.js
CHANGED
package/data/AssetLogoMap.json
CHANGED
|
@@ -712,6 +712,7 @@
|
|
|
712
712
|
"pendulum-local-vdot": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/pendulum-local-vdot.png",
|
|
713
713
|
"blast_mainnet-erc20-blast-0xb1a5700fa2358173fe465e6ea4ff52e36e88e2ad": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/blast_mainnet-erc20-blast-0xb1a5700fa2358173fe465e6ea4ff52e36e88e2ad.png",
|
|
714
714
|
"blast_mainnet-native-eth": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/blast_mainnet-native-eth.png",
|
|
715
|
+
"storypartner_testnet-native-ip": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/storypartner_testnet-native-ip.png",
|
|
715
716
|
"eth-ethereum": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/eth-ethereum.png",
|
|
716
717
|
"ibtc-interbtc": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/ibtc-interbtc.png",
|
|
717
718
|
"glmr-moonbeam": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/glmr-moonbeam.png",
|
package/data/ChainAsset.json
CHANGED
|
@@ -11934,6 +11934,20 @@
|
|
|
11934
11934
|
"hasValue": true,
|
|
11935
11935
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/blast_mainnet-native-eth.png"
|
|
11936
11936
|
},
|
|
11937
|
+
"storyPartner_testnet-NATIVE-IP": {
|
|
11938
|
+
"originChain": "storyPartner_testnet",
|
|
11939
|
+
"slug": "storyPartner_testnet-NATIVE-IP",
|
|
11940
|
+
"name": "Story",
|
|
11941
|
+
"symbol": "IP",
|
|
11942
|
+
"decimals": 18,
|
|
11943
|
+
"priceId": null,
|
|
11944
|
+
"minAmount": "0",
|
|
11945
|
+
"assetType": "NATIVE",
|
|
11946
|
+
"metadata": null,
|
|
11947
|
+
"multiChainAsset": null,
|
|
11948
|
+
"hasValue": false,
|
|
11949
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/storypartner_testnet-native-ip.png"
|
|
11950
|
+
},
|
|
11937
11951
|
"ton-TEP74-USD₮-EQCxE6mUtQJKFnGfaROTKOt1lZbDiiX1kCixRv7Nw2Id_sDs": {
|
|
11938
11952
|
"originChain": "ton",
|
|
11939
11953
|
"slug": "ton-TEP74-USD₮-EQCxE6mUtQJKFnGfaROTKOt1lZbDiiX1kCixRv7Nw2Id_sDs",
|
package/data/ChainInfo.json
CHANGED
|
@@ -9359,6 +9359,31 @@
|
|
|
9359
9359
|
"extraInfo": null,
|
|
9360
9360
|
"bitcoinInfo": null
|
|
9361
9361
|
},
|
|
9362
|
+
"storyPartner_testnet": {
|
|
9363
|
+
"slug": "storyPartner_testnet",
|
|
9364
|
+
"name": "Story Partner Testnet",
|
|
9365
|
+
"isTestnet": true,
|
|
9366
|
+
"chainStatus": "ACTIVE",
|
|
9367
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/storypartner_testnet.png",
|
|
9368
|
+
"providers": {
|
|
9369
|
+
"Story Partner": "https://rpc.partner.testnet.storyprotocol.net/"
|
|
9370
|
+
},
|
|
9371
|
+
"evmInfo": {
|
|
9372
|
+
"evmChainId": 1513,
|
|
9373
|
+
"blockExplorer": "https://explorer.testnet.storyprotocol.net/",
|
|
9374
|
+
"existentialDeposit": "0",
|
|
9375
|
+
"symbol": "IP",
|
|
9376
|
+
"decimals": 18,
|
|
9377
|
+
"supportSmartContract": [
|
|
9378
|
+
"ERC721",
|
|
9379
|
+
"ERC20"
|
|
9380
|
+
],
|
|
9381
|
+
"abiExplorer": null
|
|
9382
|
+
},
|
|
9383
|
+
"substrateInfo": null,
|
|
9384
|
+
"extraInfo": null,
|
|
9385
|
+
"bitcoinInfo": null
|
|
9386
|
+
},
|
|
9362
9387
|
"ton": {
|
|
9363
9388
|
"slug": "ton",
|
|
9364
9389
|
"name": "TON Network",
|
package/data/ChainLogoMap.json
CHANGED
|
@@ -273,6 +273,7 @@
|
|
|
273
273
|
"aleph_evm": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/aleph_evm.png",
|
|
274
274
|
"exosama": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/exosama.png",
|
|
275
275
|
"blast_mainnet": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/blast_mainnet.png",
|
|
276
|
+
"storyPartner_testnet": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/storypartner_testnet.png",
|
|
276
277
|
"custom-Substrate-gosnetwork": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png",
|
|
277
278
|
"custom-Substrate-gosspectral": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png"
|
|
278
279
|
}
|
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.82-beta.
|
|
10
|
+
version: '0.2.82-beta.4'
|
|
11
11
|
};
|