@onekeyfe/cross-inpage-provider-injected 1.1.55 → 1.1.56-alpha.0
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.
|
@@ -8,5 +8,8 @@ const bridge = () => new native_bridge_injected_1.JsBridgeNativeInjected({
|
|
|
8
8
|
});
|
|
9
9
|
(0, cross_inpage_provider_core_1.injectJsBridge)(bridge);
|
|
10
10
|
(0, inpage_providers_hub_1.injectWeb3Provider)();
|
|
11
|
+
console.log('=======>>>>>>>>>>>: inject web3Provider');
|
|
12
|
+
throw new Error('=======>>>>>>>>>>>: inject web3Provider error');
|
|
13
|
+
alert('====>>>>!!!');
|
|
11
14
|
// eslint-disable-next-line no-void
|
|
12
15
|
void 0;
|