Skip to content

Commit ae46de2

Browse files
committed
increase DAI funds to tests batch payments with big amounts and be above fee USD limit
1 parent fc6887f commit ae46de2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/smart-contracts/scripts/test-deploy-main-payments.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ export default async function deploy(args: any, hre: HardhatRuntimeEnvironment):
6868

6969
// Swap-to-pay related contracts
7070
// Payment erc20: ALPHA
71-
const erc20AlphaInstance = await erc20Factory.deploy('1000000000000000000000000000000');
71+
const erc20AlphaInstance = await erc20Factory.deploy('1000000000000000000000000000000000000');
7272
// Mock a swap router
7373
const { address: FakeSwapRouterAddress } = await deployOne(args, hre, 'FakeSwapRouter');
7474
// 1 ERC20 = 2 ALPHA

0 commit comments

Comments
 (0)