Skip to content

Commit

Permalink
Remove dupe FastHypERC20 for verifiable contracts (#3091)
Browse files Browse the repository at this point in the history
### Description

Duplicate FastHypERC20 implementations got into main following the v3
merge that prevent flattening used in verification

### Related issues

- Unblocks hyperlane-xyz/issues#886

### Backward compatibility

Yes

### Testing

Unit Tests
  • Loading branch information
yorhodes authored Jan 25, 2024
1 parent 0d5a751 commit fa465b7
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 129 deletions.
1 change: 1 addition & 0 deletions .github/workflows/storage-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs:

# Compare outputs
- name: Compare outputs
continue-on-error: true # diff exits with 1 if files differ
run: diff --unified solidity/base-storage solidity/HEAD-storage > layout.diff

- name: Comment PR with layout diff
Expand Down
62 changes: 0 additions & 62 deletions solidity/contracts/token/FastHypERC20.sol

This file was deleted.

61 changes: 0 additions & 61 deletions solidity/contracts/token/FastHypERC20Collateral.sol

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
{
"arbitrum": [
{
"name": "HypERC20",
"address": "0x93ca0d85837FF83158Cd14D65B169CdB223b1921",
"constructorArguments": "0000000000000000000000000000000000000000000000000000000000000006000000000000000000000000979ca5202784112f4738403dbec5d0f3b9daabb9",
"isProxy": false
},
{
"name": "HypERC20",
"address": "0x93ca0d85837FF83158Cd14D65B169CdB223b1921",
Expand Down

0 comments on commit fa465b7

Please sign in to comment.