LogoLogo
  • LINE's Mini Dapp & Dapp Portal
    • Join Us
    • How to build successful Mini Dapp
  • Mini Dapp
    • Overview
      • Sample Mini Dapp
    • LINE Integration
      • LINE Developers
      • LINE Front-end Framework (LIFF)
        • Essential Settings
      • Official Account
      • Invite Friends
    • Mini Dapp SDK
      • How to Get SDK Authorization
      • Wallet Provider
        • Domain Verification via Reown
      • Payment Provider
        • Settlement
        • Policy
          • Payment
          • Refund
          • Cancellation
        • Flow
      • Release Note
        • v1.3.3
        • v1.3.2
        • v1.3.1
        • v1.3.0
        • v1.2.13
        • v1.2.12
        • v1.2.11
        • v1.2.10
        • v1.2.9
        • v1.2.8
        • v1.2.6
        • v1.2.5
        • v1.2.4
        • v1.2.3
        • v1.2.2
        • v1.2.1
        • v1.2.0
    • Integration Guide for Game Engine
      • for Unity
      • for Cocos Creator
    • Design Guide
  • Dapp Portal
    • Mini Dapp Information
    • Collection & Drops
      • Collection Information
      • Upload NFT Information
      • Drops Information
      • Fungible Token Information
      • How to mint NFT
    • Reward
      • Reward System Flow
      • Launching Promotion
  • Extra Packages
    • Gas Fee Delegation
    • Growth Competition
      • Playbook for Teams
      • Historical Data
  • Review Guidelines
  • Update Note
  • Contact Us
Powered by GitBook
On this page
  • Release Date
  • Note
  1. Mini Dapp
  2. Mini Dapp SDK
  3. Release Note

v1.3.3

PreviousRelease NoteNextv1.3.2

Last updated 23 hours ago

Release Date

June 10th 2025 07:20 in UTC

Note

Bugs that may occur in Mini Dapp SDK v1.3.0 and above have been fixed.

npm:

cdn:

[No issue] When there is sufficient interval between initializing SDK and calling methods

// index.tsx
globalSdk = await DappPortalSDK.init()

// login.tsx
const provider = global.getWalletProvider();
const accounts = provider.request({method: 'kaia_requestAccounts'})

[Issue] Methods are not executed properly. (It occurs when called immediately after initializing SDK)

const sdk = await DappPortalSdk.init();
const provider = sdk.getWalletProvider();
const accounts = provider.request({method: 'kaia_requestAccounts'})

If you are experiencing the above issue, please update Mini Dapp SDK version to v1.3.3.

We always recommend using the latest version of the Mini Dapp SDK to ensure security and compatibility.

https://www.npmjs.com/package/@linenext/dapp-portal-sdk/v/1.3.3
https://static.kaiawallet.io/js/dapp-portal-sdk-1.3.3.js