diff --git a/api/src/deployer/deploy.ts b/api/src/deployer/deploy.ts index b1ddc5d..eea1905 100644 --- a/api/src/deployer/deploy.ts +++ b/api/src/deployer/deploy.ts @@ -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();