Add test commands, change configuration
This commit is contained in:
parent
8095571419
commit
ef4f759f0f
1
.gitignore
vendored
1
.gitignore
vendored
@ -16,6 +16,7 @@ docs/
|
||||
|
||||
# Node modules
|
||||
node_modules/
|
||||
package-lock.json
|
||||
|
||||
# yarn
|
||||
yarn.lock
|
||||
|
@ -1,5 +1,6 @@
|
||||
[profile.default]
|
||||
# General
|
||||
solc-version = "0.8.19"
|
||||
src = 'src'
|
||||
out = 'out'
|
||||
libs = ["node_modules", "lib"]
|
||||
@ -14,7 +15,6 @@ optimizer_runs = 200
|
||||
chain_id = 1
|
||||
|
||||
# Tests
|
||||
[profile.ci]
|
||||
verbosity = 3
|
||||
|
||||
[rpc_endpoints]
|
||||
|
@ -5,6 +5,9 @@
|
||||
"author": "AlienTornadosaurusHex",
|
||||
"license": "MIT",
|
||||
"private": false,
|
||||
"scripts": {
|
||||
"test": "forge test --fork-url https://rpc.mevblocker.io --fork-block-number 17415610"
|
||||
},
|
||||
"dependencies": {
|
||||
"@ensdomains/ens-contracts": "^0.0.21",
|
||||
"@openzeppelin/contracts": "^4.9.0",
|
||||
|
Loading…
Reference in New Issue
Block a user