chains/_data/chains/eip155-92001.json
Frederik Bolding 906a9bbfe3
Revert back to previous Prettier implementation (#1675)
* Revert back to previous Prettier implementation

* Run Prettier
2022-09-30 21:09:21 +02:00

25 lines
523 B
JSON

{
"name": "Lambda Testnet",
"chain": "Lambda",
"rpc": ["https://evm.lambda.top/"],
"faucets": ["https://faucet.lambda.top"],
"nativeCurrency": {
"name": "test-Lamb",
"symbol": "LAMB",
"decimals": 18
},
"infoURL": "https://lambda.im",
"shortName": "lambda-testnet",
"chainId": 92001,
"networkId": 92001,
"icon": "lambda",
"explorers": [
{
"name": "Lambda EVM Explorer",
"url": "https://explorer.lambda.top",
"standard": "EIP3091",
"icon": "lambda"
}
]
}