You can find the current contracts here
USDGLO is deployed on:
npm install
npm run prepare
npm run compile
npm run test
forge test --no-match-contract USDGLO_Fork_Test
npx hardhat node --fork $ETH_RPC_URL
npx hardhat run --network localhost scripts/forceImport.ts
npx hardhat run --network localhost scripts/prepareUpgrade2.ts
forge test --match-contract USDGLO_Fork --rpc-url http://127.0.0.1:8545
forge test --match-test invariant_sumOfBalancesIsNeverMoreThanMaxAllowed
npm run coverage
REPORT_GAS=True npm run test
npm run slither
npm run fmt