forked from jl777/SuperNET
-
Notifications
You must be signed in to change notification settings - Fork 98
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: onur-ozkan <work@onurozkan.dev>
- Loading branch information
1 parent
9802160
commit b431563
Showing
14 changed files
with
259 additions
and
425 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
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 was deleted.
Oops, something went wrong.
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,14 +1,12 @@ | ||
mod ibc_chains; | ||
mod ibc_transfer_channels; | ||
mod ibc_withdraw; | ||
|
||
pub use ibc_chains::*; | ||
pub use ibc_transfer_channels::*; | ||
pub use ibc_withdraw::*; | ||
|
||
// Global constants for interacting with https://github.com/KomodoPlatform/chain-registry repository | ||
// using `mm2_git` crate. | ||
pub(crate) const CHAIN_REGISTRY_REPO_OWNER: &str = "KomodoPlatform"; | ||
pub(crate) const CHAIN_REGISTRY_REPO_NAME: &str = "chain-registry"; | ||
pub(crate) const CHAIN_REGISTRY_BRANCH: &str = "master"; | ||
pub(crate) const CHAIN_REGISTRY_BRANCH: &str = "nucl"; | ||
pub(crate) const CHAIN_REGISTRY_IBC_DIR_NAME: &str = "_IBC"; |
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
Oops, something went wrong.