Skip to content

Commit

Permalink
Merge branch 'tv/platf-1997-enable-relayer-seaport-for-any-chain-supp…
Browse files Browse the repository at this point in the history
…orted-by-os'
  • Loading branch information
tv3636 committed Aug 10, 2023
2 parents e43e913 + 42b3fba commit e36157d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/jobs/sync-token/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ if (config.doBackgroundWork) {
break;

case 84531:
hostname = "testnets-api.opensea.io";
network = "base-goerli";
break;

Expand All @@ -107,10 +108,12 @@ if (config.doBackgroundWork) {
break;

case 999:
hostname = "testnets-api.opensea.io";
network = "zora-testnet";
break;

case 11155111:
hostname = "testnets-api.opensea.io";
network = "sepolia";
break;
}
Expand Down
3 changes: 3 additions & 0 deletions src/utils/seaport.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ export class Seaport {
break;

case 84531:
hostname = "testnets-api.opensea.io";
network = "base-goerli";
break;

Expand All @@ -98,10 +99,12 @@ export class Seaport {
break;

case 999:
hostname = "testnets-api.opensea.io";
network = "zora-testnet";
break;

case 11155111:
hostname = "testnets-api.opensea.io";
network = "sepolia";
break;

Expand Down

0 comments on commit e36157d

Please sign in to comment.