Skip to content

Commit

Permalink
feat: add precompile executeClaim (#593)
Browse files Browse the repository at this point in the history
  • Loading branch information
zakir-code authored Jul 24, 2024
1 parent 475d58f commit 162d587
Show file tree
Hide file tree
Showing 30 changed files with 2,048 additions and 211 deletions.
2 changes: 1 addition & 1 deletion app/keepers/keepers.go
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@ func NewAppKeeper(
AddRoute(arbitrumtypes.ModuleName, appKeepers.ArbitrumKeeper).
AddRoute(optimismtypes.ModuleName, appKeepers.OptimismKeeper).
AddRoute(layer2types.ModuleName, appKeepers.Layer2Keeper).
AddRoute(trontypes.ModuleName, appKeepers.TronKeeper)
AddRoute(trontypes.ModuleName, appKeepers.TronKeeper.Keeper)

// register the proposal types
govRouter := govv1beta1.NewRouter()
Expand Down
169 changes: 168 additions & 1 deletion contract/ICrossChain.go

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/statik/statik.go

Large diffs are not rendered by default.

Loading

0 comments on commit 162d587

Please sign in to comment.