Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
PolkachuIntern committed Aug 17, 2024
1 parent 2aae961 commit cf844e4
Show file tree
Hide file tree
Showing 41 changed files with 111 additions and 78 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ ansible-playbook main.yml -e "target=HOST_NAME"
| `support_sync_snapshot.yml` | Sync node from a snapshot |
| `support_remove_node.yml` | Remove a node and clean up |
| `support_update_min_gas.yml` | Update minimum gas price |
| `support_skip_connect.yml` | Install skip connect |

### Selected playbook Usage Example

Expand Down
2 changes: 1 addition & 1 deletion group_vars/mainnets/archway.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ daemon: archwayd
chain_id: archway-1
node_version: 'v7.0.1'
repo: https://github.com/archway-network/archway
genesis: 'https://github.com/archway-network/networks/raw/main/archway-1/genesis/genesis.json.gz'
genesis: 'https://snapshots.polkachu.com/genesis/archway/genesis.json'
seeds: '3ba7bf08f00e228026177e9cdc027f6ef6eb2b39@35.232.234.58:26656'
custom_port_prefix: 115
minimum_gas_price: '0.0uaarch'
Expand Down
4 changes: 2 additions & 2 deletions group_vars/mainnets/aura.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ network: aura
folder: '.aura'
daemon: aurad
chain_id: aura_6322-2
node_version: v0.8.3
node_version: v0.9.3
repo: https://github.com/aura-nw/aura
genesis: 'https://snapshots.polkachu.com/genesis/aura/genesis.json'
seeds: '22a0ca5f64187bb477be1d82166b1e9e184afe50@18.143.52.13:26656,ebc272824924ea1a27ea3183dd0b9ba713494f83@auranetwork-mainnet-seed.autostake.com:26966,0b8bd8c1b956b441f036e71df3a4d96e85f843b8@13.250.159.219:26656,400f3d9e30b69e78a7fb891f60d76fa3c73f0ecc@aura.rpc.kjnodes.com:11759,dc92560346a63ac23e117a8b16207c6adbb57f5e@seeds.whispernode.com:21756,20e1000e88125698264454a884812746c2eb4807@seeds.lavenderfive.com:21756'
minimum_gas_price: '0.0025uaura'
custom_port_prefix: 217
upgrade_folder: ibcupgrade
upgrade_folder: v0.9.3
update_website_immediately: false

# [Optional] Snapshot
Expand Down
6 changes: 3 additions & 3 deletions group_vars/mainnets/bitsong.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ network: bitsong
folder: '.bitsongd'
daemon: bitsongd
chain_id: bitsong-2b
node_version: v0.15.0
node_version: v0.16.0
repo: https://github.com/bitsongofficial/go-bitsong
genesis: https://raw.githubusercontent.com/bitsongofficial/networks/master/bitsong-2b/genesis.json
seeds: '20e1000e88125698264454a884812746c2eb4807@seeds.lavenderfive.com:16056,10de6c207e60b876bdd88571db44d29c18d0cb5d@seed-bitsong.starsquid.io:15605,8defec7d0eec97f507411e02fd2634e3efc997a2@bitsong-seed.panthea.eu:41656'
seeds: 'ade4d8bc8cbe014af6ebdf3cb7b1e9ad36f412c0@seeds.polkachu.com:16056'
minimum_gas_price: '0btsg'
custom_port_prefix: 160
upgrade_folder: v015
upgrade_folder: v016

# [Optional] Snapshot
snapshot_hour: 1
Expand Down
8 changes: 4 additions & 4 deletions group_vars/mainnets/canto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ network: canto
folder: '.cantod'
daemon: cantod
chain_id: 'canto_7700-1'
node_version: 'v7.0.0'
node_version: 'v8.1.0'
repo: 'https://github.com/Canto-Network/Canto.git'
genesis: 'https://snapshots.polkachu.com/genesis/canto/genesis.json'
minimum_gas_price: '0.0001acanto'
peers: '158e1c4d2bc16a60467137fef13b4910857a69c4@65.108.131.174:55656'
peers: '158e1c4d2bc16a60467137fef13b4910857a69c4@65.108.131.174:15556'
seeds: 'ade4d8bc8cbe014af6ebdf3cb7b1e9ad36f412c0@seeds.polkachu.com:15556'
custom_port_prefix: 155
upgrade_folder: v7.0.0
update_website_immediately: true
upgrade_folder: v8.0.0
update_website_immediately: false
gas_params: '--fees 300000000000000000acanto --gas=300000'

