Skip to content

Commit

Permalink
interface only when bind
Browse files Browse the repository at this point in the history
  • Loading branch information
mmsqe committed Sep 27, 2023
1 parent 0960e47 commit b169866
Show file tree
Hide file tree
Showing 4 changed files with 204 additions and 406 deletions.
2 changes: 1 addition & 1 deletion scripts/gen-bindings-contracts
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ abigen --pkg lib --abi build/CosmosTypes.abi --bin build/CosmosTypes.bin --out x
abigen --pkg relayer --abi build/IRelayerModule.abi --bin build/IRelayerModule.bin --out x/cronos/events/bindings/cosmos/precompile/relayer/i_relayer_module.abigen.go --type RelayerModule
abigen --pkg bank --abi build/IBankModule.abi --bin build/IBankModule.bin --out x/cronos/events/bindings/cosmos/precompile/bank/i_bank_module.abigen.go --type BankModule
abigen --pkg ica --abi build/IICAModule.abi --bin build/IICAModule.bin --out x/cronos/events/bindings/cosmos/precompile/ica/i_ica_module.abigen.go --type ICAModule
abigen --pkg icacallback --abi build/ICACallback.abi --bin build/ICACallback.bin --out x/cronos/events/bindings/cosmos/precompile/icacallback/icacallback.abigen.go --type ICACallback
abigen --pkg icacallback --abi build/IICACallback.abi --bin build/IICACallback.bin --out x/cronos/events/bindings/cosmos/precompile/icacallback/i_ica_callback.abigen.go --type ICACallback

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

Loading

0 comments on commit b169866

Please sign in to comment.