Delegate
const agile = new Agile(window.ethereum);
(async function() {
const delegateTx = await agile.delegate('0xa0df350d2637096571F7A701CBc1C5fdE30dF76A');
console.log('Ethers.js transaction object', delegateTx);
})().catch(console.error);Last updated