Skip to content

Commit

Permalink
fix: new one
Browse files Browse the repository at this point in the history
  • Loading branch information
olehbairak committed Feb 15, 2024
1 parent ad02485 commit c549d97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/integration-tests/tests/api/contracts.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ describe("API module: Contract", () => {
//id1695
it("Verify /api?module=contract&action=getabi response", async () => {
await helper.retryTestAction(async () => {
const greeterContract = "0xB0927430b017860BB0Af99f192Aa4a79D74f75bB";
const greeterContract = "0x180faDac8ce638C67640a6C29BdfB5CB60eCDB76";
apiRoute = `/api?module=contract&action=getabi&address=${greeterContract}`;
response = await helper.performGETrequest(apiRoute, "sepolia");

Expand All @@ -54,7 +54,7 @@ describe("API module: Contract", () => {
//id1802
it("Verify /api?module=contract&action=getsourcecode response", async () => {
await helper.retryTestAction(async () => {
const greeterContract = "0xB0927430b017860BB0Af99f192Aa4a79D74f75bB";
const greeterContract = "0x180faDac8ce638C67640a6C29BdfB5CB60eCDB76";
apiRoute = `/api?module=contract&action=getsourcecode&address=${greeterContract}`;
response = await helper.performGETrequest(apiRoute, "sepolia");

Expand Down

0 comments on commit c549d97

Please sign in to comment.