Enter Markets
const belugas = new Belugas(window.ethereum);
(async function () {
const trx = await belugas.enterMarkets(Belugas.ETH); // Use [] for multiple
console.log('Ethers.js transaction object', trx);
})().catch(console.error);Last updated