forked from HugoByte/DIVE
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: implement neutron-archway ibc realy using dive cli (HugoByte#174)
* feat: implement kurtosis package to start neutron node with custom configuration * feat: implement kurtosis package to run nutron node with custom configuration * refactor: delete .circleci folder * feat: implement neutron-neutron IBC relay package * refactor: add comments in the code * feat: implement neutron-neutron ibc relay * refactor: change starlark variable from camel to snake case * feat: implement neutron- archway ibc relay setup using dive cli * fix: update typos and remove unused password for archway contract deployment * fix: remove typo and rename branch --------- Co-authored-by: abhiyana <[email protected]> Co-authored-by: shreyasbhat0 <[email protected]>
- Loading branch information
1 parent
152f5e0
commit 7357580
Showing
5 changed files
with
91 additions
and
40 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
2 changes: 1 addition & 1 deletion
2
cli/commands/bridge/relyas/ibc.go → cli/commands/bridge/relays/ibc.go
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 @@ | ||
package relyas | ||
package relays | ||
|
||
import ( | ||
"fmt" | ||
|
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