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