Skip to content

Commit

Permalink
add register oracle ibc
Browse files Browse the repository at this point in the history
  • Loading branch information
ThanhNhann committed Sep 20, 2024
1 parent 20bcd91 commit 00b172f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/ibc.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ import (

oracle "github.com/onomyprotocol/reserve/x/oracle"
oraclemoduletypes "github.com/onomyprotocol/reserve/x/oracle/types"
oraclemodule "github.com/onomyprotocol/reserve/x/oracle/module"
)

// registerIBCModules register IBC keepers and non dependency inject modules.
Expand Down Expand Up @@ -205,6 +206,8 @@ func RegisterIBC(registry cdctypes.InterfaceRegistry) map[string]appmodule.AppMo
capabilitytypes.ModuleName: capability.AppModule{},
ibctm.ModuleName: ibctm.AppModule{},
solomachine.ModuleName: solomachine.AppModule{},

oraclemoduletypes.ModuleName: oraclemodule.AppModule{},
}

for name, m := range modules {
Expand Down

0 comments on commit 00b172f

Please sign in to comment.