mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Add OneLedger mainnet and testnet (#397)
* Add OneLedger configs * Fix short names for uniq
This commit is contained in:
parent
33bfe7a467
commit
db9e7a80b6
26
_data/chains/eip155-311752642.json
Normal file
26
_data/chains/eip155-311752642.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
28
_data/chains/eip155-4216137055.json
Normal file
28
_data/chains/eip155-4216137055.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
8
_data/icons/oneledger.json
Normal file
8
_data/icons/oneledger.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url": "ipfs://QmRhqq4Gp8G9w27ND3LeFW49o5PxcxrbJsqHbpBFtzEMfC",
|
||||
"width": 225,
|
||||
"height": 225,
|
||||
"format": "png"
|
||||
}
|
||||
]
|
Loading…
Reference in New Issue
Block a user