@subwallet/extension-inject 1.1.68-1 → 1.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/bundle.js +1 -3
- package/cjs/bundle.js +1 -3
- package/cjs/packageInfo.js +1 -1
- package/package.json +1 -1
- package/packageInfo.js +1 -1
package/bundle.js
CHANGED
|
@@ -45,10 +45,8 @@ export function injectEvmExtension(evmProvider) {
|
|
|
45
45
|
windowInject.dispatchEvent(new Event('ethereum#initialized'));
|
|
46
46
|
}
|
|
47
47
|
});
|
|
48
|
-
|
|
49
|
-
// inject6963EIP(evmProvider);
|
|
48
|
+
inject6963EIP(evmProvider);
|
|
50
49
|
}
|
|
51
|
-
|
|
52
50
|
export const eip6963ProviderInfo = {
|
|
53
51
|
uuid: '10c67337-9211-48d9-aab0-cecdc4224acc',
|
|
54
52
|
name: 'SubWallet',
|
package/cjs/bundle.js
CHANGED
|
@@ -59,10 +59,8 @@ function injectEvmExtension(evmProvider) {
|
|
|
59
59
|
windowInject.dispatchEvent(new Event('ethereum#initialized'));
|
|
60
60
|
}
|
|
61
61
|
});
|
|
62
|
-
|
|
63
|
-
// inject6963EIP(evmProvider);
|
|
62
|
+
inject6963EIP(evmProvider);
|
|
64
63
|
}
|
|
65
|
-
|
|
66
64
|
const eip6963ProviderInfo = {
|
|
67
65
|
uuid: '10c67337-9211-48d9-aab0-cecdc4224acc',
|
|
68
66
|
name: 'SubWallet',
|
package/cjs/packageInfo.js
CHANGED
package/package.json
CHANGED
package/packageInfo.js
CHANGED
|
@@ -7,5 +7,5 @@ export const packageInfo = {
|
|
|
7
7
|
name: '@subwallet/extension-inject',
|
|
8
8
|
path: (import.meta && import.meta.url) ? new URL(import.meta.url).pathname.substring(0, new URL(import.meta.url).pathname.lastIndexOf('/') + 1) : 'auto',
|
|
9
9
|
type: 'esm',
|
|
10
|
-
version: '1.
|
|
10
|
+
version: '1.2.1'
|
|
11
11
|
};
|