Claim AGL
const agile = new Agile(window.ethereum);
(async function() {
console.log('Claiming AGL...');
const trx = await compound.claimAgile();
console.log('Ethers.js transaction object', trx);
})().catch(console.error);Last updated
const agile = new Agile(window.ethereum);
(async function() {
console.log('Claiming AGL...');
const trx = await compound.claimAgile();
console.log('Ethers.js transaction object', trx);
})().catch(console.error);Last updated