Skip to content

Commit

Permalink
Merge pull request #14 from argentlabs/chore/fix-readme
Browse files Browse the repository at this point in the history
chore: fix readme
  • Loading branch information
bluecco authored May 28, 2024
2 parents eeab56a + 46ad8d4 commit 3938f46
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ const { contractAddress, entrypoint, calldata } =
[calldata],
address, // the account address
chainId,
"ANY_CALLER", // Optional: default value ANY_CALLER
shortString.encodeShortString("ANY_CALLER"), // Optional: default value ANY_CALLER
execute_after, // Optional: timestamp in seconds - this is the lower value in the range. Default value: 5 mins before Date.now()
execute_before, // Optional: timestamp in seconds - this is the upper value in the range. Default value: 20 mins after Date.now()
nonce: BigNumberish, // Optional: nonce, default value is a random nonce
Expand Down
4 changes: 2 additions & 2 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export default defineConfig({
}),
],

esbuild: {
/* esbuild: {
pure: process.env.NODE_ENV === "production" ? ["console.log"] : [],
},
}, */
})

0 comments on commit 3938f46

Please sign in to comment.