16 lines
319 B
JSON
Raw Normal View History

2023-04-09 12:25:37 +00:00
{
"name": "relayer-penalty-proposal",
"version": "1.0.0",
"description": "",
"main": "index.js",
"directories": {
"lib": "lib",
"test": "test"
},
"scripts": {
2023-04-09 15:23:53 +00:00
"test": "forge test -vvvvv --fork-url https://api.securerpc.com/v1 --block-number 17011300"
2023-04-09 12:25:37 +00:00
},
"author": "",
"license": "ISC"
}