# [Optional] Snapshot
Expand Down
5 changes: 3 additions & 2 deletions group_vars/mainnets/cosmos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,17 @@ network: cosmos
folder: '.gaia'
daemon: gaiad
chain_id: cosmoshub-4
node_version: v18.0.0
node_version: v19.0.0
repo: 'https://github.com/cosmos/gaia'
genesis: 'https://github.com/cosmos/mainnet/blob/master/genesis/genesis.cosmoshub-4.json.gz?raw=true'
genesis_processing: gz
minimum_gas_price: '0.0025uatom'
seeds: 'ade4d8bc8cbe014af6ebdf3cb7b1e9ad36f412c0@seeds.polkachu.com:14956'
custom_port_prefix: 149
upgrade_folder: v18
upgrade_folder: v19
update_website_immediately: false

# [Optional] Snapshot
snapshot_hour: 0
snapshot_minute: 0
wasm: outside
14 changes: 14 additions & 0 deletions group_vars/mainnets/decentr.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
network: decentr
folder: '.decentr'
daemon: decentrd
chain_id: mainnet-3
node_version: v1.5.7
repo: https://github.com/Decentr-net/decentr
genesis: 'https://raw.githubusercontent.com/Decentr-net/mainnets/master/3.0/genesis.json'
seeds: '7708addcfb9d4ff394b18fbc6c016b4aaa90a10a@ares.mainnet.decentr.xyz:26656,8a3485f940c3b2b9f0dd979a16ea28de154f14dd@calliope.mainnet.decentr.xyz:26656,87490fd832f3226ac5d090f6a438d402670881d0@euterpe.mainnet.decentr.xyz:26656,3261bff0b7c16dcf6b5b8e62dd54faafbfd75415@hera.mainnet.decentr.xyz:26656,5f3cfa2e3d5ed2c2ef699c8593a3d93c902406a9@hermes.mainnet.decentr.xyz:26656,a529801b5390f56d5c280eaff4ae95b7163e385f@melpomene.mainnet.decentr.xyz:26656,385129dbe71bceff982204afa11ed7fa0ee39430@poseidon.mainnet.decentr.xyz:26656,35a934228c32ad8329ac917613a25474cc79bc08@terpsichore.mainnet.decentr.xyz:26656,0fd62bcd1de6f2e3cfc15852cdde9f3f8a7987e4@thalia.mainnet.decentr.xyz:26656,bd99693d0dbc855b0367f781fb48bf1ca6a6a58b@zeus.mainnet.decentr.xyz:26656'
minimum_gas_price: '0.025udec'
custom_port_prefix: 234

# [Optional] Snapshot
snapshot_hour: 0
snapshot_minute: 0
2 changes: 1 addition & 1 deletion group_vars/mainnets/dydx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ network: 'dydx'
folder: '.dydxprotocol'
daemon: dydxprotocold
chain_id: 'dydx-mainnet-1'
node_version: 'v4.1.2'
node_version: 'v5.1.1'
repo: 'https://github.com/dydxprotocol/v4-chain'
binary: 'https://github.com/dydxprotocol/v4-chain/releases/download/protocol%2Fv1.0.0/dydxprotocold-v1.0.0-linux-amd64.tar.gz'
binary_processing: targz
Expand Down
6 changes: 3 additions & 3 deletions group_vars/mainnets/evmos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ network: evmos
folder: '.evmosd'
daemon: evmosd
chain_id: evmos_9001-2
node_version: v18.1.0
node_version: v19.1.0
repo: https://github.com/tharsis/evmos
genesis: 'https://snapshots.polkachu.com/genesis/evmos/genesis.json'
peers: '425b9969981dd38bbc53c0f3f01593fdca631667@65.108.131.174:13456'
seeds: 'ade4d8bc8cbe014af6ebdf3cb7b1e9ad36f412c0@seeds.polkachu.com:13456'
minimum_gas_price: '250000000aevmos'
custom_port_prefix: 134
upgrade_folder: v18.1.0
update_website_immediately: true
upgrade_folder: v19.1.0
update_website_immediately: false

