@subwallet/chain-list 0.1.11-beta.0 → 0.1.11-beta.2
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 +19 -2
- package/cjs/data/AssetLogoMap.json +1 -0
- package/cjs/data/ChainAsset.json +16 -0
- package/cjs/data/ChainInfo.json +1 -2
- package/cjs/packageInfo.js +1 -1
- package/data/AssetLogoMap.json +1 -0
- package/data/ChainAsset.json +16 -0
- package/data/ChainInfo.json +1 -2
- package/logo/neurolauncher.png +0 -0
- package/package.json +2 -1
- package/packageInfo.js +1 -1
|
@@ -253,6 +253,7 @@
|
|
|
253
253
|
var zoombie = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/default.png";
|
|
254
254
|
var nftq = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/default.png";
|
|
255
255
|
var ghost = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/default.png";
|
|
256
|
+
var nrl = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/neurolauncher.png";
|
|
256
257
|
var ap = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/default.png";
|
|
257
258
|
var degen = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/default.png";
|
|
258
259
|
var anaut = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/default.png";
|
|
@@ -512,6 +513,7 @@
|
|
|
512
513
|
zoombie: zoombie,
|
|
513
514
|
nftq: nftq,
|
|
514
515
|
ghost: ghost,
|
|
516
|
+
nrl: nrl,
|
|
515
517
|
ap: ap,
|
|
516
518
|
degen: degen,
|
|
517
519
|
anaut: anaut,
|
|
@@ -6512,6 +6514,22 @@
|
|
|
6512
6514
|
multiChainAsset: null,
|
|
6513
6515
|
hasValue: true,
|
|
6514
6516
|
icon: "default.png"
|
|
6517
|
+
},
|
|
6518
|
+
"astar-PSP34-Neurolauncher-bYLgJmSkWd4S4pTEacF2sNBWFeM4bNerS27FgNVcC9SqRE4": {
|
|
6519
|
+
originChain: "astar",
|
|
6520
|
+
slug: "astar-PSP34-Neurolauncher-bYLgJmSkWd4S4pTEacF2sNBWFeM4bNerS27FgNVcC9SqRE4",
|
|
6521
|
+
name: "Neurolauncher",
|
|
6522
|
+
symbol: "NRL",
|
|
6523
|
+
decimals: null,
|
|
6524
|
+
priceId: null,
|
|
6525
|
+
minAmount: null,
|
|
6526
|
+
assetType: "PSP34",
|
|
6527
|
+
metadata: {
|
|
6528
|
+
contractAddress: "bYLgJmSkWd4S4pTEacF2sNBWFeM4bNerS27FgNVcC9SqRE4"
|
|
6529
|
+
},
|
|
6530
|
+
multiChainAsset: null,
|
|
6531
|
+
hasValue: true,
|
|
6532
|
+
icon: "neurolauncher.png"
|
|
6515
6533
|
},
|
|
6516
6534
|
"astarEvm-ERC721-AP-0x1b57C69838cDbC59c8236DDa73287a4780B4831F": {
|
|
6517
6535
|
originChain: "astarEvm",
|
|
@@ -7733,8 +7751,7 @@
|
|
|
7733
7751
|
isTestnet: false,
|
|
7734
7752
|
chainStatus: "ACTIVE",
|
|
7735
7753
|
providers: {
|
|
7736
|
-
"Manta Network": "wss://
|
|
7737
|
-
OnFinality: "wss://calamari.api.onfinality.io/public-ws"
|
|
7754
|
+
"Manta Network": "wss://calamari.systems"
|
|
7738
7755
|
},
|
|
7739
7756
|
substrateInfo: {
|
|
7740
7757
|
paraId: 2084,
|
|
@@ -248,6 +248,7 @@
|
|
|
248
248
|
"zoombie": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/default.png",
|
|
249
249
|
"nftq": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/default.png",
|
|
250
250
|
"ghost": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/default.png",
|
|
251
|
+
"nrl": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/neurolauncher.png",
|
|
251
252
|
"ap": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/default.png",
|
|
252
253
|
"degen": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/default.png",
|
|
253
254
|
"anaut": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/default.png",
|
package/cjs/data/ChainAsset.json
CHANGED
|
@@ -5733,6 +5733,22 @@
|
|
|
5733
5733
|
"hasValue": true,
|
|
5734
5734
|
"icon": "default.png"
|
|
5735
5735
|
},
|
|
5736
|
+
"astar-PSP34-Neurolauncher-bYLgJmSkWd4S4pTEacF2sNBWFeM4bNerS27FgNVcC9SqRE4": {
|
|
5737
|
+
"originChain": "astar",
|
|
5738
|
+
"slug": "astar-PSP34-Neurolauncher-bYLgJmSkWd4S4pTEacF2sNBWFeM4bNerS27FgNVcC9SqRE4",
|
|
5739
|
+
"name": "Neurolauncher",
|
|
5740
|
+
"symbol": "NRL",
|
|
5741
|
+
"decimals": null,
|
|
5742
|
+
"priceId": null,
|
|
5743
|
+
"minAmount": null,
|
|
5744
|
+
"assetType": "PSP34",
|
|
5745
|
+
"metadata": {
|
|
5746
|
+
"contractAddress": "bYLgJmSkWd4S4pTEacF2sNBWFeM4bNerS27FgNVcC9SqRE4"
|
|
5747
|
+
},
|
|
5748
|
+
"multiChainAsset": null,
|
|
5749
|
+
"hasValue": true,
|
|
5750
|
+
"icon": "neurolauncher.png"
|
|
5751
|
+
},
|
|
5736
5752
|
"astarEvm-ERC721-AP-0x1b57C69838cDbC59c8236DDa73287a4780B4831F": {
|
|
5737
5753
|
"originChain": "astarEvm",
|
|
5738
5754
|
"slug": "astarEvm-ERC721-AP-0x1b57C69838cDbC59c8236DDa73287a4780B4831F",
|
package/cjs/data/ChainInfo.json
CHANGED
|
@@ -933,8 +933,7 @@
|
|
|
933
933
|
"isTestnet": false,
|
|
934
934
|
"chainStatus": "ACTIVE",
|
|
935
935
|
"providers": {
|
|
936
|
-
"Manta Network": "wss://
|
|
937
|
-
"OnFinality": "wss://calamari.api.onfinality.io/public-ws"
|
|
936
|
+
"Manta Network": "wss://calamari.systems"
|
|
938
937
|
},
|
|
939
938
|
"substrateInfo": {
|
|
940
939
|
"paraId": 2084,
|
package/cjs/packageInfo.js
CHANGED
package/data/AssetLogoMap.json
CHANGED
|
@@ -248,6 +248,7 @@
|
|
|
248
248
|
"zoombie": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/default.png",
|
|
249
249
|
"nftq": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/default.png",
|
|
250
250
|
"ghost": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/default.png",
|
|
251
|
+
"nrl": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/neurolauncher.png",
|
|
251
252
|
"ap": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/default.png",
|
|
252
253
|
"degen": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/default.png",
|
|
253
254
|
"anaut": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/default.png",
|
package/data/ChainAsset.json
CHANGED
|
@@ -5733,6 +5733,22 @@
|
|
|
5733
5733
|
"hasValue": true,
|
|
5734
5734
|
"icon": "default.png"
|
|
5735
5735
|
},
|
|
5736
|
+
"astar-PSP34-Neurolauncher-bYLgJmSkWd4S4pTEacF2sNBWFeM4bNerS27FgNVcC9SqRE4": {
|
|
5737
|
+
"originChain": "astar",
|
|
5738
|
+
"slug": "astar-PSP34-Neurolauncher-bYLgJmSkWd4S4pTEacF2sNBWFeM4bNerS27FgNVcC9SqRE4",
|
|
5739
|
+
"name": "Neurolauncher",
|
|
5740
|
+
"symbol": "NRL",
|
|
5741
|
+
"decimals": null,
|
|
5742
|
+
"priceId": null,
|
|
5743
|
+
"minAmount": null,
|
|
5744
|
+
"assetType": "PSP34",
|
|
5745
|
+
"metadata": {
|
|
5746
|
+
"contractAddress": "bYLgJmSkWd4S4pTEacF2sNBWFeM4bNerS27FgNVcC9SqRE4"
|
|
5747
|
+
},
|
|
5748
|
+
"multiChainAsset": null,
|
|
5749
|
+
"hasValue": true,
|
|
5750
|
+
"icon": "neurolauncher.png"
|
|
5751
|
+
},
|
|
5736
5752
|
"astarEvm-ERC721-AP-0x1b57C69838cDbC59c8236DDa73287a4780B4831F": {
|
|
5737
5753
|
"originChain": "astarEvm",
|
|
5738
5754
|
"slug": "astarEvm-ERC721-AP-0x1b57C69838cDbC59c8236DDa73287a4780B4831F",
|
package/data/ChainInfo.json
CHANGED
|
@@ -933,8 +933,7 @@
|
|
|
933
933
|
"isTestnet": false,
|
|
934
934
|
"chainStatus": "ACTIVE",
|
|
935
935
|
"providers": {
|
|
936
|
-
"Manta Network": "wss://
|
|
937
|
-
"OnFinality": "wss://calamari.api.onfinality.io/public-ws"
|
|
936
|
+
"Manta Network": "wss://calamari.systems"
|
|
938
937
|
},
|
|
939
938
|
"substrateInfo": {
|
|
940
939
|
"paraId": 2084,
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"./cjs/detectPackage.js"
|
|
21
21
|
],
|
|
22
22
|
"type": "module",
|
|
23
|
-
"version": "0.1.11-beta.
|
|
23
|
+
"version": "0.1.11-beta.2",
|
|
24
24
|
"main": "./cjs/index.js",
|
|
25
25
|
"module": "./index.js",
|
|
26
26
|
"types": "./index.d.ts",
|
|
@@ -429,6 +429,7 @@
|
|
|
429
429
|
"./logo/nanoly.png": "./logo/nanoly.png",
|
|
430
430
|
"./logo/narwhalswap.png": "./logo/narwhalswap.png",
|
|
431
431
|
"./logo/near.png": "./logo/near.png",
|
|
432
|
+
"./logo/neurolauncher.png": "./logo/neurolauncher.png",
|
|
432
433
|
"./logo/nft3.png": "./logo/nft3.png",
|
|
433
434
|
"./logo/nftdeal.png": "./logo/nftdeal.png",
|
|
434
435
|
"./logo/nftfair.png": "./logo/nftfair.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.1.11-beta.
|
|
10
|
+
version: '0.1.11-beta.2'
|
|
11
11
|
};
|