Skip to content

Commit

Permalink
fix(deps): bump eibc version (#969)
Browse files Browse the repository at this point in the history
  • Loading branch information
artemijspavlovs authored Sep 17, 2024
1 parent dc57755 commit 6e7d0d5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions cmd/eibc/init/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,11 @@ func Cmd() *cobra.Command {

eibcConfigPath := filepath.Join(eibcHome, "config.yaml")
updates := map[string]interface{}{
"node_address": rollerConfig.HubData.RPC_URL,
"whale.account_name": consts.KeysIds.Eibc,
"node_address": rollerConfig.HubData.RPC_URL,
"whale.account_name": consts.KeysIds.Eibc,
"order_polling.interval": "25s",
"order_polling.indexer_url": "http://44.206.211.230:3000/",
"order_polling.enabled": true,
}
err = yamlconfig.UpdateNestedYAML(eibcConfigPath, updates)
if err != nil {
Expand Down
2 changes: 1 addition & 1 deletion utils/dependencies/dependencies.go
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ func InstallBinaries(bech32 string, withMockDA bool, vmType string) error {
"eibc-client": {
Name: "eibc-client",
Repository: "https://github.com/artemijspavlovs/eibc-client",
Release: "v1.1.0",
Release: "v1.1.3-roller",
Binaries: []types.BinaryPathPair{
{
Binary: "eibc-client",
Expand Down

0 comments on commit 6e7d0d5

Please sign in to comment.