Skip to content

Commit 2b55099

Browse files
committed
Fix SDK types
1 parent 48711a7 commit 2b55099

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

types/types.go

+2-4
Original file line numberDiff line numberDiff line change
@@ -112,10 +112,8 @@ type FEVMActions interface {
112112

113113
// infinity pool actions
114114
InfPoolDepositFIL(ctx context.Context, auth *bind.TransactOpts, agentAddr common.Address, amount *big.Int) (*types.Transaction, error)
115-
116-
// ramp actions
117-
RampWithdraw(ctx context.Context, auth *bind.TransactOpts, assets *big.Int, sender common.Address, receiver common.Address) (*types.Transaction, error)
118-
RampRedeem(ctx context.Context, auth *bind.TransactOpts, shares *big.Int, sender common.Address, receiver common.Address) (*types.Transaction, error)
115+
InfPoolWithdraw(ctx context.Context, auth *bind.TransactOpts, assets *big.Int, sender common.Address, receiver common.Address) (*types.Transaction, error)
116+
InfPoolRedeem(ctx context.Context, auth *bind.TransactOpts, shares *big.Int, sender common.Address, receiver common.Address) (*types.Transaction, error)
119117

120118
// iFIL actions
121119
IFILTransfer(ctx context.Context, auth *bind.TransactOpts, receiver common.Address, amount *big.Int) (*types.Transaction, error)

0 commit comments

Comments
 (0)