@subwallet/chain-list 0.2.92-beta.1 → 0.2.92-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 +45 -1
- package/cjs/data/AssetLogoMap.json +1 -0
- package/cjs/data/ChainAsset.json +14 -0
- 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 +14 -0
- package/data/ChainInfo.json +26 -0
- package/data/ChainLogoMap.json +1 -0
- package/package.json +1 -1
- package/packageInfo.js +1 -1
|
@@ -772,6 +772,7 @@
|
|
|
772
772
|
"zircuit-native-eth": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/zircuit-native-eth.png",
|
|
773
773
|
"tangle-native-tnt": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/tangle-native-tnt.png",
|
|
774
774
|
"tangle_evm-native-tnt": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/tangle_evm-native-tnt.png",
|
|
775
|
+
"storyodyssey_testnet-native-ip": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/storyodyssey_testnet-native-ip.png",
|
|
775
776
|
"eth-ethereum": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/eth-ethereum.png",
|
|
776
777
|
"ibtc-interbtc": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/ibtc-interbtc.png",
|
|
777
778
|
"glmr-moonbeam": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/glmr-moonbeam.png",
|
|
@@ -18459,6 +18460,20 @@
|
|
|
18459
18460
|
multiChainAsset: "TNT-Tangle",
|
|
18460
18461
|
hasValue: true,
|
|
18461
18462
|
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/tangle_evm-native-tnt.png"
|
|
18463
|
+
},
|
|
18464
|
+
"storyOdyssey_testnet-NATIVE-IP": {
|
|
18465
|
+
originChain: "storyOdyssey_testnet",
|
|
18466
|
+
slug: "storyOdyssey_testnet-NATIVE-IP",
|
|
18467
|
+
name: "IP",
|
|
18468
|
+
symbol: "IP",
|
|
18469
|
+
decimals: 18,
|
|
18470
|
+
priceId: null,
|
|
18471
|
+
minAmount: "0",
|
|
18472
|
+
assetType: "NATIVE",
|
|
18473
|
+
metadata: null,
|
|
18474
|
+
multiChainAsset: null,
|
|
18475
|
+
hasValue: false,
|
|
18476
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/storyodyssey_testnet-native-ip.png"
|
|
18462
18477
|
}
|
|
18463
18478
|
};
|
|
18464
18479
|
|
|
@@ -28902,6 +28917,32 @@
|
|
|
28902
28917
|
bitcoinInfo: null,
|
|
28903
28918
|
tonInfo: null
|
|
28904
28919
|
};
|
|
28920
|
+
var storyOdyssey_testnet$1 = {
|
|
28921
|
+
slug: "storyOdyssey_testnet",
|
|
28922
|
+
name: "Story Odyssey Testnet",
|
|
28923
|
+
isTestnet: true,
|
|
28924
|
+
chainStatus: "ACTIVE",
|
|
28925
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chains/storyodyssey_testnet.png",
|
|
28926
|
+
providers: {
|
|
28927
|
+
"Story Odyssey": "https://odyssey.storyrpc.io/"
|
|
28928
|
+
},
|
|
28929
|
+
evmInfo: {
|
|
28930
|
+
evmChainId: 1516,
|
|
28931
|
+
blockExplorer: "https://odyssey-testnet-explorer.storyscan.xyz/",
|
|
28932
|
+
existentialDeposit: "0",
|
|
28933
|
+
symbol: "IP",
|
|
28934
|
+
decimals: 18,
|
|
28935
|
+
supportSmartContract: [
|
|
28936
|
+
"ERC20",
|
|
28937
|
+
"ERC721"
|
|
28938
|
+
],
|
|
28939
|
+
abiExplorer: null
|
|
28940
|
+
},
|
|
28941
|
+
substrateInfo: null,
|
|
28942
|
+
extraInfo: null,
|
|
28943
|
+
bitcoinInfo: null,
|
|
28944
|
+
tonInfo: null
|
|
28945
|
+
};
|
|
28905
28946
|
const _ChainInfoMap = {
|
|
28906
28947
|
polkadot: polkadot$1,
|
|
28907
28948
|
kusama: kusama$1,
|
|
@@ -29257,7 +29298,8 @@
|
|
|
29257
29298
|
lisk: lisk$1,
|
|
29258
29299
|
zircuit: zircuit$1,
|
|
29259
29300
|
tangle: tangle$1,
|
|
29260
|
-
tangle_evm: tangle_evm$1
|
|
29301
|
+
tangle_evm: tangle_evm$1,
|
|
29302
|
+
storyOdyssey_testnet: storyOdyssey_testnet$1
|
|
29261
29303
|
};
|
|
29262
29304
|
|
|
29263
29305
|
var polkadot = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/polkadot.png";
|
|
@@ -29556,6 +29598,7 @@
|
|
|
29556
29598
|
var zircuit = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/zircuit.png";
|
|
29557
29599
|
var tangle = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/tangle.png";
|
|
29558
29600
|
var tangle_evm = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/tangle_evm.png";
|
|
29601
|
+
var storyOdyssey_testnet = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/storyodyssey_testnet.png";
|
|
29559
29602
|
const _ChainLogoMap = {
|
|
29560
29603
|
"default": "https://dev.sw-chain-list-assets.pages.dev/assets/default.png",
|
|
29561
29604
|
polkadot: polkadot,
|
|
@@ -29856,6 +29899,7 @@
|
|
|
29856
29899
|
zircuit: zircuit,
|
|
29857
29900
|
tangle: tangle,
|
|
29858
29901
|
tangle_evm: tangle_evm,
|
|
29902
|
+
storyOdyssey_testnet: storyOdyssey_testnet,
|
|
29859
29903
|
"custom-Substrate-gosnetwork": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png",
|
|
29860
29904
|
"custom-Substrate-gosspectral": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png"
|
|
29861
29905
|
};
|
|
@@ -764,6 +764,7 @@
|
|
|
764
764
|
"zircuit-native-eth": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/zircuit-native-eth.png",
|
|
765
765
|
"tangle-native-tnt": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/tangle-native-tnt.png",
|
|
766
766
|
"tangle_evm-native-tnt": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/tangle_evm-native-tnt.png",
|
|
767
|
+
"storyodyssey_testnet-native-ip": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/storyodyssey_testnet-native-ip.png",
|
|
767
768
|
"eth-ethereum": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/eth-ethereum.png",
|
|
768
769
|
"ibtc-interbtc": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/ibtc-interbtc.png",
|
|
769
770
|
"glmr-moonbeam": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/glmr-moonbeam.png",
|
package/cjs/data/ChainAsset.json
CHANGED
|
@@ -12731,5 +12731,19 @@
|
|
|
12731
12731
|
"multiChainAsset": "TNT-Tangle",
|
|
12732
12732
|
"hasValue": true,
|
|
12733
12733
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/tangle_evm-native-tnt.png"
|
|
12734
|
+
},
|
|
12735
|
+
"storyOdyssey_testnet-NATIVE-IP": {
|
|
12736
|
+
"originChain": "storyOdyssey_testnet",
|
|
12737
|
+
"slug": "storyOdyssey_testnet-NATIVE-IP",
|
|
12738
|
+
"name": "IP",
|
|
12739
|
+
"symbol": "IP",
|
|
12740
|
+
"decimals": 18,
|
|
12741
|
+
"priceId": null,
|
|
12742
|
+
"minAmount": "0",
|
|
12743
|
+
"assetType": "NATIVE",
|
|
12744
|
+
"metadata": null,
|
|
12745
|
+
"multiChainAsset": null,
|
|
12746
|
+
"hasValue": false,
|
|
12747
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/storyodyssey_testnet-native-ip.png"
|
|
12734
12748
|
}
|
|
12735
12749
|
}
|
package/cjs/data/ChainInfo.json
CHANGED
|
@@ -10313,5 +10313,31 @@
|
|
|
10313
10313
|
"extraInfo": null,
|
|
10314
10314
|
"bitcoinInfo": null,
|
|
10315
10315
|
"tonInfo": null
|
|
10316
|
+
},
|
|
10317
|
+
"storyOdyssey_testnet": {
|
|
10318
|
+
"slug": "storyOdyssey_testnet",
|
|
10319
|
+
"name": "Story Odyssey Testnet",
|
|
10320
|
+
"isTestnet": true,
|
|
10321
|
+
"chainStatus": "ACTIVE",
|
|
10322
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/storyodyssey_testnet.png",
|
|
10323
|
+
"providers": {
|
|
10324
|
+
"Story Odyssey": "https://odyssey.storyrpc.io/"
|
|
10325
|
+
},
|
|
10326
|
+
"evmInfo": {
|
|
10327
|
+
"evmChainId": 1516,
|
|
10328
|
+
"blockExplorer": "https://odyssey-testnet-explorer.storyscan.xyz/",
|
|
10329
|
+
"existentialDeposit": "0",
|
|
10330
|
+
"symbol": "IP",
|
|
10331
|
+
"decimals": 18,
|
|
10332
|
+
"supportSmartContract": [
|
|
10333
|
+
"ERC20",
|
|
10334
|
+
"ERC721"
|
|
10335
|
+
],
|
|
10336
|
+
"abiExplorer": null
|
|
10337
|
+
},
|
|
10338
|
+
"substrateInfo": null,
|
|
10339
|
+
"extraInfo": null,
|
|
10340
|
+
"bitcoinInfo": null,
|
|
10341
|
+
"tonInfo": null
|
|
10316
10342
|
}
|
|
10317
10343
|
}
|
|
@@ -298,6 +298,7 @@
|
|
|
298
298
|
"zircuit": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/zircuit.png",
|
|
299
299
|
"tangle": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/tangle.png",
|
|
300
300
|
"tangle_evm": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/tangle_evm.png",
|
|
301
|
+
"storyOdyssey_testnet": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/storyodyssey_testnet.png",
|
|
301
302
|
"custom-Substrate-gosnetwork": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png",
|
|
302
303
|
"custom-Substrate-gosspectral": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png"
|
|
303
304
|
}
|
package/cjs/packageInfo.js
CHANGED
package/data/AssetLogoMap.json
CHANGED
|
@@ -764,6 +764,7 @@
|
|
|
764
764
|
"zircuit-native-eth": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/zircuit-native-eth.png",
|
|
765
765
|
"tangle-native-tnt": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/tangle-native-tnt.png",
|
|
766
766
|
"tangle_evm-native-tnt": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/tangle_evm-native-tnt.png",
|
|
767
|
+
"storyodyssey_testnet-native-ip": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/storyodyssey_testnet-native-ip.png",
|
|
767
768
|
"eth-ethereum": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/eth-ethereum.png",
|
|
768
769
|
"ibtc-interbtc": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/ibtc-interbtc.png",
|
|
769
770
|
"glmr-moonbeam": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/glmr-moonbeam.png",
|
package/data/ChainAsset.json
CHANGED
|
@@ -12731,5 +12731,19 @@
|
|
|
12731
12731
|
"multiChainAsset": "TNT-Tangle",
|
|
12732
12732
|
"hasValue": true,
|
|
12733
12733
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/tangle_evm-native-tnt.png"
|
|
12734
|
+
},
|
|
12735
|
+
"storyOdyssey_testnet-NATIVE-IP": {
|
|
12736
|
+
"originChain": "storyOdyssey_testnet",
|
|
12737
|
+
"slug": "storyOdyssey_testnet-NATIVE-IP",
|
|
12738
|
+
"name": "IP",
|
|
12739
|
+
"symbol": "IP",
|
|
12740
|
+
"decimals": 18,
|
|
12741
|
+
"priceId": null,
|
|
12742
|
+
"minAmount": "0",
|
|
12743
|
+
"assetType": "NATIVE",
|
|
12744
|
+
"metadata": null,
|
|
12745
|
+
"multiChainAsset": null,
|
|
12746
|
+
"hasValue": false,
|
|
12747
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/storyodyssey_testnet-native-ip.png"
|
|
12734
12748
|
}
|
|
12735
12749
|
}
|
package/data/ChainInfo.json
CHANGED
|
@@ -10313,5 +10313,31 @@
|
|
|
10313
10313
|
"extraInfo": null,
|
|
10314
10314
|
"bitcoinInfo": null,
|
|
10315
10315
|
"tonInfo": null
|
|
10316
|
+
},
|
|
10317
|
+
"storyOdyssey_testnet": {
|
|
10318
|
+
"slug": "storyOdyssey_testnet",
|
|
10319
|
+
"name": "Story Odyssey Testnet",
|
|
10320
|
+
"isTestnet": true,
|
|
10321
|
+
"chainStatus": "ACTIVE",
|
|
10322
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/storyodyssey_testnet.png",
|
|
10323
|
+
"providers": {
|
|
10324
|
+
"Story Odyssey": "https://odyssey.storyrpc.io/"
|
|
10325
|
+
},
|
|
10326
|
+
"evmInfo": {
|
|
10327
|
+
"evmChainId": 1516,
|
|
10328
|
+
"blockExplorer": "https://odyssey-testnet-explorer.storyscan.xyz/",
|
|
10329
|
+
"existentialDeposit": "0",
|
|
10330
|
+
"symbol": "IP",
|
|
10331
|
+
"decimals": 18,
|
|
10332
|
+
"supportSmartContract": [
|
|
10333
|
+
"ERC20",
|
|
10334
|
+
"ERC721"
|
|
10335
|
+
],
|
|
10336
|
+
"abiExplorer": null
|
|
10337
|
+
},
|
|
10338
|
+
"substrateInfo": null,
|
|
10339
|
+
"extraInfo": null,
|
|
10340
|
+
"bitcoinInfo": null,
|
|
10341
|
+
"tonInfo": null
|
|
10316
10342
|
}
|
|
10317
10343
|
}
|
package/data/ChainLogoMap.json
CHANGED
|
@@ -298,6 +298,7 @@
|
|
|
298
298
|
"zircuit": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/zircuit.png",
|
|
299
299
|
"tangle": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/tangle.png",
|
|
300
300
|
"tangle_evm": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/tangle_evm.png",
|
|
301
|
+
"storyOdyssey_testnet": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/storyodyssey_testnet.png",
|
|
301
302
|
"custom-Substrate-gosnetwork": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png",
|
|
302
303
|
"custom-Substrate-gosspectral": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png"
|
|
303
304
|
}
|
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.92-beta.
|
|
10
|
+
version: '0.2.92-beta.2'
|
|
11
11
|
};
|