diff --git a/packages/MACHINEHASH b/packages/MACHINEHASH index b8db2a5201..a293cde00f 100644 --- a/packages/MACHINEHASH +++ b/packages/MACHINEHASH @@ -1 +1 @@ -0x3197f955bbd671d5074ea6de2e2b2172798b56fb3ac0a1ddb9a13f446aef14b7 \ No newline at end of file +0x1e9ccb390c15a084d695ad2fe83b27bc6212ca120213f2769fe39f6ba3899a17 \ No newline at end of file diff --git a/packages/arb-node-core/ethbridge/inbox_test.go b/packages/arb-node-core/ethbridge/inbox_test.go index b8e5349829..0353bb2c75 100644 --- a/packages/arb-node-core/ethbridge/inbox_test.go +++ b/packages/arb-node-core/ethbridge/inbox_test.go @@ -47,9 +47,9 @@ func TestRetryable(t *testing.T) { test.FailIfError(t, err) arbTx := message.RetryableTx{ Destination: common.RandAddress(), - Value: common.RandBigInt(), - Deposit: big.NewInt(1000), - MaxSubmissionCost: common.RandBigInt(), + Value: big.NewInt(13425), + Deposit: big.NewInt(10000000000), + MaxSubmissionCost: big.NewInt(100000), CreditBack: common.RandAddress(), Beneficiary: common.RandAddress(), MaxGas: common.RandBigInt(),