Update total supply value of test token to be 11B.

pull/3317/head
derekpierre 2023-10-30 14:17:31 -04:00 committed by KPrasch
parent 4ee0963666
commit 8e5807c676
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ test_logger = Logger("acceptance-test-logger")
# ERC-20
TOTAL_SUPPLY = Web3.to_wei(10_000_000_000, "ether")
TOTAL_SUPPLY = Web3.to_wei(11_000_000_000, "ether")
NU_TOTAL_SUPPLY = Web3.to_wei(
1_000_000_000, "ether"
) # TODO NU(1_000_000_000, 'NU').to_units()