Skip to content

Commit

Permalink
Add cryptoorgchain
Browse files Browse the repository at this point in the history
  • Loading branch information
tombeynon committed Mar 3, 2022
1 parent fac871f commit 85a23e8
Showing 1 changed file with 25 additions and 4 deletions.
29 changes: 25 additions & 4 deletions src/networks.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,8 @@
"botAddress": "cosmos1eml7agwd5x084ennlg6apvskufzrlvnrks6h4e",
"runTime": "21:00",
"minimumReward": 10000
}],
}
],
"authzSupport": true
},
{
Expand Down Expand Up @@ -138,12 +139,14 @@
],
"image": "https://raw.githubusercontent.com/osmosis-labs/assetlists/main/images/akt.svg",
"testAddress": null,
"operators": [{
"operators": [
{
"address": "akashvaloper1enhj36w6clcm5fjnp87jnffnkthfux2uj88l6h",
"botAddress": "akash1eml7agwd5x084ennlg6apvskufzrlvnrmthsvr",
"runTime": "21:00",
"minimumReward": 10000
}],
}
],
"authzSupport": false
},
{
Expand Down Expand Up @@ -343,5 +346,23 @@
"gasPrice": "0.001udsm",
"operators": [],
"authzSupport": true
},
{
"name": "cryptoorgchain",
"prettyName": "Crypto.org",
"chainId": "crypto-org-chain-mainnet-1",
"prefix": "cro",
"denom": "basecro",
"restUrl": [
"https://mainnet.crypto.org/",
"https://lcd-crypto-org.keplr.app/"
],
"rpcUrl": [
"https://mainnet.crypto.org",
"https://rpc-crypto-org.keplr.app"
],
"image": "https://raw.githubusercontent.com/osmosis-labs/assetlists/main/images/cro.png",
"operators": [],
"authzSupport": true
}
]
]

0 comments on commit 85a23e8

Please sign in to comment.