Skip to content

Commit

Permalink
feat: update deploy fee
Browse files Browse the repository at this point in the history
  • Loading branch information
hstove committed Nov 8, 2023
1 parent 341ef80 commit 7430a23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/deployer/deploy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export async function getDeployerBalance() {
return balance;
}

export const DEPLOY_FEE = 100000n;
export const DEPLOY_FEE = 250000n;

export async function deployWrapper({ wrapperId, nonce }: { wrapperId: string; nonce: number }) {
const code = getNameWrapperCode();
Expand Down

0 comments on commit 7430a23

Please sign in to comment.