Skip to content

Commit

Permalink
fix: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cgilbe27 committed Aug 2, 2024
1 parent 31b305d commit dcde553
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/sdk/msg/eth.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ describe("setupEthMsgExtension", () => {
authority: "",
params: {
evmDenom: "",
createFuntokenFee: "",
enableCreate: true,
enableCall: true,
extraEips: [new Long(0)],
Expand All @@ -67,6 +68,7 @@ describe("setupEthMsgExtension", () => {
authority: "",
params: {
evmDenom: "",
createFuntokenFee: "",
enableCreate: true,
enableCall: true,
extraEips: [new Long(0)],
Expand Down

0 comments on commit dcde553

Please sign in to comment.