Add Leap to a Secret dapp
This is how you can add Connect to Leap on SCRT dapps
Suggest Adding SNIP-20 Tokens to Leap
async suggestToken(chainId: string, contractAddress: string): Promise<void>Get SNIP-20 Viewing Key
async getSecret20ViewingKey( chainId: string, contractAddress: string ): Promise<string>;Update SNIP-20 Viewing Key
async updateViewingKey( chainId: string, contractAddress: string , viewingKey: string): Promise<void>;Last updated