Skip to content

Commit

Permalink
wip: making script work with testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
xenide committed Sep 18, 2024
1 parent c48e2e6 commit cac6e82
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,6 @@ int_types = "long"

[profile.script]
optimizer_runs = 1_000_000

[rpc_endpoints]
sepolia = "https://1rpc.io/sepolia"
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"ci": "forge build --force && npm run lint:check && npm run test:unit && npm run gas:check && npm run slither:check",
"clean": "forge clean",
"coverage": "export FOUNDRY_PROFILE=coverage && forge coverage --report lcov",
"deploy:testnet": "forge script script/Deploy.s.sol --target-contract Deploy --sig \"run()\" --fork-url \"https://1rpc.io/sepolia\" --broadcast -vvvv",
"eslint": "npm run eslint:check",
"eslint:check": "eslint scripts",
"eslint:fix": "eslint scripts --fix",
Expand Down

0 comments on commit cac6e82

Please sign in to comment.