Redeem
const strike = new Strike(window.ethereum);
(async function() {
console.log('Redeeming ETH...');
const trx = await strike.redeem(Strike.ETH, 1); // also accepts sToken args
console.log('Ethers.js transaction object', trx);
})().catch(console.error);Last updated
Was this helpful?