Temporary change of hardcoded base minter creation fee

This commit is contained in:
Serkan Reis
2023-03-31 14:47:26 +03:00
parent e96a7e12fe
commit a1db0f0572
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -91,7 +91,7 @@ export const baseFactory = (client: SigningCosmWasmClient, txSigner: string): Ba
sender: txSigner,
contract: contractAddress,
msg,
funds: [coin(updatable ? '3000000000' : '250000000', 'ustars')],
funds: [coin(updatable ? '3000000000' : '1000000000', 'ustars')],
}
}