Skip to content

Commit

Permalink
Fee Handler (#70)
Browse files Browse the repository at this point in the history
* FeeHandler

* successfully builds and deploys devnet

* test fixes

* lint

* more test fixes

* Working

* test fix

* revert or artifact.go

* revert of gen
  • Loading branch information
pahor167 authored Oct 11, 2023
1 parent 0b20892 commit bc7ee48
Show file tree
Hide file tree
Showing 67 changed files with 12,038 additions and 53 deletions.
2 changes: 1 addition & 1 deletion op-bindings/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ version:
compile:
cd $(contracts-dir) && \
forge clean && \
pnpm build
pnpm build:linkedLibraries

bindings: compile bindings-build

Expand Down
8 changes: 7 additions & 1 deletion op-bindings/artifacts.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,11 @@
"DelayedVetoable",
"ISemver",
"CeloRegistry",
"GoldToken"
"GoldToken",
"FeeHandler",
"FeeCurrencyWhitelist",
"MentoFeeHandlerSeller",
"UniswapFeeHandlerSeller",
"SortedOracles",
"AddressSortedLinkedListWithMedian"
]
264 changes: 264 additions & 0 deletions op-bindings/bindings/addresssortedlinkedlistwithmedian.go

Large diffs are not rendered by default.

25 changes: 25 additions & 0 deletions op-bindings/bindings/addresssortedlinkedlistwithmedian_more.go

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

Loading

0 comments on commit bc7ee48

Please sign in to comment.