@subwallet/chain-list 0.2.82-beta.0 → 0.2.82-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 +121 -3
- package/cjs/data/AssetLogoMap.json +2 -0
- package/cjs/data/ChainAsset.json +75 -1
- package/cjs/data/ChainInfo.json +42 -2
- package/cjs/data/ChainLogoMap.json +1 -1
- package/cjs/packageInfo.js +1 -1
- package/cjs/types.js +1 -0
- package/data/AssetLogoMap.json +2 -0
- package/data/ChainAsset.json +75 -1
- package/data/ChainInfo.json +42 -2
- package/data/ChainLogoMap.json +1 -1
- package/package.json +1 -1
- package/packageInfo.js +1 -1
- package/types.d.ts +8 -0
- package/types.js +1 -0
|
@@ -718,6 +718,8 @@
|
|
|
718
718
|
"pendulum-local-bnc": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/pendulum-local-bnc.png",
|
|
719
719
|
"pendulum-local-astr": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/pendulum-local-astr.png",
|
|
720
720
|
"pendulum-local-vdot": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/pendulum-local-vdot.png",
|
|
721
|
+
"blast_mainnet-erc20-blast-0xb1a5700fa2358173fe465e6ea4ff52e36e88e2ad": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/blast_mainnet-erc20-blast-0xb1a5700fa2358173fe465e6ea4ff52e36e88e2ad.png",
|
|
722
|
+
"blast_mainnet-native-eth": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/blast_mainnet-native-eth.png",
|
|
721
723
|
"eth-ethereum": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/eth-ethereum.png",
|
|
722
724
|
"ibtc-interbtc": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/ibtc-interbtc.png",
|
|
723
725
|
"glmr-moonbeam": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/glmr-moonbeam.png",
|
|
@@ -14579,6 +14581,80 @@
|
|
|
14579
14581
|
},
|
|
14580
14582
|
multiChainAsset: null,
|
|
14581
14583
|
hasValue: true,
|
|
14584
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/blast_mainnet-erc20-blast-0xb1a5700fa2358173fe465e6ea4ff52e36e88e2ad.png"
|
|
14585
|
+
},
|
|
14586
|
+
"blast_mainnet-NATIVE-ETH": {
|
|
14587
|
+
originChain: "blast_mainnet",
|
|
14588
|
+
slug: "blast_mainnet-NATIVE-ETH",
|
|
14589
|
+
name: "Etherum",
|
|
14590
|
+
symbol: "ETH",
|
|
14591
|
+
decimals: 18,
|
|
14592
|
+
priceId: "ethereum",
|
|
14593
|
+
minAmount: "0",
|
|
14594
|
+
assetType: "NATIVE",
|
|
14595
|
+
metadata: null,
|
|
14596
|
+
multiChainAsset: "ETH-Ethereum",
|
|
14597
|
+
hasValue: true,
|
|
14598
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/blast_mainnet-native-eth.png"
|
|
14599
|
+
},
|
|
14600
|
+
"ton-TEP74-USD₮-EQCxE6mUtQJKFnGfaROTKOt1lZbDiiX1kCixRv7Nw2Id_sDs": {
|
|
14601
|
+
originChain: "ton",
|
|
14602
|
+
slug: "ton-TEP74-USD₮-EQCxE6mUtQJKFnGfaROTKOt1lZbDiiX1kCixRv7Nw2Id_sDs",
|
|
14603
|
+
name: "Tether USD",
|
|
14604
|
+
symbol: "USD₮",
|
|
14605
|
+
decimals: 6,
|
|
14606
|
+
priceId: null,
|
|
14607
|
+
minAmount: "0",
|
|
14608
|
+
assetType: "TEP74",
|
|
14609
|
+
metadata: {
|
|
14610
|
+
contractAddress: "EQCxE6mUtQJKFnGfaROTKOt1lZbDiiX1kCixRv7Nw2Id_sDs"
|
|
14611
|
+
},
|
|
14612
|
+
multiChainAsset: "USDT-Tether",
|
|
14613
|
+
hasValue: true,
|
|
14614
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/acala-local-usdt.png"
|
|
14615
|
+
},
|
|
14616
|
+
"ton-NATIVE-TON": {
|
|
14617
|
+
originChain: "ton",
|
|
14618
|
+
slug: "ton-NATIVE-TON",
|
|
14619
|
+
name: "TON",
|
|
14620
|
+
symbol: "TON",
|
|
14621
|
+
decimals: 9,
|
|
14622
|
+
priceId: "the-open-network",
|
|
14623
|
+
minAmount: "0",
|
|
14624
|
+
assetType: "NATIVE",
|
|
14625
|
+
metadata: null,
|
|
14626
|
+
multiChainAsset: null,
|
|
14627
|
+
hasValue: true,
|
|
14628
|
+
icon: null
|
|
14629
|
+
},
|
|
14630
|
+
"ton_testnet-NATIVE-TON": {
|
|
14631
|
+
originChain: "ton_testnet",
|
|
14632
|
+
slug: "ton_testnet-NATIVE-TON",
|
|
14633
|
+
name: "TON Testnet",
|
|
14634
|
+
symbol: "TON",
|
|
14635
|
+
decimals: 9,
|
|
14636
|
+
priceId: null,
|
|
14637
|
+
minAmount: "0",
|
|
14638
|
+
assetType: "NATIVE",
|
|
14639
|
+
metadata: null,
|
|
14640
|
+
multiChainAsset: null,
|
|
14641
|
+
hasValue: false,
|
|
14642
|
+
icon: null
|
|
14643
|
+
},
|
|
14644
|
+
"ton_testnet-TEP74-AIOTX-kQAiboDEv_qRrcEdrYdwbVLNOXBHwShFbtKGbQVJ2OKxY_Di": {
|
|
14645
|
+
originChain: "ton_testnet",
|
|
14646
|
+
slug: "ton_testnet-TEP74-AIOTX-kQAiboDEv_qRrcEdrYdwbVLNOXBHwShFbtKGbQVJ2OKxY_Di",
|
|
14647
|
+
name: "Aiotx",
|
|
14648
|
+
symbol: "AIOTX",
|
|
14649
|
+
decimals: 9,
|
|
14650
|
+
priceId: null,
|
|
14651
|
+
minAmount: "0",
|
|
14652
|
+
assetType: "TEP74",
|
|
14653
|
+
metadata: {
|
|
14654
|
+
contractAddress: "kQAiboDEv_qRrcEdrYdwbVLNOXBHwShFbtKGbQVJ2OKxY_Di"
|
|
14655
|
+
},
|
|
14656
|
+
multiChainAsset: null,
|
|
14657
|
+
hasValue: false,
|
|
14582
14658
|
icon: null
|
|
14583
14659
|
}
|
|
14584
14660
|
};
|
|
@@ -24070,7 +24146,7 @@
|
|
|
24070
24146
|
name: "Blast Mainnet",
|
|
24071
24147
|
isTestnet: false,
|
|
24072
24148
|
chainStatus: "ACTIVE",
|
|
24073
|
-
icon:
|
|
24149
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chains/blast_mainnet.png",
|
|
24074
24150
|
providers: {
|
|
24075
24151
|
Blast: "https://rpc.blast.io"
|
|
24076
24152
|
},
|
|
@@ -24090,6 +24166,46 @@
|
|
|
24090
24166
|
extraInfo: null,
|
|
24091
24167
|
bitcoinInfo: null
|
|
24092
24168
|
};
|
|
24169
|
+
var ton = {
|
|
24170
|
+
slug: "ton",
|
|
24171
|
+
name: "TON Network",
|
|
24172
|
+
isTestnet: false,
|
|
24173
|
+
chainStatus: "ACTIVE",
|
|
24174
|
+
icon: null,
|
|
24175
|
+
providers: {
|
|
24176
|
+
"Ton Center": "https://toncenter.com/api/v2/jsonRPC"
|
|
24177
|
+
},
|
|
24178
|
+
evmInfo: null,
|
|
24179
|
+
substrateInfo: null,
|
|
24180
|
+
extraInfo: null,
|
|
24181
|
+
bitcoinInfo: null,
|
|
24182
|
+
tonInfo: {
|
|
24183
|
+
blockExplorer: "https://tonviewer.com/",
|
|
24184
|
+
existentialDeposit: "0",
|
|
24185
|
+
decimals: 9,
|
|
24186
|
+
symbol: "TON"
|
|
24187
|
+
}
|
|
24188
|
+
};
|
|
24189
|
+
var ton_testnet = {
|
|
24190
|
+
slug: "ton_testnet",
|
|
24191
|
+
name: "TON Testnet",
|
|
24192
|
+
isTestnet: true,
|
|
24193
|
+
chainStatus: "ACTIVE",
|
|
24194
|
+
icon: null,
|
|
24195
|
+
providers: {
|
|
24196
|
+
"Ton Center": "https://testnet.toncenter.com/api/v2/jsonRPC"
|
|
24197
|
+
},
|
|
24198
|
+
evmInfo: null,
|
|
24199
|
+
substrateInfo: null,
|
|
24200
|
+
extraInfo: null,
|
|
24201
|
+
bitcoinInfo: null,
|
|
24202
|
+
tonInfo: {
|
|
24203
|
+
blockExplorer: "https://testnet.tonviewer.com/",
|
|
24204
|
+
existentialDeposit: "0",
|
|
24205
|
+
decimals: 9,
|
|
24206
|
+
symbol: "TON"
|
|
24207
|
+
}
|
|
24208
|
+
};
|
|
24093
24209
|
const _ChainInfoMap = {
|
|
24094
24210
|
polkadot: polkadot$1,
|
|
24095
24211
|
kusama: kusama$1,
|
|
@@ -24394,7 +24510,9 @@
|
|
|
24394
24510
|
aleph_testnet_evm: aleph_testnet_evm$1,
|
|
24395
24511
|
aleph_evm: aleph_evm$1,
|
|
24396
24512
|
exosama: exosama$1,
|
|
24397
|
-
blast_mainnet: blast_mainnet$1
|
|
24513
|
+
blast_mainnet: blast_mainnet$1,
|
|
24514
|
+
ton: ton,
|
|
24515
|
+
ton_testnet: ton_testnet
|
|
24398
24516
|
};
|
|
24399
24517
|
|
|
24400
24518
|
var polkadot = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/polkadot.png";
|
|
@@ -24668,7 +24786,7 @@
|
|
|
24668
24786
|
var aleph_testnet_evm = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/aleph_testnet_evm.png";
|
|
24669
24787
|
var aleph_evm = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/aleph_evm.png";
|
|
24670
24788
|
var exosama = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/exosama.png";
|
|
24671
|
-
var blast_mainnet = "https://dev.sw-chain-list-assets.pages.dev/assets/
|
|
24789
|
+
var blast_mainnet = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/blast_mainnet.png";
|
|
24672
24790
|
const _ChainLogoMap = {
|
|
24673
24791
|
"default": "https://dev.sw-chain-list-assets.pages.dev/assets/default.png",
|
|
24674
24792
|
polkadot: polkadot,
|
|
@@ -710,6 +710,8 @@
|
|
|
710
710
|
"pendulum-local-bnc": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/pendulum-local-bnc.png",
|
|
711
711
|
"pendulum-local-astr": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/pendulum-local-astr.png",
|
|
712
712
|
"pendulum-local-vdot": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/pendulum-local-vdot.png",
|
|
713
|
+
"blast_mainnet-erc20-blast-0xb1a5700fa2358173fe465e6ea4ff52e36e88e2ad": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/blast_mainnet-erc20-blast-0xb1a5700fa2358173fe465e6ea4ff52e36e88e2ad.png",
|
|
714
|
+
"blast_mainnet-native-eth": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/blast_mainnet-native-eth.png",
|
|
713
715
|
"eth-ethereum": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/eth-ethereum.png",
|
|
714
716
|
"ibtc-interbtc": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/ibtc-interbtc.png",
|
|
715
717
|
"glmr-moonbeam": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/glmr-moonbeam.png",
|
package/cjs/data/ChainAsset.json
CHANGED
|
@@ -11918,6 +11918,80 @@
|
|
|
11918
11918
|
},
|
|
11919
11919
|
"multiChainAsset": null,
|
|
11920
11920
|
"hasValue": true,
|
|
11921
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/blast_mainnet-erc20-blast-0xb1a5700fa2358173fe465e6ea4ff52e36e88e2ad.png"
|
|
11922
|
+
},
|
|
11923
|
+
"blast_mainnet-NATIVE-ETH": {
|
|
11924
|
+
"originChain": "blast_mainnet",
|
|
11925
|
+
"slug": "blast_mainnet-NATIVE-ETH",
|
|
11926
|
+
"name": "Etherum",
|
|
11927
|
+
"symbol": "ETH",
|
|
11928
|
+
"decimals": 18,
|
|
11929
|
+
"priceId": "ethereum",
|
|
11930
|
+
"minAmount": "0",
|
|
11931
|
+
"assetType": "NATIVE",
|
|
11932
|
+
"metadata": null,
|
|
11933
|
+
"multiChainAsset": "ETH-Ethereum",
|
|
11934
|
+
"hasValue": true,
|
|
11935
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/blast_mainnet-native-eth.png"
|
|
11936
|
+
},
|
|
11937
|
+
"ton-TEP74-USD₮-EQCxE6mUtQJKFnGfaROTKOt1lZbDiiX1kCixRv7Nw2Id_sDs": {
|
|
11938
|
+
"originChain": "ton",
|
|
11939
|
+
"slug": "ton-TEP74-USD₮-EQCxE6mUtQJKFnGfaROTKOt1lZbDiiX1kCixRv7Nw2Id_sDs",
|
|
11940
|
+
"name": "Tether USD",
|
|
11941
|
+
"symbol": "USD₮",
|
|
11942
|
+
"decimals": 6,
|
|
11943
|
+
"priceId": null,
|
|
11944
|
+
"minAmount": "0",
|
|
11945
|
+
"assetType": "TEP74",
|
|
11946
|
+
"metadata": {
|
|
11947
|
+
"contractAddress": "EQCxE6mUtQJKFnGfaROTKOt1lZbDiiX1kCixRv7Nw2Id_sDs"
|
|
11948
|
+
},
|
|
11949
|
+
"multiChainAsset": "USDT-Tether",
|
|
11950
|
+
"hasValue": true,
|
|
11951
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/acala-local-usdt.png"
|
|
11952
|
+
},
|
|
11953
|
+
"ton-NATIVE-TON": {
|
|
11954
|
+
"originChain": "ton",
|
|
11955
|
+
"slug": "ton-NATIVE-TON",
|
|
11956
|
+
"name": "TON",
|
|
11957
|
+
"symbol": "TON",
|
|
11958
|
+
"decimals": 9,
|
|
11959
|
+
"priceId": "the-open-network",
|
|
11960
|
+
"minAmount": "0",
|
|
11961
|
+
"assetType": "NATIVE",
|
|
11962
|
+
"metadata": null,
|
|
11963
|
+
"multiChainAsset": null,
|
|
11964
|
+
"hasValue": true,
|
|
11965
|
+
"icon": null
|
|
11966
|
+
},
|
|
11967
|
+
"ton_testnet-NATIVE-TON": {
|
|
11968
|
+
"originChain": "ton_testnet",
|
|
11969
|
+
"slug": "ton_testnet-NATIVE-TON",
|
|
11970
|
+
"name": "TON Testnet",
|
|
11971
|
+
"symbol": "TON",
|
|
11972
|
+
"decimals": 9,
|
|
11973
|
+
"priceId": null,
|
|
11974
|
+
"minAmount": "0",
|
|
11975
|
+
"assetType": "NATIVE",
|
|
11976
|
+
"metadata": null,
|
|
11977
|
+
"multiChainAsset": null,
|
|
11978
|
+
"hasValue": false,
|
|
11979
|
+
"icon": null
|
|
11980
|
+
},
|
|
11981
|
+
"ton_testnet-TEP74-AIOTX-kQAiboDEv_qRrcEdrYdwbVLNOXBHwShFbtKGbQVJ2OKxY_Di": {
|
|
11982
|
+
"originChain": "ton_testnet",
|
|
11983
|
+
"slug": "ton_testnet-TEP74-AIOTX-kQAiboDEv_qRrcEdrYdwbVLNOXBHwShFbtKGbQVJ2OKxY_Di",
|
|
11984
|
+
"name": "Aiotx",
|
|
11985
|
+
"symbol": "AIOTX",
|
|
11986
|
+
"decimals": 9,
|
|
11987
|
+
"priceId": null,
|
|
11988
|
+
"minAmount": "0",
|
|
11989
|
+
"assetType": "TEP74",
|
|
11990
|
+
"metadata": {
|
|
11991
|
+
"contractAddress": "kQAiboDEv_qRrcEdrYdwbVLNOXBHwShFbtKGbQVJ2OKxY_Di"
|
|
11992
|
+
},
|
|
11993
|
+
"multiChainAsset": null,
|
|
11994
|
+
"hasValue": false,
|
|
11921
11995
|
"icon": null
|
|
11922
11996
|
}
|
|
11923
|
-
}
|
|
11997
|
+
}
|
package/cjs/data/ChainInfo.json
CHANGED
|
@@ -9339,7 +9339,7 @@
|
|
|
9339
9339
|
"name": "Blast Mainnet",
|
|
9340
9340
|
"isTestnet": false,
|
|
9341
9341
|
"chainStatus": "ACTIVE",
|
|
9342
|
-
"icon":
|
|
9342
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/blast_mainnet.png",
|
|
9343
9343
|
"providers": {
|
|
9344
9344
|
"Blast": "https://rpc.blast.io"
|
|
9345
9345
|
},
|
|
@@ -9358,5 +9358,45 @@
|
|
|
9358
9358
|
"substrateInfo": null,
|
|
9359
9359
|
"extraInfo": null,
|
|
9360
9360
|
"bitcoinInfo": null
|
|
9361
|
+
},
|
|
9362
|
+
"ton": {
|
|
9363
|
+
"slug": "ton",
|
|
9364
|
+
"name": "TON Network",
|
|
9365
|
+
"isTestnet": false,
|
|
9366
|
+
"chainStatus": "ACTIVE",
|
|
9367
|
+
"icon": null,
|
|
9368
|
+
"providers": {
|
|
9369
|
+
"Ton Center": "https://toncenter.com/api/v2/jsonRPC"
|
|
9370
|
+
},
|
|
9371
|
+
"evmInfo": null,
|
|
9372
|
+
"substrateInfo": null,
|
|
9373
|
+
"extraInfo": null,
|
|
9374
|
+
"bitcoinInfo": null,
|
|
9375
|
+
"tonInfo": {
|
|
9376
|
+
"blockExplorer": "https://tonviewer.com/",
|
|
9377
|
+
"existentialDeposit": "0",
|
|
9378
|
+
"decimals": 9,
|
|
9379
|
+
"symbol": "TON"
|
|
9380
|
+
}
|
|
9381
|
+
},
|
|
9382
|
+
"ton_testnet": {
|
|
9383
|
+
"slug": "ton_testnet",
|
|
9384
|
+
"name": "TON Testnet",
|
|
9385
|
+
"isTestnet": true,
|
|
9386
|
+
"chainStatus": "ACTIVE",
|
|
9387
|
+
"icon": null,
|
|
9388
|
+
"providers": {
|
|
9389
|
+
"Ton Center": "https://testnet.toncenter.com/api/v2/jsonRPC"
|
|
9390
|
+
},
|
|
9391
|
+
"evmInfo": null,
|
|
9392
|
+
"substrateInfo": null,
|
|
9393
|
+
"extraInfo": null,
|
|
9394
|
+
"bitcoinInfo": null,
|
|
9395
|
+
"tonInfo": {
|
|
9396
|
+
"blockExplorer": "https://testnet.tonviewer.com/",
|
|
9397
|
+
"existentialDeposit": "0",
|
|
9398
|
+
"decimals": 9,
|
|
9399
|
+
"symbol": "TON"
|
|
9400
|
+
}
|
|
9361
9401
|
}
|
|
9362
|
-
}
|
|
9402
|
+
}
|
|
@@ -272,7 +272,7 @@
|
|
|
272
272
|
"aleph_testnet_evm": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/aleph_testnet_evm.png",
|
|
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
|
-
"blast_mainnet": "https://dev.sw-chain-list-assets.pages.dev/assets/
|
|
275
|
+
"blast_mainnet": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/blast_mainnet.png",
|
|
276
276
|
"custom-Substrate-gosnetwork": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png",
|
|
277
277
|
"custom-Substrate-gosspectral": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png"
|
|
278
278
|
}
|
package/cjs/packageInfo.js
CHANGED
package/cjs/types.js
CHANGED
|
@@ -30,6 +30,7 @@ exports._AssetType = _AssetType;
|
|
|
30
30
|
_AssetType["PSP22"] = "PSP22";
|
|
31
31
|
_AssetType["PSP34"] = "PSP34";
|
|
32
32
|
_AssetType["GRC20"] = "GRC20";
|
|
33
|
+
_AssetType["TEP74"] = "TEP74";
|
|
33
34
|
_AssetType["VFT"] = "VFT";
|
|
34
35
|
_AssetType["GRC721"] = "GRC721";
|
|
35
36
|
_AssetType["RUNE"] = "RUNE";
|
package/data/AssetLogoMap.json
CHANGED
|
@@ -710,6 +710,8 @@
|
|
|
710
710
|
"pendulum-local-bnc": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/pendulum-local-bnc.png",
|
|
711
711
|
"pendulum-local-astr": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/pendulum-local-astr.png",
|
|
712
712
|
"pendulum-local-vdot": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/pendulum-local-vdot.png",
|
|
713
|
+
"blast_mainnet-erc20-blast-0xb1a5700fa2358173fe465e6ea4ff52e36e88e2ad": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/blast_mainnet-erc20-blast-0xb1a5700fa2358173fe465e6ea4ff52e36e88e2ad.png",
|
|
714
|
+
"blast_mainnet-native-eth": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/blast_mainnet-native-eth.png",
|
|
713
715
|
"eth-ethereum": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/eth-ethereum.png",
|
|
714
716
|
"ibtc-interbtc": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/ibtc-interbtc.png",
|
|
715
717
|
"glmr-moonbeam": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/glmr-moonbeam.png",
|
package/data/ChainAsset.json
CHANGED
|
@@ -11918,6 +11918,80 @@
|
|
|
11918
11918
|
},
|
|
11919
11919
|
"multiChainAsset": null,
|
|
11920
11920
|
"hasValue": true,
|
|
11921
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/blast_mainnet-erc20-blast-0xb1a5700fa2358173fe465e6ea4ff52e36e88e2ad.png"
|
|
11922
|
+
},
|
|
11923
|
+
"blast_mainnet-NATIVE-ETH": {
|
|
11924
|
+
"originChain": "blast_mainnet",
|
|
11925
|
+
"slug": "blast_mainnet-NATIVE-ETH",
|
|
11926
|
+
"name": "Etherum",
|
|
11927
|
+
"symbol": "ETH",
|
|
11928
|
+
"decimals": 18,
|
|
11929
|
+
"priceId": "ethereum",
|
|
11930
|
+
"minAmount": "0",
|
|
11931
|
+
"assetType": "NATIVE",
|
|
11932
|
+
"metadata": null,
|
|
11933
|
+
"multiChainAsset": "ETH-Ethereum",
|
|
11934
|
+
"hasValue": true,
|
|
11935
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/blast_mainnet-native-eth.png"
|
|
11936
|
+
},
|
|
11937
|
+
"ton-TEP74-USD₮-EQCxE6mUtQJKFnGfaROTKOt1lZbDiiX1kCixRv7Nw2Id_sDs": {
|
|
11938
|
+
"originChain": "ton",
|
|
11939
|
+
"slug": "ton-TEP74-USD₮-EQCxE6mUtQJKFnGfaROTKOt1lZbDiiX1kCixRv7Nw2Id_sDs",
|
|
11940
|
+
"name": "Tether USD",
|
|
11941
|
+
"symbol": "USD₮",
|
|
11942
|
+
"decimals": 6,
|
|
11943
|
+
"priceId": null,
|
|
11944
|
+
"minAmount": "0",
|
|
11945
|
+
"assetType": "TEP74",
|
|
11946
|
+
"metadata": {
|
|
11947
|
+
"contractAddress": "EQCxE6mUtQJKFnGfaROTKOt1lZbDiiX1kCixRv7Nw2Id_sDs"
|
|
11948
|
+
},
|
|
11949
|
+
"multiChainAsset": "USDT-Tether",
|
|
11950
|
+
"hasValue": true,
|
|
11951
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/acala-local-usdt.png"
|
|
11952
|
+
},
|
|
11953
|
+
"ton-NATIVE-TON": {
|
|
11954
|
+
"originChain": "ton",
|
|
11955
|
+
"slug": "ton-NATIVE-TON",
|
|
11956
|
+
"name": "TON",
|
|
11957
|
+
"symbol": "TON",
|
|
11958
|
+
"decimals": 9,
|
|
11959
|
+
"priceId": "the-open-network",
|
|
11960
|
+
"minAmount": "0",
|
|
11961
|
+
"assetType": "NATIVE",
|
|
11962
|
+
"metadata": null,
|
|
11963
|
+
"multiChainAsset": null,
|
|
11964
|
+
"hasValue": true,
|
|
11965
|
+
"icon": null
|
|
11966
|
+
},
|
|
11967
|
+
"ton_testnet-NATIVE-TON": {
|
|
11968
|
+
"originChain": "ton_testnet",
|
|
11969
|
+
"slug": "ton_testnet-NATIVE-TON",
|
|
11970
|
+
"name": "TON Testnet",
|
|
11971
|
+
"symbol": "TON",
|
|
11972
|
+
"decimals": 9,
|
|
11973
|
+
"priceId": null,
|
|
11974
|
+
"minAmount": "0",
|
|
11975
|
+
"assetType": "NATIVE",
|
|
11976
|
+
"metadata": null,
|
|
11977
|
+
"multiChainAsset": null,
|
|
11978
|
+
"hasValue": false,
|
|
11979
|
+
"icon": null
|
|
11980
|
+
},
|
|
11981
|
+
"ton_testnet-TEP74-AIOTX-kQAiboDEv_qRrcEdrYdwbVLNOXBHwShFbtKGbQVJ2OKxY_Di": {
|
|
11982
|
+
"originChain": "ton_testnet",
|
|
11983
|
+
"slug": "ton_testnet-TEP74-AIOTX-kQAiboDEv_qRrcEdrYdwbVLNOXBHwShFbtKGbQVJ2OKxY_Di",
|
|
11984
|
+
"name": "Aiotx",
|
|
11985
|
+
"symbol": "AIOTX",
|
|
11986
|
+
"decimals": 9,
|
|
11987
|
+
"priceId": null,
|
|
11988
|
+
"minAmount": "0",
|
|
11989
|
+
"assetType": "TEP74",
|
|
11990
|
+
"metadata": {
|
|
11991
|
+
"contractAddress": "kQAiboDEv_qRrcEdrYdwbVLNOXBHwShFbtKGbQVJ2OKxY_Di"
|
|
11992
|
+
},
|
|
11993
|
+
"multiChainAsset": null,
|
|
11994
|
+
"hasValue": false,
|
|
11921
11995
|
"icon": null
|
|
11922
11996
|
}
|
|
11923
|
-
}
|
|
11997
|
+
}
|
package/data/ChainInfo.json
CHANGED
|
@@ -9339,7 +9339,7 @@
|
|
|
9339
9339
|
"name": "Blast Mainnet",
|
|
9340
9340
|
"isTestnet": false,
|
|
9341
9341
|
"chainStatus": "ACTIVE",
|
|
9342
|
-
"icon":
|
|
9342
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/blast_mainnet.png",
|
|
9343
9343
|
"providers": {
|
|
9344
9344
|
"Blast": "https://rpc.blast.io"
|
|
9345
9345
|
},
|
|
@@ -9358,5 +9358,45 @@
|
|
|
9358
9358
|
"substrateInfo": null,
|
|
9359
9359
|
"extraInfo": null,
|
|
9360
9360
|
"bitcoinInfo": null
|
|
9361
|
+
},
|
|
9362
|
+
"ton": {
|
|
9363
|
+
"slug": "ton",
|
|
9364
|
+
"name": "TON Network",
|
|
9365
|
+
"isTestnet": false,
|
|
9366
|
+
"chainStatus": "ACTIVE",
|
|
9367
|
+
"icon": null,
|
|
9368
|
+
"providers": {
|
|
9369
|
+
"Ton Center": "https://toncenter.com/api/v2/jsonRPC"
|
|
9370
|
+
},
|
|
9371
|
+
"evmInfo": null,
|
|
9372
|
+
"substrateInfo": null,
|
|
9373
|
+
"extraInfo": null,
|
|
9374
|
+
"bitcoinInfo": null,
|
|
9375
|
+
"tonInfo": {
|
|
9376
|
+
"blockExplorer": "https://tonviewer.com/",
|
|
9377
|
+
"existentialDeposit": "0",
|
|
9378
|
+
"decimals": 9,
|
|
9379
|
+
"symbol": "TON"
|
|
9380
|
+
}
|
|
9381
|
+
},
|
|
9382
|
+
"ton_testnet": {
|
|
9383
|
+
"slug": "ton_testnet",
|
|
9384
|
+
"name": "TON Testnet",
|
|
9385
|
+
"isTestnet": true,
|
|
9386
|
+
"chainStatus": "ACTIVE",
|
|
9387
|
+
"icon": null,
|
|
9388
|
+
"providers": {
|
|
9389
|
+
"Ton Center": "https://testnet.toncenter.com/api/v2/jsonRPC"
|
|
9390
|
+
},
|
|
9391
|
+
"evmInfo": null,
|
|
9392
|
+
"substrateInfo": null,
|
|
9393
|
+
"extraInfo": null,
|
|
9394
|
+
"bitcoinInfo": null,
|
|
9395
|
+
"tonInfo": {
|
|
9396
|
+
"blockExplorer": "https://testnet.tonviewer.com/",
|
|
9397
|
+
"existentialDeposit": "0",
|
|
9398
|
+
"decimals": 9,
|
|
9399
|
+
"symbol": "TON"
|
|
9400
|
+
}
|
|
9361
9401
|
}
|
|
9362
|
-
}
|
|
9402
|
+
}
|
package/data/ChainLogoMap.json
CHANGED
|
@@ -272,7 +272,7 @@
|
|
|
272
272
|
"aleph_testnet_evm": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/aleph_testnet_evm.png",
|
|
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
|
-
"blast_mainnet": "https://dev.sw-chain-list-assets.pages.dev/assets/
|
|
275
|
+
"blast_mainnet": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/blast_mainnet.png",
|
|
276
276
|
"custom-Substrate-gosnetwork": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png",
|
|
277
277
|
"custom-Substrate-gosspectral": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png"
|
|
278
278
|
}
|
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.3'
|
|
11
11
|
};
|
package/types.d.ts
CHANGED
|
@@ -24,6 +24,7 @@ export declare enum _AssetType {
|
|
|
24
24
|
PSP22 = "PSP22",
|
|
25
25
|
PSP34 = "PSP34",
|
|
26
26
|
GRC20 = "GRC20",
|
|
27
|
+
TEP74 = "TEP74",
|
|
27
28
|
VFT = "VFT",
|
|
28
29
|
GRC721 = "GRC721",
|
|
29
30
|
RUNE = "RUNE",
|
|
@@ -44,6 +45,7 @@ export interface _ChainInfo {
|
|
|
44
45
|
evmInfo: _EvmInfo | null;
|
|
45
46
|
bitcoinInfo: _BitcoinInfo | null;
|
|
46
47
|
extraInfo: _ExtraInfo | null;
|
|
48
|
+
tonInfo: _TonInfo | null;
|
|
47
49
|
icon: string;
|
|
48
50
|
}
|
|
49
51
|
export interface _ChainAsset {
|
|
@@ -90,6 +92,12 @@ export interface _BitcoinInfo {
|
|
|
90
92
|
symbol: string;
|
|
91
93
|
bitcoinNetwork: BitcoinNetworkMode;
|
|
92
94
|
}
|
|
95
|
+
export interface _TonInfo {
|
|
96
|
+
blockExplorer: string | null;
|
|
97
|
+
existentialDeposit: string;
|
|
98
|
+
decimals: number;
|
|
99
|
+
symbol: string;
|
|
100
|
+
}
|
|
93
101
|
export interface _ExtraInfo {
|
|
94
102
|
subscanSlug: string | null;
|
|
95
103
|
chainBalanceSlug: string | null;
|
package/types.js
CHANGED