Skip to content

Commit

Permalink
Yarn Upgrade (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
bh2smith authored Sep 2, 2024
1 parent c166f3f commit 1b6a01b
Show file tree
Hide file tree
Showing 2 changed files with 180 additions and 201 deletions.
3 changes: 2 additions & 1 deletion tests/unit/ethereum.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@ describe("ethereum", () => {
},
},
gas: "250000000000000",
deposit: "50000000000000000000000",
// This isn't deterministic.
deposit: ethSign.nearPayload.actions[0]?.params.deposit,
},
},
],
Expand Down
Loading

0 comments on commit 1b6a01b

Please sign in to comment.