Skip to content

Commit

Permalink
Bridge
Browse files Browse the repository at this point in the history
  • Loading branch information
kobs30 committed Jul 29, 2024
1 parent 5322089 commit 6de97b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions x/gov/genesis_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ func TestSimappExportGenesis(t *testing.T) {
"veto_threshold": "0.334000000000000000",
"autocompound_interval_num_blocks": "17280",
"downtime_inactive_duration": "600",
"bridge_address": "test",
"bridge_address": "test"
},
"execution_fees": [
{
Expand Down Expand Up @@ -514,7 +514,7 @@ func TestExportInitGenesis(t *testing.T) {
"veto_threshold": "0.334000000000000000",
"autocompound_interval_num_blocks": "17280",
"downtime_inactive_duration": "600",
"bridge_address": "test",
"bridge_address": "test"
},
"execution_fees": [
{
Expand Down

0 comments on commit 6de97b5

Please sign in to comment.