Exit Market
const strike = new Strike(window.ethereum);
(async function () {
const trx = await strike.exitMarket(Strike.ETH);
console.log('Ethers.js transaction object', trx);
})().catch(console.error);Last updated
Was this helpful?
const strike = new Strike(window.ethereum);
(async function () {
const trx = await strike.exitMarket(Strike.ETH);
console.log('Ethers.js transaction object', trx);
})().catch(console.error);Last updated
Was this helpful?
Was this helpful?