From c17bf90fc5b7f3e0a0721d9246c3f8967bbef309 Mon Sep 17 00:00:00 2001 From: Alfetopito Date: Fri, 3 May 2024 13:59:33 +0100 Subject: [PATCH] chore: make sample endpoint url in readme consistent --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 40a0b90..2e2f6f9 100644 --- a/README.md +++ b/README.md @@ -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', },