Skip to content

Commit

Permalink
fix: added only v3 urls
Browse files Browse the repository at this point in the history
  • Loading branch information
Siddharth9890 committed Jul 8, 2024
1 parent 307d48f commit 7a61704
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/helpers/helper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ export const parameterChecker = (
throw new Error('No url found!.Use either sandbox or production url');

const urls = [

Check failure on line 27 in src/helpers/helper.ts

View workflow job for this annotation

GitHub Actions / Release

Replace `⏎····'https://v3-dev.protocol.mygateway.xyz/graphql',⏎··` with `'https://v3-dev.protocol.mygateway.xyz/graphql'`
'https://protocol.mygateway.xyz/graphql',
'https://sandbox.protocol.mygateway.xyz/graphql',
'https://develop.protocol.mygateway.xyz/graphql',
'https://v3-dev.protocol.mygateway.xyz/graphql',
];

Expand Down

0 comments on commit 7a61704

Please sign in to comment.