@subwallet/chain-list 0.2.10-beta.2 → 0.2.11-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 +64 -2
- package/cjs/data/AssetLogoMap.json +2 -0
- package/cjs/data/ChainAsset.json +30 -0
- package/cjs/data/ChainInfo.json +25 -0
- package/cjs/data/ChainLogoMap.json +2 -1
- package/cjs/packageInfo.js +1 -1
- package/data/AssetLogoMap.json +2 -0
- package/data/ChainAsset.json +30 -0
- package/data/ChainInfo.json +25 -0
- package/data/ChainLogoMap.json +2 -1
- package/logo/azero-domain.png +0 -0
- package/logo/jur-network.png +0 -0
- package/package.json +3 -1
- package/packageInfo.js +1 -1
|
@@ -282,6 +282,8 @@
|
|
|
282
282
|
var krest = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/krest-token.png";
|
|
283
283
|
var panx = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/panx.png";
|
|
284
284
|
var dpr = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/deeper-network.png";
|
|
285
|
+
var jur = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/jur-network.png";
|
|
286
|
+
var azeroid = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/azero-domain.png";
|
|
285
287
|
var cp = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/cp.png";
|
|
286
288
|
var zpf = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/zpf.png";
|
|
287
289
|
const _AssetLogoMap = {
|
|
@@ -569,6 +571,8 @@
|
|
|
569
571
|
krest: krest,
|
|
570
572
|
panx: panx,
|
|
571
573
|
dpr: dpr,
|
|
574
|
+
jur: jur,
|
|
575
|
+
azeroid: azeroid,
|
|
572
576
|
cp: cp,
|
|
573
577
|
zpf: zpf
|
|
574
578
|
};
|
|
@@ -7605,6 +7609,36 @@
|
|
|
7605
7609
|
multiChainAsset: "DPR-DeeperNetwork",
|
|
7606
7610
|
hasValue: true,
|
|
7607
7611
|
icon: "deeper-network.png"
|
|
7612
|
+
},
|
|
7613
|
+
"jur_network-NATIVE-JUR": {
|
|
7614
|
+
originChain: "jur_network",
|
|
7615
|
+
slug: "jur_network-NATIVE-JUR",
|
|
7616
|
+
name: "Jur",
|
|
7617
|
+
symbol: "JUR",
|
|
7618
|
+
decimals: 18,
|
|
7619
|
+
priceId: "jur",
|
|
7620
|
+
minAmount: "500",
|
|
7621
|
+
assetType: "NATIVE",
|
|
7622
|
+
metadata: null,
|
|
7623
|
+
multiChainAsset: null,
|
|
7624
|
+
hasValue: true,
|
|
7625
|
+
icon: "jur-network.png"
|
|
7626
|
+
},
|
|
7627
|
+
"aleph-PSP34-AzeroDomain-5CTQBfBC9SfdrCDBJdfLiyW2pg9z5W6C6Es8sK313BLnFgDf": {
|
|
7628
|
+
originChain: "aleph",
|
|
7629
|
+
slug: "aleph-PSP34-AzeroDomain-5CTQBfBC9SfdrCDBJdfLiyW2pg9z5W6C6Es8sK313BLnFgDf",
|
|
7630
|
+
name: "AZERO.ID Domains",
|
|
7631
|
+
symbol: "AZEROID",
|
|
7632
|
+
decimals: null,
|
|
7633
|
+
priceId: null,
|
|
7634
|
+
minAmount: null,
|
|
7635
|
+
assetType: "PSP34",
|
|
7636
|
+
metadata: {
|
|
7637
|
+
contractAddress: "5CTQBfBC9SfdrCDBJdfLiyW2pg9z5W6C6Es8sK313BLnFgDf"
|
|
7638
|
+
},
|
|
7639
|
+
multiChainAsset: null,
|
|
7640
|
+
hasValue: true,
|
|
7641
|
+
icon: "azero-domain.png"
|
|
7608
7642
|
}
|
|
7609
7643
|
};
|
|
7610
7644
|
|
|
@@ -11825,6 +11859,31 @@
|
|
|
11825
11859
|
evmInfo: null,
|
|
11826
11860
|
icon: "deeper-network.png"
|
|
11827
11861
|
};
|
|
11862
|
+
var jur_network$1 = {
|
|
11863
|
+
slug: "jur_network",
|
|
11864
|
+
name: "Jur Network",
|
|
11865
|
+
isTestnet: false,
|
|
11866
|
+
chainStatus: "ACTIVE",
|
|
11867
|
+
providers: {
|
|
11868
|
+
DeeperNetwork: "wss://jur-archive-mainnet-1.simplystaking.xyz/VX68C07AR4K2/ws"
|
|
11869
|
+
},
|
|
11870
|
+
substrateInfo: {
|
|
11871
|
+
paraId: null,
|
|
11872
|
+
relaySlug: null,
|
|
11873
|
+
genesisHash: "0x58d1393b47b11707978fbc07e77d7b6f7d9aa88d207dc008a52385f7dba6156a",
|
|
11874
|
+
addressPrefix: 42,
|
|
11875
|
+
chainType: "RELAYCHAIN",
|
|
11876
|
+
symbol: "JUR",
|
|
11877
|
+
existentialDeposit: "500",
|
|
11878
|
+
decimals: 18,
|
|
11879
|
+
supportStaking: false,
|
|
11880
|
+
hasNativeNft: false,
|
|
11881
|
+
supportSmartContract: null,
|
|
11882
|
+
blockExplorer: null
|
|
11883
|
+
},
|
|
11884
|
+
evmInfo: null,
|
|
11885
|
+
icon: "jur-network.png"
|
|
11886
|
+
};
|
|
11828
11887
|
const _ChainInfoMap = {
|
|
11829
11888
|
polkadot: polkadot$1,
|
|
11830
11889
|
kusama: kusama$1,
|
|
@@ -12009,7 +12068,8 @@
|
|
|
12009
12068
|
fantom: fantom$1,
|
|
12010
12069
|
fantom_testnet: fantom_testnet$1,
|
|
12011
12070
|
krest_network: krest_network$1,
|
|
12012
|
-
deeper_network: deeper_network$1
|
|
12071
|
+
deeper_network: deeper_network$1,
|
|
12072
|
+
jur_network: jur_network$1
|
|
12013
12073
|
};
|
|
12014
12074
|
|
|
12015
12075
|
var polkadot = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/polkadot.png";
|
|
@@ -12171,6 +12231,7 @@
|
|
|
12171
12231
|
var fantom_testnet = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/ftm.png";
|
|
12172
12232
|
var krest_network = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/krest.png";
|
|
12173
12233
|
var deeper_network = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/deeper-network.png";
|
|
12234
|
+
var jur_network = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/jur-network.png";
|
|
12174
12235
|
const _ChainLogoMap = {
|
|
12175
12236
|
"default": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/default.png",
|
|
12176
12237
|
polkadot: polkadot,
|
|
@@ -12332,7 +12393,8 @@
|
|
|
12332
12393
|
fantom: fantom,
|
|
12333
12394
|
fantom_testnet: fantom_testnet,
|
|
12334
12395
|
krest_network: krest_network,
|
|
12335
|
-
deeper_network: deeper_network
|
|
12396
|
+
deeper_network: deeper_network,
|
|
12397
|
+
jur_network: jur_network
|
|
12336
12398
|
};
|
|
12337
12399
|
|
|
12338
12400
|
const _MultiChainAssetMap = {
|
|
@@ -283,6 +283,8 @@
|
|
|
283
283
|
"krest": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/krest-token.png",
|
|
284
284
|
"panx": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/panx.png",
|
|
285
285
|
"dpr": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/deeper-network.png",
|
|
286
|
+
"jur": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/jur-network.png",
|
|
287
|
+
"azeroid": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/azero-domain.png",
|
|
286
288
|
"cp": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/cp.png",
|
|
287
289
|
"zpf": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/zpf.png"
|
|
288
290
|
}
|
package/cjs/data/ChainAsset.json
CHANGED
|
@@ -6770,5 +6770,35 @@
|
|
|
6770
6770
|
"multiChainAsset": "DPR-DeeperNetwork",
|
|
6771
6771
|
"hasValue": true,
|
|
6772
6772
|
"icon": "deeper-network.png"
|
|
6773
|
+
},
|
|
6774
|
+
"jur_network-NATIVE-JUR": {
|
|
6775
|
+
"originChain": "jur_network",
|
|
6776
|
+
"slug": "jur_network-NATIVE-JUR",
|
|
6777
|
+
"name": "Jur",
|
|
6778
|
+
"symbol": "JUR",
|
|
6779
|
+
"decimals": 18,
|
|
6780
|
+
"priceId": "jur",
|
|
6781
|
+
"minAmount": "500",
|
|
6782
|
+
"assetType": "NATIVE",
|
|
6783
|
+
"metadata": null,
|
|
6784
|
+
"multiChainAsset": null,
|
|
6785
|
+
"hasValue": true,
|
|
6786
|
+
"icon": "jur-network.png"
|
|
6787
|
+
},
|
|
6788
|
+
"aleph-PSP34-AzeroDomain-5CTQBfBC9SfdrCDBJdfLiyW2pg9z5W6C6Es8sK313BLnFgDf": {
|
|
6789
|
+
"originChain": "aleph",
|
|
6790
|
+
"slug": "aleph-PSP34-AzeroDomain-5CTQBfBC9SfdrCDBJdfLiyW2pg9z5W6C6Es8sK313BLnFgDf",
|
|
6791
|
+
"name": "AZERO.ID Domains",
|
|
6792
|
+
"symbol": "AZEROID",
|
|
6793
|
+
"decimals": null,
|
|
6794
|
+
"priceId": null,
|
|
6795
|
+
"minAmount": null,
|
|
6796
|
+
"assetType": "PSP34",
|
|
6797
|
+
"metadata": {
|
|
6798
|
+
"contractAddress": "5CTQBfBC9SfdrCDBJdfLiyW2pg9z5W6C6Es8sK313BLnFgDf"
|
|
6799
|
+
},
|
|
6800
|
+
"multiChainAsset": null,
|
|
6801
|
+
"hasValue": true,
|
|
6802
|
+
"icon": "azero-domain.png"
|
|
6773
6803
|
}
|
|
6774
6804
|
}
|
package/cjs/data/ChainInfo.json
CHANGED
|
@@ -4239,5 +4239,30 @@
|
|
|
4239
4239
|
},
|
|
4240
4240
|
"evmInfo": null,
|
|
4241
4241
|
"icon": "deeper-network.png"
|
|
4242
|
+
},
|
|
4243
|
+
"jur_network": {
|
|
4244
|
+
"slug": "jur_network",
|
|
4245
|
+
"name": "Jur Network",
|
|
4246
|
+
"isTestnet": false,
|
|
4247
|
+
"chainStatus": "ACTIVE",
|
|
4248
|
+
"providers": {
|
|
4249
|
+
"DeeperNetwork": "wss://jur-archive-mainnet-1.simplystaking.xyz/VX68C07AR4K2/ws"
|
|
4250
|
+
},
|
|
4251
|
+
"substrateInfo": {
|
|
4252
|
+
"paraId": null,
|
|
4253
|
+
"relaySlug": null,
|
|
4254
|
+
"genesisHash": "0x58d1393b47b11707978fbc07e77d7b6f7d9aa88d207dc008a52385f7dba6156a",
|
|
4255
|
+
"addressPrefix": 42,
|
|
4256
|
+
"chainType": "RELAYCHAIN",
|
|
4257
|
+
"symbol": "JUR",
|
|
4258
|
+
"existentialDeposit": "500",
|
|
4259
|
+
"decimals": 18,
|
|
4260
|
+
"supportStaking": false,
|
|
4261
|
+
"hasNativeNft": false,
|
|
4262
|
+
"supportSmartContract": null,
|
|
4263
|
+
"blockExplorer": null
|
|
4264
|
+
},
|
|
4265
|
+
"evmInfo": null,
|
|
4266
|
+
"icon": "jur-network.png"
|
|
4242
4267
|
}
|
|
4243
4268
|
}
|
|
@@ -159,5 +159,6 @@
|
|
|
159
159
|
"fantom": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/ftm.png",
|
|
160
160
|
"fantom_testnet": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/ftm.png",
|
|
161
161
|
"krest_network": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/krest.png",
|
|
162
|
-
"deeper_network": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/deeper-network.png"
|
|
162
|
+
"deeper_network": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/deeper-network.png",
|
|
163
|
+
"jur_network": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/jur-network.png"
|
|
163
164
|
}
|
package/cjs/packageInfo.js
CHANGED
package/data/AssetLogoMap.json
CHANGED
|
@@ -283,6 +283,8 @@
|
|
|
283
283
|
"krest": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/krest-token.png",
|
|
284
284
|
"panx": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/panx.png",
|
|
285
285
|
"dpr": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/deeper-network.png",
|
|
286
|
+
"jur": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/jur-network.png",
|
|
287
|
+
"azeroid": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/azero-domain.png",
|
|
286
288
|
"cp": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/cp.png",
|
|
287
289
|
"zpf": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/zpf.png"
|
|
288
290
|
}
|
package/data/ChainAsset.json
CHANGED
|
@@ -6770,5 +6770,35 @@
|
|
|
6770
6770
|
"multiChainAsset": "DPR-DeeperNetwork",
|
|
6771
6771
|
"hasValue": true,
|
|
6772
6772
|
"icon": "deeper-network.png"
|
|
6773
|
+
},
|
|
6774
|
+
"jur_network-NATIVE-JUR": {
|
|
6775
|
+
"originChain": "jur_network",
|
|
6776
|
+
"slug": "jur_network-NATIVE-JUR",
|
|
6777
|
+
"name": "Jur",
|
|
6778
|
+
"symbol": "JUR",
|
|
6779
|
+
"decimals": 18,
|
|
6780
|
+
"priceId": "jur",
|
|
6781
|
+
"minAmount": "500",
|
|
6782
|
+
"assetType": "NATIVE",
|
|
6783
|
+
"metadata": null,
|
|
6784
|
+
"multiChainAsset": null,
|
|
6785
|
+
"hasValue": true,
|
|
6786
|
+
"icon": "jur-network.png"
|
|
6787
|
+
},
|
|
6788
|
+
"aleph-PSP34-AzeroDomain-5CTQBfBC9SfdrCDBJdfLiyW2pg9z5W6C6Es8sK313BLnFgDf": {
|
|
6789
|
+
"originChain": "aleph",
|
|
6790
|
+
"slug": "aleph-PSP34-AzeroDomain-5CTQBfBC9SfdrCDBJdfLiyW2pg9z5W6C6Es8sK313BLnFgDf",
|
|
6791
|
+
"name": "AZERO.ID Domains",
|
|
6792
|
+
"symbol": "AZEROID",
|
|
6793
|
+
"decimals": null,
|
|
6794
|
+
"priceId": null,
|
|
6795
|
+
"minAmount": null,
|
|
6796
|
+
"assetType": "PSP34",
|
|
6797
|
+
"metadata": {
|
|
6798
|
+
"contractAddress": "5CTQBfBC9SfdrCDBJdfLiyW2pg9z5W6C6Es8sK313BLnFgDf"
|
|
6799
|
+
},
|
|
6800
|
+
"multiChainAsset": null,
|
|
6801
|
+
"hasValue": true,
|
|
6802
|
+
"icon": "azero-domain.png"
|
|
6773
6803
|
}
|
|
6774
6804
|
}
|
package/data/ChainInfo.json
CHANGED
|
@@ -4239,5 +4239,30 @@
|
|
|
4239
4239
|
},
|
|
4240
4240
|
"evmInfo": null,
|
|
4241
4241
|
"icon": "deeper-network.png"
|
|
4242
|
+
},
|
|
4243
|
+
"jur_network": {
|
|
4244
|
+
"slug": "jur_network",
|
|
4245
|
+
"name": "Jur Network",
|
|
4246
|
+
"isTestnet": false,
|
|
4247
|
+
"chainStatus": "ACTIVE",
|
|
4248
|
+
"providers": {
|
|
4249
|
+
"DeeperNetwork": "wss://jur-archive-mainnet-1.simplystaking.xyz/VX68C07AR4K2/ws"
|
|
4250
|
+
},
|
|
4251
|
+
"substrateInfo": {
|
|
4252
|
+
"paraId": null,
|
|
4253
|
+
"relaySlug": null,
|
|
4254
|
+
"genesisHash": "0x58d1393b47b11707978fbc07e77d7b6f7d9aa88d207dc008a52385f7dba6156a",
|
|
4255
|
+
"addressPrefix": 42,
|
|
4256
|
+
"chainType": "RELAYCHAIN",
|
|
4257
|
+
"symbol": "JUR",
|
|
4258
|
+
"existentialDeposit": "500",
|
|
4259
|
+
"decimals": 18,
|
|
4260
|
+
"supportStaking": false,
|
|
4261
|
+
"hasNativeNft": false,
|
|
4262
|
+
"supportSmartContract": null,
|
|
4263
|
+
"blockExplorer": null
|
|
4264
|
+
},
|
|
4265
|
+
"evmInfo": null,
|
|
4266
|
+
"icon": "jur-network.png"
|
|
4242
4267
|
}
|
|
4243
4268
|
}
|
package/data/ChainLogoMap.json
CHANGED
|
@@ -159,5 +159,6 @@
|
|
|
159
159
|
"fantom": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/ftm.png",
|
|
160
160
|
"fantom_testnet": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/ftm.png",
|
|
161
161
|
"krest_network": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/krest.png",
|
|
162
|
-
"deeper_network": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/deeper-network.png"
|
|
162
|
+
"deeper_network": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/deeper-network.png",
|
|
163
|
+
"jur_network": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/jur-network.png"
|
|
163
164
|
}
|
|
Binary file
|
|
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.11-beta.0",
|
|
24
24
|
"main": "./cjs/index.js",
|
|
25
25
|
"module": "./index.js",
|
|
26
26
|
"types": "./index.d.ts",
|
|
@@ -107,6 +107,7 @@
|
|
|
107
107
|
"./logo/avl.png": "./logo/avl.png",
|
|
108
108
|
"./logo/avt.png": "./logo/avt.png",
|
|
109
109
|
"./logo/axelar-network.png": "./logo/axelar-network.png",
|
|
110
|
+
"./logo/azero-domain.png": "./logo/azero-domain.png",
|
|
110
111
|
"./logo/bai.png": "./logo/bai.png",
|
|
111
112
|
"./logo/bajun-network.png": "./logo/bajun-network.png",
|
|
112
113
|
"./logo/bananaswap.png": "./logo/bananaswap.png",
|
|
@@ -329,6 +330,7 @@
|
|
|
329
330
|
"./logo/jambb.png": "./logo/jambb.png",
|
|
330
331
|
"./logo/joystream.png": "./logo/joystream.png",
|
|
331
332
|
"./logo/jpyd.png": "./logo/jpyd.png",
|
|
333
|
+
"./logo/jur-network.png": "./logo/jur-network.png",
|
|
332
334
|
"./logo/kabocha.png": "./logo/kabocha.png",
|
|
333
335
|
"./logo/kaco.png": "./logo/kaco.png",
|
|
334
336
|
"./logo/kagla.png": "./logo/kagla.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.11-beta.0'
|
|
11
11
|
};
|