Skip to content

Commit

Permalink
chore: make sample endpoint url in readme consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
alfetopito committed May 3, 2024
1 parent c106804 commit c17bf90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ const orderBookApi = new OrderBookApi({
baseUrls: {
// <-----
[SupportedChainId.MAINNET]: 'https://YOUR_ENDPOINT/mainnet',
[SupportedChainId.GNOSIS_CHAIN]: 'https://YOUR_ENDPOINT/gnosis-chain',
[SupportedChainId.GNOSIS_CHAIN]: 'https://YOUR_ENDPOINT/gnosis_chain',
[SupportedChainId.ARBITRUM]: 'https://YOUR_ENDPOINT/arbitrum_one',
[SupportedChainId.SEPOLIA]: 'https://YOUR_ENDPOINT/sepolia',
},
Expand Down

0 comments on commit c17bf90

Please sign in to comment.