Skip to content

Kwenta/KSX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

104330e Β· Oct 25, 2024

History

28 Commits
Jun 4, 2024
Jun 4, 2024
Jun 5, 2024
Jun 5, 2024
Oct 25, 2024
Sep 11, 2024
Jun 4, 2024
Jun 4, 2024
Jun 5, 2024
Jun 4, 2024
Jun 4, 2024
Jun 4, 2024
Jun 5, 2024
Jun 5, 2024
Jun 5, 2024

Repository files navigation

KSX

Github Actions Foundry License: GPL-3.0

Contracts

src/
└── KSXVault.sol

Tests

  1. Follow the Foundry guide to working on an existing project

  2. Build project

npm run compile
  1. Execute tests (requires rpc url(s) to be set in .env)
npm run test
  1. Run specific test

    OPTIMISM_GOERLI_RPC_URL can be replaced with OPTIMISM_RPC_URL if a mainnet fork is desired

forge test --fork-url $(grep OPTIMISM_GOERLI_RPC_URL .env | cut -d '=' -f2) --match-test TEST_NAME -vvv

Deployment Addresses

See deployments/ folder

  1. Optimism deployments found in deployments/Optimism.json
  2. Optimism Goerli deployments found in deployments/OptimismGoerli.json
  3. Base deployments found in deployments/Base.json
  4. Base Goerli deployments found in deployments/BaseGoerli.json

Audits

See audits/ folder

  1. Internal audits found in audits/internal/
  2. External audits found in audits/external/

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages