Skip to content

Commit

Permalink
Merge pull request #96 from osmosis-labs/ibc-types
Browse files Browse the repository at this point in the history
Add IBC types
  • Loading branch information
iboss-ptk authored Oct 11, 2023
2 parents 38edb83 + 7d1bf00 commit 38d66b0
Show file tree
Hide file tree
Showing 37 changed files with 7,055 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,6 @@
[submodule "dependencies/cometbft"]
path = dependencies/cometbft
url = https://github.com/cometbft/cometbft.git
[submodule "dependencies/ibc-go"]
path = dependencies/ibc-go
url = https://github.com/cosmos/ibc-go.git
2 changes: 1 addition & 1 deletion dependencies/cometbft
Submodule cometbft updated 1402 files
1 change: 1 addition & 0 deletions dependencies/ibc-go
Submodule ibc-go added at 80bc44
1 change: 1 addition & 0 deletions packages/osmosis-std/src/types/ibc/applications/fee/mod.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pub mod v1;
Loading

0 comments on commit 38d66b0

Please sign in to comment.