Skip to content

Commit

Permalink
rm bank
Browse files Browse the repository at this point in the history
  • Loading branch information
mmsqe committed Sep 6, 2023
1 parent aea5464 commit f714d3d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 219 deletions.
1 change: 0 additions & 1 deletion app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,6 @@ func New(
evmS,
func(ctx sdk.Context, stateDB vm.StateDB) []precompiles.StatefulPrecompiledContract {
return []precompiles.StatefulPrecompiledContract{
cronosprecompiles.NewBankContract(ctx, app.BankKeeper, stateDB.(precompiles.ExtStateDB)),
cronosprecompiles.NewRelayerContract(ctx, app.IBCKeeper, stateDB.(precompiles.ExtStateDB)),
}
},
Expand Down
218 changes: 0 additions & 218 deletions x/cronos/keeper/precompiles/bank.go

This file was deleted.

0 comments on commit f714d3d

Please sign in to comment.