Skip to content

Commit

Permalink
Added go wrapper configs
Browse files Browse the repository at this point in the history
  • Loading branch information
Fletch153 committed Dec 12, 2023
1 parent 45c30a7 commit d7a88e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contracts/scripts/native_solc_compile_all_llo-feeds
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ compileContract llo-feeds/VerifierProxy.sol
compileContract llo-feeds/FeeManager.sol
compileContract llo-feeds/RewardManager.sol


# Test | Mocks
compileContract llo-feeds/test/mocks/ErroredVerifier.sol
compileContract llo-feeds/test/mocks/ExposedVerifier.sol

# Streams
compileContract llo-feeds/ConfigurationStore.sol
compileContract llo-feeds/StreamsConfig.sol
compileContract llo-feeds/dev/StreamConfigStore.sol
1 change: 1 addition & 0 deletions core/gethwrappers/llo-feeds/go_generate.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ package gethwrappers
//go:generate go run ../generation/generate/wrap.go ../../../contracts/solc/v0.8.16/ExposedVerifier/ExposedVerifier.abi ../../../contracts/solc/v0.8.16/ExposedVerifier/ExposedVerifier.bin ExposedVerifier exposed_verifier
//go:generate go run ../generation/generate/wrap.go ../../../contracts/solc/v0.8.16/RewardManager/RewardManager.abi ../../../contracts/solc/v0.8.16/RewardManager/RewardManager.bin RewardManager reward_manager
//go:generate go run ../generation/generate/wrap.go ../../../contracts/solc/v0.8.16/FeeManager/FeeManager.abi ../../../contracts/solc/v0.8.16/FeeManager/FeeManager.bin FeeManager fee_manager
//go:generate go run ../generation/generate/wrap.go ../../../contracts/solc/v0.8.16/StreamConfigStore/StreamConfigStore.abi ../../../contracts/solc/v0.8.16/StreamConfigStore/StreamConfigStore.bin StreamConfigStore stream_config_store

0 comments on commit d7a88e9

Please sign in to comment.