Replace rpc node path (#1557)

This commit is contained in:
Robert 2022-09-07 21:57:11 +08:00 committed by GitHub
parent 8bc3ea0668
commit 051b50ccef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,24 +1,28 @@
{
"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"
}
]
}
"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"
}
]
}