# [Optional] Snapshot
snapshot_hour: 0
Expand Down
4 changes: 2 additions & 2 deletions group_vars/mainnets/firmachain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ network: firmachain
folder: '.firmachain'
daemon: firmachaind
chain_id: colosseum-1
node_version: v0.3.5
node_version: v0.3.5-patch
repo: https://github.com/firmachain/firmachain
genesis: https://raw.githubusercontent.com/FirmaChain/mainnet/main/colosseum-1/genesis.json
seeds: 'f89dcc15241e30323ae6f491011779d53f9a5487@mainnet-seed1.firmachain.dev:26656,04cce0da4cf5ceb5ffc04d158faddfc5dc419154@mainnet-seed2.firmachain.dev:26656,940977bdc070422b3a62e4985f2fe79b7ee737f7@mainnet-seed3.firmachain.dev:26656'
minimum_gas_price: ''
minimum_gas_price: '0.15ufct'
custom_port_prefix: 164

# [Optional] Snapshot
Expand Down
6 changes: 3 additions & 3 deletions group_vars/mainnets/functionx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ network: functionx
folder: '.fxcore'
daemon: fxcored
chain_id: fxcore
node_version: v6.0.0
node_version: v7.5.0
repo: https://github.com/functionx/fx-core.git
genesis: 'https://raw.githubusercontent.com/FunctionX/fx-core/main/public/mainnet/genesis.json'
seeds: 'c5877d9d243af1a504caf5b7f7a9c915b3ae94ae@fxcore-mainnet-seed-node-1.functionx.io:26656,b289311ece065c813287e3a25835bb6378999aa5@fxcore-mainnet-seed-node-2.functionx.io:26656,96f04dffc25ffcce11e179581d2a3ab6cb5535d5@fxcore-mainnet-node-1.functionx.io:26656,836ded83bac83a4ac8511826fa1ad4ca2238f960@fxcore-mainnet-node-2.functionx.io:26656,7c7a260eeefda37eac896ae423e78cf345a2ef70@fxcore-mainnet-node-3.functionx.io:26656,0fee38117655b6961319950d6beb929fb194217c@fxcore-mainnet-node-4.functionx.io:26656,6e8818051a2ca9b8be67a6f2ba48c33d8c489d5c@fxcore-mainnet-node-5.functionx.io:26656'
minimum_gas_price: '0FX'
custom_port_prefix: 242
upgrade_folder: 'v6.0.x'
update_website_immediately: false
upgrade_folder: 'v7.5.x'
update_website_immediately: true

# [Optional] Snapshot
snapshot_hour: 0
Expand Down
4 changes: 2 additions & 2 deletions group_vars/mainnets/haqq.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ network: haqq
folder: '.haqqd'
daemon: haqqd
chain_id: haqq_11235-1
node_version: v1.7.7
node_version: v1.7.8
repo: https://github.com/haqq-network/haqq
genesis: https://raw.githubusercontent.com/haqq-network/mainnet/master/genesis.json
peers: '8625047e1858c7ca78479cd78fe74b30b8ba57ec@3.78.97.208:26656,06d4ec992e28607c8bb7b7f121f8e0f90ec05f83@65.21.170.3:33656,fb0b8dfc6d81be517e8150f532c5d5ef09e5c898@34.88.105.219:26656,dac3545d1ffa2ece3e2995450d56b3944fd6191c@135.181.79.62:36656,bd738b2960604f5baf8d4b680f2b9e95a1c98cc7@65.108.229.93:31656,1c700022bbb126a8e30ba035ffe750a7558b48a8@3.78.4.71:26656,977238095690cbbc57e2299f737c4258e0547cbd@34.107.55.236:26656,25d52d5083e132c309781859236e7cb9737bf090@51.81.245.118:26656,e04d814cf820c498e64153c27b021be1a70b6f6b@65.109.33.48:25656,7e26b89dd3e4cda025f068a7d553a9330dedb9a1@3.76.61.1:26656'
upgrade_folder: v1.7.7
upgrade_folder: v1.7.8
minimum_gas_price: '0aislm'
custom_port_prefix: 240

