Skip to content

Commit

Permalink
Add MilkyWay v3
Browse files Browse the repository at this point in the history
  • Loading branch information
RiccardoM committed Dec 17, 2024
1 parent 4cc271e commit e725331
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 16 deletions.
32 changes: 16 additions & 16 deletions milkyway/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
]
},
Expand Down
45 changes: 45 additions & 0 deletions milkyway/versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": ""
}
]
Expand Down

0 comments on commit e725331

Please sign in to comment.