Skip to content

Commit 6b3762e

Browse files
authored
Merge pull request #5 from sei-protocol/fix/pacific1-genesis-params
fix: add params module to pacific-1 genesis
2 parents 83fd794 + be978d9 commit 6b3762e

3 files changed

Lines changed: 24 additions & 4 deletions

File tree

chains/arctic-1/genesis.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28461,8 +28461,12 @@
2846128461
"price_snapshots": []
2846228462
},
2846328463
"params": {
28464-
"fees_params": {
28465-
"global_minimum_gas_prices": "0.400000000000000000"
28464+
"feesParams": {
28465+
"globalMinimumGasPrices": [{"denom": "usei", "amount": "0.020000000000000000"}]
28466+
},
28467+
"cosmosGasParams": {
28468+
"cosmosGasMultiplierNumerator": "1",
28469+
"cosmosGasMultiplierDenominator": "1"
2846628470
}
2846728471
},
2846828472
"slashing": {

chains/atlantic-2/genesis.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26284,7 +26284,15 @@
2628426284
"aggregate_exchange_rate_votes": [],
2628526285
"price_snapshots": []
2628626286
},
26287-
"params": null,
26287+
"params": {
26288+
"feesParams": {
26289+
"globalMinimumGasPrices": [{"denom": "usei", "amount": "0.020000000000000000"}]
26290+
},
26291+
"cosmosGasParams": {
26292+
"cosmosGasMultiplierNumerator": "1",
26293+
"cosmosGasMultiplierDenominator": "1"
26294+
}
26295+
},
2628826296
"slashing": {
2628926297
"params": {
2629026298
"signed_blocks_window": "10000",

chains/pacific-1/genesis.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2437,7 +2437,15 @@
24372437
"aggregate_exchange_rate_votes": [],
24382438
"price_snapshots": []
24392439
},
2440-
"params": null,
2440+
"params": {
2441+
"feesParams": {
2442+
"globalMinimumGasPrices": [{"denom": "usei", "amount": "0.020000000000000000"}]
2443+
},
2444+
"cosmosGasParams": {
2445+
"cosmosGasMultiplierNumerator": "1",
2446+
"cosmosGasMultiplierDenominator": "1"
2447+
}
2448+
},
24412449
"slashing": {
24422450
"params": {
24432451
"signed_blocks_window": "108000",

0 commit comments

Comments
 (0)