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
|
||||||
node_modules/
|
node_modules/
|
||||||
|
package-lock.json
|
||||||
|
|
||||||
# yarn
|
# yarn
|
||||||
yarn.lock
|
yarn.lock
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
[profile.default]
|
[profile.default]
|
||||||
# General
|
# General
|
||||||
|
solc-version = "0.8.19"
|
||||||
src = 'src'
|
src = 'src'
|
||||||
out = 'out'
|
out = 'out'
|
||||||
libs = ["node_modules", "lib"]
|
libs = ["node_modules", "lib"]
|
||||||
@ -14,7 +15,6 @@ optimizer_runs = 200
|
|||||||
chain_id = 1
|
chain_id = 1
|
||||||
|
|
||||||
# Tests
|
# Tests
|
||||||
[profile.ci]
|
|
||||||
verbosity = 3
|
verbosity = 3
|
||||||
|
|
||||||
[rpc_endpoints]
|
[rpc_endpoints]
|
||||||
|
@ -5,6 +5,9 @@
|
|||||||
"author": "AlienTornadosaurusHex",
|
"author": "AlienTornadosaurusHex",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"private": false,
|
"private": false,
|
||||||
|
"scripts": {
|
||||||
|
"test": "forge test --fork-url https://rpc.mevblocker.io --fork-block-number 17415610"
|
||||||
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@ensdomains/ens-contracts": "^0.0.21",
|
"@ensdomains/ens-contracts": "^0.0.21",
|
||||||
"@openzeppelin/contracts": "^4.9.0",
|
"@openzeppelin/contracts": "^4.9.0",
|
||||||
|
Loading…
Reference in New Issue
Block a user