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