Skip to content

Y2K-Finance/Earthquake

Folders and files

NameName
Last commit message
Last commit date
Jan 9, 2023
Dec 17, 2022
Sep 9, 2022
Dec 29, 2022
Sep 9, 2022
Aug 18, 2022
Oct 11, 2022
May 10, 2023
Sep 12, 2022
May 10, 2023
May 10, 2023
Mar 8, 2023
Oct 19, 2022
Aug 29, 2022
Jan 11, 2023
Aug 29, 2022
Jan 7, 2023
Aug 18, 2022
Mar 8, 2023
Oct 31, 2022
Dec 11, 2022
May 10, 2023
May 10, 2023
May 10, 2023
Mar 8, 2023
Aug 29, 2022
Aug 29, 2022
Jan 19, 2023

Repository files navigation

Y2K

image

Earthquake V2 Documentation

Foundry / Forge

Resources

Quickstart

Requirements Install Foundry

  • Forge/Foundryup

    • You'll know you've done it right if you can run forge --version
  • Git

    • You'll know you've done it right if you can run git --version
  • Install libs forge update

Deploy

Test in Mainnet Fork

  • make sure to create .env with variables in .env.example
  • currenlty foundry is configured to only run tests in test/v2
  • run forge coverage to see test coverage for V2. Tests for legacy_v1 will not be accounted for
forge test -vv

Makefile

make install