@aurum-sdk/core 0.1.5 → 0.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/dist/{chunk-HPH3VJRX.js → chunk-AFVK5GA5.js} +2 -2
- package/dist/chunk-AFVK5GA5.js.map +1 -0
- package/dist/{chunk-5NXCRO5Q.mjs → chunk-BSMOPBPL.mjs} +2 -2
- package/dist/chunk-BSMOPBPL.mjs.map +1 -0
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +59 -58
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -1
- package/dist/index.mjs.map +1 -1
- package/dist/widgets.d.mts +2 -51
- package/dist/widgets.d.ts +2 -51
- package/dist/widgets.js +16 -20
- package/dist/widgets.js.map +1 -1
- package/dist/widgets.mjs +3 -7
- package/dist/widgets.mjs.map +1 -1
- package/package.json +3 -3
- package/dist/chunk-5NXCRO5Q.mjs.map +0 -1
- package/dist/chunk-HPH3VJRX.js.map +0 -1
package/dist/index.mjs
CHANGED
|
@@ -14,7 +14,7 @@ import {
|
|
|
14
14
|
useAurumStore,
|
|
15
15
|
useNavigation,
|
|
16
16
|
waitForStoreHydration
|
|
17
|
-
} from "./chunk-
|
|
17
|
+
} from "./chunk-BSMOPBPL.mjs";
|
|
18
18
|
|
|
19
19
|
// src/AurumCore.ts
|
|
20
20
|
import { checksumAddress } from "viem";
|
|
@@ -1820,6 +1820,7 @@ var _AurumCore = class _AurumCore {
|
|
|
1820
1820
|
this.emitConnect(chainId);
|
|
1821
1821
|
this.emitAccountsChanged([checksumAdr]);
|
|
1822
1822
|
sentryLogger.info(`Wallet connected: ${adapter.id} (widget)`);
|
|
1823
|
+
return this.userInfo;
|
|
1823
1824
|
}
|
|
1824
1825
|
async getChainId() {
|
|
1825
1826
|
await this.whenReady();
|