Skip to content

Commit

Permalink
akash - mainnet5: switch to 0.20.0 and add arm64 binary (cosmos#1140)
Browse files Browse the repository at this point in the history
  • Loading branch information
andy108369 authored Dec 21, 2022
1 parent b570b37 commit fa20953
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions akash/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@
},
"codebase": {
"git_repo": "https://github.com/ovrclk/akash/",
"recommended_version": "v0.18.1",
"recommended_version": "v0.20.0",
"compatible_versions": [
"v0.18.0",
"v0.18.1"
"v0.20.0"
],
"binaries": {
"linux/amd64": "https://github.com/ovrclk/akash/releases/download/v0.18.1/akash_0.18.1_linux_amd64.zip"
"linux/amd64": "https://github.com/ovrclk/akash/releases/download/v0.20.0/akash_0.20.0_linux_amd64.zip",
"linux/arm64": "https://github.com/ovrclk/akash/releases/download/v0.20.0/akash_0.20.0_linux_arm64.zip"
},
"genesis": {
"genesis_url": "https://raw.githubusercontent.com/ovrclk/net/master/mainnet/genesis.json"
Expand Down Expand Up @@ -67,6 +67,18 @@
"id": "ebc272824924ea1a27ea3183dd0b9ba713494f83",
"address": "akash.mainnet.seed.autostake.net:26696",
"provider": "AutoStake.net"
},
{
"id": "5e37aefd2a0b9d036b1609a45d6487606da0204b",
"address": "rpc.ny.akash.farm:26656"
},
{
"id": "8d334fff41adeb68f186265d5f1f76614ef63d8d",
"address": "rpc.nl.akash.farm:26656"
},
{
"id": "47f7b7a021497ad7a338ea041f19a1a11ae06795",
"address": "rpc.la.akash.farm:26656"
}
],
"persistent_peers": [
Expand Down

0 comments on commit fa20953

Please sign in to comment.