brave-wallet-lists 1.31.12 → 1.31.14
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 +70 -0
- package/coingecko-ids.json +68 -35
- package/coingecko.json +22245 -22476
- package/contract-map.json +76 -76
- package/dapp-lists.json +9847 -9833
- package/package.json +1 -1
- package/ramp-tokens.json +20 -0
- package/solana-contract-map.json +13151 -13096
package/chainlist.json
CHANGED
|
@@ -46251,6 +46251,76 @@
|
|
|
46251
46251
|
}
|
|
46252
46252
|
]
|
|
46253
46253
|
},
|
|
46254
|
+
{
|
|
46255
|
+
"name": "POTOS Testnet",
|
|
46256
|
+
"chain": "POTOS",
|
|
46257
|
+
"icon": "potos",
|
|
46258
|
+
"rpc": [
|
|
46259
|
+
"https://rpc-testnet.potos.hk"
|
|
46260
|
+
],
|
|
46261
|
+
"faucets": [
|
|
46262
|
+
"https://faucet-testnet.potos.hk"
|
|
46263
|
+
],
|
|
46264
|
+
"nativeCurrency": {
|
|
46265
|
+
"name": "POTOS Token",
|
|
46266
|
+
"symbol": "POT",
|
|
46267
|
+
"decimals": 18
|
|
46268
|
+
},
|
|
46269
|
+
"features": [
|
|
46270
|
+
{
|
|
46271
|
+
"name": "EIP155"
|
|
46272
|
+
},
|
|
46273
|
+
{
|
|
46274
|
+
"name": "EIP1559"
|
|
46275
|
+
}
|
|
46276
|
+
],
|
|
46277
|
+
"infoURL": "https://potos.hk",
|
|
46278
|
+
"shortName": "potos-testnet",
|
|
46279
|
+
"chainId": 60600,
|
|
46280
|
+
"networkId": 60600,
|
|
46281
|
+
"explorers": [
|
|
46282
|
+
{
|
|
46283
|
+
"name": "POTOS Testnet explorer",
|
|
46284
|
+
"url": "https://scan-testnet.potos.hk",
|
|
46285
|
+
"icon": "blockscout",
|
|
46286
|
+
"standard": "EIP3091"
|
|
46287
|
+
}
|
|
46288
|
+
]
|
|
46289
|
+
},
|
|
46290
|
+
{
|
|
46291
|
+
"name": "POTOS Mainnet",
|
|
46292
|
+
"chain": "POTOS",
|
|
46293
|
+
"icon": "potos",
|
|
46294
|
+
"rpc": [
|
|
46295
|
+
"https://rpc.potos.hk"
|
|
46296
|
+
],
|
|
46297
|
+
"features": [
|
|
46298
|
+
{
|
|
46299
|
+
"name": "EIP155"
|
|
46300
|
+
},
|
|
46301
|
+
{
|
|
46302
|
+
"name": "EIP1559"
|
|
46303
|
+
}
|
|
46304
|
+
],
|
|
46305
|
+
"nativeCurrency": {
|
|
46306
|
+
"name": "POTOS Token",
|
|
46307
|
+
"symbol": "POT",
|
|
46308
|
+
"decimals": 18
|
|
46309
|
+
},
|
|
46310
|
+
"faucets": [],
|
|
46311
|
+
"infoURL": "https://potos.hk",
|
|
46312
|
+
"shortName": "potos",
|
|
46313
|
+
"chainId": 60603,
|
|
46314
|
+
"networkId": 60603,
|
|
46315
|
+
"explorers": [
|
|
46316
|
+
{
|
|
46317
|
+
"name": "POTOS Mainnet explorer",
|
|
46318
|
+
"url": "https://scan.potos.hk",
|
|
46319
|
+
"icon": "blockscout",
|
|
46320
|
+
"standard": "EIP3091"
|
|
46321
|
+
}
|
|
46322
|
+
]
|
|
46323
|
+
},
|
|
46254
46324
|
{
|
|
46255
46325
|
"name": "BOB",
|
|
46256
46326
|
"chain": "ETH",
|