Exit Market
const belugas= new Belugas(window.ethereum);
(async function () {
const trx = await belugas.exitMarket(Belugas.ETH);
console.log('Ethers.js transaction object', trx);
})().catch(console.error);Last updated
const belugas= new Belugas(window.ethereum);
(async function () {
const trx = await belugas.exitMarket(Belugas.ETH);
console.log('Ethers.js transaction object', trx);
})().catch(console.error);Last updated