Skip to content

Commit 54ecf8f

Browse files
committed
fix: bigint update
1 parent fdc6018 commit 54ecf8f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

playground/demo/withdrawals/request.tsx

+3-1
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,9 @@ export const WithdrawalsRequestDemo = () => {
195195
title={`Withdrawal Waiting Time For Account Requests`}
196196
walletAction
197197
action={async () => {
198-
const ids = [1234n, 1235n];
198+
const ids = await withdraw.views.getWithdrawalRequestsIds({
199+
account,
200+
});
199201
return withdraw.waitingTime.getWithdrawalWaitingTimeByRequestIds({
200202
ids,
201203
});

0 commit comments

Comments
 (0)