chains/_data/chains/eip155-311752642.json
Ashutosh Kumar fb49612d70
Added Prettier and formatted existing JSON files (#1501)
* Added Prettier and formatted existing JSON files

* fixed one more json file
2022-08-27 19:20:08 +02:00

24 lines
508 B
JSON

{
"name": "OneLedger Mainnet",
"chain": "OLT",
"icon": "oneledger",
"rpc": ["https://mainnet-rpc.oneledger.network"],
"faucets": [],
"nativeCurrency": {
"name": "OLT",
"symbol": "OLT",
"decimals": 18
},
"infoURL": "https://oneledger.io",
"shortName": "oneledger",
"chainId": 311752642,
"networkId": 311752642,
"explorers": [
{
"name": "OneLedger Block Explorer",
"url": "https://mainnet-explorer.oneledger.network",
"standard": "EIP3091"
}
]
}