mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00

* Add PLAYA3ULL Games Mainnet * fix: use online explorer, update caps for `GAMES` * fix: change to routerscan * Update _data/chains/eip155-3011.json Co-authored-by: ligi <ligi@ligi.de> --------- Co-authored-by: ligi <ligi@ligi.de>
26 lines
544 B
JSON
26 lines
544 B
JSON
{
|
|
"name": "PLAYA3ULL GAMES",
|
|
"chain": "3ULL",
|
|
"rpc": ["https://api.mainnet.playa3ull.games"],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "3ULL",
|
|
"symbol": "3ULL",
|
|
"decimals": 18
|
|
},
|
|
"features": [{ "name": "EIP1559" }],
|
|
"infoURL": "https://playa3ull.games",
|
|
"shortName": "3ULL",
|
|
"chainId": 3011,
|
|
"networkId": 3011,
|
|
"icon": "playa3ull",
|
|
"explorers": [
|
|
{
|
|
"name": "PLAYA3ULL GAMES Explorer",
|
|
"url": "https://3011.routescan.io",
|
|
"icon": "playa3ull",
|
|
"standard": "EIP3091"
|
|
}
|
|
]
|
|
}
|