Skip to content

Commit

Permalink
chore(casper): amount fix
Browse files Browse the repository at this point in the history
  • Loading branch information
D4mph1r committed Dec 2, 2024
1 parent be29759 commit a4bc8e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/handlers/casper/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ export function casperHandler({
const deploy = n.install(
Buffer.from(CLAIM_WASM, "hex"),
rt_args,
extraArgs?.amount || COLLECTION_DEPLOY_PLUS_CLAIM_AMOUNT,
extraArgs?.amount || "30000000000",
CLPublicKey.fromHex(await signer.getActivePublicKey()),
network,
[],
Expand Down

0 comments on commit a4bc8e4

Please sign in to comment.