This repository contains the smart contracts for the relayers used in Open Dollar.
Documentation
- Technical Contracts docs: https://contracts.opendollar.com
- Protocol Docs: https://docs.opendollar.com
When running forge
, you can specify the profile to use using the FOUNDRY_PROFILE environment variable. e.g. export FOUNDRY_PROFILE=test && forge test
. Alternatively, you can add FOUNDRY_PROFILE=test
to .env
and run source .env
.
yarn test