Skip to content

Commit

Permalink
unit test comment update
Browse files Browse the repository at this point in the history
  • Loading branch information
sirarthurmoney committed Nov 8, 2023
1 parent 3a5bd3d commit cf4348d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/oft/v2/NativeOFTWithFee.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ describe("NativeOFTWithFee: ", function () {
it("sendFrom() w/ fee change - tokens from main to other chain", async function () {
expect(await ethers.provider.getBalance(localEndpoint.address)).to.be.equal(ethers.utils.parseEther("0"))

// set default fee to 50%
// set default fee to 0.01%
await nativeOFTWithFee.setDefaultFeeBp(1)
await nativeOFTWithFee.setFeeOwner(bob.address)

Expand Down

0 comments on commit cf4348d

Please sign in to comment.