From d4c7448dcc3bfb2a37f29a92db1ca3e42f33b190 Mon Sep 17 00:00:00 2001 From: Keefer Taylor | Tessellated Date: Thu, 26 Oct 2023 10:59:15 -0400 Subject: [PATCH] Add dydx network for Tessellated --- tessellated/chains.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/tessellated/chains.json b/tessellated/chains.json index 5af9402b2c..72c881728d 100644 --- a/tessellated/chains.json +++ b/tessellated/chains.json @@ -91,6 +91,15 @@ "run_time": "every 4 hours", "minimum_reward": 10000 } + }, + { + "name": "dydx", + "address": "dydxvaloper1w7zmxnra5ckhzs3xhrxyneu0d8cutxhym2cqql", + "restake": { + "address": "dydx1jw7a28g98q3e7ul9f78cuzxnaw67dax80y9wwx", + "run_time": "every 4 hours", + "minimum_reward": 10000 + } } ] }