Skip to content

Commit

Permalink
chores: fix rosetta tests
Browse files Browse the repository at this point in the history
adjust rosetta test chain setup to match our minSelfDelegation
requirements (1**18 instead of 1)
  • Loading branch information
daeMOn63 committed Aug 20, 2021
1 parent 92e6bd3 commit 66496ee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion contrib/rosetta/configuration/bootstrap.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"symbol":"stake",
"decimals":0
},
"value": "999990000000"
"value": "99999000000000000000000"
}
]
4 changes: 2 additions & 2 deletions contrib/rosetta/configuration/data.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ addr=$(simd keys show fd -a --keyring-backend=test)
val_addr=$(simd keys show fd --keyring-backend=test --bech val -a)

# give the accounts some money
simd add-genesis-account "$addr" 1000000000000stake --keyring-backend=test
simd add-genesis-account "$addr" 100000000000000000000000stake --keyring-backend=test

# save configs for the daemon
simd gentx fd 10000000stake --chain-id testing --keyring-backend=test
simd gentx fd 1000000000000000000stake --chain-id testing --keyring-backend=test

# input genTx to the genesis file
simd collect-gentxs
Expand Down
Binary file modified contrib/rosetta/node/data.tar.gz
Binary file not shown.

0 comments on commit 66496ee

Please sign in to comment.