Added Lambda Testnet (#1456)

* Add lambda testnet chain infos

* Add icon resource file
This commit is contained in:
Robert 2022-08-19 17:30:15 +08:00 committed by GitHub
parent fbf67db0b9
commit e080f3508e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 36 additions and 0 deletions

View File

@ -0,0 +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"
}
]
}

8
_data/icons/lambda.json Normal file
View File

@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmWsoME6LCghQTpGYf7EnUojaDdYo7kfkWVjE6VvNtkjwy",
"width": 500,
"height": 500,
"format": "png"
}
]

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB