@subwallet/chain-list 0.2.9-beta.1 → 0.2.10-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 +72 -4
- package/cjs/data/AssetLogoMap.json +1 -0
- package/cjs/data/ChainAsset.json +30 -0
- package/cjs/data/ChainInfo.json +27 -2
- package/cjs/data/ChainLogoMap.json +2 -1
- package/cjs/data/MultiChainAsset.json +8 -0
- package/cjs/packageInfo.js +1 -1
- package/data/AssetLogoMap.json +1 -0
- package/data/ChainAsset.json +30 -0
- package/data/ChainInfo.json +27 -2
- package/data/ChainLogoMap.json +2 -1
- package/data/MultiChainAsset.json +8 -0
- package/package.json +1 -1
- package/packageInfo.js +1 -1
|
@@ -282,6 +282,7 @@
|
|
|
282
282
|
var qksm = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/qksm.png";
|
|
283
283
|
var krest = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/krest-token.png";
|
|
284
284
|
var panx = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/panx.png";
|
|
285
|
+
var dpr = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/deeper-network.png";
|
|
285
286
|
var cp = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/cp.png";
|
|
286
287
|
var zpf = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/zpf.png";
|
|
287
288
|
const _AssetLogoMap = {
|
|
@@ -569,6 +570,7 @@
|
|
|
569
570
|
qksm: qksm,
|
|
570
571
|
krest: krest,
|
|
571
572
|
panx: panx,
|
|
573
|
+
dpr: dpr,
|
|
572
574
|
cp: cp,
|
|
573
575
|
zpf: zpf
|
|
574
576
|
};
|
|
@@ -7617,6 +7619,36 @@
|
|
|
7617
7619
|
multiChainAsset: null,
|
|
7618
7620
|
hasValue: true,
|
|
7619
7621
|
icon: "panx.png"
|
|
7622
|
+
},
|
|
7623
|
+
"deeper_network-NATIVE-DPR": {
|
|
7624
|
+
originChain: "deeper_network",
|
|
7625
|
+
slug: "deeper_network-NATIVE-DPR",
|
|
7626
|
+
name: "Deeper Network",
|
|
7627
|
+
symbol: "DPR",
|
|
7628
|
+
decimals: 18,
|
|
7629
|
+
priceId: "deeper-network",
|
|
7630
|
+
minAmount: "200000000000000000",
|
|
7631
|
+
assetType: "NATIVE",
|
|
7632
|
+
metadata: null,
|
|
7633
|
+
multiChainAsset: "DPR-DeeperNetwork",
|
|
7634
|
+
hasValue: true,
|
|
7635
|
+
icon: "deeper-network.png"
|
|
7636
|
+
},
|
|
7637
|
+
"ethereum-ERC20-DPR-0xf3AE5d769e153Ef72b4e3591aC004E89F48107a1": {
|
|
7638
|
+
originChain: "ethereum",
|
|
7639
|
+
slug: "ethereum-ERC20-DPR-0xf3AE5d769e153Ef72b4e3591aC004E89F48107a1",
|
|
7640
|
+
name: "Deeper",
|
|
7641
|
+
symbol: "DPR",
|
|
7642
|
+
decimals: 18,
|
|
7643
|
+
priceId: "deeper-network",
|
|
7644
|
+
minAmount: "0",
|
|
7645
|
+
assetType: "ERC20",
|
|
7646
|
+
metadata: {
|
|
7647
|
+
contractAddress: "0xf3AE5d769e153Ef72b4e3591aC004E89F48107a1"
|
|
7648
|
+
},
|
|
7649
|
+
multiChainAsset: "DPR-DeeperNetwork",
|
|
7650
|
+
hasValue: true,
|
|
7651
|
+
icon: "deeper-network.png"
|
|
7620
7652
|
}
|
|
7621
7653
|
};
|
|
7622
7654
|
|
|
@@ -10516,7 +10548,7 @@
|
|
|
10516
10548
|
var snow$1 = {
|
|
10517
10549
|
slug: "snow",
|
|
10518
10550
|
name: "Snow",
|
|
10519
|
-
chainStatus: "
|
|
10551
|
+
chainStatus: "STOPPED",
|
|
10520
10552
|
providers: {
|
|
10521
10553
|
snow: "wss://snow-rpc.icenetwork.io"
|
|
10522
10554
|
},
|
|
@@ -10541,7 +10573,7 @@
|
|
|
10541
10573
|
var arctic_testnet$1 = {
|
|
10542
10574
|
slug: "arctic_testnet",
|
|
10543
10575
|
name: "Arctic Testnet",
|
|
10544
|
-
chainStatus: "
|
|
10576
|
+
chainStatus: "STOPPED",
|
|
10545
10577
|
providers: {
|
|
10546
10578
|
arctic: "wss://arctic-rpc.icenetwork.io:9944"
|
|
10547
10579
|
},
|
|
@@ -11885,6 +11917,31 @@
|
|
|
11885
11917
|
evmInfo: null,
|
|
11886
11918
|
icon: "krest.png"
|
|
11887
11919
|
};
|
|
11920
|
+
var deeper_network$1 = {
|
|
11921
|
+
slug: "deeper_network",
|
|
11922
|
+
name: "Deeper Network",
|
|
11923
|
+
isTestnet: false,
|
|
11924
|
+
chainStatus: "ACTIVE",
|
|
11925
|
+
providers: {
|
|
11926
|
+
DeeperNetwork: "wss://mainnet-full.deeper.network"
|
|
11927
|
+
},
|
|
11928
|
+
substrateInfo: {
|
|
11929
|
+
paraId: null,
|
|
11930
|
+
relaySlug: null,
|
|
11931
|
+
genesisHash: "0x4466b9e982ab141d4115ed226ff4153b1d20e5b64f5401f732e60dec8326149f",
|
|
11932
|
+
addressPrefix: 42,
|
|
11933
|
+
chainType: "RELAYCHAIN",
|
|
11934
|
+
symbol: "DPR",
|
|
11935
|
+
existentialDeposit: "200000000000000000",
|
|
11936
|
+
decimals: 18,
|
|
11937
|
+
supportStaking: false,
|
|
11938
|
+
hasNativeNft: false,
|
|
11939
|
+
supportSmartContract: null,
|
|
11940
|
+
blockExplorer: null
|
|
11941
|
+
},
|
|
11942
|
+
evmInfo: null,
|
|
11943
|
+
icon: "deeper-network.png"
|
|
11944
|
+
};
|
|
11888
11945
|
const _ChainInfoMap = {
|
|
11889
11946
|
polkadot: polkadot$1,
|
|
11890
11947
|
kusama: kusama$1,
|
|
@@ -12071,7 +12128,8 @@
|
|
|
12071
12128
|
bridgeHubKusama: bridgeHubKusama$1,
|
|
12072
12129
|
fantom: fantom$1,
|
|
12073
12130
|
fantom_testnet: fantom_testnet$1,
|
|
12074
|
-
krest_network: krest_network$1
|
|
12131
|
+
krest_network: krest_network$1,
|
|
12132
|
+
deeper_network: deeper_network$1
|
|
12075
12133
|
};
|
|
12076
12134
|
|
|
12077
12135
|
var polkadot = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/polkadot.png";
|
|
@@ -12235,6 +12293,7 @@
|
|
|
12235
12293
|
var fantom = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/ftm.png";
|
|
12236
12294
|
var fantom_testnet = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/ftm.png";
|
|
12237
12295
|
var krest_network = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/krest.png";
|
|
12296
|
+
var deeper_network = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/deeper-network.png";
|
|
12238
12297
|
const _ChainLogoMap = {
|
|
12239
12298
|
"default": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/default.png",
|
|
12240
12299
|
polkadot: polkadot,
|
|
@@ -12398,7 +12457,8 @@
|
|
|
12398
12457
|
bridgeHubKusama: bridgeHubKusama,
|
|
12399
12458
|
fantom: fantom,
|
|
12400
12459
|
fantom_testnet: fantom_testnet,
|
|
12401
|
-
krest_network: krest_network
|
|
12460
|
+
krest_network: krest_network,
|
|
12461
|
+
deeper_network: deeper_network
|
|
12402
12462
|
};
|
|
12403
12463
|
|
|
12404
12464
|
const _MultiChainAssetMap = {
|
|
@@ -12721,6 +12781,14 @@
|
|
|
12721
12781
|
symbol: "aSEED",
|
|
12722
12782
|
priceId: "ausd-seed-karura",
|
|
12723
12783
|
hasValue: true
|
|
12784
|
+
},
|
|
12785
|
+
"DPR-DeeperNetwork": {
|
|
12786
|
+
slug: "DPR-DeeperNetwork",
|
|
12787
|
+
originChainAsset: "ethereum-ERC20-DPR-0xf3AE5d769e153Ef72b4e3591aC004E89F48107a1",
|
|
12788
|
+
name: "Deeper Network",
|
|
12789
|
+
symbol: "DPR",
|
|
12790
|
+
priceId: "deeper-network",
|
|
12791
|
+
hasValue: true
|
|
12724
12792
|
}
|
|
12725
12793
|
};
|
|
12726
12794
|
|
|
@@ -283,6 +283,7 @@
|
|
|
283
283
|
"qksm": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/qksm.png",
|
|
284
284
|
"krest": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/krest-token.png",
|
|
285
285
|
"panx": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/panx.png",
|
|
286
|
+
"dpr": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/deeper-network.png",
|
|
286
287
|
"cp": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/cp.png",
|
|
287
288
|
"zpf": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/zpf.png"
|
|
288
289
|
}
|
package/cjs/data/ChainAsset.json
CHANGED
|
@@ -6782,5 +6782,35 @@
|
|
|
6782
6782
|
"multiChainAsset": null,
|
|
6783
6783
|
"hasValue": true,
|
|
6784
6784
|
"icon": "panx.png"
|
|
6785
|
+
},
|
|
6786
|
+
"deeper_network-NATIVE-DPR": {
|
|
6787
|
+
"originChain": "deeper_network",
|
|
6788
|
+
"slug": "deeper_network-NATIVE-DPR",
|
|
6789
|
+
"name": "Deeper Network",
|
|
6790
|
+
"symbol": "DPR",
|
|
6791
|
+
"decimals": 18,
|
|
6792
|
+
"priceId": "deeper-network",
|
|
6793
|
+
"minAmount": "200000000000000000",
|
|
6794
|
+
"assetType": "NATIVE",
|
|
6795
|
+
"metadata": null,
|
|
6796
|
+
"multiChainAsset": "DPR-DeeperNetwork",
|
|
6797
|
+
"hasValue": true,
|
|
6798
|
+
"icon": "deeper-network.png"
|
|
6799
|
+
},
|
|
6800
|
+
"ethereum-ERC20-DPR-0xf3AE5d769e153Ef72b4e3591aC004E89F48107a1": {
|
|
6801
|
+
"originChain": "ethereum",
|
|
6802
|
+
"slug": "ethereum-ERC20-DPR-0xf3AE5d769e153Ef72b4e3591aC004E89F48107a1",
|
|
6803
|
+
"name": "Deeper",
|
|
6804
|
+
"symbol": "DPR",
|
|
6805
|
+
"decimals": 18,
|
|
6806
|
+
"priceId": "deeper-network",
|
|
6807
|
+
"minAmount": "0",
|
|
6808
|
+
"assetType": "ERC20",
|
|
6809
|
+
"metadata": {
|
|
6810
|
+
"contractAddress": "0xf3AE5d769e153Ef72b4e3591aC004E89F48107a1"
|
|
6811
|
+
},
|
|
6812
|
+
"multiChainAsset": "DPR-DeeperNetwork",
|
|
6813
|
+
"hasValue": true,
|
|
6814
|
+
"icon": "deeper-network.png"
|
|
6785
6815
|
}
|
|
6786
6816
|
}
|
package/cjs/data/ChainInfo.json
CHANGED
|
@@ -2894,7 +2894,7 @@
|
|
|
2894
2894
|
"snow": {
|
|
2895
2895
|
"slug": "snow",
|
|
2896
2896
|
"name": "Snow",
|
|
2897
|
-
"chainStatus": "
|
|
2897
|
+
"chainStatus": "STOPPED",
|
|
2898
2898
|
"providers": {
|
|
2899
2899
|
"snow": "wss://snow-rpc.icenetwork.io"
|
|
2900
2900
|
},
|
|
@@ -2919,7 +2919,7 @@
|
|
|
2919
2919
|
"arctic_testnet": {
|
|
2920
2920
|
"slug": "arctic_testnet",
|
|
2921
2921
|
"name": "Arctic Testnet",
|
|
2922
|
-
"chainStatus": "
|
|
2922
|
+
"chainStatus": "STOPPED",
|
|
2923
2923
|
"providers": {
|
|
2924
2924
|
"arctic": "wss://arctic-rpc.icenetwork.io:9944"
|
|
2925
2925
|
},
|
|
@@ -4287,5 +4287,30 @@
|
|
|
4287
4287
|
},
|
|
4288
4288
|
"evmInfo": null,
|
|
4289
4289
|
"icon": "krest.png"
|
|
4290
|
+
},
|
|
4291
|
+
"deeper_network": {
|
|
4292
|
+
"slug": "deeper_network",
|
|
4293
|
+
"name": "Deeper Network",
|
|
4294
|
+
"isTestnet": false,
|
|
4295
|
+
"chainStatus": "ACTIVE",
|
|
4296
|
+
"providers": {
|
|
4297
|
+
"DeeperNetwork": "wss://mainnet-full.deeper.network"
|
|
4298
|
+
},
|
|
4299
|
+
"substrateInfo": {
|
|
4300
|
+
"paraId": null,
|
|
4301
|
+
"relaySlug": null,
|
|
4302
|
+
"genesisHash": "0x4466b9e982ab141d4115ed226ff4153b1d20e5b64f5401f732e60dec8326149f",
|
|
4303
|
+
"addressPrefix": 42,
|
|
4304
|
+
"chainType": "RELAYCHAIN",
|
|
4305
|
+
"symbol": "DPR",
|
|
4306
|
+
"existentialDeposit": "200000000000000000",
|
|
4307
|
+
"decimals": 18,
|
|
4308
|
+
"supportStaking": false,
|
|
4309
|
+
"hasNativeNft": false,
|
|
4310
|
+
"supportSmartContract": null,
|
|
4311
|
+
"blockExplorer": null
|
|
4312
|
+
},
|
|
4313
|
+
"evmInfo": null,
|
|
4314
|
+
"icon": "deeper-network.png"
|
|
4290
4315
|
}
|
|
4291
4316
|
}
|
|
@@ -161,5 +161,6 @@
|
|
|
161
161
|
"bridgeHubKusama": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/kusama-bridge-hub.png",
|
|
162
162
|
"fantom": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/ftm.png",
|
|
163
163
|
"fantom_testnet": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/ftm.png",
|
|
164
|
-
"krest_network": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/krest.png"
|
|
164
|
+
"krest_network": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/krest.png",
|
|
165
|
+
"deeper_network": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/deeper-network.png"
|
|
165
166
|
}
|
|
@@ -319,5 +319,13 @@
|
|
|
319
319
|
"symbol": "aSEED",
|
|
320
320
|
"priceId": "ausd-seed-karura",
|
|
321
321
|
"hasValue": true
|
|
322
|
+
},
|
|
323
|
+
"DPR-DeeperNetwork": {
|
|
324
|
+
"slug": "DPR-DeeperNetwork",
|
|
325
|
+
"originChainAsset": "ethereum-ERC20-DPR-0xf3AE5d769e153Ef72b4e3591aC004E89F48107a1",
|
|
326
|
+
"name": "Deeper Network",
|
|
327
|
+
"symbol": "DPR",
|
|
328
|
+
"priceId": "deeper-network",
|
|
329
|
+
"hasValue": true
|
|
322
330
|
}
|
|
323
331
|
}
|
package/cjs/packageInfo.js
CHANGED
package/data/AssetLogoMap.json
CHANGED
|
@@ -283,6 +283,7 @@
|
|
|
283
283
|
"qksm": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/qksm.png",
|
|
284
284
|
"krest": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/krest-token.png",
|
|
285
285
|
"panx": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/panx.png",
|
|
286
|
+
"dpr": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/deeper-network.png",
|
|
286
287
|
"cp": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/cp.png",
|
|
287
288
|
"zpf": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/zpf.png"
|
|
288
289
|
}
|
package/data/ChainAsset.json
CHANGED
|
@@ -6782,5 +6782,35 @@
|
|
|
6782
6782
|
"multiChainAsset": null,
|
|
6783
6783
|
"hasValue": true,
|
|
6784
6784
|
"icon": "panx.png"
|
|
6785
|
+
},
|
|
6786
|
+
"deeper_network-NATIVE-DPR": {
|
|
6787
|
+
"originChain": "deeper_network",
|
|
6788
|
+
"slug": "deeper_network-NATIVE-DPR",
|
|
6789
|
+
"name": "Deeper Network",
|
|
6790
|
+
"symbol": "DPR",
|
|
6791
|
+
"decimals": 18,
|
|
6792
|
+
"priceId": "deeper-network",
|
|
6793
|
+
"minAmount": "200000000000000000",
|
|
6794
|
+
"assetType": "NATIVE",
|
|
6795
|
+
"metadata": null,
|
|
6796
|
+
"multiChainAsset": "DPR-DeeperNetwork",
|
|
6797
|
+
"hasValue": true,
|
|
6798
|
+
"icon": "deeper-network.png"
|
|
6799
|
+
},
|
|
6800
|
+
"ethereum-ERC20-DPR-0xf3AE5d769e153Ef72b4e3591aC004E89F48107a1": {
|
|
6801
|
+
"originChain": "ethereum",
|
|
6802
|
+
"slug": "ethereum-ERC20-DPR-0xf3AE5d769e153Ef72b4e3591aC004E89F48107a1",
|
|
6803
|
+
"name": "Deeper",
|
|
6804
|
+
"symbol": "DPR",
|
|
6805
|
+
"decimals": 18,
|
|
6806
|
+
"priceId": "deeper-network",
|
|
6807
|
+
"minAmount": "0",
|
|
6808
|
+
"assetType": "ERC20",
|
|
6809
|
+
"metadata": {
|
|
6810
|
+
"contractAddress": "0xf3AE5d769e153Ef72b4e3591aC004E89F48107a1"
|
|
6811
|
+
},
|
|
6812
|
+
"multiChainAsset": "DPR-DeeperNetwork",
|
|
6813
|
+
"hasValue": true,
|
|
6814
|
+
"icon": "deeper-network.png"
|
|
6785
6815
|
}
|
|
6786
6816
|
}
|
package/data/ChainInfo.json
CHANGED
|
@@ -2894,7 +2894,7 @@
|
|
|
2894
2894
|
"snow": {
|
|
2895
2895
|
"slug": "snow",
|
|
2896
2896
|
"name": "Snow",
|
|
2897
|
-
"chainStatus": "
|
|
2897
|
+
"chainStatus": "STOPPED",
|
|
2898
2898
|
"providers": {
|
|
2899
2899
|
"snow": "wss://snow-rpc.icenetwork.io"
|
|
2900
2900
|
},
|
|
@@ -2919,7 +2919,7 @@
|
|
|
2919
2919
|
"arctic_testnet": {
|
|
2920
2920
|
"slug": "arctic_testnet",
|
|
2921
2921
|
"name": "Arctic Testnet",
|
|
2922
|
-
"chainStatus": "
|
|
2922
|
+
"chainStatus": "STOPPED",
|
|
2923
2923
|
"providers": {
|
|
2924
2924
|
"arctic": "wss://arctic-rpc.icenetwork.io:9944"
|
|
2925
2925
|
},
|
|
@@ -4287,5 +4287,30 @@
|
|
|
4287
4287
|
},
|
|
4288
4288
|
"evmInfo": null,
|
|
4289
4289
|
"icon": "krest.png"
|
|
4290
|
+
},
|
|
4291
|
+
"deeper_network": {
|
|
4292
|
+
"slug": "deeper_network",
|
|
4293
|
+
"name": "Deeper Network",
|
|
4294
|
+
"isTestnet": false,
|
|
4295
|
+
"chainStatus": "ACTIVE",
|
|
4296
|
+
"providers": {
|
|
4297
|
+
"DeeperNetwork": "wss://mainnet-full.deeper.network"
|
|
4298
|
+
},
|
|
4299
|
+
"substrateInfo": {
|
|
4300
|
+
"paraId": null,
|
|
4301
|
+
"relaySlug": null,
|
|
4302
|
+
"genesisHash": "0x4466b9e982ab141d4115ed226ff4153b1d20e5b64f5401f732e60dec8326149f",
|
|
4303
|
+
"addressPrefix": 42,
|
|
4304
|
+
"chainType": "RELAYCHAIN",
|
|
4305
|
+
"symbol": "DPR",
|
|
4306
|
+
"existentialDeposit": "200000000000000000",
|
|
4307
|
+
"decimals": 18,
|
|
4308
|
+
"supportStaking": false,
|
|
4309
|
+
"hasNativeNft": false,
|
|
4310
|
+
"supportSmartContract": null,
|
|
4311
|
+
"blockExplorer": null
|
|
4312
|
+
},
|
|
4313
|
+
"evmInfo": null,
|
|
4314
|
+
"icon": "deeper-network.png"
|
|
4290
4315
|
}
|
|
4291
4316
|
}
|
package/data/ChainLogoMap.json
CHANGED
|
@@ -161,5 +161,6 @@
|
|
|
161
161
|
"bridgeHubKusama": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/kusama-bridge-hub.png",
|
|
162
162
|
"fantom": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/ftm.png",
|
|
163
163
|
"fantom_testnet": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/ftm.png",
|
|
164
|
-
"krest_network": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/krest.png"
|
|
164
|
+
"krest_network": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/krest.png",
|
|
165
|
+
"deeper_network": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/deeper-network.png"
|
|
165
166
|
}
|
|
@@ -319,5 +319,13 @@
|
|
|
319
319
|
"symbol": "aSEED",
|
|
320
320
|
"priceId": "ausd-seed-karura",
|
|
321
321
|
"hasValue": true
|
|
322
|
+
},
|
|
323
|
+
"DPR-DeeperNetwork": {
|
|
324
|
+
"slug": "DPR-DeeperNetwork",
|
|
325
|
+
"originChainAsset": "ethereum-ERC20-DPR-0xf3AE5d769e153Ef72b4e3591aC004E89F48107a1",
|
|
326
|
+
"name": "Deeper Network",
|
|
327
|
+
"symbol": "DPR",
|
|
328
|
+
"priceId": "deeper-network",
|
|
329
|
+
"hasValue": true
|
|
322
330
|
}
|
|
323
331
|
}
|
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.10-beta.0'
|
|
11
11
|
};
|