Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanio committed Jan 4, 2024
1 parent 387e6a1 commit 8b93388
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion developerDocs/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ In a browser with web3 or an extension like [MetaMask](https://metamask.io/) or

## Testnets

For testnets, please use `Chain.Goerli` or `Chain.Sepolia`. Rinkeby was deprecated in 2022, and Goerli will be deprecated by January 2024.
For testnets, please use `Chain.Sepolia`. Rinkeby was deprecated in 2022 and Goerli in 2023.
2 changes: 1 addition & 1 deletion test/utils/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export const mainAPI = new OpenSeaAPI(

export const testnetAPI = new OpenSeaAPI(
{
chain: Chain.Goerli,
chain: Chain.Sepolia,
},
process.env.DEBUG ? console.log : undefined,
);

0 comments on commit 8b93388

Please sign in to comment.