File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -32,13 +32,13 @@ async def main() -> None:
3232 await client .sync_timeout_height ()
3333
3434 # load account
35- priv_key = PrivateKey .from_hex ("5d386fbdbf11f1141010f81a46b40f94887367562bd33b452bbaa6ce1cd1381e " )
35+ priv_key = PrivateKey .from_hex ("f9db9bf330e23cb7839039e944adef6e9df447b90b503d5b4464c90bea9022f3 " )
3636 pub_key = priv_key .to_public_key ()
3737 address = await pub_key .to_address ().async_init_num_seq (network .lcd_endpoint )
3838
3939 # prepare tx msg
4040 validator_address = "injvaloper1ultw9r29l8nxy5u6thcgusjn95vsy2caw722q5"
41- amount = 1
41+ amount = 100
4242
4343 msg = composer .MsgDelegate (
4444 delegator_address = address .to_acc_bech32 (),
Original file line number Diff line number Diff line change @@ -32,12 +32,12 @@ async def main() -> None:
3232 await client .sync_timeout_height ()
3333
3434 # load account
35- priv_key = PrivateKey .from_hex ("5d386fbdbf11f1141010f81a46b40f94887367562bd33b452bbaa6ce1cd1381e " )
35+ priv_key = PrivateKey .from_hex ("f9db9bf330e23cb7839039e944adef6e9df447b90b503d5b4464c90bea9022f3 " )
3636 pub_key = priv_key .to_public_key ()
3737 address = await pub_key .to_address ().async_init_num_seq (network .lcd_endpoint )
3838
3939 # prepare tx msg
40- validator_address = "injvaloper14gy4acwjm96wd20awm9ar6j54lev5p7espy9ug "
40+ validator_address = "injvaloper1ultw9r29l8nxy5u6thcgusjn95vsy2caw722q5 "
4141
4242 msg = composer .MsgWithdrawDelegatorReward (
4343 delegator_address = address .to_acc_bech32 (),
You can’t perform that action at this time.
0 commit comments