Used to Activate User Levels.
Usage
import { activateWave } from '@azuro-org/toolkit'
await activateWave({
account: '0xkn123k...'
})
Props
{
account: Address
waveId?: WaveId
chainId?: ChainId
}
type WaveId = number | 'active'
type ChainId = 100 | 137 | 80002 | 88888 | 88882
Return Value
Promise<void>