Skip to content

Commit

Permalink
feat: simplify
Browse files Browse the repository at this point in the history
Signed-off-by: Pablo Maldonado <[email protected]>
  • Loading branch information
md0x committed Jul 16, 2024
1 parent c092f09 commit de05da5
Show file tree
Hide file tree
Showing 20 changed files with 4 additions and 3,121 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
echo 'PROVIDER_URL="https://mainnet.infura.io/v3/00000000000000000000000000000000"' > .env
echo 'PROVIDER_WSS="wss://mainnet.infura.io/ws/v3/00000000000000000000000000000000"' >> .env
echo 'FORWARD_URL="https://relay.flashbots.net"' >> .env
echo 'OVAL_CONFIGS="{\"0x000000000000000000000000000000000000beef\":{\"unlockerKey\":\"0x000000000000000000000000000000000000000000000000000000000000beef\",\"refundAddress\":\"0x000000000000000000000000000000000000beef\",\"refundPercent\":90}}"' >> .env
echo 'AUTH_PRIVATE_KEY="0x000000000000000000000000000000000000000000000000000000000000beef"' >> .env
echo 'OVAL_CONFIGS="{"0x000000000000000000000000000000000000beef":{"unlockerKey":"0x000000000000000000000000000000000000000000000000000000000000beef","refundAddress":"0x000000000000000000000000000000000000beef","refundPercent":90}}"' >> .env
echo 'AUTH_PRIVATE_KEY="0x0000000000000000000000000000000000000000000000000000000000000000"' >> .env
echo 'MAINNET_BLOCK_OFFSET=5' >> .env
- name: "Run the tests"
Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
"build": "tsc",
"test": " mocha",
"start": "node ./out/index.js",
"lint": "prettier './**/*.ts' --write",
"generate-contract-types": "rm -rf src/contract-types && mkdir -p src/contract-types && typechain --target ethers-v6 --out-dir src/contract-types 'src/abi/*.json'"
"lint": "prettier './**/*.ts' --write"
}
}
}
1 change: 0 additions & 1 deletion src/abi/PermissionProxy.json

This file was deleted.

1 change: 0 additions & 1 deletion src/abi/StandardChainlinkFactory.json

This file was deleted.

1 change: 0 additions & 1 deletion src/abi/StandardChronicleFactory.json

This file was deleted.

1 change: 0 additions & 1 deletion src/abi/StandardCoinbaseFactory.json

This file was deleted.

1 change: 0 additions & 1 deletion src/abi/StandardPythFactory.json

This file was deleted.

249 changes: 0 additions & 249 deletions src/contract-types/PermissionProxy.ts

This file was deleted.

Loading

0 comments on commit de05da5

Please sign in to comment.