Skip to content

Commit

Permalink
chore(casper): new contract
Browse files Browse the repository at this point in the history
  • Loading branch information
D4mph1r committed Dec 1, 2024
1 parent 9efc2c0 commit be29759
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 @@ -34,7 +34,7 @@ import { LOCK_WASM } from "./lock.wasm";
import { Serializer } from "./serializer";
import type { TCasperHandler, TCasperParams } from "./types";

const COLLECTION_DEPLOY_PLUS_CLAIM_AMOUNT = "750000000000";
const COLLECTION_DEPLOY_PLUS_CLAIM_AMOUNT = "600000000000";

export function casperHandler({
rpc,
Expand Down

0 comments on commit be29759

Please sign in to comment.