@subwallet/chain-list 0.2.48-beta.1 → 0.2.48-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 +106 -0
- package/cjs/data/AssetLogoMap.json +7 -1
- package/cjs/data/ChainAsset.json +101 -1
- package/cjs/packageInfo.js +1 -1
- package/data/AssetLogoMap.json +7 -1
- package/data/ChainAsset.json +101 -1
- package/package.json +1 -1
- package/packageInfo.js +1 -1
|
@@ -512,6 +512,12 @@
|
|
|
512
512
|
"hydradx_rococo-native-hdx": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_rococo-native-hdx.png",
|
|
513
513
|
"hydradx_rococo-local-dot": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_rococo-local-dot.png",
|
|
514
514
|
"hydradx_rococo-local-usdt": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_rococo-local-usdt.png",
|
|
515
|
+
"bifrost_dot-local-pink": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/bifrost_dot-local-pink.png",
|
|
516
|
+
"astar-local-pink": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/astar-local-pink.png",
|
|
517
|
+
"phala-local-pink": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/phala-local-pink.png",
|
|
518
|
+
"acala-local-pink": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/acala-local-pink.png",
|
|
519
|
+
"crust-local-pink": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/crust-local-pink.png",
|
|
520
|
+
"darwinia2-local-pink": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/darwinia2-local-pink.png",
|
|
515
521
|
"eth-ethereum": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/eth-ethereum.png",
|
|
516
522
|
"ibtc-interbtc": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/ibtc-interbtc.png",
|
|
517
523
|
"glmr-moonbeam": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/glmr-moonbeam.png",
|
|
@@ -9255,6 +9261,106 @@
|
|
|
9255
9261
|
multiChainAsset: null,
|
|
9256
9262
|
hasValue: false,
|
|
9257
9263
|
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_rococo-local-usdt.png"
|
|
9264
|
+
},
|
|
9265
|
+
"bifrost_dot-LOCAL-PINK": {
|
|
9266
|
+
originChain: "bifrost_dot",
|
|
9267
|
+
slug: "bifrost_dot-LOCAL-PINK",
|
|
9268
|
+
name: "Pink",
|
|
9269
|
+
symbol: "PINK",
|
|
9270
|
+
decimals: 10,
|
|
9271
|
+
priceId: null,
|
|
9272
|
+
minAmount: "100000000",
|
|
9273
|
+
assetType: "LOCAL",
|
|
9274
|
+
metadata: {
|
|
9275
|
+
onChainInfo: {
|
|
9276
|
+
Token2: "10"
|
|
9277
|
+
}
|
|
9278
|
+
},
|
|
9279
|
+
multiChainAsset: "PINK-StatemintPink",
|
|
9280
|
+
hasValue: true,
|
|
9281
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/bifrost_dot-local-pink.png"
|
|
9282
|
+
},
|
|
9283
|
+
"astar-LOCAL-PINK": {
|
|
9284
|
+
originChain: "astar",
|
|
9285
|
+
slug: "astar-LOCAL-PINK",
|
|
9286
|
+
name: "Pink",
|
|
9287
|
+
symbol: "PINK",
|
|
9288
|
+
decimals: 10,
|
|
9289
|
+
priceId: null,
|
|
9290
|
+
minAmount: "1",
|
|
9291
|
+
assetType: "LOCAL",
|
|
9292
|
+
metadata: {
|
|
9293
|
+
assetId: "18446744073709551633"
|
|
9294
|
+
},
|
|
9295
|
+
multiChainAsset: "PINK-StatemintPink",
|
|
9296
|
+
hasValue: true,
|
|
9297
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/astar-local-pink.png"
|
|
9298
|
+
},
|
|
9299
|
+
"phala-LOCAL-PINK": {
|
|
9300
|
+
originChain: "phala",
|
|
9301
|
+
slug: "phala-LOCAL-PINK",
|
|
9302
|
+
name: "Pink",
|
|
9303
|
+
symbol: "PINK",
|
|
9304
|
+
decimals: 10,
|
|
9305
|
+
priceId: null,
|
|
9306
|
+
minAmount: "100000000",
|
|
9307
|
+
assetType: "LOCAL",
|
|
9308
|
+
metadata: {
|
|
9309
|
+
assetId: "12"
|
|
9310
|
+
},
|
|
9311
|
+
multiChainAsset: "PINK-StatemintPink",
|
|
9312
|
+
hasValue: true,
|
|
9313
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/phala-local-pink.png"
|
|
9314
|
+
},
|
|
9315
|
+
"acala-LOCAL-PINK": {
|
|
9316
|
+
originChain: "acala",
|
|
9317
|
+
slug: "acala-LOCAL-PINK",
|
|
9318
|
+
name: "Pink",
|
|
9319
|
+
symbol: "PINK",
|
|
9320
|
+
decimals: 10,
|
|
9321
|
+
priceId: null,
|
|
9322
|
+
minAmount: "1000000000",
|
|
9323
|
+
assetType: "LOCAL",
|
|
9324
|
+
metadata: {
|
|
9325
|
+
onChainInfo: {
|
|
9326
|
+
ForeignAsset: 13
|
|
9327
|
+
}
|
|
9328
|
+
},
|
|
9329
|
+
multiChainAsset: "PINK-StatemintPink",
|
|
9330
|
+
hasValue: true,
|
|
9331
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/acala-local-pink.png"
|
|
9332
|
+
},
|
|
9333
|
+
"crust-LOCAL-PINK": {
|
|
9334
|
+
originChain: "crust",
|
|
9335
|
+
slug: "crust-LOCAL-PINK",
|
|
9336
|
+
name: "Pink",
|
|
9337
|
+
symbol: "PINK",
|
|
9338
|
+
decimals: 10,
|
|
9339
|
+
priceId: null,
|
|
9340
|
+
minAmount: "1",
|
|
9341
|
+
assetType: "LOCAL",
|
|
9342
|
+
metadata: {
|
|
9343
|
+
assetId: "64174511183114006009298114091987195453"
|
|
9344
|
+
},
|
|
9345
|
+
multiChainAsset: "PINK-StatemintPink",
|
|
9346
|
+
hasValue: true,
|
|
9347
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/crust-local-pink.png"
|
|
9348
|
+
},
|
|
9349
|
+
"darwinia2-LOCAL-PINK": {
|
|
9350
|
+
originChain: "darwinia2",
|
|
9351
|
+
slug: "darwinia2-LOCAL-PINK",
|
|
9352
|
+
name: "Pink",
|
|
9353
|
+
symbol: "PINK",
|
|
9354
|
+
decimals: 10,
|
|
9355
|
+
priceId: null,
|
|
9356
|
+
minAmount: "1",
|
|
9357
|
+
assetType: "LOCAL",
|
|
9358
|
+
metadata: {
|
|
9359
|
+
assetId: "1028"
|
|
9360
|
+
},
|
|
9361
|
+
multiChainAsset: "PINK-StatemintPink",
|
|
9362
|
+
hasValue: true,
|
|
9363
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/darwinia2-local-pink.png"
|
|
9258
9364
|
}
|
|
9259
9365
|
};
|
|
9260
9366
|
|
|
@@ -504,6 +504,12 @@
|
|
|
504
504
|
"hydradx_rococo-native-hdx": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_rococo-native-hdx.png",
|
|
505
505
|
"hydradx_rococo-local-dot": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_rococo-local-dot.png",
|
|
506
506
|
"hydradx_rococo-local-usdt": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_rococo-local-usdt.png",
|
|
507
|
+
"bifrost_dot-local-pink": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/bifrost_dot-local-pink.png",
|
|
508
|
+
"astar-local-pink": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/astar-local-pink.png",
|
|
509
|
+
"phala-local-pink": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/phala-local-pink.png",
|
|
510
|
+
"acala-local-pink": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/acala-local-pink.png",
|
|
511
|
+
"crust-local-pink": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/crust-local-pink.png",
|
|
512
|
+
"darwinia2-local-pink": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/darwinia2-local-pink.png",
|
|
507
513
|
"eth-ethereum": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/eth-ethereum.png",
|
|
508
514
|
"ibtc-interbtc": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/ibtc-interbtc.png",
|
|
509
515
|
"glmr-moonbeam": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/glmr-moonbeam.png",
|
|
@@ -555,4 +561,4 @@
|
|
|
555
561
|
"custom-aleph-psp22-zpf-5eskjbkpva1ppucmrkcmazdhqm9shihws9uqqsoi4vrdcdle": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chain-assets/zpf_2f06de3f07.png",
|
|
556
562
|
"custom-custom-substrate-gosnetwork-native-gos": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chain-assets/gos_a4d1a9cf7a.png",
|
|
557
563
|
"custom-custom-substrate-gosspectral-native-gost": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chain-assets/gos_a4d1a9cf7a.png"
|
|
558
|
-
}
|
|
564
|
+
}
|
package/cjs/data/ChainAsset.json
CHANGED
|
@@ -8111,5 +8111,105 @@
|
|
|
8111
8111
|
"multiChainAsset": null,
|
|
8112
8112
|
"hasValue": false,
|
|
8113
8113
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_rococo-local-usdt.png"
|
|
8114
|
+
},
|
|
8115
|
+
"bifrost_dot-LOCAL-PINK": {
|
|
8116
|
+
"originChain": "bifrost_dot",
|
|
8117
|
+
"slug": "bifrost_dot-LOCAL-PINK",
|
|
8118
|
+
"name": "Pink",
|
|
8119
|
+
"symbol": "PINK",
|
|
8120
|
+
"decimals": 10,
|
|
8121
|
+
"priceId": null,
|
|
8122
|
+
"minAmount": "100000000",
|
|
8123
|
+
"assetType": "LOCAL",
|
|
8124
|
+
"metadata": {
|
|
8125
|
+
"onChainInfo": {
|
|
8126
|
+
"Token2": "10"
|
|
8127
|
+
}
|
|
8128
|
+
},
|
|
8129
|
+
"multiChainAsset": "PINK-StatemintPink",
|
|
8130
|
+
"hasValue": true,
|
|
8131
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/bifrost_dot-local-pink.png"
|
|
8132
|
+
},
|
|
8133
|
+
"astar-LOCAL-PINK": {
|
|
8134
|
+
"originChain": "astar",
|
|
8135
|
+
"slug": "astar-LOCAL-PINK",
|
|
8136
|
+
"name": "Pink",
|
|
8137
|
+
"symbol": "PINK",
|
|
8138
|
+
"decimals": 10,
|
|
8139
|
+
"priceId": null,
|
|
8140
|
+
"minAmount": "1",
|
|
8141
|
+
"assetType": "LOCAL",
|
|
8142
|
+
"metadata": {
|
|
8143
|
+
"assetId": "18446744073709551633"
|
|
8144
|
+
},
|
|
8145
|
+
"multiChainAsset": "PINK-StatemintPink",
|
|
8146
|
+
"hasValue": true,
|
|
8147
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/astar-local-pink.png"
|
|
8148
|
+
},
|
|
8149
|
+
"phala-LOCAL-PINK": {
|
|
8150
|
+
"originChain": "phala",
|
|
8151
|
+
"slug": "phala-LOCAL-PINK",
|
|
8152
|
+
"name": "Pink",
|
|
8153
|
+
"symbol": "PINK",
|
|
8154
|
+
"decimals": 10,
|
|
8155
|
+
"priceId": null,
|
|
8156
|
+
"minAmount": "100000000",
|
|
8157
|
+
"assetType": "LOCAL",
|
|
8158
|
+
"metadata": {
|
|
8159
|
+
"assetId": "12"
|
|
8160
|
+
},
|
|
8161
|
+
"multiChainAsset": "PINK-StatemintPink",
|
|
8162
|
+
"hasValue": true,
|
|
8163
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/phala-local-pink.png"
|
|
8164
|
+
},
|
|
8165
|
+
"acala-LOCAL-PINK": {
|
|
8166
|
+
"originChain": "acala",
|
|
8167
|
+
"slug": "acala-LOCAL-PINK",
|
|
8168
|
+
"name": "Pink",
|
|
8169
|
+
"symbol": "PINK",
|
|
8170
|
+
"decimals": 10,
|
|
8171
|
+
"priceId": null,
|
|
8172
|
+
"minAmount": "1000000000",
|
|
8173
|
+
"assetType": "LOCAL",
|
|
8174
|
+
"metadata": {
|
|
8175
|
+
"onChainInfo": {
|
|
8176
|
+
"ForeignAsset": 13
|
|
8177
|
+
}
|
|
8178
|
+
},
|
|
8179
|
+
"multiChainAsset": "PINK-StatemintPink",
|
|
8180
|
+
"hasValue": true,
|
|
8181
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/acala-local-pink.png"
|
|
8182
|
+
},
|
|
8183
|
+
"crust-LOCAL-PINK": {
|
|
8184
|
+
"originChain": "crust",
|
|
8185
|
+
"slug": "crust-LOCAL-PINK",
|
|
8186
|
+
"name": "Pink",
|
|
8187
|
+
"symbol": "PINK",
|
|
8188
|
+
"decimals": 10,
|
|
8189
|
+
"priceId": null,
|
|
8190
|
+
"minAmount": "1",
|
|
8191
|
+
"assetType": "LOCAL",
|
|
8192
|
+
"metadata": {
|
|
8193
|
+
"assetId": "64174511183114006009298114091987195453"
|
|
8194
|
+
},
|
|
8195
|
+
"multiChainAsset": "PINK-StatemintPink",
|
|
8196
|
+
"hasValue": true,
|
|
8197
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/crust-local-pink.png"
|
|
8198
|
+
},
|
|
8199
|
+
"darwinia2-LOCAL-PINK": {
|
|
8200
|
+
"originChain": "darwinia2",
|
|
8201
|
+
"slug": "darwinia2-LOCAL-PINK",
|
|
8202
|
+
"name": "Pink",
|
|
8203
|
+
"symbol": "PINK",
|
|
8204
|
+
"decimals": 10,
|
|
8205
|
+
"priceId": null,
|
|
8206
|
+
"minAmount": "1",
|
|
8207
|
+
"assetType": "LOCAL",
|
|
8208
|
+
"metadata": {
|
|
8209
|
+
"assetId": "1028"
|
|
8210
|
+
},
|
|
8211
|
+
"multiChainAsset": "PINK-StatemintPink",
|
|
8212
|
+
"hasValue": true,
|
|
8213
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/darwinia2-local-pink.png"
|
|
8114
8214
|
}
|
|
8115
|
-
}
|
|
8215
|
+
}
|
package/cjs/packageInfo.js
CHANGED
package/data/AssetLogoMap.json
CHANGED
|
@@ -504,6 +504,12 @@
|
|
|
504
504
|
"hydradx_rococo-native-hdx": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_rococo-native-hdx.png",
|
|
505
505
|
"hydradx_rococo-local-dot": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_rococo-local-dot.png",
|
|
506
506
|
"hydradx_rococo-local-usdt": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_rococo-local-usdt.png",
|
|
507
|
+
"bifrost_dot-local-pink": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/bifrost_dot-local-pink.png",
|
|
508
|
+
"astar-local-pink": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/astar-local-pink.png",
|
|
509
|
+
"phala-local-pink": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/phala-local-pink.png",
|
|
510
|
+
"acala-local-pink": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/acala-local-pink.png",
|
|
511
|
+
"crust-local-pink": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/crust-local-pink.png",
|
|
512
|
+
"darwinia2-local-pink": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/darwinia2-local-pink.png",
|
|
507
513
|
"eth-ethereum": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/eth-ethereum.png",
|
|
508
514
|
"ibtc-interbtc": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/ibtc-interbtc.png",
|
|
509
515
|
"glmr-moonbeam": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/glmr-moonbeam.png",
|
|
@@ -555,4 +561,4 @@
|
|
|
555
561
|
"custom-aleph-psp22-zpf-5eskjbkpva1ppucmrkcmazdhqm9shihws9uqqsoi4vrdcdle": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chain-assets/zpf_2f06de3f07.png",
|
|
556
562
|
"custom-custom-substrate-gosnetwork-native-gos": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chain-assets/gos_a4d1a9cf7a.png",
|
|
557
563
|
"custom-custom-substrate-gosspectral-native-gost": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chain-assets/gos_a4d1a9cf7a.png"
|
|
558
|
-
}
|
|
564
|
+
}
|
package/data/ChainAsset.json
CHANGED
|
@@ -8111,5 +8111,105 @@
|
|
|
8111
8111
|
"multiChainAsset": null,
|
|
8112
8112
|
"hasValue": false,
|
|
8113
8113
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_rococo-local-usdt.png"
|
|
8114
|
+
},
|
|
8115
|
+
"bifrost_dot-LOCAL-PINK": {
|
|
8116
|
+
"originChain": "bifrost_dot",
|
|
8117
|
+
"slug": "bifrost_dot-LOCAL-PINK",
|
|
8118
|
+
"name": "Pink",
|
|
8119
|
+
"symbol": "PINK",
|
|
8120
|
+
"decimals": 10,
|
|
8121
|
+
"priceId": null,
|
|
8122
|
+
"minAmount": "100000000",
|
|
8123
|
+
"assetType": "LOCAL",
|
|
8124
|
+
"metadata": {
|
|
8125
|
+
"onChainInfo": {
|
|
8126
|
+
"Token2": "10"
|
|
8127
|
+
}
|
|
8128
|
+
},
|
|
8129
|
+
"multiChainAsset": "PINK-StatemintPink",
|
|
8130
|
+
"hasValue": true,
|
|
8131
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/bifrost_dot-local-pink.png"
|
|
8132
|
+
},
|
|
8133
|
+
"astar-LOCAL-PINK": {
|
|
8134
|
+
"originChain": "astar",
|
|
8135
|
+
"slug": "astar-LOCAL-PINK",
|
|
8136
|
+
"name": "Pink",
|
|
8137
|
+
"symbol": "PINK",
|
|
8138
|
+
"decimals": 10,
|
|
8139
|
+
"priceId": null,
|
|
8140
|
+
"minAmount": "1",
|
|
8141
|
+
"assetType": "LOCAL",
|
|
8142
|
+
"metadata": {
|
|
8143
|
+
"assetId": "18446744073709551633"
|
|
8144
|
+
},
|
|
8145
|
+
"multiChainAsset": "PINK-StatemintPink",
|
|
8146
|
+
"hasValue": true,
|
|
8147
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/astar-local-pink.png"
|
|
8148
|
+
},
|
|
8149
|
+
"phala-LOCAL-PINK": {
|
|
8150
|
+
"originChain": "phala",
|
|
8151
|
+
"slug": "phala-LOCAL-PINK",
|
|
8152
|
+
"name": "Pink",
|
|
8153
|
+
"symbol": "PINK",
|
|
8154
|
+
"decimals": 10,
|
|
8155
|
+
"priceId": null,
|
|
8156
|
+
"minAmount": "100000000",
|
|
8157
|
+
"assetType": "LOCAL",
|
|
8158
|
+
"metadata": {
|
|
8159
|
+
"assetId": "12"
|
|
8160
|
+
},
|
|
8161
|
+
"multiChainAsset": "PINK-StatemintPink",
|
|
8162
|
+
"hasValue": true,
|
|
8163
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/phala-local-pink.png"
|
|
8164
|
+
},
|
|
8165
|
+
"acala-LOCAL-PINK": {
|
|
8166
|
+
"originChain": "acala",
|
|
8167
|
+
"slug": "acala-LOCAL-PINK",
|
|
8168
|
+
"name": "Pink",
|
|
8169
|
+
"symbol": "PINK",
|
|
8170
|
+
"decimals": 10,
|
|
8171
|
+
"priceId": null,
|
|
8172
|
+
"minAmount": "1000000000",
|
|
8173
|
+
"assetType": "LOCAL",
|
|
8174
|
+
"metadata": {
|
|
8175
|
+
"onChainInfo": {
|
|
8176
|
+
"ForeignAsset": 13
|
|
8177
|
+
}
|
|
8178
|
+
},
|
|
8179
|
+
"multiChainAsset": "PINK-StatemintPink",
|
|
8180
|
+
"hasValue": true,
|
|
8181
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/acala-local-pink.png"
|
|
8182
|
+
},
|
|
8183
|
+
"crust-LOCAL-PINK": {
|
|
8184
|
+
"originChain": "crust",
|
|
8185
|
+
"slug": "crust-LOCAL-PINK",
|
|
8186
|
+
"name": "Pink",
|
|
8187
|
+
"symbol": "PINK",
|
|
8188
|
+
"decimals": 10,
|
|
8189
|
+
"priceId": null,
|
|
8190
|
+
"minAmount": "1",
|
|
8191
|
+
"assetType": "LOCAL",
|
|
8192
|
+
"metadata": {
|
|
8193
|
+
"assetId": "64174511183114006009298114091987195453"
|
|
8194
|
+
},
|
|
8195
|
+
"multiChainAsset": "PINK-StatemintPink",
|
|
8196
|
+
"hasValue": true,
|
|
8197
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/crust-local-pink.png"
|
|
8198
|
+
},
|
|
8199
|
+
"darwinia2-LOCAL-PINK": {
|
|
8200
|
+
"originChain": "darwinia2",
|
|
8201
|
+
"slug": "darwinia2-LOCAL-PINK",
|
|
8202
|
+
"name": "Pink",
|
|
8203
|
+
"symbol": "PINK",
|
|
8204
|
+
"decimals": 10,
|
|
8205
|
+
"priceId": null,
|
|
8206
|
+
"minAmount": "1",
|
|
8207
|
+
"assetType": "LOCAL",
|
|
8208
|
+
"metadata": {
|
|
8209
|
+
"assetId": "1028"
|
|
8210
|
+
},
|
|
8211
|
+
"multiChainAsset": "PINK-StatemintPink",
|
|
8212
|
+
"hasValue": true,
|
|
8213
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/darwinia2-local-pink.png"
|
|
8114
8214
|
}
|
|
8115
|
-
}
|
|
8215
|
+
}
|
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.48-beta.
|
|
10
|
+
version: '0.2.48-beta.2'
|
|
11
11
|
};
|