@subql/node-ethereum 5.2.2-0 → 5.4.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.
|
@@ -4,7 +4,7 @@ import { JsonRpcBatchProvider } from '../json-rpc-batch-provider';
|
|
|
4
4
|
import { JsonRpcProvider } from '../json-rpc-provider';
|
|
5
5
|
export declare const CeloWsProvider: {
|
|
6
6
|
new (...args: any[]): {
|
|
7
|
-
"__#
|
|
7
|
+
"__#14@#flanHardForkBlock": BigNumber;
|
|
8
8
|
_networkPromise: Promise<import("@ethersproject/providers").Network>;
|
|
9
9
|
_network: import("@ethersproject/providers").Network;
|
|
10
10
|
_events: Array<import("@ethersproject/providers/lib/base-provider").Event>;
|
|
@@ -97,7 +97,7 @@ export declare const CeloWsProvider: {
|
|
|
97
97
|
} & typeof WebSocketProvider;
|
|
98
98
|
export declare const CeloJsonRpcProvider: {
|
|
99
99
|
new (...args: any[]): {
|
|
100
|
-
"__#
|
|
100
|
+
"__#14@#flanHardForkBlock": BigNumber;
|
|
101
101
|
_networkPromise: Promise<import("@ethersproject/providers").Network>;
|
|
102
102
|
_network: import("@ethersproject/providers").Network;
|
|
103
103
|
_events: Array<import("@ethersproject/providers/lib/base-provider").Event>;
|
|
@@ -190,7 +190,7 @@ export declare const CeloJsonRpcProvider: {
|
|
|
190
190
|
} & typeof JsonRpcProvider;
|
|
191
191
|
export declare const CeloJsonRpcBatchProvider: {
|
|
192
192
|
new (...args: any[]): {
|
|
193
|
-
"__#
|
|
193
|
+
"__#14@#flanHardForkBlock": BigNumber;
|
|
194
194
|
_networkPromise: Promise<import("@ethersproject/providers").Network>;
|
|
195
195
|
_network: import("@ethersproject/providers").Network;
|
|
196
196
|
_events: Array<import("@ethersproject/providers/lib/base-provider").Event>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@subql/node-ethereum",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.4.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "Ian He",
|
|
6
6
|
"license": "GPL-3.0",
|
|
@@ -24,9 +24,9 @@
|
|
|
24
24
|
"@nestjs/event-emitter": "^2.0.0",
|
|
25
25
|
"@nestjs/platform-express": "^9.4.0",
|
|
26
26
|
"@nestjs/schedule": "^3.0.1",
|
|
27
|
-
"@subql/common": "^5.
|
|
28
|
-
"@subql/common-ethereum": "4.
|
|
29
|
-
"@subql/node-core": "^16.
|
|
27
|
+
"@subql/common": "^5.3.0",
|
|
28
|
+
"@subql/common-ethereum": "4.6.1",
|
|
29
|
+
"@subql/node-core": "^16.2.0",
|
|
30
30
|
"@subql/testing": "^2.2.1",
|
|
31
31
|
"@subql/types-ethereum": "4.0.0",
|
|
32
32
|
"cacheable-lookup": "6",
|
|
@@ -59,6 +59,5 @@
|
|
|
59
59
|
"files": [
|
|
60
60
|
"/dist",
|
|
61
61
|
"/bin"
|
|
62
|
-
]
|
|
63
|
-
"stableVersion": "5.2.1"
|
|
62
|
+
]
|
|
64
63
|
}
|