@subwallet/chain-list 0.2.111-beta.3-pr-516-37491b3a → 0.2.111-beta.4-pr-516-4211b1ce
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 +12 -2
- package/cjs/data/AssetLogoMap.json +1 -0
- package/cjs/data/ChainAsset.json +2 -2
- package/cjs/data/ChainInfo.json +1 -1
- package/cjs/data/MultiChainAsset.json +9 -0
- package/cjs/packageInfo.js +1 -1
- package/data/AssetLogoMap.json +1 -0
- package/data/ChainAsset.json +2 -2
- package/data/ChainInfo.json +1 -1
- package/data/MultiChainAsset.json +9 -0
- package/package.json +1 -1
- package/packageInfo.js +1 -1
|
@@ -1464,6 +1464,7 @@
|
|
|
1464
1464
|
"pas-paseo": "/assets/multi-chain-assets/pas-paseo.png",
|
|
1465
1465
|
"wnd-westend": "/assets/multi-chain-assets/wnd-westend.png",
|
|
1466
1466
|
"tanssi-tanssi": "/assets/multi-chain-assets/tanssi-tanssi.png",
|
|
1467
|
+
"neuro-neuroweb": "/assets/multi-chain-assets/neuro-neuroweb.png",
|
|
1467
1468
|
"custom-moonbeam-erc20-cp-0x6021d2c27b6fbd6e7608d1f39b41398caee2f824": "/assets/custom-chain-assets/cp_77d5363018.png",
|
|
1468
1469
|
"custom-aleph-psp22-zpf-5eskjbkpva1ppucmrkcmazdhqm9shihws9uqqsoi4vrdcdle": "/assets/custom-chain-assets/zpf_2f06de3f07.png",
|
|
1469
1470
|
"custom-custom-substrate-gosnetwork-native-gos": "/assets/custom-chain-assets/gos_a4d1a9cf7a.png",
|
|
@@ -4834,7 +4835,7 @@
|
|
|
4834
4835
|
minAmount: "1000000000000",
|
|
4835
4836
|
assetType: "NATIVE",
|
|
4836
4837
|
metadata: null,
|
|
4837
|
-
multiChainAsset:
|
|
4838
|
+
multiChainAsset: "NEURO-NeuroWeb",
|
|
4838
4839
|
hasValue: true,
|
|
4839
4840
|
icon: "/assets/chain-assets/origintrail-native-neuro.png"
|
|
4840
4841
|
},
|
|
@@ -19173,7 +19174,7 @@
|
|
|
19173
19174
|
metadata: {
|
|
19174
19175
|
assetId: "36"
|
|
19175
19176
|
},
|
|
19176
|
-
multiChainAsset:
|
|
19177
|
+
multiChainAsset: "NEURO-NeuroWeb",
|
|
19177
19178
|
hasValue: true,
|
|
19178
19179
|
icon: "/assets/chain-assets/hydradx_main-local-neuro.png"
|
|
19179
19180
|
},
|
|
@@ -34215,6 +34216,15 @@
|
|
|
34215
34216
|
priceId: "tanssi",
|
|
34216
34217
|
hasValue: true,
|
|
34217
34218
|
icon: "/assets/multi-chain-assets/tanssi-tanssi.png"
|
|
34219
|
+
},
|
|
34220
|
+
"NEURO-NeuroWeb": {
|
|
34221
|
+
slug: "NEURO-NeuroWeb",
|
|
34222
|
+
originChainAsset: null,
|
|
34223
|
+
name: "NeuroWeb",
|
|
34224
|
+
symbol: "NEURO",
|
|
34225
|
+
priceId: "neurowebai",
|
|
34226
|
+
hasValue: true,
|
|
34227
|
+
icon: "/assets/multi-chain-assets/neuro-neuroweb.png"
|
|
34218
34228
|
}
|
|
34219
34229
|
};
|
|
34220
34230
|
|
|
@@ -1125,6 +1125,7 @@
|
|
|
1125
1125
|
"pas-paseo": "https://516-merge.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/pas-paseo.png",
|
|
1126
1126
|
"wnd-westend": "https://516-merge.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/wnd-westend.png",
|
|
1127
1127
|
"tanssi-tanssi": "https://516-merge.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/tanssi-tanssi.png",
|
|
1128
|
+
"neuro-neuroweb": "https://516-merge.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/neuro-neuroweb.png",
|
|
1128
1129
|
"custom-moonbeam-erc20-cp-0x6021d2c27b6fbd6e7608d1f39b41398caee2f824": "https://516-merge.sw-chain-list-assets.pages.dev/assets/custom-chain-assets/cp_77d5363018.png",
|
|
1129
1130
|
"custom-aleph-psp22-zpf-5eskjbkpva1ppucmrkcmazdhqm9shihws9uqqsoi4vrdcdle": "https://516-merge.sw-chain-list-assets.pages.dev/assets/custom-chain-assets/zpf_2f06de3f07.png",
|
|
1130
1131
|
"custom-custom-substrate-gosnetwork-native-gos": "https://516-merge.sw-chain-list-assets.pages.dev/assets/custom-chain-assets/gos_a4d1a9cf7a.png",
|
package/cjs/data/ChainAsset.json
CHANGED
|
@@ -2526,7 +2526,7 @@
|
|
|
2526
2526
|
"minAmount": "1000000000000",
|
|
2527
2527
|
"assetType": "NATIVE",
|
|
2528
2528
|
"metadata": null,
|
|
2529
|
-
"multiChainAsset":
|
|
2529
|
+
"multiChainAsset": "NEURO-NeuroWeb",
|
|
2530
2530
|
"hasValue": true,
|
|
2531
2531
|
"icon": "https://516-merge.sw-chain-list-assets.pages.dev/assets/chain-assets/origintrail-native-neuro.png"
|
|
2532
2532
|
},
|
|
@@ -16865,7 +16865,7 @@
|
|
|
16865
16865
|
"metadata": {
|
|
16866
16866
|
"assetId": "36"
|
|
16867
16867
|
},
|
|
16868
|
-
"multiChainAsset":
|
|
16868
|
+
"multiChainAsset": "NEURO-NeuroWeb",
|
|
16869
16869
|
"hasValue": true,
|
|
16870
16870
|
"icon": "https://516-merge.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-neuro.png"
|
|
16871
16871
|
},
|
package/cjs/data/ChainInfo.json
CHANGED
|
@@ -12571,4 +12571,4 @@
|
|
|
12571
12571
|
"tonInfo": null,
|
|
12572
12572
|
"cardanoInfo": null
|
|
12573
12573
|
}
|
|
12574
|
-
}
|
|
12574
|
+
}
|
|
@@ -997,5 +997,14 @@
|
|
|
997
997
|
"priceId": "tanssi",
|
|
998
998
|
"hasValue": true,
|
|
999
999
|
"icon": "https://516-merge.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/tanssi-tanssi.png"
|
|
1000
|
+
},
|
|
1001
|
+
"NEURO-NeuroWeb": {
|
|
1002
|
+
"slug": "NEURO-NeuroWeb",
|
|
1003
|
+
"originChainAsset": null,
|
|
1004
|
+
"name": "NeuroWeb",
|
|
1005
|
+
"symbol": "NEURO",
|
|
1006
|
+
"priceId": "neurowebai",
|
|
1007
|
+
"hasValue": true,
|
|
1008
|
+
"icon": "https://516-merge.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/neuro-neuroweb.png"
|
|
1000
1009
|
}
|
|
1001
1010
|
}
|
package/cjs/packageInfo.js
CHANGED
package/data/AssetLogoMap.json
CHANGED
|
@@ -1125,6 +1125,7 @@
|
|
|
1125
1125
|
"pas-paseo": "https://516-merge.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/pas-paseo.png",
|
|
1126
1126
|
"wnd-westend": "https://516-merge.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/wnd-westend.png",
|
|
1127
1127
|
"tanssi-tanssi": "https://516-merge.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/tanssi-tanssi.png",
|
|
1128
|
+
"neuro-neuroweb": "https://516-merge.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/neuro-neuroweb.png",
|
|
1128
1129
|
"custom-moonbeam-erc20-cp-0x6021d2c27b6fbd6e7608d1f39b41398caee2f824": "https://516-merge.sw-chain-list-assets.pages.dev/assets/custom-chain-assets/cp_77d5363018.png",
|
|
1129
1130
|
"custom-aleph-psp22-zpf-5eskjbkpva1ppucmrkcmazdhqm9shihws9uqqsoi4vrdcdle": "https://516-merge.sw-chain-list-assets.pages.dev/assets/custom-chain-assets/zpf_2f06de3f07.png",
|
|
1130
1131
|
"custom-custom-substrate-gosnetwork-native-gos": "https://516-merge.sw-chain-list-assets.pages.dev/assets/custom-chain-assets/gos_a4d1a9cf7a.png",
|
package/data/ChainAsset.json
CHANGED
|
@@ -2526,7 +2526,7 @@
|
|
|
2526
2526
|
"minAmount": "1000000000000",
|
|
2527
2527
|
"assetType": "NATIVE",
|
|
2528
2528
|
"metadata": null,
|
|
2529
|
-
"multiChainAsset":
|
|
2529
|
+
"multiChainAsset": "NEURO-NeuroWeb",
|
|
2530
2530
|
"hasValue": true,
|
|
2531
2531
|
"icon": "https://516-merge.sw-chain-list-assets.pages.dev/assets/chain-assets/origintrail-native-neuro.png"
|
|
2532
2532
|
},
|
|
@@ -16865,7 +16865,7 @@
|
|
|
16865
16865
|
"metadata": {
|
|
16866
16866
|
"assetId": "36"
|
|
16867
16867
|
},
|
|
16868
|
-
"multiChainAsset":
|
|
16868
|
+
"multiChainAsset": "NEURO-NeuroWeb",
|
|
16869
16869
|
"hasValue": true,
|
|
16870
16870
|
"icon": "https://516-merge.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-neuro.png"
|
|
16871
16871
|
},
|
package/data/ChainInfo.json
CHANGED
|
@@ -12571,4 +12571,4 @@
|
|
|
12571
12571
|
"tonInfo": null,
|
|
12572
12572
|
"cardanoInfo": null
|
|
12573
12573
|
}
|
|
12574
|
-
}
|
|
12574
|
+
}
|
|
@@ -997,5 +997,14 @@
|
|
|
997
997
|
"priceId": "tanssi",
|
|
998
998
|
"hasValue": true,
|
|
999
999
|
"icon": "https://516-merge.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/tanssi-tanssi.png"
|
|
1000
|
+
},
|
|
1001
|
+
"NEURO-NeuroWeb": {
|
|
1002
|
+
"slug": "NEURO-NeuroWeb",
|
|
1003
|
+
"originChainAsset": null,
|
|
1004
|
+
"name": "NeuroWeb",
|
|
1005
|
+
"symbol": "NEURO",
|
|
1006
|
+
"priceId": "neurowebai",
|
|
1007
|
+
"hasValue": true,
|
|
1008
|
+
"icon": "https://516-merge.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/neuro-neuroweb.png"
|
|
1000
1009
|
}
|
|
1001
1010
|
}
|
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.111-beta.
|
|
10
|
+
version: '0.2.111-beta.4'
|
|
11
11
|
};
|