mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Replace rpc node path (#1557)
This commit is contained in:
parent
8bc3ea0668
commit
051b50ccef
|
@ -1,24 +1,28 @@
|
||||||
{
|
{
|
||||||
"name": "Lambda Testnet",
|
"name": "Lambda Testnet",
|
||||||
"chain": "Lambda",
|
"chain": "Lambda",
|
||||||
"rpc": ["http://18.143.13.243:8545"],
|
"rpc": [
|
||||||
"faucets": ["https://faucet.lambda.top"],
|
"https://evm.lambda.top/"
|
||||||
"nativeCurrency": {
|
],
|
||||||
"name": "test-Lamb",
|
"faucets": [
|
||||||
"symbol": "LAMB",
|
"https://faucet.lambda.top"
|
||||||
"decimals": 18
|
],
|
||||||
},
|
"nativeCurrency": {
|
||||||
"infoURL": "https://lambda.im",
|
"name": "test-Lamb",
|
||||||
"shortName": "lambda-testnet",
|
"symbol": "LAMB",
|
||||||
"chainId": 92001,
|
"decimals": 18
|
||||||
"networkId": 92001,
|
},
|
||||||
"icon": "lambda",
|
"infoURL": "https://lambda.im",
|
||||||
"explorers": [
|
"shortName": "lambda-testnet",
|
||||||
{
|
"chainId": 92001,
|
||||||
"name": "Lambda EVM Explorer",
|
"networkId": 92001,
|
||||||
"url": "https://explorer.lambda.top",
|
"icon": "lambda",
|
||||||
"standard": "EIP3091",
|
"explorers": [
|
||||||
"icon": "lambda"
|
{
|
||||||
}
|
"name": "Lambda EVM Explorer",
|
||||||
]
|
"url": "https://explorer.lambda.top",
|
||||||
|
"standard": "EIP3091",
|
||||||
|
"icon": "lambda"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user