chains/_data/chains/eip155-92001.json
Robert e080f3508e
Added Lambda Testnet (#1456)
* Add lambda testnet chain infos

* Add icon resource file
2022-08-19 11:30:15 +02:00

28 lines
622 B
JSON

{
"name": "Lambda Testnet",
"chain": "Lambda",
"rpc": [
"http://18.143.13.243:8545"
],
"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"
}
]
}