Add OneLedger mainnet and testnet (#397)

* Add OneLedger configs

* Fix short names for uniq
This commit is contained in:
Bo 2021-09-04 11:38:10 +03:00 committed by GitHub
parent 33bfe7a467
commit db9e7a80b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 62 additions and 0 deletions

View File

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

View File

@ -0,0 +1,28 @@
{
"name": "OneLedger Frankenstein Testnet",
"chain": "OLT",
"network": "testnet",
"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"
}
]
}

View File

@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmRhqq4Gp8G9w27ND3LeFW49o5PxcxrbJsqHbpBFtzEMfC",
"width": 225,
"height": 225,
"format": "png"
}
]