Citadel-DAO / citadel-contracts

Citadel DAO Core Contracts
31 stars 11 forks source link

Send test user required assets in forknet deploy sript #24

Closed dapp-whisperer closed 2 years ago

dapp-whisperer commented 2 years ago

The current forknet deploy script does not send the assets used in funding to the test user.

The Task

Mint or force CVX and wBTC to the test user, which is signers[0]

You can reference BaseFixture.sol for a solidity version of forcing assets to the test users.

anonachan commented 2 years ago

hi, i just made an PR to this issue: https://github.com/Citadel-DAO/citadel-contracts/pull/35

but i wasn't sure how much token is needed so i just made up some arbitrary amounts

dapp-whisperer commented 2 years ago

arbitrary amounts sound good, merged