diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 45faac8..7839f58 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1,5 +1,9 @@ name: ci +env: + RPC_ARBITRUM: ${{ secrets.RPC_ARBITRUM }} + RPC_MAINNET: ${{ secrets.RPC_MAINNET }} + on: [push] jobs: diff --git a/src/Sunrise.huff b/src/Sunrise.huff index 8758e1e..cf2d483 100644 --- a/src/Sunrise.huff +++ b/src/Sunrise.huff @@ -20,10 +20,6 @@ // 000000000000000000000000bc4de0a59d8af0af3e66e08e488400aa6f8bb0fb receipient // 0000000000000000000000000000000000000000000000000000000000000001 LibTransfer.To mode -// TODO: do gas comparison --> see huff repos and how they do it -// TODO: Add tests with createselectfork for both arb and mainnet -// TODO: Add simple ci for tests and gas comparison - /* Encodes the call and calls the sunrise funstion on the beanstalk protocol * Note: Forwards all gas to beanstalk as estimated by the caller */