You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To put it altogether you can use the following function to deploy the contract, transfer FXRP to it, redeem the FAssets, and parse the redemption events:
@@ -216,13 +232,8 @@ async function main() {
216
232
fAssetsRedeem,
217
233
);
218
234
219
-
// Get redemption request info for each redemption requested event
0 commit comments