Skip to content

Commit

Permalink
fix: EOL
Browse files Browse the repository at this point in the history
  • Loading branch information
nitinmittal23 committed Aug 5, 2024
1 parent c30c349 commit f9819c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions test/debug.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ const execute = async () => {
const mumbaiERC721Token = client.erc721(pos.child.erc721);
const goerliERC1155Token = client.erc1155(pos.parent.erc1155, true);
const mumbaiERC1155Token = client.erc1155(pos.child.erc1155);
console.log(client.client.parent)
let tx = await client.depositEther(1, "0xD7Fbe63Db5201f71482Fa47ecC4Be5e5B125eF07", {
const tx = await client.depositEther(1, "0xD7Fbe63Db5201f71482Fa47ecC4Be5e5B125eF07", {
returnTransaction: true
})
console.log(tx)
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@
"dist",
"lib"
]
}
}

0 comments on commit f9819c5

Please sign in to comment.