Skip to content

Commit

Permalink
Merge pull request #16 from pooltogether/pool-2520-update-implementat…
Browse files Browse the repository at this point in the history
…ions-with-new

Update ERC with latest EIP changes
  • Loading branch information
PierrickGT authored Jan 27, 2023
2 parents 14097d9 + c65cf29 commit 0e228af
Show file tree
Hide file tree
Showing 41 changed files with 3,188 additions and 1,692 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,22 +57,22 @@ jobs:
yarn
yarn typechain
- name: Run relayCalls Arbitrum fork tests
- name: Run dispatchMessageBatch Arbitrum fork tests
continue-on-error: true
env:
MAINNET_RPC_URL: ${{ secrets.MAINNET_RPC_URL }}
ARBITRUM_RPC_URL: ${{ secrets.ARBITRUM_RPC_URL }}
FORK_ENABLED: true
HDWALLET_MNEMONIC: ${{ secrets.HDWALLET_MNEMONIC }}
run: |
yarn fork:startRelayCallsArbitrumMainnet
yarn fork:startDispatchMessageBatchArbitrumMainnet
- name: Run executeCalls Arbitrum fork tests
- name: Run executeMessageBatch Arbitrum fork tests
continue-on-error: true
env:
MAINNET_RPC_URL: ${{ secrets.MAINNET_RPC_URL }}
ARBITRUM_RPC_URL: ${{ secrets.ARBITRUM_RPC_URL }}
FORK_ENABLED: true
HDWALLET_MNEMONIC: ${{ secrets.HDWALLET_MNEMONIC }}
run: |
yarn fork:startExecuteCallsArbitrumMainnet
yarn fork:startExecuteMessageBatchArbitrumMainnet
339 changes: 203 additions & 136 deletions README.md

Large diffs are not rendered by default.

Loading

0 comments on commit 0e228af

Please sign in to comment.