Skip to content

Commit

Permalink
fix: new version of function
Browse files Browse the repository at this point in the history
  • Loading branch information
olehbairak committed Mar 5, 2024
1 parent 4c0040a commit f628183
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/integration-tests/src/helper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export class Helper {
}

async performGETrequest(apiRoute: string, network?: string) {
if (network && network === `sepolia`) {
if (network === `sepolia`) {
return request(environment.blockExplorerSepoliaAPI).get(apiRoute);
} else if (!network || network === `local`) {
return request(environment.blockExplorerAPI).get(apiRoute);
Expand Down

0 comments on commit f628183

Please sign in to comment.