Skip to content

Commit 72e7ca8

Browse files
committed
fix: amounts in faucet config
1 parent 6be0dc8 commit 72e7ca8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

modules/evm/configs/localnet.module.config.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@
3636
],
3737
"contractAddress": "0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
3838
"owner": "0x10CDF544aeeEbadA19198a21a38D653A95e32272",
39-
"amount": "10",
40-
"burnAmount": "10",
41-
"faucetFund": "10000000000000000000"
39+
"amount": "1",
40+
"burnAmount": "1",
41+
"faucetFund": "1000000000000000000"
4242
}
4343
},
4444
"chain": {

0 commit comments

Comments
 (0)