Deploying to gh-pages from @ ethereum-lists/chains@e080f3508e 🚀

This commit is contained in:
ligi 2022-08-19 09:33:55 +00:00
parent 2d10d2a1c6
commit ba4988acd5
8 changed files with 73 additions and 2 deletions

File diff suppressed because one or more lines are too long

28
chains/eip155-92001.json Normal file
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"
}
]
}

File diff suppressed because one or more lines are too long

View File

@ -4925,6 +4925,19 @@
"rpc": ["https://mainnet-rpc.ivarex.com"],
"faucets": ["https://faucet.ivarex.com/"],
"infoURL": "https://ivarex.com"
}, {
"name": "Lambda Testnet",
"chainId": 92001,
"shortName": "lambda-testnet",
"networkId": 92001,
"nativeCurrency": {
"name": "test-Lamb",
"symbol": "LAMB",
"decimals": 18
},
"rpc": ["http://18.143.13.243:8545"],
"faucets": ["https://faucet.lambda.top"],
"infoURL": "https://lambda.im"
}, {
"name": "UB Smart Chain(testnet)",
"chainId": 99998,

View File

@ -7045,6 +7045,27 @@
"url": "https://ivarscan.com",
"standard": "EIP3091"
}]
}, {
"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": "UB Smart Chain(testnet)",
"chain": "USC",

8
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

View File

@ -378,6 +378,7 @@
"firenze": "eip155:78110",
"maticmum": "eip155:80001",
"ivar": "eip155:88888",
"lambda-testnet": "eip155:92001",
"usctest": "eip155:99998",
"usc": "eip155:99999",
"qkc-r": "eip155:100000",