Skip to content

Commit

Permalink
Regenerate geth wrappers
Browse files Browse the repository at this point in the history
  • Loading branch information
justinkaseman committed Aug 2, 2023
1 parent 43e2e30 commit ab3b3a3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions contracts/test/v0.8/functions/v1/RouterBase.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,14 +63,13 @@ describe('FunctionsRouter - Base', () => {

await expect(
contracts.router.proposeConfigUpdateSelf(
ids.routerId,
ethers.utils.defaultAbiCoder.encode(
['uint96', 'bytes4', 'uint32[]'],
[1, 0x0ca76175, [300_000, 500_000]],
),
),
).to.emit(contracts.router, 'ConfigProposed')
await expect(contracts.router.updateConfig(ids.routerId)).to.emit(
await expect(contracts.router.updateConfigSelf()).to.emit(
contracts.router,
'ConfigUpdated',
)
Expand Down
Loading

0 comments on commit ab3b3a3

Please sign in to comment.