Skip to content

Commit

Permalink
ci: fix Slither CI
Browse files Browse the repository at this point in the history
  • Loading branch information
LilaRest committed Feb 26, 2024
1 parent d8bdedd commit 7be62a5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
Binary file modified bun.lockb
Binary file not shown.
6 changes: 3 additions & 3 deletions foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ optimizer_runs = 200
evm_version = "london"

[profile.default.fuzz]
runs = 10000
runs = 250

[profile.default.invariant]
runs = 10000
depth = 50
runs = 250
depth = 20

[profile.ci.fuzz]
runs = 10000
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,12 @@
"graph:linea-deploy": "graph deploy --node https://graph-deploy.linea.build/ --ipfs https://graph-ipfs.linea.build LedgityLabs/LedgityYield ./subgraph/linea-subgraph.yaml",
"graph:linea-remove": "graph remove --node https://graph-deploy.linea.build/ LedgityLabs/LedgityYield",
"graph:arbitrum-gen": "cd subgraph && graph codegen ./arbitrum-subgraph.yaml && graph build ./arbitrum-subgraph.yaml",
"graph:arbitrum-deploy": "graph deploy --studio ledgity-yield-arbitrum ./subgraph/arbitrum-subgraph.yaml"
"graph:arbitrum-deploy": "graph deploy --studio ledgity-yield-arbitrum ./subgraph/arbitrum-subgraph.yaml"
},
"dependencies": {
"@auth/prisma-adapter": "^1.0.11",
"@graphprotocol/client-add-source-name": "2.0.0",
"@graphprotocol/graph-cli": "^0.68.0",
"@graphql-mesh/transform-prefix": "0.96.5",
"@graphql-tools/utils": "9.2.1",
"@prisma/client": "^5.7.0",
"@radix-ui/react-alert-dialog": "^1.0.5",
Expand Down

0 comments on commit 7be62a5

Please sign in to comment.