From 051b50ccef3e83aa0e9a2a56efb1330dbd40aa53 Mon Sep 17 00:00:00 2001 From: Robert <444967745@qq.com> Date: Wed, 7 Sep 2022 21:57:11 +0800 Subject: [PATCH] Replace rpc node path (#1557) --- _data/chains/eip155-92001.json | 50 ++++++++++++++++++---------------- 1 file changed, 27 insertions(+), 23 deletions(-) diff --git a/_data/chains/eip155-92001.json b/_data/chains/eip155-92001.json index 783acb98..9b0bef2f 100644 --- a/_data/chains/eip155-92001.json +++ b/_data/chains/eip155-92001.json @@ -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" + } + ] +} \ No newline at end of file