Expand Down
4 changes: 2 additions & 2 deletions group_vars/mainnets/jackal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ network: jackal
folder: '.canine'
daemon: canined
chain_id: jackal-1
node_version: v4.0.1
node_version: v4.0.3
repo: https://github.com/JackalLabs/canine-chain
genesis: 'https://cdn.discordapp.com/attachments/1002389406650466405/1034968352591986859/updated_genesis2.json'
seeds: 'ade4d8bc8cbe014af6ebdf3cb7b1e9ad36f412c0@seeds.polkachu.com:17556'
minimum_gas_price: 0.002ujkl
custom_port_prefix: 175
upgrade_folder: v4
update_website_immediately: false
update_website_immediately: true

# [Optional] Snapshot
snapshot_hour: 4
Expand Down
6 changes: 3 additions & 3 deletions group_vars/mainnets/migaloo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ network: migaloo
folder: '.migalood'
daemon: migalood
chain_id: 'migaloo-1'
node_version: 'v4.1.4-fix'
node_version: v4.2.2
repo: 'https://github.com/White-Whale-Defi-Platform/migaloo-chain'
genesis: 'https://raw.githubusercontent.com/White-Whale-Defi-Platform/migaloo-chain/release/v1.0.x/networks/mainnet/genesis.json'
seeds: '013226057046995f2fa6cbaaa4a1d90508ddc2c1@tenderseed.ccvalidators.com:26013'
custom_port_prefix: 207
minimum_gas_price: '1uwhale'
upgrade_folder: 'v4.1.2'
update_website_immediately: true
upgrade_folder: v4.2.2
update_website_immediately: false

# [Optional] Snapshot
snapshot_hour: 1
Expand Down
4 changes: 2 additions & 2 deletions group_vars/mainnets/neutron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ network: neutron
folder: '.neutrond'
daemon: neutrond
chain_id: neutron-1
node_version: v4.0.1
node_version: v4.2.0
repo: 'https://github.com/neutron-org/neutron'
genesis: 'https://raw.githubusercontent.com/neutron-org/mainnet-assets/main/neutron-1-genesis.json'
seeds: '24f609fb5946ca3a979f40b7f54132c00104433e@p2p-erheim.neutron-1.neutron.org:26656'
minimum_gas_price: '0untrn'
upgrade_folder: v4.0.1
custom_port_prefix: 191
update_website_immediately: false
update_website_immediately: true

# [Optional] Snapshot
snapshot_hour: 1
Expand Down
4 changes: 2 additions & 2 deletions group_vars/mainnets/nolus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ network: nolus
folder: '.nolus'
daemon: nolusd
chain_id: pirin-1
node_version: v0.5.3
node_version: v0.6.2
repo: https://github.com/nolus-protocol/nolus-core.git
genesis: 'https://raw.githubusercontent.com/nolus-protocol/nolus-networks/main/mainnet/pirin-1/genesis.json?raw=true'
seeds: '20e1000e88125698264454a884812746c2eb4807@seeds.lavenderfive.com:11956,ebc272824924ea1a27ea3183dd0b9ba713494f83@nolus-mainnet-seed.autostake.com:27016,400f3d9e30b69e78a7fb891f60d76fa3c73f0ecc@nolus.rpc.kjnodes.com:14359'
peers: 'e690dc0b52e8289e88ef8d944c0324da758af9c8@65.108.238.166:19756'
minimum_gas_price: '0.0025unls'
custom_port_prefix: 197
upgrade_folder: v0.5.3
upgrade_folder: v0.6.2
update_website_immediately: false

