brave-wallet-lists 1.31.35 → 1.31.36
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/chainlist.json +45 -3
- package/coingecko-ids.json +202 -213
- package/coingecko.json +810 -586
- package/contract-map.json +70 -79
- package/package.json +1 -1
- package/solana-contract-map.json +12656 -12588
package/chainlist.json
CHANGED
|
@@ -43465,6 +43465,9 @@
|
|
|
43465
43465
|
"chainId": 42793,
|
|
43466
43466
|
"networkId": 42793,
|
|
43467
43467
|
"features": [
|
|
43468
|
+
{
|
|
43469
|
+
"name": "EIP155"
|
|
43470
|
+
},
|
|
43468
43471
|
{
|
|
43469
43472
|
"name": "EIP1559"
|
|
43470
43473
|
}
|
|
@@ -52274,12 +52277,50 @@
|
|
|
52274
52277
|
]
|
|
52275
52278
|
},
|
|
52276
52279
|
{
|
|
52277
|
-
"name": "Etherlink Testnet",
|
|
52280
|
+
"name": "Etherlink Shadownet Testnet",
|
|
52281
|
+
"chain": "Etherlink",
|
|
52282
|
+
"icon": "etherlink",
|
|
52283
|
+
"chainId": 127823,
|
|
52284
|
+
"networkId": 127823,
|
|
52285
|
+
"features": [
|
|
52286
|
+
{
|
|
52287
|
+
"name": "EIP155"
|
|
52288
|
+
},
|
|
52289
|
+
{
|
|
52290
|
+
"name": "EIP1559"
|
|
52291
|
+
}
|
|
52292
|
+
],
|
|
52293
|
+
"infoURL": "https://etherlink.com",
|
|
52294
|
+
"shortName": "etlst",
|
|
52295
|
+
"nativeCurrency": {
|
|
52296
|
+
"name": "tez",
|
|
52297
|
+
"symbol": "XTZ",
|
|
52298
|
+
"decimals": 18
|
|
52299
|
+
},
|
|
52300
|
+
"rpc": [
|
|
52301
|
+
"https://node.shadownet.etherlink.com"
|
|
52302
|
+
],
|
|
52303
|
+
"faucets": [
|
|
52304
|
+
"https://faucet.etherlink.com"
|
|
52305
|
+
],
|
|
52306
|
+
"explorers": [
|
|
52307
|
+
{
|
|
52308
|
+
"name": "Etherlink Shadownet Testnet Explorer",
|
|
52309
|
+
"url": "https://shadownet.explorer.etherlink.com",
|
|
52310
|
+
"standard": "EIP3091"
|
|
52311
|
+
}
|
|
52312
|
+
]
|
|
52313
|
+
},
|
|
52314
|
+
{
|
|
52315
|
+
"name": "Etherlink Ghostnet Testnet",
|
|
52278
52316
|
"chain": "Etherlink",
|
|
52279
52317
|
"icon": "etherlink",
|
|
52280
52318
|
"chainId": 128123,
|
|
52281
52319
|
"networkId": 128123,
|
|
52282
52320
|
"features": [
|
|
52321
|
+
{
|
|
52322
|
+
"name": "EIP155"
|
|
52323
|
+
},
|
|
52283
52324
|
{
|
|
52284
52325
|
"name": "EIP1559"
|
|
52285
52326
|
}
|
|
@@ -52299,11 +52340,12 @@
|
|
|
52299
52340
|
],
|
|
52300
52341
|
"explorers": [
|
|
52301
52342
|
{
|
|
52302
|
-
"name": "Etherlink Testnet Explorer",
|
|
52343
|
+
"name": "Etherlink Ghostnet Testnet Explorer",
|
|
52303
52344
|
"url": "https://testnet.explorer.etherlink.com",
|
|
52304
52345
|
"standard": "EIP3091"
|
|
52305
52346
|
}
|
|
52306
|
-
]
|
|
52347
|
+
],
|
|
52348
|
+
"status": "deprecated"
|
|
52307
52349
|
},
|
|
52308
52350
|
{
|
|
52309
52351
|
"name": "Tatara Testnet",
|