mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
52038e2a7b
* Create eip155-3031.json * Create orl.json * Update _data/chains/eip155-3031.json Co-authored-by: ligi <ligi@ligi.de> * Update _data/chains/eip155-3031.json Co-authored-by: ligi <ligi@ligi.de> * Update _data/chains/eip155-3031.json Co-authored-by: ligi <ligi@ligi.de> * Update eip155-3031.json * Update eip155-3031.json * Update eip155-3031.json Co-authored-by: ligi <ligi@ligi.de>
25 lines
477 B
JSON
25 lines
477 B
JSON
{
|
|
"name": "Orlando Chain",
|
|
"chain": "ORL",
|
|
"rpc": ["https://rpc-testnet.orlchain.com"],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "Orlando",
|
|
"symbol": "ORL",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://orlchain.com",
|
|
"shortName": "ORL",
|
|
"chainId": 3031,
|
|
"networkId": 3031,
|
|
"icon": "orl",
|
|
"explorers": [
|
|
{
|
|
"name": "Orlando (ORL) Explorer",
|
|
"url": "https://orlscan.com",
|
|
"icon": "orl",
|
|
"standard": "EIP3091"
|
|
}
|
|
]
|
|
}
|