# [Optional] Snapshot
Expand Down
5 changes: 3 additions & 2 deletions group_vars/mainnets/odin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@ network: odin
folder: '.odin'
daemon: odind
chain_id: odin-mainnet-freya
node_version: v0.9.3
node_version: v0.9.4
repo: https://github.com/ODIN-PROTOCOL/odin-core
genesis: https://storage.googleapis.com/odin-mainnet-freya/genesis-4.1.json
peers: 'd23013e1a0a82d71d251f96c63609ee88af2e29c@34.38.73.153:26656,3ae5858dbad9c65f07f1bd8ccf6c2bf9e089dbb1@34.78.8.181:26656,5cfe57184c002bf2050b5a1d1d247dccf18784f1@34.78.212.147:26656'
peers: 'eea4ca7b9d5b5618ac61aa53721bb60c8c8c1200@65.108.238.219:16856'
seeds: 'ade4d8bc8cbe014af6ebdf3cb7b1e9ad36f412c0@seeds.polkachu.com:16856'
minimum_gas_price: '0.0125loki'
upgrade_folder: v0.9.3
custom_port_prefix: 168
Expand Down
4 changes: 2 additions & 2 deletions group_vars/mainnets/orai.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ network: orai
folder: '.oraid'
daemon: oraid
chain_id: Oraichain
node_version: 'v0.41.8'
node_version: 'v0.42.2'
repo: 'https://github.com/oraichain/orai.git'
genesis: 'https://snapshots.polkachu.com/genesis/orai/genesis.json'
peers: 'd263c8c8fdd279d33de643c3baffbe053d0a8a73@18.223.242.70:26656,e32c5d1c5f4cbef6d6910fc5b828741cb1bfd08f@18.221.220.160:26656'
upgrade_folder: v0.41.8
upgrade_folder: v0.42.2
custom_port_prefix: 233

# [Optional] Snapshot
Expand Down
4 changes: 2 additions & 2 deletions group_vars/mainnets/paloma.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ network: paloma
folder: '.paloma'
daemon: palomad
chain_id: 'messenger'
node_version: 'v1.15.5'
node_version: 'v2.0.0'
repo: https://github.com/palomachain/paloma
genesis: https://raw.githubusercontent.com/palomachain/mainnet/master/messenger/genesis.json
custom_port_prefix: 121
upgrade_folder: 'v1.15.5'
upgrade_folder: 'v2.0.0'
seeds: 'ade4d8bc8cbe014af6ebdf3cb7b1e9ad36f412c0@seeds.polkachu.com:12156'
update_website_immediately: false

Expand Down
6 changes: 3 additions & 3 deletions group_vars/mainnets/quasar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ network: quasar
folder: '.quasarnode'
daemon: quasarnoded
chain_id: quasar-1
node_version: v1.0.1
node_version: v2.0.1
repo: https://github.com/quasar-finance/quasar
genesis: https://raw.githubusercontent.com/quasar-finance/networks/main/quasar-1/definitive-genesis.json
peers: '298e0e1faf8a5da43514cc2908d2908658e732a0@38.146.3.148:18256,49b72b4c79d589955a5004797b45ee306da6a889@143.42.237.237:26656,631775a6e058b5dfca4c68dfb3afec5126301c1b@51.75.146.179:8090,b417b1e3125ad895a280999f0749bca3f871bfd2@65.21.193.117:8090,771659b9205187f9094f894c65d29effa79fdd2c@18.156.191.84:26656'
seeds: 'ade4d8bc8cbe014af6ebdf3cb7b1e9ad36f412c0@seeds.polkachu.com:18256'
custom_port_prefix: 182
minimum_gas_price: '0.01ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B,0.01ibc/FA0006F056DB6719B8C16C551FC392B62F5729978FC0B125AC9A432DBB2AA1A5,0.01ibc/FA7775734CC73176B7425910DE001A1D2AD9B6D9E93129A5D0750EAD13E4E63A,0.1uqsr'
upgrade_folder: v1
update-website_immediately: true
upgrade_folder: v2
update-website_immediately: false

# [Optional] Snapshot
snapshot_hour: 1
Expand Down
6 changes: 3 additions & 3 deletions group_vars/mainnets/quicksilver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ network: quicksilver
folder: '.quicksilverd'
daemon: quicksilverd
chain_id: quicksilver-2
node_version: v1.6.1-hf
node_version: v1.6.3
repo: https://github.com/ingenuity-build/quicksilver.git
genesis: https://raw.githubusercontent.com/ingenuity-build/mainnet/main/genesis.json
seeds: 'ade4d8bc8cbe014af6ebdf3cb7b1e9ad36f412c0@seeds.polkachu.com:11156'
custom_port_prefix: 111
upgrade_folder: v1.6.1
update_website_immediately: true
upgrade_folder: v1.6.3
update_website_immediately: false
minimum_gas_price: '0uqck'

