Developer Hub
🔮 For applications
SDK
Utils
activateWave

Used to Activate User Levels.

Usage

import { activateWave } from '@azuro-org/sdk/utils'
 
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>