multiversx / mx-sdk-js-extension-provider

Signing provider for dApps: DeFi Wallet (browser extension).
Other
1 stars 3 forks source link

Rename package: sdk-extension-provider #15

Closed andreibancioiu closed 1 year ago

andreibancioiu commented 1 year ago

Note that it still references the global object called elrondWallet (exposed by the extension itself):

declare global {
  interface Window {
    elrondWallet: { extensionId: string };
  }
}