@subwallet/chain-list 0.2.12-beta.0 → 0.2.13-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 +200 -14
- package/cjs/data/AssetLogoMap.json +3 -0
- package/cjs/data/ChainAsset.json +93 -1
- package/cjs/data/ChainInfo.json +82 -11
- package/cjs/data/ChainLogoMap.json +4 -1
- package/cjs/data/MultiChainAsset.json +8 -1
- package/cjs/packageInfo.js +1 -1
- package/data/AssetLogoMap.json +3 -0
- package/data/ChainAsset.json +93 -1
- package/data/ChainInfo.json +82 -11
- package/data/ChainLogoMap.json +4 -1
- package/data/MultiChainAsset.json +8 -1
- package/logo/avalanche.png +0 -0
- package/logo/base-mainnet.png +0 -0
- package/logo/usdd.png +0 -0
- package/package.json +4 -1
- package/packageInfo.js +1 -1
|
@@ -284,6 +284,9 @@
|
|
|
284
284
|
var dpr = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/deeper-network.png";
|
|
285
285
|
var jur = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/jur-network.png";
|
|
286
286
|
var azeroid = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/azero-domain.png";
|
|
287
|
+
var usdd = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/usdd.png";
|
|
288
|
+
var avax = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/avalanche.png";
|
|
289
|
+
var xcastr = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/astar-network.png";
|
|
287
290
|
var cp = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/cp.png";
|
|
288
291
|
var zpf = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/zpf.png";
|
|
289
292
|
const _AssetLogoMap = {
|
|
@@ -573,6 +576,9 @@
|
|
|
573
576
|
dpr: dpr,
|
|
574
577
|
jur: jur,
|
|
575
578
|
azeroid: azeroid,
|
|
579
|
+
usdd: usdd,
|
|
580
|
+
avax: avax,
|
|
581
|
+
xcastr: xcastr,
|
|
576
582
|
cp: cp,
|
|
577
583
|
zpf: zpf
|
|
578
584
|
};
|
|
@@ -1821,7 +1827,7 @@
|
|
|
1821
1827
|
name: "Wrapped Bitcoin",
|
|
1822
1828
|
symbol: "WBTC",
|
|
1823
1829
|
decimals: 8,
|
|
1824
|
-
priceId: "bitcoin",
|
|
1830
|
+
priceId: "wrapped-bitcoin",
|
|
1825
1831
|
minAmount: "35",
|
|
1826
1832
|
assetType: "LOCAL",
|
|
1827
1833
|
metadata: {
|
|
@@ -7653,6 +7659,98 @@
|
|
|
7653
7659
|
multiChainAsset: null,
|
|
7654
7660
|
hasValue: true,
|
|
7655
7661
|
icon: "azero-domain.png"
|
|
7662
|
+
},
|
|
7663
|
+
"ethereum-ERC20-USDD-0x0C10bF8FcB7Bf5412187A595ab97a3609160b5c6": {
|
|
7664
|
+
originChain: "ethereum",
|
|
7665
|
+
slug: "ethereum-ERC20-USDD-0x0C10bF8FcB7Bf5412187A595ab97a3609160b5c6",
|
|
7666
|
+
name: "Decentralized USD",
|
|
7667
|
+
symbol: "USDD",
|
|
7668
|
+
decimals: 18,
|
|
7669
|
+
priceId: "usdd",
|
|
7670
|
+
minAmount: "0",
|
|
7671
|
+
assetType: "ERC20",
|
|
7672
|
+
metadata: {
|
|
7673
|
+
contractAddress: "0x0C10bF8FcB7Bf5412187A595ab97a3609160b5c6"
|
|
7674
|
+
},
|
|
7675
|
+
multiChainAsset: "USDD-DecentralizedUSD",
|
|
7676
|
+
hasValue: true,
|
|
7677
|
+
icon: "usdd.png"
|
|
7678
|
+
},
|
|
7679
|
+
"binance-ERC20-USDD-0xd17479997F34dd9156Deef8F95A52D81D265be9c": {
|
|
7680
|
+
originChain: "binance",
|
|
7681
|
+
slug: "binance-ERC20-USDD-0xd17479997F34dd9156Deef8F95A52D81D265be9c",
|
|
7682
|
+
name: "Decentralized USD",
|
|
7683
|
+
symbol: "USDD",
|
|
7684
|
+
decimals: 18,
|
|
7685
|
+
priceId: "usdd",
|
|
7686
|
+
minAmount: "0",
|
|
7687
|
+
assetType: "ERC20",
|
|
7688
|
+
metadata: {
|
|
7689
|
+
contractAddress: "0xd17479997F34dd9156Deef8F95A52D81D265be9c"
|
|
7690
|
+
},
|
|
7691
|
+
multiChainAsset: "USDD-DecentralizedUSD",
|
|
7692
|
+
hasValue: true,
|
|
7693
|
+
icon: "usdd.png"
|
|
7694
|
+
},
|
|
7695
|
+
"base_mainnet-NATIVE-ETH": {
|
|
7696
|
+
originChain: "base_mainnet",
|
|
7697
|
+
slug: "base_mainnet-NATIVE-ETH",
|
|
7698
|
+
name: "Ethereum",
|
|
7699
|
+
symbol: "ETH",
|
|
7700
|
+
decimals: 18,
|
|
7701
|
+
priceId: "ethereum",
|
|
7702
|
+
minAmount: "0",
|
|
7703
|
+
assetType: "NATIVE",
|
|
7704
|
+
metadata: null,
|
|
7705
|
+
multiChainAsset: "ETH-Ethereum",
|
|
7706
|
+
hasValue: true,
|
|
7707
|
+
icon: "ethereum.png"
|
|
7708
|
+
},
|
|
7709
|
+
"avalanche_c-NATIVE-AVAX": {
|
|
7710
|
+
originChain: "avalanche_c",
|
|
7711
|
+
slug: "avalanche_c-NATIVE-AVAX",
|
|
7712
|
+
name: "Avalanche",
|
|
7713
|
+
symbol: "AVAX",
|
|
7714
|
+
decimals: 18,
|
|
7715
|
+
priceId: "avalanche-2",
|
|
7716
|
+
minAmount: "0",
|
|
7717
|
+
assetType: "NATIVE",
|
|
7718
|
+
metadata: null,
|
|
7719
|
+
multiChainAsset: null,
|
|
7720
|
+
hasValue: true,
|
|
7721
|
+
icon: "avalanche.png"
|
|
7722
|
+
},
|
|
7723
|
+
"crust_mainnet-NATIVE-CRU": {
|
|
7724
|
+
originChain: "crust_mainnet",
|
|
7725
|
+
slug: "crust_mainnet-NATIVE-CRU",
|
|
7726
|
+
name: "Crust",
|
|
7727
|
+
symbol: "CRU",
|
|
7728
|
+
decimals: 12,
|
|
7729
|
+
priceId: "crust-network",
|
|
7730
|
+
minAmount: "100000000",
|
|
7731
|
+
assetType: "NATIVE",
|
|
7732
|
+
metadata: null,
|
|
7733
|
+
multiChainAsset: "CRU-Crust",
|
|
7734
|
+
hasValue: true,
|
|
7735
|
+
icon: "crust.png"
|
|
7736
|
+
},
|
|
7737
|
+
"moonbeam-LOCAL-xcASTR": {
|
|
7738
|
+
originChain: "moonbeam",
|
|
7739
|
+
slug: "moonbeam-LOCAL-xcASTR",
|
|
7740
|
+
name: "Astar",
|
|
7741
|
+
symbol: "xcASTR",
|
|
7742
|
+
decimals: 18,
|
|
7743
|
+
priceId: "astar",
|
|
7744
|
+
minAmount: "0",
|
|
7745
|
+
assetType: "LOCAL",
|
|
7746
|
+
metadata: {
|
|
7747
|
+
assetId: "224077081838586484055667086558292981199",
|
|
7748
|
+
assetType: "ForeignAsset",
|
|
7749
|
+
contractAddress: "0xFfFFFfffA893AD19e540E172C10d78D4d479B5Cf"
|
|
7750
|
+
},
|
|
7751
|
+
multiChainAsset: "ASTR-Astar",
|
|
7752
|
+
hasValue: true,
|
|
7753
|
+
icon: "astar-network.png"
|
|
7656
7754
|
}
|
|
7657
7755
|
};
|
|
7658
7756
|
|
|
@@ -8904,7 +9002,7 @@
|
|
|
8904
9002
|
paraId: 2032,
|
|
8905
9003
|
relaySlug: "polkadot",
|
|
8906
9004
|
genesisHash: "0xed86d448b84db333cdbe07362ddc79530343b907bd88712557c024d7a94296bb",
|
|
8907
|
-
addressPrefix:
|
|
9005
|
+
addressPrefix: 2032,
|
|
8908
9006
|
crowdloanUrl: "https://crowdloan.interlay.io/",
|
|
8909
9007
|
chainType: "PARACHAIN",
|
|
8910
9008
|
blockExplorer: "https://interlay.subscan.io/",
|
|
@@ -9204,7 +9302,7 @@
|
|
|
9204
9302
|
paraId: 2019,
|
|
9205
9303
|
relaySlug: "polkadot",
|
|
9206
9304
|
genesisHash: "0xdaab8df776eb52ec604a5df5d388bb62a050a0aaec4556a64265b9d42755552d",
|
|
9207
|
-
addressPrefix:
|
|
9305
|
+
addressPrefix: 50,
|
|
9208
9306
|
crowdloanUrl: "https://crowdloan.composable.finance/",
|
|
9209
9307
|
chainType: "PARACHAIN",
|
|
9210
9308
|
symbol: "LAYR",
|
|
@@ -9250,18 +9348,17 @@
|
|
|
9250
9348
|
name: "Crust",
|
|
9251
9349
|
chainStatus: "ACTIVE",
|
|
9252
9350
|
providers: {
|
|
9253
|
-
|
|
9254
|
-
OnFinality: "wss://crust.api.onfinality.io/public-ws"
|
|
9351
|
+
Crust: "wss://crust-parachain.crustapps.net"
|
|
9255
9352
|
},
|
|
9256
9353
|
isTestnet: false,
|
|
9257
9354
|
substrateInfo: {
|
|
9258
9355
|
paraId: 2008,
|
|
9259
9356
|
relaySlug: "polkadot",
|
|
9260
|
-
genesisHash: "
|
|
9261
|
-
addressPrefix:
|
|
9357
|
+
genesisHash: "0x4319cc49ee79495b57a1fec4d2bd43f59052dcc690276de566c2691d6df4f7b8",
|
|
9358
|
+
addressPrefix: 88,
|
|
9262
9359
|
crowdloanUrl: "https://polkadot.js.org/apps/#/parachains/crowdloan",
|
|
9263
9360
|
chainType: "PARACHAIN",
|
|
9264
|
-
blockExplorer: "https://crust.subscan.io/",
|
|
9361
|
+
blockExplorer: "https://crust-parachain.subscan.io/",
|
|
9265
9362
|
symbol: "CRU",
|
|
9266
9363
|
existentialDeposit: "100000000",
|
|
9267
9364
|
decimals: 12,
|
|
@@ -9510,7 +9607,7 @@
|
|
|
9510
9607
|
paraId: null,
|
|
9511
9608
|
relaySlug: null,
|
|
9512
9609
|
genesisHash: "0x3a5a5cd27eb15fd26c37315a0f0b938733bb798c897428448efac5e6150cad06",
|
|
9513
|
-
addressPrefix:
|
|
9610
|
+
addressPrefix: 2092,
|
|
9514
9611
|
chainType: "RELAYCHAIN",
|
|
9515
9612
|
symbol: "KINT",
|
|
9516
9613
|
decimals: 12,
|
|
@@ -9615,7 +9712,7 @@
|
|
|
9615
9712
|
paraId: 2024,
|
|
9616
9713
|
relaySlug: "kusama",
|
|
9617
9714
|
genesisHash: "0x9b8cefc0eb5c568b527998bdd76c184e2b76ae561be76e4667072230217ea243",
|
|
9618
|
-
addressPrefix:
|
|
9715
|
+
addressPrefix: 67,
|
|
9619
9716
|
crowdloanUrl: "https://genshiro.equilibrium.io/en",
|
|
9620
9717
|
chainType: "PARACHAIN",
|
|
9621
9718
|
blockExplorer: "https://genshiro.subscan.io/",
|
|
@@ -10049,7 +10146,7 @@
|
|
|
10049
10146
|
paraId: 1001,
|
|
10050
10147
|
relaySlug: "kusama",
|
|
10051
10148
|
genesisHash: "0x7dd99936c1e9e6d1ce7d90eb6f33bea8393b4bf87677d675aa63c9cb3e8c5b5b",
|
|
10052
|
-
addressPrefix:
|
|
10149
|
+
addressPrefix: 2,
|
|
10053
10150
|
chainType: "PARACHAIN",
|
|
10054
10151
|
blockExplorer: "https://encointer.subscan.io/",
|
|
10055
10152
|
symbol: "KSM",
|
|
@@ -11275,7 +11372,7 @@
|
|
|
11275
11372
|
paraId: null,
|
|
11276
11373
|
relaySlug: null,
|
|
11277
11374
|
genesisHash: "0xc8eda34601b5a48c73f47ee39a3a86a858c34f044185b17dc7d5ad155813dc63",
|
|
11278
|
-
addressPrefix:
|
|
11375
|
+
addressPrefix: 2349,
|
|
11279
11376
|
chainType: "RELAYCHAIN",
|
|
11280
11377
|
symbol: "ATA",
|
|
11281
11378
|
existentialDeposit: "1000000000000000000",
|
|
@@ -11923,6 +12020,78 @@
|
|
|
11923
12020
|
evmInfo: null,
|
|
11924
12021
|
icon: "jur-network.png"
|
|
11925
12022
|
};
|
|
12023
|
+
var base_mainnet$1 = {
|
|
12024
|
+
slug: "base_mainnet",
|
|
12025
|
+
name: "Base Mainnet",
|
|
12026
|
+
isTestnet: false,
|
|
12027
|
+
chainStatus: "ACTIVE",
|
|
12028
|
+
providers: {
|
|
12029
|
+
PublicNode: "https://base.publicnode.com"
|
|
12030
|
+
},
|
|
12031
|
+
substrateInfo: null,
|
|
12032
|
+
evmInfo: {
|
|
12033
|
+
evmChainId: 8453,
|
|
12034
|
+
blockExplorer: "https://basescan.org",
|
|
12035
|
+
symbol: "ETH",
|
|
12036
|
+
decimals: 18,
|
|
12037
|
+
existentialDeposit: "0",
|
|
12038
|
+
supportSmartContract: [
|
|
12039
|
+
"ERC20",
|
|
12040
|
+
"ERC721"
|
|
12041
|
+
],
|
|
12042
|
+
abiExplorer: null
|
|
12043
|
+
},
|
|
12044
|
+
icon: "base-mainnet.png"
|
|
12045
|
+
};
|
|
12046
|
+
var avalanche_c$1 = {
|
|
12047
|
+
slug: "avalanche_c",
|
|
12048
|
+
name: "Avalanche C-Chain",
|
|
12049
|
+
isTestnet: false,
|
|
12050
|
+
chainStatus: "ACTIVE",
|
|
12051
|
+
providers: {
|
|
12052
|
+
PublicNode: "https://avalanche-c-chain.publicnode.com"
|
|
12053
|
+
},
|
|
12054
|
+
substrateInfo: null,
|
|
12055
|
+
evmInfo: {
|
|
12056
|
+
evmChainId: 43114,
|
|
12057
|
+
blockExplorer: "https://snowtrace.io/",
|
|
12058
|
+
symbol: "AVAX",
|
|
12059
|
+
decimals: 18,
|
|
12060
|
+
existentialDeposit: "0",
|
|
12061
|
+
supportSmartContract: [
|
|
12062
|
+
"ERC20",
|
|
12063
|
+
"ERC721"
|
|
12064
|
+
],
|
|
12065
|
+
abiExplorer: null
|
|
12066
|
+
},
|
|
12067
|
+
icon: "avalanche.png"
|
|
12068
|
+
};
|
|
12069
|
+
var crust_mainnet$1 = {
|
|
12070
|
+
slug: "crust_mainnet",
|
|
12071
|
+
name: "Crust Mainet",
|
|
12072
|
+
chainStatus: "ACTIVE",
|
|
12073
|
+
providers: {
|
|
12074
|
+
OnFinality: "wss://crust.api.onfinality.io/public-ws",
|
|
12075
|
+
"Crust Network": "wss://rpc.crust.network"
|
|
12076
|
+
},
|
|
12077
|
+
isTestnet: false,
|
|
12078
|
+
substrateInfo: {
|
|
12079
|
+
paraId: null,
|
|
12080
|
+
relaySlug: null,
|
|
12081
|
+
genesisHash: "0x8b404e7ed8789d813982b9cb4c8b664c05b3fbf433309f603af014ec9ce56a8c",
|
|
12082
|
+
addressPrefix: 66,
|
|
12083
|
+
chainType: "RELAYCHAIN",
|
|
12084
|
+
blockExplorer: "https://crust.subscan.io/",
|
|
12085
|
+
symbol: "CRU",
|
|
12086
|
+
existentialDeposit: "100000000",
|
|
12087
|
+
decimals: 12,
|
|
12088
|
+
hasNativeNft: false,
|
|
12089
|
+
supportSmartContract: null,
|
|
12090
|
+
supportStaking: false
|
|
12091
|
+
},
|
|
12092
|
+
evmInfo: null,
|
|
12093
|
+
icon: "crust.png"
|
|
12094
|
+
};
|
|
11926
12095
|
const _ChainInfoMap = {
|
|
11927
12096
|
polkadot: polkadot$1,
|
|
11928
12097
|
kusama: kusama$1,
|
|
@@ -12109,7 +12278,10 @@
|
|
|
12109
12278
|
fantom_testnet: fantom_testnet$1,
|
|
12110
12279
|
krest_network: krest_network$1,
|
|
12111
12280
|
deeper_network: deeper_network$1,
|
|
12112
|
-
jur_network: jur_network$1
|
|
12281
|
+
jur_network: jur_network$1,
|
|
12282
|
+
base_mainnet: base_mainnet$1,
|
|
12283
|
+
avalanche_c: avalanche_c$1,
|
|
12284
|
+
crust_mainnet: crust_mainnet$1
|
|
12113
12285
|
};
|
|
12114
12286
|
|
|
12115
12287
|
var polkadot = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/polkadot.png";
|
|
@@ -12273,6 +12445,9 @@
|
|
|
12273
12445
|
var krest_network = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/krest.png";
|
|
12274
12446
|
var deeper_network = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/deeper-network.png";
|
|
12275
12447
|
var jur_network = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/jur-network.png";
|
|
12448
|
+
var base_mainnet = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/base-mainnet.png";
|
|
12449
|
+
var avalanche_c = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/avalanche.png";
|
|
12450
|
+
var crust_mainnet = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/crust.png";
|
|
12276
12451
|
const _ChainLogoMap = {
|
|
12277
12452
|
"default": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/default.png",
|
|
12278
12453
|
polkadot: polkadot,
|
|
@@ -12436,7 +12611,10 @@
|
|
|
12436
12611
|
fantom_testnet: fantom_testnet,
|
|
12437
12612
|
krest_network: krest_network,
|
|
12438
12613
|
deeper_network: deeper_network,
|
|
12439
|
-
jur_network: jur_network
|
|
12614
|
+
jur_network: jur_network,
|
|
12615
|
+
base_mainnet: base_mainnet,
|
|
12616
|
+
avalanche_c: avalanche_c,
|
|
12617
|
+
crust_mainnet: crust_mainnet
|
|
12440
12618
|
};
|
|
12441
12619
|
|
|
12442
12620
|
const _MultiChainAssetMap = {
|
|
@@ -12767,6 +12945,14 @@
|
|
|
12767
12945
|
symbol: "DPR",
|
|
12768
12946
|
priceId: "deeper-network",
|
|
12769
12947
|
hasValue: true
|
|
12948
|
+
},
|
|
12949
|
+
"USDD-DecentralizedUSD": {
|
|
12950
|
+
slug: "USDD-DecentralizedUSD",
|
|
12951
|
+
originChainAsset: null,
|
|
12952
|
+
name: "Decentralized USD",
|
|
12953
|
+
symbol: "USDD",
|
|
12954
|
+
priceId: "usdd",
|
|
12955
|
+
hasValue: true
|
|
12770
12956
|
}
|
|
12771
12957
|
};
|
|
12772
12958
|
|
|
@@ -285,6 +285,9 @@
|
|
|
285
285
|
"dpr": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/deeper-network.png",
|
|
286
286
|
"jur": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/jur-network.png",
|
|
287
287
|
"azeroid": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/azero-domain.png",
|
|
288
|
+
"usdd": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/usdd.png",
|
|
289
|
+
"avax": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/avalanche.png",
|
|
290
|
+
"xcastr": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/astar-network.png",
|
|
288
291
|
"cp": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/cp.png",
|
|
289
292
|
"zpf": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/zpf.png"
|
|
290
293
|
}
|
package/cjs/data/ChainAsset.json
CHANGED
|
@@ -981,7 +981,7 @@
|
|
|
981
981
|
"name": "Wrapped Bitcoin",
|
|
982
982
|
"symbol": "WBTC",
|
|
983
983
|
"decimals": 8,
|
|
984
|
-
"priceId": "bitcoin",
|
|
984
|
+
"priceId": "wrapped-bitcoin",
|
|
985
985
|
"minAmount": "35",
|
|
986
986
|
"assetType": "LOCAL",
|
|
987
987
|
"metadata": {
|
|
@@ -6814,5 +6814,97 @@
|
|
|
6814
6814
|
"multiChainAsset": null,
|
|
6815
6815
|
"hasValue": true,
|
|
6816
6816
|
"icon": "azero-domain.png"
|
|
6817
|
+
},
|
|
6818
|
+
"ethereum-ERC20-USDD-0x0C10bF8FcB7Bf5412187A595ab97a3609160b5c6": {
|
|
6819
|
+
"originChain": "ethereum",
|
|
6820
|
+
"slug": "ethereum-ERC20-USDD-0x0C10bF8FcB7Bf5412187A595ab97a3609160b5c6",
|
|
6821
|
+
"name": "Decentralized USD",
|
|
6822
|
+
"symbol": "USDD",
|
|
6823
|
+
"decimals": 18,
|
|
6824
|
+
"priceId": "usdd",
|
|
6825
|
+
"minAmount": "0",
|
|
6826
|
+
"assetType": "ERC20",
|
|
6827
|
+
"metadata": {
|
|
6828
|
+
"contractAddress": "0x0C10bF8FcB7Bf5412187A595ab97a3609160b5c6"
|
|
6829
|
+
},
|
|
6830
|
+
"multiChainAsset": "USDD-DecentralizedUSD",
|
|
6831
|
+
"hasValue": true,
|
|
6832
|
+
"icon": "usdd.png"
|
|
6833
|
+
},
|
|
6834
|
+
"binance-ERC20-USDD-0xd17479997F34dd9156Deef8F95A52D81D265be9c": {
|
|
6835
|
+
"originChain": "binance",
|
|
6836
|
+
"slug": "binance-ERC20-USDD-0xd17479997F34dd9156Deef8F95A52D81D265be9c",
|
|
6837
|
+
"name": "Decentralized USD",
|
|
6838
|
+
"symbol": "USDD",
|
|
6839
|
+
"decimals": 18,
|
|
6840
|
+
"priceId": "usdd",
|
|
6841
|
+
"minAmount": "0",
|
|
6842
|
+
"assetType": "ERC20",
|
|
6843
|
+
"metadata": {
|
|
6844
|
+
"contractAddress": "0xd17479997F34dd9156Deef8F95A52D81D265be9c"
|
|
6845
|
+
},
|
|
6846
|
+
"multiChainAsset": "USDD-DecentralizedUSD",
|
|
6847
|
+
"hasValue": true,
|
|
6848
|
+
"icon": "usdd.png"
|
|
6849
|
+
},
|
|
6850
|
+
"base_mainnet-NATIVE-ETH": {
|
|
6851
|
+
"originChain": "base_mainnet",
|
|
6852
|
+
"slug": "base_mainnet-NATIVE-ETH",
|
|
6853
|
+
"name": "Ethereum",
|
|
6854
|
+
"symbol": "ETH",
|
|
6855
|
+
"decimals": 18,
|
|
6856
|
+
"priceId": "ethereum",
|
|
6857
|
+
"minAmount": "0",
|
|
6858
|
+
"assetType": "NATIVE",
|
|
6859
|
+
"metadata": null,
|
|
6860
|
+
"multiChainAsset": "ETH-Ethereum",
|
|
6861
|
+
"hasValue": true,
|
|
6862
|
+
"icon": "ethereum.png"
|
|
6863
|
+
},
|
|
6864
|
+
"avalanche_c-NATIVE-AVAX": {
|
|
6865
|
+
"originChain": "avalanche_c",
|
|
6866
|
+
"slug": "avalanche_c-NATIVE-AVAX",
|
|
6867
|
+
"name": "Avalanche",
|
|
6868
|
+
"symbol": "AVAX",
|
|
6869
|
+
"decimals": 18,
|
|
6870
|
+
"priceId": "avalanche-2",
|
|
6871
|
+
"minAmount": "0",
|
|
6872
|
+
"assetType": "NATIVE",
|
|
6873
|
+
"metadata": null,
|
|
6874
|
+
"multiChainAsset": null,
|
|
6875
|
+
"hasValue": true,
|
|
6876
|
+
"icon": "avalanche.png"
|
|
6877
|
+
},
|
|
6878
|
+
"crust_mainnet-NATIVE-CRU": {
|
|
6879
|
+
"originChain": "crust_mainnet",
|
|
6880
|
+
"slug": "crust_mainnet-NATIVE-CRU",
|
|
6881
|
+
"name": "Crust",
|
|
6882
|
+
"symbol": "CRU",
|
|
6883
|
+
"decimals": 12,
|
|
6884
|
+
"priceId": "crust-network",
|
|
6885
|
+
"minAmount": "100000000",
|
|
6886
|
+
"assetType": "NATIVE",
|
|
6887
|
+
"metadata": null,
|
|
6888
|
+
"multiChainAsset": "CRU-Crust",
|
|
6889
|
+
"hasValue": true,
|
|
6890
|
+
"icon": "crust.png"
|
|
6891
|
+
},
|
|
6892
|
+
"moonbeam-LOCAL-xcASTR": {
|
|
6893
|
+
"originChain": "moonbeam",
|
|
6894
|
+
"slug": "moonbeam-LOCAL-xcASTR",
|
|
6895
|
+
"name": "Astar",
|
|
6896
|
+
"symbol": "xcASTR",
|
|
6897
|
+
"decimals": 18,
|
|
6898
|
+
"priceId": "astar",
|
|
6899
|
+
"minAmount": "0",
|
|
6900
|
+
"assetType": "LOCAL",
|
|
6901
|
+
"metadata": {
|
|
6902
|
+
"assetId": "224077081838586484055667086558292981199",
|
|
6903
|
+
"assetType": "ForeignAsset",
|
|
6904
|
+
"contractAddress": "0xFfFFFfffA893AD19e540E172C10d78D4d479B5Cf"
|
|
6905
|
+
},
|
|
6906
|
+
"multiChainAsset": "ASTR-Astar",
|
|
6907
|
+
"hasValue": true,
|
|
6908
|
+
"icon": "astar-network.png"
|
|
6817
6909
|
}
|
|
6818
6910
|
}
|
package/cjs/data/ChainInfo.json
CHANGED
|
@@ -1247,7 +1247,7 @@
|
|
|
1247
1247
|
"paraId": 2032,
|
|
1248
1248
|
"relaySlug": "polkadot",
|
|
1249
1249
|
"genesisHash": "0xed86d448b84db333cdbe07362ddc79530343b907bd88712557c024d7a94296bb",
|
|
1250
|
-
"addressPrefix":
|
|
1250
|
+
"addressPrefix": 2032,
|
|
1251
1251
|
"crowdloanUrl": "https://crowdloan.interlay.io/",
|
|
1252
1252
|
"chainType": "PARACHAIN",
|
|
1253
1253
|
"blockExplorer": "https://interlay.subscan.io/",
|
|
@@ -1547,7 +1547,7 @@
|
|
|
1547
1547
|
"paraId": 2019,
|
|
1548
1548
|
"relaySlug": "polkadot",
|
|
1549
1549
|
"genesisHash": "0xdaab8df776eb52ec604a5df5d388bb62a050a0aaec4556a64265b9d42755552d",
|
|
1550
|
-
"addressPrefix":
|
|
1550
|
+
"addressPrefix": 50,
|
|
1551
1551
|
"crowdloanUrl": "https://crowdloan.composable.finance/",
|
|
1552
1552
|
"chainType": "PARACHAIN",
|
|
1553
1553
|
"symbol": "LAYR",
|
|
@@ -1593,18 +1593,17 @@
|
|
|
1593
1593
|
"name": "Crust",
|
|
1594
1594
|
"chainStatus": "ACTIVE",
|
|
1595
1595
|
"providers": {
|
|
1596
|
-
"Crust
|
|
1597
|
-
"OnFinality": "wss://crust.api.onfinality.io/public-ws"
|
|
1596
|
+
"Crust": "wss://crust-parachain.crustapps.net"
|
|
1598
1597
|
},
|
|
1599
1598
|
"isTestnet": false,
|
|
1600
1599
|
"substrateInfo": {
|
|
1601
1600
|
"paraId": 2008,
|
|
1602
1601
|
"relaySlug": "polkadot",
|
|
1603
|
-
"genesisHash": "
|
|
1604
|
-
"addressPrefix":
|
|
1602
|
+
"genesisHash": "0x4319cc49ee79495b57a1fec4d2bd43f59052dcc690276de566c2691d6df4f7b8",
|
|
1603
|
+
"addressPrefix": 88,
|
|
1605
1604
|
"crowdloanUrl": "https://polkadot.js.org/apps/#/parachains/crowdloan",
|
|
1606
1605
|
"chainType": "PARACHAIN",
|
|
1607
|
-
"blockExplorer": "https://crust.subscan.io/",
|
|
1606
|
+
"blockExplorer": "https://crust-parachain.subscan.io/",
|
|
1608
1607
|
"symbol": "CRU",
|
|
1609
1608
|
"existentialDeposit": "100000000",
|
|
1610
1609
|
"decimals": 12,
|
|
@@ -1853,7 +1852,7 @@
|
|
|
1853
1852
|
"paraId": null,
|
|
1854
1853
|
"relaySlug": null,
|
|
1855
1854
|
"genesisHash": "0x3a5a5cd27eb15fd26c37315a0f0b938733bb798c897428448efac5e6150cad06",
|
|
1856
|
-
"addressPrefix":
|
|
1855
|
+
"addressPrefix": 2092,
|
|
1857
1856
|
"chainType": "RELAYCHAIN",
|
|
1858
1857
|
"symbol": "KINT",
|
|
1859
1858
|
"decimals": 12,
|
|
@@ -1958,7 +1957,7 @@
|
|
|
1958
1957
|
"paraId": 2024,
|
|
1959
1958
|
"relaySlug": "kusama",
|
|
1960
1959
|
"genesisHash": "0x9b8cefc0eb5c568b527998bdd76c184e2b76ae561be76e4667072230217ea243",
|
|
1961
|
-
"addressPrefix":
|
|
1960
|
+
"addressPrefix": 67,
|
|
1962
1961
|
"crowdloanUrl": "https://genshiro.equilibrium.io/en",
|
|
1963
1962
|
"chainType": "PARACHAIN",
|
|
1964
1963
|
"blockExplorer": "https://genshiro.subscan.io/",
|
|
@@ -2391,7 +2390,7 @@
|
|
|
2391
2390
|
"paraId": 1001,
|
|
2392
2391
|
"relaySlug": "kusama",
|
|
2393
2392
|
"genesisHash": "0x7dd99936c1e9e6d1ce7d90eb6f33bea8393b4bf87677d675aa63c9cb3e8c5b5b",
|
|
2394
|
-
"addressPrefix":
|
|
2393
|
+
"addressPrefix": 2,
|
|
2395
2394
|
"chainType": "PARACHAIN",
|
|
2396
2395
|
"blockExplorer": "https://encointer.subscan.io/",
|
|
2397
2396
|
"symbol": "KSM",
|
|
@@ -3617,7 +3616,7 @@
|
|
|
3617
3616
|
"paraId": null,
|
|
3618
3617
|
"relaySlug": null,
|
|
3619
3618
|
"genesisHash": "0xc8eda34601b5a48c73f47ee39a3a86a858c34f044185b17dc7d5ad155813dc63",
|
|
3620
|
-
"addressPrefix":
|
|
3619
|
+
"addressPrefix": 2349,
|
|
3621
3620
|
"chainType": "RELAYCHAIN",
|
|
3622
3621
|
"symbol": "ATA",
|
|
3623
3622
|
"existentialDeposit": "1000000000000000000",
|
|
@@ -4289,5 +4288,77 @@
|
|
|
4289
4288
|
},
|
|
4290
4289
|
"evmInfo": null,
|
|
4291
4290
|
"icon": "jur-network.png"
|
|
4291
|
+
},
|
|
4292
|
+
"base_mainnet": {
|
|
4293
|
+
"slug": "base_mainnet",
|
|
4294
|
+
"name": "Base Mainnet",
|
|
4295
|
+
"isTestnet": false,
|
|
4296
|
+
"chainStatus": "ACTIVE",
|
|
4297
|
+
"providers": {
|
|
4298
|
+
"PublicNode": "https://base.publicnode.com"
|
|
4299
|
+
},
|
|
4300
|
+
"substrateInfo": null,
|
|
4301
|
+
"evmInfo": {
|
|
4302
|
+
"evmChainId": 8453,
|
|
4303
|
+
"blockExplorer": "https://basescan.org",
|
|
4304
|
+
"symbol": "ETH",
|
|
4305
|
+
"decimals": 18,
|
|
4306
|
+
"existentialDeposit": "0",
|
|
4307
|
+
"supportSmartContract": [
|
|
4308
|
+
"ERC20",
|
|
4309
|
+
"ERC721"
|
|
4310
|
+
],
|
|
4311
|
+
"abiExplorer": null
|
|
4312
|
+
},
|
|
4313
|
+
"icon": "base-mainnet.png"
|
|
4314
|
+
},
|
|
4315
|
+
"avalanche_c": {
|
|
4316
|
+
"slug": "avalanche_c",
|
|
4317
|
+
"name": "Avalanche C-Chain",
|
|
4318
|
+
"isTestnet": false,
|
|
4319
|
+
"chainStatus": "ACTIVE",
|
|
4320
|
+
"providers": {
|
|
4321
|
+
"PublicNode": "https://avalanche-c-chain.publicnode.com"
|
|
4322
|
+
},
|
|
4323
|
+
"substrateInfo": null,
|
|
4324
|
+
"evmInfo": {
|
|
4325
|
+
"evmChainId": 43114,
|
|
4326
|
+
"blockExplorer": "https://snowtrace.io/",
|
|
4327
|
+
"symbol": "AVAX",
|
|
4328
|
+
"decimals": 18,
|
|
4329
|
+
"existentialDeposit": "0",
|
|
4330
|
+
"supportSmartContract": [
|
|
4331
|
+
"ERC20",
|
|
4332
|
+
"ERC721"
|
|
4333
|
+
],
|
|
4334
|
+
"abiExplorer": null
|
|
4335
|
+
},
|
|
4336
|
+
"icon": "avalanche.png"
|
|
4337
|
+
},
|
|
4338
|
+
"crust_mainnet": {
|
|
4339
|
+
"slug": "crust_mainnet",
|
|
4340
|
+
"name": "Crust Mainet",
|
|
4341
|
+
"chainStatus": "ACTIVE",
|
|
4342
|
+
"providers": {
|
|
4343
|
+
"OnFinality": "wss://crust.api.onfinality.io/public-ws",
|
|
4344
|
+
"Crust Network": "wss://rpc.crust.network"
|
|
4345
|
+
},
|
|
4346
|
+
"isTestnet": false,
|
|
4347
|
+
"substrateInfo": {
|
|
4348
|
+
"paraId": null,
|
|
4349
|
+
"relaySlug": null,
|
|
4350
|
+
"genesisHash": "0x8b404e7ed8789d813982b9cb4c8b664c05b3fbf433309f603af014ec9ce56a8c",
|
|
4351
|
+
"addressPrefix": 66,
|
|
4352
|
+
"chainType": "RELAYCHAIN",
|
|
4353
|
+
"blockExplorer": "https://crust.subscan.io/",
|
|
4354
|
+
"symbol": "CRU",
|
|
4355
|
+
"existentialDeposit": "100000000",
|
|
4356
|
+
"decimals": 12,
|
|
4357
|
+
"hasNativeNft": false,
|
|
4358
|
+
"supportSmartContract": null,
|
|
4359
|
+
"supportStaking": false
|
|
4360
|
+
},
|
|
4361
|
+
"evmInfo": null,
|
|
4362
|
+
"icon": "crust.png"
|
|
4292
4363
|
}
|
|
4293
4364
|
}
|
|
@@ -161,5 +161,8 @@
|
|
|
161
161
|
"fantom_testnet": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/ftm.png",
|
|
162
162
|
"krest_network": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/krest.png",
|
|
163
163
|
"deeper_network": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/deeper-network.png",
|
|
164
|
-
"jur_network": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/jur-network.png"
|
|
164
|
+
"jur_network": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/jur-network.png",
|
|
165
|
+
"base_mainnet": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/base-mainnet.png",
|
|
166
|
+
"avalanche_c": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/avalanche.png",
|
|
167
|
+
"crust_mainnet": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/crust.png"
|
|
165
168
|
}
|
|
@@ -252,7 +252,6 @@
|
|
|
252
252
|
"originChainAsset": null,
|
|
253
253
|
"name": "Wrapped BTC",
|
|
254
254
|
"symbol": "WBTC",
|
|
255
|
-
"symbol": "WBTC",
|
|
256
255
|
"priceId": "wrapped-bitcoin",
|
|
257
256
|
"hasValue": true
|
|
258
257
|
},
|
|
@@ -327,5 +326,13 @@
|
|
|
327
326
|
"symbol": "DPR",
|
|
328
327
|
"priceId": "deeper-network",
|
|
329
328
|
"hasValue": true
|
|
329
|
+
},
|
|
330
|
+
"USDD-DecentralizedUSD": {
|
|
331
|
+
"slug": "USDD-DecentralizedUSD",
|
|
332
|
+
"originChainAsset": null,
|
|
333
|
+
"name": "Decentralized USD",
|
|
334
|
+
"symbol": "USDD",
|
|
335
|
+
"priceId": "usdd",
|
|
336
|
+
"hasValue": true
|
|
330
337
|
}
|
|
331
338
|
}
|
package/cjs/packageInfo.js
CHANGED
package/data/AssetLogoMap.json
CHANGED
|
@@ -285,6 +285,9 @@
|
|
|
285
285
|
"dpr": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/deeper-network.png",
|
|
286
286
|
"jur": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/jur-network.png",
|
|
287
287
|
"azeroid": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/azero-domain.png",
|
|
288
|
+
"usdd": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/usdd.png",
|
|
289
|
+
"avax": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/avalanche.png",
|
|
290
|
+
"xcastr": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/astar-network.png",
|
|
288
291
|
"cp": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/cp.png",
|
|
289
292
|
"zpf": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/zpf.png"
|
|
290
293
|
}
|
package/data/ChainAsset.json
CHANGED
|
@@ -981,7 +981,7 @@
|
|
|
981
981
|
"name": "Wrapped Bitcoin",
|
|
982
982
|
"symbol": "WBTC",
|
|
983
983
|
"decimals": 8,
|
|
984
|
-
"priceId": "bitcoin",
|
|
984
|
+
"priceId": "wrapped-bitcoin",
|
|
985
985
|
"minAmount": "35",
|
|
986
986
|
"assetType": "LOCAL",
|
|
987
987
|
"metadata": {
|
|
@@ -6814,5 +6814,97 @@
|
|
|
6814
6814
|
"multiChainAsset": null,
|
|
6815
6815
|
"hasValue": true,
|
|
6816
6816
|
"icon": "azero-domain.png"
|
|
6817
|
+
},
|
|
6818
|
+
"ethereum-ERC20-USDD-0x0C10bF8FcB7Bf5412187A595ab97a3609160b5c6": {
|
|
6819
|
+
"originChain": "ethereum",
|
|
6820
|
+
"slug": "ethereum-ERC20-USDD-0x0C10bF8FcB7Bf5412187A595ab97a3609160b5c6",
|
|
6821
|
+
"name": "Decentralized USD",
|
|
6822
|
+
"symbol": "USDD",
|
|
6823
|
+
"decimals": 18,
|
|
6824
|
+
"priceId": "usdd",
|
|
6825
|
+
"minAmount": "0",
|
|
6826
|
+
"assetType": "ERC20",
|
|
6827
|
+
"metadata": {
|
|
6828
|
+
"contractAddress": "0x0C10bF8FcB7Bf5412187A595ab97a3609160b5c6"
|
|
6829
|
+
},
|
|
6830
|
+
"multiChainAsset": "USDD-DecentralizedUSD",
|
|
6831
|
+
"hasValue": true,
|
|
6832
|
+
"icon": "usdd.png"
|
|
6833
|
+
},
|
|
6834
|
+
"binance-ERC20-USDD-0xd17479997F34dd9156Deef8F95A52D81D265be9c": {
|
|
6835
|
+
"originChain": "binance",
|
|
6836
|
+
"slug": "binance-ERC20-USDD-0xd17479997F34dd9156Deef8F95A52D81D265be9c",
|
|
6837
|
+
"name": "Decentralized USD",
|
|
6838
|
+
"symbol": "USDD",
|
|
6839
|
+
"decimals": 18,
|
|
6840
|
+
"priceId": "usdd",
|
|
6841
|
+
"minAmount": "0",
|
|
6842
|
+
"assetType": "ERC20",
|
|
6843
|
+
"metadata": {
|
|
6844
|
+
"contractAddress": "0xd17479997F34dd9156Deef8F95A52D81D265be9c"
|
|
6845
|
+
},
|
|
6846
|
+
"multiChainAsset": "USDD-DecentralizedUSD",
|
|
6847
|
+
"hasValue": true,
|
|
6848
|
+
"icon": "usdd.png"
|
|
6849
|
+
},
|
|
6850
|
+
"base_mainnet-NATIVE-ETH": {
|
|
6851
|
+
"originChain": "base_mainnet",
|
|
6852
|
+
"slug": "base_mainnet-NATIVE-ETH",
|
|
6853
|
+
"name": "Ethereum",
|
|
6854
|
+
"symbol": "ETH",
|
|
6855
|
+
"decimals": 18,
|
|
6856
|
+
"priceId": "ethereum",
|
|
6857
|
+
"minAmount": "0",
|
|
6858
|
+
"assetType": "NATIVE",
|
|
6859
|
+
"metadata": null,
|
|
6860
|
+
"multiChainAsset": "ETH-Ethereum",
|
|
6861
|
+
"hasValue": true,
|
|
6862
|
+
"icon": "ethereum.png"
|
|
6863
|
+
},
|
|
6864
|
+
"avalanche_c-NATIVE-AVAX": {
|
|
6865
|
+
"originChain": "avalanche_c",
|
|
6866
|
+
"slug": "avalanche_c-NATIVE-AVAX",
|
|
6867
|
+
"name": "Avalanche",
|
|
6868
|
+
"symbol": "AVAX",
|
|
6869
|
+
"decimals": 18,
|
|
6870
|
+
"priceId": "avalanche-2",
|
|
6871
|
+
"minAmount": "0",
|
|
6872
|
+
"assetType": "NATIVE",
|
|
6873
|
+
"metadata": null,
|
|
6874
|
+
"multiChainAsset": null,
|
|
6875
|
+
"hasValue": true,
|
|
6876
|
+
"icon": "avalanche.png"
|
|
6877
|
+
},
|
|
6878
|
+
"crust_mainnet-NATIVE-CRU": {
|
|
6879
|
+
"originChain": "crust_mainnet",
|
|
6880
|
+
"slug": "crust_mainnet-NATIVE-CRU",
|
|
6881
|
+
"name": "Crust",
|
|
6882
|
+
"symbol": "CRU",
|
|
6883
|
+
"decimals": 12,
|
|
6884
|
+
"priceId": "crust-network",
|
|
6885
|
+
"minAmount": "100000000",
|
|
6886
|
+
"assetType": "NATIVE",
|
|
6887
|
+
"metadata": null,
|
|
6888
|
+
"multiChainAsset": "CRU-Crust",
|
|
6889
|
+
"hasValue": true,
|
|
6890
|
+
"icon": "crust.png"
|
|
6891
|
+
},
|
|
6892
|
+
"moonbeam-LOCAL-xcASTR": {
|
|
6893
|
+
"originChain": "moonbeam",
|
|
6894
|
+
"slug": "moonbeam-LOCAL-xcASTR",
|
|
6895
|
+
"name": "Astar",
|
|
6896
|
+
"symbol": "xcASTR",
|
|
6897
|
+
"decimals": 18,
|
|
6898
|
+
"priceId": "astar",
|
|
6899
|
+
"minAmount": "0",
|
|
6900
|
+
"assetType": "LOCAL",
|
|
6901
|
+
"metadata": {
|
|
6902
|
+
"assetId": "224077081838586484055667086558292981199",
|
|
6903
|
+
"assetType": "ForeignAsset",
|
|
6904
|
+
"contractAddress": "0xFfFFFfffA893AD19e540E172C10d78D4d479B5Cf"
|
|
6905
|
+
},
|
|
6906
|
+
"multiChainAsset": "ASTR-Astar",
|
|
6907
|
+
"hasValue": true,
|
|
6908
|
+
"icon": "astar-network.png"
|
|
6817
6909
|
}
|
|
6818
6910
|
}
|
package/data/ChainInfo.json
CHANGED
|
@@ -1247,7 +1247,7 @@
|
|
|
1247
1247
|
"paraId": 2032,
|
|
1248
1248
|
"relaySlug": "polkadot",
|
|
1249
1249
|
"genesisHash": "0xed86d448b84db333cdbe07362ddc79530343b907bd88712557c024d7a94296bb",
|
|
1250
|
-
"addressPrefix":
|
|
1250
|
+
"addressPrefix": 2032,
|
|
1251
1251
|
"crowdloanUrl": "https://crowdloan.interlay.io/",
|
|
1252
1252
|
"chainType": "PARACHAIN",
|
|
1253
1253
|
"blockExplorer": "https://interlay.subscan.io/",
|
|
@@ -1547,7 +1547,7 @@
|
|
|
1547
1547
|
"paraId": 2019,
|
|
1548
1548
|
"relaySlug": "polkadot",
|
|
1549
1549
|
"genesisHash": "0xdaab8df776eb52ec604a5df5d388bb62a050a0aaec4556a64265b9d42755552d",
|
|
1550
|
-
"addressPrefix":
|
|
1550
|
+
"addressPrefix": 50,
|
|
1551
1551
|
"crowdloanUrl": "https://crowdloan.composable.finance/",
|
|
1552
1552
|
"chainType": "PARACHAIN",
|
|
1553
1553
|
"symbol": "LAYR",
|
|
@@ -1593,18 +1593,17 @@
|
|
|
1593
1593
|
"name": "Crust",
|
|
1594
1594
|
"chainStatus": "ACTIVE",
|
|
1595
1595
|
"providers": {
|
|
1596
|
-
"Crust
|
|
1597
|
-
"OnFinality": "wss://crust.api.onfinality.io/public-ws"
|
|
1596
|
+
"Crust": "wss://crust-parachain.crustapps.net"
|
|
1598
1597
|
},
|
|
1599
1598
|
"isTestnet": false,
|
|
1600
1599
|
"substrateInfo": {
|
|
1601
1600
|
"paraId": 2008,
|
|
1602
1601
|
"relaySlug": "polkadot",
|
|
1603
|
-
"genesisHash": "
|
|
1604
|
-
"addressPrefix":
|
|
1602
|
+
"genesisHash": "0x4319cc49ee79495b57a1fec4d2bd43f59052dcc690276de566c2691d6df4f7b8",
|
|
1603
|
+
"addressPrefix": 88,
|
|
1605
1604
|
"crowdloanUrl": "https://polkadot.js.org/apps/#/parachains/crowdloan",
|
|
1606
1605
|
"chainType": "PARACHAIN",
|
|
1607
|
-
"blockExplorer": "https://crust.subscan.io/",
|
|
1606
|
+
"blockExplorer": "https://crust-parachain.subscan.io/",
|
|
1608
1607
|
"symbol": "CRU",
|
|
1609
1608
|
"existentialDeposit": "100000000",
|
|
1610
1609
|
"decimals": 12,
|
|
@@ -1853,7 +1852,7 @@
|
|
|
1853
1852
|
"paraId": null,
|
|
1854
1853
|
"relaySlug": null,
|
|
1855
1854
|
"genesisHash": "0x3a5a5cd27eb15fd26c37315a0f0b938733bb798c897428448efac5e6150cad06",
|
|
1856
|
-
"addressPrefix":
|
|
1855
|
+
"addressPrefix": 2092,
|
|
1857
1856
|
"chainType": "RELAYCHAIN",
|
|
1858
1857
|
"symbol": "KINT",
|
|
1859
1858
|
"decimals": 12,
|
|
@@ -1958,7 +1957,7 @@
|
|
|
1958
1957
|
"paraId": 2024,
|
|
1959
1958
|
"relaySlug": "kusama",
|
|
1960
1959
|
"genesisHash": "0x9b8cefc0eb5c568b527998bdd76c184e2b76ae561be76e4667072230217ea243",
|
|
1961
|
-
"addressPrefix":
|
|
1960
|
+
"addressPrefix": 67,
|
|
1962
1961
|
"crowdloanUrl": "https://genshiro.equilibrium.io/en",
|
|
1963
1962
|
"chainType": "PARACHAIN",
|
|
1964
1963
|
"blockExplorer": "https://genshiro.subscan.io/",
|
|
@@ -2391,7 +2390,7 @@
|
|
|
2391
2390
|
"paraId": 1001,
|
|
2392
2391
|
"relaySlug": "kusama",
|
|
2393
2392
|
"genesisHash": "0x7dd99936c1e9e6d1ce7d90eb6f33bea8393b4bf87677d675aa63c9cb3e8c5b5b",
|
|
2394
|
-
"addressPrefix":
|
|
2393
|
+
"addressPrefix": 2,
|
|
2395
2394
|
"chainType": "PARACHAIN",
|
|
2396
2395
|
"blockExplorer": "https://encointer.subscan.io/",
|
|
2397
2396
|
"symbol": "KSM",
|
|
@@ -3617,7 +3616,7 @@
|
|
|
3617
3616
|
"paraId": null,
|
|
3618
3617
|
"relaySlug": null,
|
|
3619
3618
|
"genesisHash": "0xc8eda34601b5a48c73f47ee39a3a86a858c34f044185b17dc7d5ad155813dc63",
|
|
3620
|
-
"addressPrefix":
|
|
3619
|
+
"addressPrefix": 2349,
|
|
3621
3620
|
"chainType": "RELAYCHAIN",
|
|
3622
3621
|
"symbol": "ATA",
|
|
3623
3622
|
"existentialDeposit": "1000000000000000000",
|
|
@@ -4289,5 +4288,77 @@
|
|
|
4289
4288
|
},
|
|
4290
4289
|
"evmInfo": null,
|
|
4291
4290
|
"icon": "jur-network.png"
|
|
4291
|
+
},
|
|
4292
|
+
"base_mainnet": {
|
|
4293
|
+
"slug": "base_mainnet",
|
|
4294
|
+
"name": "Base Mainnet",
|
|
4295
|
+
"isTestnet": false,
|
|
4296
|
+
"chainStatus": "ACTIVE",
|
|
4297
|
+
"providers": {
|
|
4298
|
+
"PublicNode": "https://base.publicnode.com"
|
|
4299
|
+
},
|
|
4300
|
+
"substrateInfo": null,
|
|
4301
|
+
"evmInfo": {
|
|
4302
|
+
"evmChainId": 8453,
|
|
4303
|
+
"blockExplorer": "https://basescan.org",
|
|
4304
|
+
"symbol": "ETH",
|
|
4305
|
+
"decimals": 18,
|
|
4306
|
+
"existentialDeposit": "0",
|
|
4307
|
+
"supportSmartContract": [
|
|
4308
|
+
"ERC20",
|
|
4309
|
+
"ERC721"
|
|
4310
|
+
],
|
|
4311
|
+
"abiExplorer": null
|
|
4312
|
+
},
|
|
4313
|
+
"icon": "base-mainnet.png"
|
|
4314
|
+
},
|
|
4315
|
+
"avalanche_c": {
|
|
4316
|
+
"slug": "avalanche_c",
|
|
4317
|
+
"name": "Avalanche C-Chain",
|
|
4318
|
+
"isTestnet": false,
|
|
4319
|
+
"chainStatus": "ACTIVE",
|
|
4320
|
+
"providers": {
|
|
4321
|
+
"PublicNode": "https://avalanche-c-chain.publicnode.com"
|
|
4322
|
+
},
|
|
4323
|
+
"substrateInfo": null,
|
|
4324
|
+
"evmInfo": {
|
|
4325
|
+
"evmChainId": 43114,
|
|
4326
|
+
"blockExplorer": "https://snowtrace.io/",
|
|
4327
|
+
"symbol": "AVAX",
|
|
4328
|
+
"decimals": 18,
|
|
4329
|
+
"existentialDeposit": "0",
|
|
4330
|
+
"supportSmartContract": [
|
|
4331
|
+
"ERC20",
|
|
4332
|
+
"ERC721"
|
|
4333
|
+
],
|
|
4334
|
+
"abiExplorer": null
|
|
4335
|
+
},
|
|
4336
|
+
"icon": "avalanche.png"
|
|
4337
|
+
},
|
|
4338
|
+
"crust_mainnet": {
|
|
4339
|
+
"slug": "crust_mainnet",
|
|
4340
|
+
"name": "Crust Mainet",
|
|
4341
|
+
"chainStatus": "ACTIVE",
|
|
4342
|
+
"providers": {
|
|
4343
|
+
"OnFinality": "wss://crust.api.onfinality.io/public-ws",
|
|
4344
|
+
"Crust Network": "wss://rpc.crust.network"
|
|
4345
|
+
},
|
|
4346
|
+
"isTestnet": false,
|
|
4347
|
+
"substrateInfo": {
|
|
4348
|
+
"paraId": null,
|
|
4349
|
+
"relaySlug": null,
|
|
4350
|
+
"genesisHash": "0x8b404e7ed8789d813982b9cb4c8b664c05b3fbf433309f603af014ec9ce56a8c",
|
|
4351
|
+
"addressPrefix": 66,
|
|
4352
|
+
"chainType": "RELAYCHAIN",
|
|
4353
|
+
"blockExplorer": "https://crust.subscan.io/",
|
|
4354
|
+
"symbol": "CRU",
|
|
4355
|
+
"existentialDeposit": "100000000",
|
|
4356
|
+
"decimals": 12,
|
|
4357
|
+
"hasNativeNft": false,
|
|
4358
|
+
"supportSmartContract": null,
|
|
4359
|
+
"supportStaking": false
|
|
4360
|
+
},
|
|
4361
|
+
"evmInfo": null,
|
|
4362
|
+
"icon": "crust.png"
|
|
4292
4363
|
}
|
|
4293
4364
|
}
|
package/data/ChainLogoMap.json
CHANGED
|
@@ -161,5 +161,8 @@
|
|
|
161
161
|
"fantom_testnet": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/ftm.png",
|
|
162
162
|
"krest_network": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/krest.png",
|
|
163
163
|
"deeper_network": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/deeper-network.png",
|
|
164
|
-
"jur_network": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/jur-network.png"
|
|
164
|
+
"jur_network": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/jur-network.png",
|
|
165
|
+
"base_mainnet": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/base-mainnet.png",
|
|
166
|
+
"avalanche_c": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/avalanche.png",
|
|
167
|
+
"crust_mainnet": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/crust.png"
|
|
165
168
|
}
|
|
@@ -252,7 +252,6 @@
|
|
|
252
252
|
"originChainAsset": null,
|
|
253
253
|
"name": "Wrapped BTC",
|
|
254
254
|
"symbol": "WBTC",
|
|
255
|
-
"symbol": "WBTC",
|
|
256
255
|
"priceId": "wrapped-bitcoin",
|
|
257
256
|
"hasValue": true
|
|
258
257
|
},
|
|
@@ -327,5 +326,13 @@
|
|
|
327
326
|
"symbol": "DPR",
|
|
328
327
|
"priceId": "deeper-network",
|
|
329
328
|
"hasValue": true
|
|
329
|
+
},
|
|
330
|
+
"USDD-DecentralizedUSD": {
|
|
331
|
+
"slug": "USDD-DecentralizedUSD",
|
|
332
|
+
"originChainAsset": null,
|
|
333
|
+
"name": "Decentralized USD",
|
|
334
|
+
"symbol": "USDD",
|
|
335
|
+
"priceId": "usdd",
|
|
336
|
+
"hasValue": true
|
|
330
337
|
}
|
|
331
338
|
}
|
|
Binary file
|
|
Binary file
|
package/logo/usdd.png
ADDED
|
Binary file
|
package/package.json
CHANGED
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"./cjs/detectPackage.js"
|
|
21
21
|
],
|
|
22
22
|
"type": "module",
|
|
23
|
-
"version": "0.2.
|
|
23
|
+
"version": "0.2.13-beta.0",
|
|
24
24
|
"main": "./cjs/index.js",
|
|
25
25
|
"module": "./index.js",
|
|
26
26
|
"types": "./index.d.ts",
|
|
@@ -101,6 +101,7 @@
|
|
|
101
101
|
"./logo/autofarm-network.png": "./logo/autofarm-network.png",
|
|
102
102
|
"./logo/automata-network.png": "./logo/automata-network.png",
|
|
103
103
|
"./logo/avail.png": "./logo/avail.png",
|
|
104
|
+
"./logo/avalanche.png": "./logo/avalanche.png",
|
|
104
105
|
"./logo/avault.png": "./logo/avault.png",
|
|
105
106
|
"./logo/avem.png": "./logo/avem.png",
|
|
106
107
|
"./logo/aventus.png": "./logo/aventus.png",
|
|
@@ -116,6 +117,7 @@
|
|
|
116
117
|
"./logo/banksea.png": "./logo/banksea.png",
|
|
117
118
|
"./logo/banxa.png": "./logo/banxa.png",
|
|
118
119
|
"./logo/barnacle.png": "./logo/barnacle.png",
|
|
120
|
+
"./logo/base-mainnet.png": "./logo/base-mainnet.png",
|
|
119
121
|
"./logo/basilisk.png": "./logo/basilisk.png",
|
|
120
122
|
"./logo/bat.png": "./logo/bat.png",
|
|
121
123
|
"./logo/beamstarter.png": "./logo/beamstarter.png",
|
|
@@ -694,6 +696,7 @@
|
|
|
694
696
|
"./logo/uniswap.png": "./logo/uniswap.png",
|
|
695
697
|
"./logo/unit network.png": "./logo/unit network.png",
|
|
696
698
|
"./logo/usdc.png": "./logo/usdc.png",
|
|
699
|
+
"./logo/usdd.png": "./logo/usdd.png",
|
|
697
700
|
"./logo/usdt.png": "./logo/usdt.png",
|
|
698
701
|
"./logo/utopia-_-tf-alpha.png": "./logo/utopia-_-tf-alpha.png",
|
|
699
702
|
"./logo/vara.png": "./logo/vara.png",
|
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.13-beta.0'
|
|
11
11
|
};
|