Skip to content

Commit

Permalink
Update value to dispense (#20)
Browse files Browse the repository at this point in the history
* update: The value to be transferred was updated from 0.05 to 0.005
  • Loading branch information
krlz16 authored May 15, 2024
1 parent a2097cc commit 4f409a3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dev-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"FAUCET_PRIVATE_KEY": "c3d40c98585e2c61add9c6a94b66cd7f5c5577e45d900c6c0e3139df1310292f",
"GAS_PRICE": 60000000,
"GAS_LIMIT": 100000,
"VALUE_TO_DISPENSE": 0.00005,
"VALUE_TO_DISPENSE": 0.005,
"TAG_MANAGER_ID": "NO_ID"
}
2 changes: 1 addition & 1 deletion prod-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"SITE_KEY_CAPTCHA": "",
"GAS_PRICE": 60000000,
"GAS_LIMIT": 100000,
"VALUE_TO_DISPENSE": 0.05,
"VALUE_TO_DISPENSE": 0.005,
"TAG_MANAGER_ID": "NO_ID"
}
2 changes: 1 addition & 1 deletion test-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
"FAUCET_PRIVATE_KEY": "c3d40c98585e2c61add9c6a94b66cd7f5c5577e45d900c6c0e3139df1310292f",
"GAS_PRICE": 60000000,
"GAS_LIMIT": 100000,
"VALUE_TO_DISPENSE": 0.05
"VALUE_TO_DISPENSE": 0.005
}

0 comments on commit 4f409a3

Please sign in to comment.