Skip to content

Commit

Permalink
chore(casper): mainnet fee
Browse files Browse the repository at this point in the history
  • Loading branch information
D4mph1r committed Dec 3, 2024
1 parent a4bc8e4 commit d56ee8b
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 = "600000000000";
const COLLECTION_DEPLOY_PLUS_CLAIM_AMOUNT = "580000000000";

export function casperHandler({
rpc,
Expand Down

0 comments on commit d56ee8b

Please sign in to comment.