@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.
@@ -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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentio/api",
3
- "version": "1.0.3-rc.12",
3
+ "version": "1.0.3-rc.13",
4
4
  "license": "Apache-2.0",
5
5
  "repository": {
6
6
  "type": "git",
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;