Skip to content

Commit

Permalink
Problem: recent version of pystarport is not used (#294)
Browse files Browse the repository at this point in the history
* Problem: recent version of pystarport is not used

* poetry update pystarport

* fix upgrade
  • Loading branch information
mmsqe authored Aug 21, 2023
1 parent a8709fe commit 1ed6685
Show file tree
Hide file tree
Showing 2 changed files with 1,189 additions and 1,190 deletions.
11 changes: 5 additions & 6 deletions tests/integration_tests/configs/default.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,11 @@
validators: [{
coins: '1000000000000000000stake,10000000000000000000000aphoton',
staked: '1000000000000000000stake',
mnemonic: '${VALIDATOR1_MNEMONIC}',
}, {
coins: '1000000000000000000stake,10000000000000000000000aphoton',
staked: '1000000000000000000stake',
mnemonic: '${VALIDATOR2_MNEMONIC}',
}],
mnemonic: mnemonic,
client_config: {
'broadcast-mode': 'block',
},
} for mnemonic in ['${VALIDATOR1_MNEMONIC}', '${VALIDATOR2_MNEMONIC}']],
accounts: [{
name: 'community',
coins: '10000000000000000000000aphoton',
Expand Down
Loading

0 comments on commit 1ed6685

Please sign in to comment.