viem 0.3.0-main.20230410T055525 → 0.3.0-main.20230410T143646
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.
@@ -1,2 +1,2 @@
|
|
1
|
-
export const version = '0.3.0-main.
|
1
|
+
export const version = '0.3.0-main.20230410T143646';
|
2
2
|
//# sourceMappingURL=version.js.map
|
@@ -1,2 +1,2 @@
|
|
1
|
-
export declare const version = "0.3.0-main.
|
1
|
+
export declare const version = "0.3.0-main.20230410T143646";
|
2
2
|
//# sourceMappingURL=version.d.ts.map
|
@@ -932,7 +932,7 @@ export type WalletRequests = {
|
|
932
932
|
* @description Requests that the user provides an Ethereum address to be identified by. Typically causes a browser extension popup to appear.
|
933
933
|
* @link https://eips.ethereum.org/EIPS/eip-1102
|
934
934
|
* @example
|
935
|
-
* provider.request({ method: 'eth_requestAccounts' }
|
935
|
+
* provider.request({ method: 'eth_requestAccounts' })
|
936
936
|
* // => ['0x...', '0x...']
|
937
937
|
* */
|
938
938
|
method: 'eth_requestAccounts';
|
package/package.json
CHANGED
package/src/errors/version.ts
CHANGED
@@ -1 +1 @@
|
|
1
|
-
export const version = '0.3.0-main.
|
1
|
+
export const version = '0.3.0-main.20230410T143646'
|
package/src/types/eip1193.ts
CHANGED
@@ -990,7 +990,7 @@ export type WalletRequests = {
|
|
990
990
|
* @description Requests that the user provides an Ethereum address to be identified by. Typically causes a browser extension popup to appear.
|
991
991
|
* @link https://eips.ethereum.org/EIPS/eip-1102
|
992
992
|
* @example
|
993
|
-
* provider.request({ method: 'eth_requestAccounts' }
|
993
|
+
* provider.request({ method: 'eth_requestAccounts' })
|
994
994
|
* // => ['0x...', '0x...']
|
995
995
|
* */
|
996
996
|
method: 'eth_requestAccounts'
|