From 416acd5d96d2b4db6ccb266cd94e73e3feb7bcf1 Mon Sep 17 00:00:00 2001 From: Eric Date: Fri, 30 Aug 2024 09:25:31 -0700 Subject: [PATCH] Add polkachu base --- docs/snippets/dydx-quickstart-guide.mdx | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/snippets/dydx-quickstart-guide.mdx b/docs/snippets/dydx-quickstart-guide.mdx index daacfaf3c..2a5dd883f 100644 --- a/docs/snippets/dydx-quickstart-guide.mdx +++ b/docs/snippets/dydx-quickstart-guide.mdx @@ -124,6 +124,13 @@ "apiKeyHeader":"x-api-key", "apiKey":"API KEY" } + }, + { + "url":"https://base-rpc.polkachu.com", + "authentication":{ + "apiKeyHeader":"x-api-key", + "apiKey":"API KEY" + } } ] }