From 695a867f2f7cc44201e39e3ef17796f4597154d2 Mon Sep 17 00:00:00 2001 From: delivan Date: Tue, 12 Sep 2023 22:15:56 +0900 Subject: [PATCH] Add dydx-testnet as native testnet --- src/constants.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/constants.ts b/src/constants.ts index c21839994..d43fb0875 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -49,4 +49,5 @@ export const nativeTestnetChainIdentifiers: string[] = [ "osmo-test", "pion", "theta-testnet", + "dydx-testnet", ];