-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
### [6.0.1](v6.0.0...v6.0.1) (2024-12-03) ### Miscellaneous Chores * bump nibiru submodule and unhide protojs and gql so we can tra… ([#393](#393)) ([a4b52d0](a4b52d0)) [skip ci]
- Loading branch information
1 parent
48beb26
commit f3e8c23
Showing
7 changed files
with
9 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
/* eslint-disable */ | ||
|
||
export * as base from "./index.cosmos.base"; | ||
|
||
export * as bank from "./index.cosmos.bank"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
/* eslint-disable */ | ||
|
||
export * from "./nibiru/inflation/v1/inflation"; | ||
export * from "./nibiru/inflation/v1/tx"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
/* eslint-disable */ | ||
|
||
export * from "./nibiru/oracle/v1/oracle"; | ||
export * from "./nibiru/oracle/v1/tx"; | ||
export * from "./nibiru/oracle/v1/state"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
/* eslint-disable */ | ||
|
||
export * from "./nibiru/sudo/v1/tx"; | ||
export * from "./nibiru/sudo/v1/state"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
/* eslint-disable */ | ||
|
||
export * from "./nibiru/tokenfactory/v1/state"; | ||
export * from "./nibiru/tokenfactory/v1/tx"; |