Skip to content

Commit

Permalink
feat: new eibc client integration (#1111)
Browse files Browse the repository at this point in the history
  • Loading branch information
artemijspavlovs authored Nov 14, 2024
1 parent 2914373 commit 19473c7
Show file tree
Hide file tree
Showing 27 changed files with 2,077 additions and 1,450 deletions.
2 changes: 2 additions & 0 deletions cmd/consts/dymension.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
package consts

const DefaultIndexer = "http://44.206.211.230:3000/"

var MainnetHubData = HubData{
Environment: "mainnet",
ApiUrl: "https://dymension-mainnet-rest.public.blastapi.io",
Expand Down
3 changes: 1 addition & 2 deletions cmd/eibc/fulfill/rollapps/set/set.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,8 @@ instance.
}

rollAppID := args[0]
value := args[1]

err = eibc.AddRollappToEibc(value, rollAppID, eibcHome)
err = eibc.AddRollappToEibc(rollAppID, eibcHome, []string{"mock"})
if err != nil {
return
}
Expand Down
Loading

0 comments on commit 19473c7

Please sign in to comment.