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