@subwallet/chain-list 0.2.82-beta.5 → 0.2.83-beta.0
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 +53 -3
- package/cjs/data/AssetLogoMap.json +1 -0
- package/cjs/data/ChainAsset.json +16 -2
- package/cjs/data/ChainInfo.json +37 -3
- package/cjs/data/ChainLogoMap.json +1 -0
- package/cjs/packageInfo.js +1 -1
- package/data/AssetLogoMap.json +1 -0
- package/data/ChainAsset.json +16 -2
- package/data/ChainInfo.json +37 -3
- package/data/ChainLogoMap.json +1 -0
- package/package.json +1 -1
- package/packageInfo.js +1 -1
|
@@ -724,6 +724,7 @@
|
|
|
724
724
|
"ton-tep74-usd₮-eqcxe6mutqjkfngfarotkot1lzbdiix1kcixrv7nw2id_sds": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/ton-tep74-usd₮-eqcxe6mutqjkfngfarotkot1lzbdiix1kcixrv7nw2id_sds.png",
|
|
725
725
|
"ton-native-ton": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/ton-native-ton.png",
|
|
726
726
|
"ton_testnet-native-ton": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/ton_testnet-native-ton.png",
|
|
727
|
+
"5irechain_mainnet-native-5ire": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/5irechain_mainnet-native-5ire.png",
|
|
727
728
|
"eth-ethereum": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/eth-ethereum.png",
|
|
728
729
|
"ibtc-interbtc": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/ibtc-interbtc.png",
|
|
729
730
|
"glmr-moonbeam": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/glmr-moonbeam.png",
|
|
@@ -14674,6 +14675,20 @@
|
|
|
14674
14675
|
multiChainAsset: null,
|
|
14675
14676
|
hasValue: false,
|
|
14676
14677
|
icon: null
|
|
14678
|
+
},
|
|
14679
|
+
"5irechain_mainnet-NATIVE-5IRE": {
|
|
14680
|
+
originChain: "5irechain_mainnet",
|
|
14681
|
+
slug: "5irechain_mainnet-NATIVE-5IRE",
|
|
14682
|
+
name: "5ire token",
|
|
14683
|
+
symbol: "5IRE",
|
|
14684
|
+
decimals: 18,
|
|
14685
|
+
priceId: "5ire",
|
|
14686
|
+
minAmount: "0",
|
|
14687
|
+
assetType: "NATIVE",
|
|
14688
|
+
metadata: null,
|
|
14689
|
+
multiChainAsset: null,
|
|
14690
|
+
hasValue: true,
|
|
14691
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/5irechain_mainnet-native-5ire.png"
|
|
14677
14692
|
}
|
|
14678
14693
|
};
|
|
14679
14694
|
|
|
@@ -24499,7 +24514,11 @@
|
|
|
24499
24514
|
blockExplorer: "https://tonviewer.com/",
|
|
24500
24515
|
existentialDeposit: "0",
|
|
24501
24516
|
decimals: 9,
|
|
24502
|
-
symbol: "TON"
|
|
24517
|
+
symbol: "TON",
|
|
24518
|
+
supportSmartContract: [
|
|
24519
|
+
"TEP74",
|
|
24520
|
+
"TEP62"
|
|
24521
|
+
]
|
|
24503
24522
|
}
|
|
24504
24523
|
};
|
|
24505
24524
|
var ton_testnet$1 = {
|
|
@@ -24519,7 +24538,11 @@
|
|
|
24519
24538
|
blockExplorer: "https://testnet.tonviewer.com/",
|
|
24520
24539
|
existentialDeposit: "0",
|
|
24521
24540
|
decimals: 9,
|
|
24522
|
-
symbol: "TON"
|
|
24541
|
+
symbol: "TON",
|
|
24542
|
+
supportSmartContract: [
|
|
24543
|
+
"TEP74",
|
|
24544
|
+
"TEP62"
|
|
24545
|
+
]
|
|
24523
24546
|
}
|
|
24524
24547
|
};
|
|
24525
24548
|
const _ChainInfoMap = {
|
|
@@ -24830,7 +24853,33 @@
|
|
|
24830
24853
|
blast_mainnet: blast_mainnet$1,
|
|
24831
24854
|
storyPartner_testnet: storyPartner_testnet$1,
|
|
24832
24855
|
ton: ton$1,
|
|
24833
|
-
ton_testnet: ton_testnet$1
|
|
24856
|
+
ton_testnet: ton_testnet$1,
|
|
24857
|
+
"5irechain_mainnet": {
|
|
24858
|
+
slug: "5irechain_mainnet",
|
|
24859
|
+
name: "5ireChain Mainnet",
|
|
24860
|
+
isTestnet: false,
|
|
24861
|
+
chainStatus: "ACTIVE",
|
|
24862
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chains/5irechain_mainnet.png",
|
|
24863
|
+
providers: {
|
|
24864
|
+
"5fire": "https://rpc.5ire.network/"
|
|
24865
|
+
},
|
|
24866
|
+
evmInfo: {
|
|
24867
|
+
evmChainId: 995,
|
|
24868
|
+
blockExplorer: "https://5irescan.io/",
|
|
24869
|
+
existentialDeposit: "0",
|
|
24870
|
+
symbol: "5IRE",
|
|
24871
|
+
decimals: 18,
|
|
24872
|
+
supportSmartContract: [
|
|
24873
|
+
"ERC721",
|
|
24874
|
+
"ERC20"
|
|
24875
|
+
],
|
|
24876
|
+
abiExplorer: null
|
|
24877
|
+
},
|
|
24878
|
+
substrateInfo: null,
|
|
24879
|
+
extraInfo: null,
|
|
24880
|
+
bitcoinInfo: null,
|
|
24881
|
+
tonInfo: null
|
|
24882
|
+
}
|
|
24834
24883
|
};
|
|
24835
24884
|
|
|
24836
24885
|
var polkadot = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/polkadot.png";
|
|
@@ -25386,6 +25435,7 @@
|
|
|
25386
25435
|
storyPartner_testnet: storyPartner_testnet,
|
|
25387
25436
|
ton: ton,
|
|
25388
25437
|
ton_testnet: ton_testnet,
|
|
25438
|
+
"5irechain_mainnet": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/5irechain_mainnet.png",
|
|
25389
25439
|
"custom-Substrate-gosnetwork": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png",
|
|
25390
25440
|
"custom-Substrate-gosspectral": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png"
|
|
25391
25441
|
};
|
|
@@ -716,6 +716,7 @@
|
|
|
716
716
|
"ton-tep74-usd₮-eqcxe6mutqjkfngfarotkot1lzbdiix1kcixrv7nw2id_sds": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/ton-tep74-usd₮-eqcxe6mutqjkfngfarotkot1lzbdiix1kcixrv7nw2id_sds.png",
|
|
717
717
|
"ton-native-ton": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/ton-native-ton.png",
|
|
718
718
|
"ton_testnet-native-ton": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/ton_testnet-native-ton.png",
|
|
719
|
+
"5irechain_mainnet-native-5ire": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/5irechain_mainnet-native-5ire.png",
|
|
719
720
|
"eth-ethereum": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/eth-ethereum.png",
|
|
720
721
|
"ibtc-interbtc": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/ibtc-interbtc.png",
|
|
721
722
|
"glmr-moonbeam": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/glmr-moonbeam.png",
|
package/cjs/data/ChainAsset.json
CHANGED
|
@@ -11954,7 +11954,7 @@
|
|
|
11954
11954
|
"name": "Tether USD",
|
|
11955
11955
|
"symbol": "USD₮",
|
|
11956
11956
|
"decimals": 6,
|
|
11957
|
-
|
|
11957
|
+
"priceId": "tether",
|
|
11958
11958
|
"minAmount": "0",
|
|
11959
11959
|
"assetType": "TEP74",
|
|
11960
11960
|
"metadata": {
|
|
@@ -12007,5 +12007,19 @@
|
|
|
12007
12007
|
"multiChainAsset": null,
|
|
12008
12008
|
"hasValue": false,
|
|
12009
12009
|
"icon": null
|
|
12010
|
+
},
|
|
12011
|
+
"5irechain_mainnet-NATIVE-5IRE": {
|
|
12012
|
+
"originChain": "5irechain_mainnet",
|
|
12013
|
+
"slug": "5irechain_mainnet-NATIVE-5IRE",
|
|
12014
|
+
"name": "5ire token",
|
|
12015
|
+
"symbol": "5IRE",
|
|
12016
|
+
"decimals": 18,
|
|
12017
|
+
"priceId": "5ire",
|
|
12018
|
+
"minAmount": "0",
|
|
12019
|
+
"assetType": "NATIVE",
|
|
12020
|
+
"metadata": null,
|
|
12021
|
+
"multiChainAsset": null,
|
|
12022
|
+
"hasValue": true,
|
|
12023
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/5irechain_mainnet-native-5ire.png"
|
|
12010
12024
|
}
|
|
12011
|
-
}
|
|
12025
|
+
}
|
package/cjs/data/ChainInfo.json
CHANGED
|
@@ -9675,7 +9675,11 @@
|
|
|
9675
9675
|
"blockExplorer": "https://tonviewer.com/",
|
|
9676
9676
|
"existentialDeposit": "0",
|
|
9677
9677
|
"decimals": 9,
|
|
9678
|
-
"symbol": "TON"
|
|
9678
|
+
"symbol": "TON",
|
|
9679
|
+
"supportSmartContract": [
|
|
9680
|
+
"TEP74",
|
|
9681
|
+
"TEP62"
|
|
9682
|
+
]
|
|
9679
9683
|
}
|
|
9680
9684
|
},
|
|
9681
9685
|
"ton_testnet": {
|
|
@@ -9695,7 +9699,37 @@
|
|
|
9695
9699
|
"blockExplorer": "https://testnet.tonviewer.com/",
|
|
9696
9700
|
"existentialDeposit": "0",
|
|
9697
9701
|
"decimals": 9,
|
|
9698
|
-
"symbol": "TON"
|
|
9702
|
+
"symbol": "TON",
|
|
9703
|
+
"supportSmartContract": [
|
|
9704
|
+
"TEP74",
|
|
9705
|
+
"TEP62"
|
|
9706
|
+
]
|
|
9699
9707
|
}
|
|
9708
|
+
},
|
|
9709
|
+
"5irechain_mainnet": {
|
|
9710
|
+
"slug": "5irechain_mainnet",
|
|
9711
|
+
"name": "5ireChain Mainnet",
|
|
9712
|
+
"isTestnet": false,
|
|
9713
|
+
"chainStatus": "ACTIVE",
|
|
9714
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/5irechain_mainnet.png",
|
|
9715
|
+
"providers": {
|
|
9716
|
+
"5fire": "https://rpc.5ire.network/"
|
|
9717
|
+
},
|
|
9718
|
+
"evmInfo": {
|
|
9719
|
+
"evmChainId": 995,
|
|
9720
|
+
"blockExplorer": "https://5irescan.io/",
|
|
9721
|
+
"existentialDeposit": "0",
|
|
9722
|
+
"symbol": "5IRE",
|
|
9723
|
+
"decimals": 18,
|
|
9724
|
+
"supportSmartContract": [
|
|
9725
|
+
"ERC721",
|
|
9726
|
+
"ERC20"
|
|
9727
|
+
],
|
|
9728
|
+
"abiExplorer": null
|
|
9729
|
+
},
|
|
9730
|
+
"substrateInfo": null,
|
|
9731
|
+
"extraInfo": null,
|
|
9732
|
+
"bitcoinInfo": null,
|
|
9733
|
+
"tonInfo": null
|
|
9700
9734
|
}
|
|
9701
|
-
}
|
|
9735
|
+
}
|
|
@@ -276,6 +276,7 @@
|
|
|
276
276
|
"storyPartner_testnet": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/storypartner_testnet.png",
|
|
277
277
|
"ton": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/ton.png",
|
|
278
278
|
"ton_testnet": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/ton_testnet.png",
|
|
279
|
+
"5irechain_mainnet": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/5irechain_mainnet.png",
|
|
279
280
|
"custom-Substrate-gosnetwork": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png",
|
|
280
281
|
"custom-Substrate-gosspectral": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png"
|
|
281
282
|
}
|
package/cjs/packageInfo.js
CHANGED
package/data/AssetLogoMap.json
CHANGED
|
@@ -716,6 +716,7 @@
|
|
|
716
716
|
"ton-tep74-usd₮-eqcxe6mutqjkfngfarotkot1lzbdiix1kcixrv7nw2id_sds": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/ton-tep74-usd₮-eqcxe6mutqjkfngfarotkot1lzbdiix1kcixrv7nw2id_sds.png",
|
|
717
717
|
"ton-native-ton": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/ton-native-ton.png",
|
|
718
718
|
"ton_testnet-native-ton": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/ton_testnet-native-ton.png",
|
|
719
|
+
"5irechain_mainnet-native-5ire": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/5irechain_mainnet-native-5ire.png",
|
|
719
720
|
"eth-ethereum": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/eth-ethereum.png",
|
|
720
721
|
"ibtc-interbtc": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/ibtc-interbtc.png",
|
|
721
722
|
"glmr-moonbeam": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/glmr-moonbeam.png",
|
package/data/ChainAsset.json
CHANGED
|
@@ -11954,7 +11954,7 @@
|
|
|
11954
11954
|
"name": "Tether USD",
|
|
11955
11955
|
"symbol": "USD₮",
|
|
11956
11956
|
"decimals": 6,
|
|
11957
|
-
|
|
11957
|
+
"priceId": "tether",
|
|
11958
11958
|
"minAmount": "0",
|
|
11959
11959
|
"assetType": "TEP74",
|
|
11960
11960
|
"metadata": {
|
|
@@ -12007,5 +12007,19 @@
|
|
|
12007
12007
|
"multiChainAsset": null,
|
|
12008
12008
|
"hasValue": false,
|
|
12009
12009
|
"icon": null
|
|
12010
|
+
},
|
|
12011
|
+
"5irechain_mainnet-NATIVE-5IRE": {
|
|
12012
|
+
"originChain": "5irechain_mainnet",
|
|
12013
|
+
"slug": "5irechain_mainnet-NATIVE-5IRE",
|
|
12014
|
+
"name": "5ire token",
|
|
12015
|
+
"symbol": "5IRE",
|
|
12016
|
+
"decimals": 18,
|
|
12017
|
+
"priceId": "5ire",
|
|
12018
|
+
"minAmount": "0",
|
|
12019
|
+
"assetType": "NATIVE",
|
|
12020
|
+
"metadata": null,
|
|
12021
|
+
"multiChainAsset": null,
|
|
12022
|
+
"hasValue": true,
|
|
12023
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/5irechain_mainnet-native-5ire.png"
|
|
12010
12024
|
}
|
|
12011
|
-
}
|
|
12025
|
+
}
|
package/data/ChainInfo.json
CHANGED
|
@@ -9675,7 +9675,11 @@
|
|
|
9675
9675
|
"blockExplorer": "https://tonviewer.com/",
|
|
9676
9676
|
"existentialDeposit": "0",
|
|
9677
9677
|
"decimals": 9,
|
|
9678
|
-
"symbol": "TON"
|
|
9678
|
+
"symbol": "TON",
|
|
9679
|
+
"supportSmartContract": [
|
|
9680
|
+
"TEP74",
|
|
9681
|
+
"TEP62"
|
|
9682
|
+
]
|
|
9679
9683
|
}
|
|
9680
9684
|
},
|
|
9681
9685
|
"ton_testnet": {
|
|
@@ -9695,7 +9699,37 @@
|
|
|
9695
9699
|
"blockExplorer": "https://testnet.tonviewer.com/",
|
|
9696
9700
|
"existentialDeposit": "0",
|
|
9697
9701
|
"decimals": 9,
|
|
9698
|
-
"symbol": "TON"
|
|
9702
|
+
"symbol": "TON",
|
|
9703
|
+
"supportSmartContract": [
|
|
9704
|
+
"TEP74",
|
|
9705
|
+
"TEP62"
|
|
9706
|
+
]
|
|
9699
9707
|
}
|
|
9708
|
+
},
|
|
9709
|
+
"5irechain_mainnet": {
|
|
9710
|
+
"slug": "5irechain_mainnet",
|
|
9711
|
+
"name": "5ireChain Mainnet",
|
|
9712
|
+
"isTestnet": false,
|
|
9713
|
+
"chainStatus": "ACTIVE",
|
|
9714
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/5irechain_mainnet.png",
|
|
9715
|
+
"providers": {
|
|
9716
|
+
"5fire": "https://rpc.5ire.network/"
|
|
9717
|
+
},
|
|
9718
|
+
"evmInfo": {
|
|
9719
|
+
"evmChainId": 995,
|
|
9720
|
+
"blockExplorer": "https://5irescan.io/",
|
|
9721
|
+
"existentialDeposit": "0",
|
|
9722
|
+
"symbol": "5IRE",
|
|
9723
|
+
"decimals": 18,
|
|
9724
|
+
"supportSmartContract": [
|
|
9725
|
+
"ERC721",
|
|
9726
|
+
"ERC20"
|
|
9727
|
+
],
|
|
9728
|
+
"abiExplorer": null
|
|
9729
|
+
},
|
|
9730
|
+
"substrateInfo": null,
|
|
9731
|
+
"extraInfo": null,
|
|
9732
|
+
"bitcoinInfo": null,
|
|
9733
|
+
"tonInfo": null
|
|
9700
9734
|
}
|
|
9701
|
-
}
|
|
9735
|
+
}
|
package/data/ChainLogoMap.json
CHANGED
|
@@ -276,6 +276,7 @@
|
|
|
276
276
|
"storyPartner_testnet": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/storypartner_testnet.png",
|
|
277
277
|
"ton": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/ton.png",
|
|
278
278
|
"ton_testnet": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/ton_testnet.png",
|
|
279
|
+
"5irechain_mainnet": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/5irechain_mainnet.png",
|
|
279
280
|
"custom-Substrate-gosnetwork": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png",
|
|
280
281
|
"custom-Substrate-gosspectral": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png"
|
|
281
282
|
}
|
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.
|
|
10
|
+
version: '0.2.83-beta.0'
|
|
11
11
|
};
|