Closed lalexgap closed 1 year ago
Move the initial deposit and the intermediary balance to the .env file so we can easily adjust the balances for different chains.
.env
It also cleans up the deploy script a bit.
yarn test seemed to fail when I tried to use import.meta outside of a tsx file (even if I used // @ts-expect-error) so the intermediary balance env var is now loaded in the UI and passed in.
yarn test
import.meta
tsx
// @ts-expect-error
Move the initial deposit and the intermediary balance to the
.env
file so we can easily adjust the balances for different chains.It also cleans up the deploy script a bit.