Skip to content

Commit

Permalink
fix offchain
Browse files Browse the repository at this point in the history
  • Loading branch information
RensR committed Oct 18, 2024
1 parent d743e34 commit 14bf92f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion core/gethwrappers/ccip/deployment_test/deployment_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ func TestDeployAllV1_6(t *testing.T) {
FeeQuoter: common.HexToAddress("0x4"),
MessageInterceptor: common.HexToAddress("0x5"),
FeeAggregator: common.HexToAddress("0x6"),
AllowListAdmin: common.HexToAddress("0x7"),
AllowlistAdmin: common.HexToAddress("0x7"),
}, nil)
require.NoError(t, err)
chain.Commit()
Expand Down
20 changes: 10 additions & 10 deletions core/gethwrappers/ccip/mocks/fee_quoter_interface.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 14bf92f

Please sign in to comment.