@sentio/api 1.0.3-rc.12 → 1.0.3-rc.13
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/src/types.gen.d.ts +1 -1
- package/package.json +1 -1
- package/src/types.gen.ts +1 -1
package/dist/src/types.gen.d.ts
CHANGED
|
@@ -2496,7 +2496,7 @@ export declare namespace solidity_service {
|
|
|
2496
2496
|
type SolidityApiServiceSimulateTransactionOnForkBody = {
|
|
2497
2497
|
simulation: Simulation;
|
|
2498
2498
|
};
|
|
2499
|
-
type SourceFetcherType = 'ETHERSCAN' | 'BLOCKSCOUT' | 'OKLINK';
|
|
2499
|
+
type SourceFetcherType = 'ETHERSCAN' | 'BLOCKSCOUT' | 'OKLINK' | 'ETHERSCAN_V2';
|
|
2500
2500
|
type SourceInfo = {
|
|
2501
2501
|
contractName?: string;
|
|
2502
2502
|
options?: CompilerOptions;
|
package/package.json
CHANGED
package/src/types.gen.ts
CHANGED
|
@@ -2508,7 +2508,7 @@ export namespace solidity_service {
|
|
|
2508
2508
|
export type SolidityApiServiceSimulateTransactionOnForkBody = {
|
|
2509
2509
|
simulation: Simulation;
|
|
2510
2510
|
};
|
|
2511
|
-
export type SourceFetcherType = 'ETHERSCAN' | 'BLOCKSCOUT' | 'OKLINK';
|
|
2511
|
+
export type SourceFetcherType = 'ETHERSCAN' | 'BLOCKSCOUT' | 'OKLINK' | 'ETHERSCAN_V2';
|
|
2512
2512
|
export type SourceInfo = {
|
|
2513
2513
|
contractName?: string;
|
|
2514
2514
|
options?: CompilerOptions;
|