mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Merge branch 'ethereum-lists:master' into master
This commit is contained in:
commit
8b2ff735a7
|
@ -2,7 +2,7 @@
|
||||||
"name": "LUDAN Mainnet",
|
"name": "LUDAN Mainnet",
|
||||||
"chain": "LUDAN",
|
"chain": "LUDAN",
|
||||||
"rpc": [
|
"rpc": [
|
||||||
"http://rpc.ludan.org:55001/"
|
"https://rpc.ludan.org/"
|
||||||
],
|
],
|
||||||
"faucets": [],
|
"faucets": [],
|
||||||
"nativeCurrency": {
|
"nativeCurrency": {
|
||||||
|
|
24
_data/chains/eip155-300.json
Normal file
24
_data/chains/eip155-300.json
Normal 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"
|
||||||
|
}]
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user