mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
27 lines
598 B
JSON
27 lines
598 B
JSON
{
|
|
"name": "OneLedger Testnet Frankenstein",
|
|
"chain": "OLT",
|
|
"icon": "oneledger",
|
|
"rpc": [
|
|
"https://frankenstein-rpc.oneledger.network"
|
|
],
|
|
"faucets": [
|
|
"https://frankenstein-faucet.oneledger.network"
|
|
],
|
|
"nativeCurrency": {
|
|
"name": "OLT",
|
|
"symbol": "OLT",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://oneledger.io",
|
|
"shortName": "frankenstein",
|
|
"chainId": 4216137055,
|
|
"networkId": 4216137055,
|
|
"explorers": [
|
|
{
|
|
"name": "OneLedger Block Explorer",
|
|
"url": "https://frankenstein-explorer.oneledger.network",
|
|
"standard": "EIP3091"
|
|
}
|
|
]
|
|
} |