Skip to content

Commit

Permalink
Merge pull request #237 from ElrondNetwork/new-contract-abi
Browse files Browse the repository at this point in the history
New contract abi after security audit
  • Loading branch information
dragos-rebegea authored May 6, 2022
2 parents 34a353b + d1438e9 commit ccdf2c7
Show file tree
Hide file tree
Showing 3 changed files with 92 additions and 19 deletions.
8 changes: 4 additions & 4 deletions clients/ethereum/client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -270,10 +270,10 @@ func TestClient_GetBatch(t *testing.T) {
c.clientWrapper = &bridgeTests.EthereumClientWrapperStub{
GetBatchCalled: func(ctx context.Context, batchNonce *big.Int) (contract.Batch, error) {
return contract.Batch{
Nonce: big.NewInt(112243),
Timestamp: nil,
LastUpdatedTimestamp: nil,
DepositsCount: 2,
Nonce: big.NewInt(112243),
BlockNumber: 0,
LastUpdatedBlockNumber: 0,
DepositsCount: 2,
}, nil
},
GetBatchDepositsCalled: func(ctx context.Context, batchNonce *big.Int) ([]contract.Deposit, error) {
Expand Down
Loading

0 comments on commit ccdf2c7

Please sign in to comment.