From e7253317460a78c73c0cd9176075f94729d8ac25 Mon Sep 17 00:00:00 2001 From: Riccardo Montagnin Date: Tue, 17 Dec 2024 09:15:28 +0900 Subject: [PATCH] Add MilkyWay v3 --- milkyway/chain.json | 32 +++++++++++++++--------------- milkyway/versions.json | 45 ++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 61 insertions(+), 16 deletions(-) diff --git a/milkyway/chain.json b/milkyway/chain.json index a747da4703..59f12aff1d 100644 --- a/milkyway/chain.json +++ b/milkyway/chain.json @@ -18,31 +18,31 @@ "fee_tokens": [ { "denom": "ibc/16065EE5282C5217685C8F084FC44864C25C706AC37356B0D62811D50B96920F", - "fixed_min_gas_price": 0.02, - "low_gas_price": 0.025, - "average_gas_price": 0.03, - "high_gas_price": 0.035 + "fixed_min_gas_price": 0.002, + "low_gas_price": 0.0025, + "average_gas_price": 0.003, + "high_gas_price": 0.0035 }, { "denom": "ibc/6C349F0EB135C5FA99301758F35B87DB88403D690E5E314AB080401FEE4066E5", - "fixed_min_gas_price": 0.02, - "low_gas_price": 0.025, - "average_gas_price": 0.03, - "high_gas_price": 0.035 + "fixed_min_gas_price": 0.002, + "low_gas_price": 0.0025, + "average_gas_price": 0.003, + "high_gas_price": 0.0035 }, { "denom": "ibc/8D4FC51F696E03711B9B37A5787FB89BD2DDBAF788813478B002D552A12F9157", - "fixed_min_gas_price": 0.02, - "low_gas_price": 0.025, - "average_gas_price": 0.03, - "high_gas_price": 0.035 + "fixed_min_gas_price": 0.002, + "low_gas_price": 0.0025, + "average_gas_price": 0.003, + "high_gas_price": 0.0035 }, { "denom": "ibc/F1183DB3D428313A6FD329DF18219F9D6B83257D07D292EA9EC1D877E89EC2B0", - "fixed_min_gas_price": 0.02, - "low_gas_price": 0.025, - "average_gas_price": 0.03, - "high_gas_price": 0.035 + "fixed_min_gas_price": 0.002, + "low_gas_price": 0.0025, + "average_gas_price": 0.003, + "high_gas_price": 0.0035 } ] }, diff --git a/milkyway/versions.json b/milkyway/versions.json index 64df799efc..e243bf4f63 100644 --- a/milkyway/versions.json +++ b/milkyway/versions.json @@ -46,6 +46,51 @@ "linux/amd64": "https://github.com/milkyway-labs/milkyway/releases/download/v2.0.0/milkywayd-2.0.0-linux-amd64" }, "previous_version_name": "", + "next_version_name": "v3" + }, + { + "name": "v3", + "tag": "v3.0.0", + "height": 206315, + "recommended_version": "3.0.0", + "compatible_versions": [ + "3.0.0" + ], + "consensus": { + "type": "cometbft", + "version": "v0.38.15", + "repo": "https://github.com/cometbft/cometbft", + "tag": "v0.38.15" + }, + "cosmwasm": { + "version": "v0.53.0", + "repo": "https://github.com/CosmWasm/wasmd", + "tag": "v0.53.0", + "enabled": true + }, + "sdk": { + "type": "cosmos", + "repo": "https://github.com/cosmos/cosmos-sdk", + "version": "v0.50.10", + "tag": "v0.50.10" + }, + "ibc": { + "type": "go", + "version": "8.5.2", + "repo": "https://github.com/cosmos/ibc-go", + "tag": "v8.5.2", + "ics_enabled": [ + "ics20-1" + ] + }, + "language": { + "type": "go", + "version": "1.23" + }, + "binaries": { + "linux/amd64": "https://github.com/milkyway-labs/milkyway/releases/download/v3.0.0/milkywayd-3.0.0-linux-amd64" + }, + "previous_version_name": "v2", "next_version_name": "" } ]