Merge branch 'ethereum-lists:master' into master

This commit is contained in:
EU99 2022-04-06 08:56:10 +08:00 committed by GitHub
commit 8b2ff735a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 25 additions and 1 deletions

View File

@ -2,7 +2,7 @@
"name": "LUDAN Mainnet",
"chain": "LUDAN",
"rpc": [
"http://rpc.ludan.org:55001/"
"https://rpc.ludan.org/"
],
"faucets": [],
"nativeCurrency": {

View File

@ -0,0 +1,24 @@
{
"name": "Optimism on Gnosis Chain",
"chain": "OGC",
"rpc": [
"https://optimism.gnosischain.com",
"wss://optimism.gnosischain.com/wss"
],
"faucets": ["https://faucet.gimlu.com/gnosis"],
"nativeCurrency": {
"name": "xDAI",
"symbol": "xDAI",
"decimals": 18
},
"infoURL": "https://www.xdaichain.com/for-developers/optimism-optimistic-rollups-on-gc",
"shortName": "ogc",
"chainId": 300,
"networkId": 300,
"explorers": [{
"name": "blockscout",
"url": "https://blockscout.com/xdai/optimism",
"icon": "blockscout",
"standard": "EIP3091"
}]
}