From ef81f9da572b6dc49790585571ce7ae50d6e120a Mon Sep 17 00:00:00 2001 From: Bill Date: Thu, 30 Nov 2023 16:11:55 -0800 Subject: [PATCH] Add nobleValidator to config (#181) --- public/configs/env.json | 30 +++++++++++++++++++++++------- 1 file changed, 23 insertions(+), 7 deletions(-) diff --git a/public/configs/env.json b/public/configs/env.json index 9922dc3..bbd5982 100644 --- a/public/configs/env.json +++ b/public/configs/env.json @@ -71,6 +71,7 @@ "https://validator.v4dev.dydx.exchange" ], "0xsquid": "https://testnet.api.0xsquid.com", + "nobleValidator": "https://rpc.testnet.noble.strange.love", "faucet": "https://faucet.v4dev.dydx.exchange" }, "links": { @@ -143,7 +144,8 @@ "validators": [ "http://54.92.118.111" ], - "0xsquid": "https://testnet.api.0xsquid.com" + "0xsquid": "https://testnet.api.0xsquid.com", + "nobleValidator": "https://rpc.testnet.noble.strange.love" }, "links": { "tos": "https://dydx.exchange/v4-terms", @@ -215,7 +217,8 @@ "validators": [ "http://validator.v4dev4.dydx.exchange" ], - "0xsquid": "https://testnet.api.0xsquid.com" + "0xsquid": "https://testnet.api.0xsquid.com", + "nobleValidator": "https://rpc.testnet.noble.strange.love" }, "links": { "tos": "https://dydx.exchange/v4-terms", @@ -287,7 +290,8 @@ "validators": [ "http://18.223.78.50" ], - "0xsquid": "https://testnet.api.0xsquid.com" + "0xsquid": "https://testnet.api.0xsquid.com", + "nobleValidator": "https://rpc.testnet.noble.strange.love" }, "links": { "tos": "https://dydx.exchange/v4-terms", @@ -360,7 +364,8 @@ "validators": [ "https://validator.v4staging.dydx.exchange" ], - "0xsquid": "https://testnet.api.squidrouter.com" + "0xsquid": "https://testnet.api.squidrouter.com", + "nobleValidator": "https://rpc.testnet.noble.strange.love" }, "links": { "tos": "https://dydx.exchange/v4-terms", @@ -406,6 +411,7 @@ "dydxChainId": "dydxprotocol-testnet", "chainName": "dYdX Chain", "chainLogo": "dydx-chain.png", + "squidIntegratorId": "dYdX-api", "isMainNet": false, "tokens": { "chain": { @@ -433,7 +439,8 @@ "validators": [ "https://validator.v4staging.dydx.exchange" ], - "0xsquid": "https://testnet.api.squidrouter.com" + "0xsquid": "https://testnet.api.squidrouter.com", + "nobleValidator": "https://rpc.testnet.noble.strange.love" }, "links": { "tos": "https://dydx.exchange/v4-terms", @@ -505,7 +512,8 @@ "validators": [ "https://validator-uswest1.v4staging.dydx.exchange" ], - "0xsquid": "https://testnet.api.squidrouter.com" + "0xsquid": "https://testnet.api.squidrouter.com", + "nobleValidator": "https://rpc.testnet.noble.strange.love" }, "links": { "tos": "https://dydx.exchange/v4-terms", @@ -583,6 +591,7 @@ "https://dydx-rpc.liquify.com/api=8878132/dydx" ], "0xsquid": "https://testnet.api.squidrouter.com", + "nobleValidator": "https://rpc.testnet.noble.strange.love", "faucet": "https://faucet.v4testnet.dydx.exchange" }, "links": { @@ -657,6 +666,7 @@ "https://validator.v4testnet.dydx.exchange" ], "0xsquid": "https://testnet.api.squidrouter.com", + "nobleValidator": "https://rpc.testnet.noble.strange.love", "faucet": "https://faucet.v4testnet.dydx.exchange" }, "links": { @@ -732,6 +742,7 @@ "https://dydx-testnet.nodefleet.org" ], "0xsquid": "https://testnet.api.squidrouter.com", + "nobleValidator": "https://rpc.testnet.noble.strange.love", "faucet": "https://faucet.v4testnet.dydx.exchange" }, "links": { @@ -807,6 +818,7 @@ "https://test-dydx.kingnodes.com" ], "0xsquid": "https://testnet.api.squidrouter.com", + "nobleValidator": "https://rpc.testnet.noble.strange.love", "faucet": "https://faucet.v4testnet.dydx.exchange" }, "links": { @@ -882,6 +894,7 @@ "https://dydx-rpc.liquify.com/api=8878132/dydx" ], "0xsquid": "https://testnet.api.squidrouter.com", + "nobleValidator": "https://rpc.testnet.noble.strange.love", "faucet": "https://faucet.v4testnet.dydx.exchange" }, "links": { @@ -957,6 +970,7 @@ "https://dydx-testnet-rpc.polkachu.com/" ], "0xsquid": "https://testnet.api.squidrouter.com", + "nobleValidator": "https://rpc.testnet.noble.strange.love", "faucet": "https://faucet.v4testnet.dydx.exchange" }, "links": { @@ -1023,6 +1037,7 @@ "https://dydx-testnet-full-rpc.public.blastapi.io/" ], "0xsquid": "https://testnet.api.squidrouter.com", + "nobleValidator": "https://rpc.testnet.noble.strange.love", "faucet": "https://faucet.v4testnet.dydx.exchange" }, "links": { @@ -1099,7 +1114,8 @@ "[Validator endpoint 1", "[Validator endpoint n]" ], - "0xsquid": "[0xSquid endpoint for mainnet]" + "0xsquid": "[0xSquid endpoint for mainnet]", + "nobleValidator": "[noble validator endpoint for mainnet]" }, "links": { "tos": "[HTTP link to TOS]",