Skip to content

Commit

Permalink
Fix ethlibs test fixture script
Browse files Browse the repository at this point in the history
  • Loading branch information
sieniven committed Nov 21, 2023
1 parent 8969d1e commit b0ca036
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/ethlibs_test/main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ setup_fixtures() {
"v0/params/feature/transferdomain": "true"}}'
$DEFI_CLI_BIN -regtest generatetoaddress 2 "$OWNERAUTHADDR"

$DEFI_CLI_BIN -regtest transferdomain '[{"src":{"address":"'"$OWNERAUTHADDR"'", "amount":"200@DFI", "domain":2}, "dst":{"address":"'"$ALICE"'", "amount":"200@DFI", "domain":3}}]'
$DEFI_CLI_BIN -regtest transferdomain '[{"src":{"address":"'"$OWNERAUTHADDR"'", "amount":"200@DFI", "domain":2}, "dst":{"address":"'"$ALICE"'", "amount":"200@DFI", "domain":3}, "singlekeycheck": False}]'
$DEFI_CLI_BIN -regtest generatetoaddress 1 "$OWNERAUTHADDR"

$DEFI_CLI_BIN -regtest eth_sendTransaction '{"from":"'"$ALICE"'", "data":"'"$CONTRACT_COUNTER"'", "value":"0x00", "gas":"0x7a120", "gasPrice": "0x22ecb25c00"}'
Expand Down

0 comments on commit b0ca036

Please sign in to comment.