# [Optional] Snapshot
Expand Down
3 changes: 2 additions & 1 deletion group_vars/mainnets/router.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@ network: router
folder: '.routerd'
daemon: routerd
chain_id: 'router_9600-1'
node_version: 2.0.0-nitro
node_version: 2.1.6-nitro
repo: TBD
genesis: 'https://snapshots.polkachu.com/genesis/router/genesis.json'
peers: '49e4a20d999fe27868a67fc72bc6bf0e1424a610@188.214.133.133:26656,e90a88795977f7cc24982d5684f0f5a4581cd672@185.8.104.157:26656,fbb30fa866f318e9e1c48188711526fc69f66d18@188.214.133.174:26656,a44836418adad0b207469c73e09216831d81edaa@65.109.69.59:23756'
minimum_gas_price: '0route'
custom_port_prefix: 237
upgrade_folder: 2.1.1-nitro-to-2.1.6

# [Optional] Snapshot
snapshot_hour: 0
Expand Down
6 changes: 3 additions & 3 deletions group_vars/mainnets/sei.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ network: sei
folder: '.sei'
daemon: seid
chain_id: 'pacific-1'
node_version: 'v5.5.5'
node_version: 'v5.7.5'
repo: https://github.com/sei-protocol/sei-chain.git
genesis: 'https://snapshots.polkachu.com/genesis/sei/genesis.json'
peers: '380c732671cec070a9a7b979d277e26325f26d61@136.243.67.189:11956'
seed: 'ade4d8bc8cbe014af6ebdf3cb7b1e9ad36f412c0@seeds.polkachu.com:11956'
custom_port_prefix: 119
upgrade_folder: v5.5.5
upgrade_folder: v5.7.5
minimum_gas_price: 0.02usei
update_website_immediately: true
update_website_immediately: false
gas_params: '--fees 20000usei'

# [Optional] Snapshot
Expand Down
4 changes: 2 additions & 2 deletions group_vars/mainnets/sge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ network: sge
folder: '.sge'
daemon: sged
chain_id: sgenet-1
node_version: v1.7.0-tmfix
node_version: v1.7.2
repo: https://github.com/sge-network/sge
genesis: 'https://raw.githubusercontent.com/sge-network/networks/master/mainnet/sgenet-1/genesis.json'
seeds: 'ade4d8bc8cbe014af6ebdf3cb7b1e9ad36f412c0@seeds.polkachu.com:17756'
peers: '4980b478f91de9be0564a547779e5c6cb07eb995@3.239.15.80:26656,0e7042be1b77707aaf0597bb804da90d3a606c08@3.88.40.53:26656'
minimum_gas_price: '10usge'
custom_port_prefix: 177
upgrade_folder: v1.7.0
upgrade_folder: v1.7.2
update_website_immediately: false

# [Optional] Snapshot
Expand Down
2 changes: 1 addition & 1 deletion group_vars/mainnets/source.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ network: source
folder: '.source'
daemon: sourced
chain_id: 'source-1'
node_version: 'v3.0.1'
node_version: 'v3.0.3'
repo: 'https://github.com/Source-Protocol-Cosmos/source.git'
genesis: 'https://raw.githubusercontent.com/Source-Protocol-Cosmos/mainnet/master/source-1/genesis.json'
peers: '96d63849a529a15f037a28c276ea6e3ac2449695@34.222.1.252:26656,0107ac60e43f3b3d395fea706cb54877a3241d21@35.87.85.162:26656'
Expand Down
2 changes: 1 addition & 1 deletion group_vars/mainnets/terra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ network: terra
folder: '.terra'
daemon: terrad
chain_id: 'phoenix-1'
node_version: 'v2.11.4'
node_version: 'v2.11.7'
repo: https://github.com/terra-money/core
genesis: 'https://phoenix-genesis.s3.us-west-1.amazonaws.com/genesis.json'
seeds: 'ade4d8bc8cbe014af6ebdf3cb7b1e9ad36f412c0@seeds.polkachu.com:11756'
Expand Down
Loading

0 comments on commit cf844e4

Please sign in to comment.