stackswap-front-api-test-02 1.2.11 → 1.2.12
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/dist/esm/index.js +1 -0
- package/dist/esm/index.js.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/package.json +1 -1
- package/src/index.ts +1 -0
package/package.json
CHANGED
package/src/index.ts
CHANGED
|
@@ -149,6 +149,7 @@ export class StackswapMainnetAPI implements StackswapAPI{
|
|
|
149
149
|
const appConfig = new AppConfig(['store_write', 'publish_data']);
|
|
150
150
|
const userSession = new UserSession({ appConfig });
|
|
151
151
|
showConnect({
|
|
152
|
+
userSession,
|
|
152
153
|
appDetails: {
|
|
153
154
|
name: 'Stackswap',
|
|
154
155
|
icon: 'https://app.stackswap.org/favicon.ico',
|