Skip to content

Commit

Permalink
fix: attempt yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
JGcarv committed Dec 20, 2023
1 parent 26bc95c commit 5760bfa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/forge-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,4 @@ jobs:
git submodule update --init --recursive
- name: Check contract sizes
run: forge clean && export FOUNDRY_PROFILE=production && ./scripts/check-sizes.sh
run: ./scripts/check-sizes.sh
4 changes: 4 additions & 0 deletions configs/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ packages:
contractName: MaplePoolManagerFactory
- path: contracts/proxy/MaplePoolManagerInitializer.sol
contractName: MaplePoolManagerInitializer
- path: contracts/proxy/MaplePoolManagerMigrator.sol
contractName: MaplePoolManagerMigrator
- path: contracts/proxy/MaplePoolManagerWMMigrator.sol
contractName: MaplePoolManagerWMMigrator
- path: contracts/MaplePool.sol
contractName: MaplePool
- path: contracts/MaplePoolDelegateCover.sol
Expand Down

0 comments on commit 5760bfa

Please sign in to comment.