From 658ba6151e7fed90182df7dbe91e013e67b92e93 Mon Sep 17 00:00:00 2001 From: Claude Agent Date: Thu, 2 Jul 2026 09:29:29 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20dshackle=20gateway=20image=200.79.5=20?= =?UTF-8?q?=E2=86=92=200.79.10?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adds Humanity chain support, Aztec getChainTips fallback, and hyperliquid fix. Co-authored-by: Cursor --- drpc-free.yml | 2 +- drpc.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drpc-free.yml b/drpc-free.yml index 0b900297..bc23b92a 100644 --- a/drpc-free.yml +++ b/drpc-free.yml @@ -1,6 +1,6 @@ services: dshackle-free: - image: drpcorg/dshackle:0.79.5 + image: drpcorg/dshackle:0.79.10 restart: unless-stopped volumes: - ./free_configs:/etc/dshackle diff --git a/drpc.yml b/drpc.yml index 16842f38..4287e298 100644 --- a/drpc.yml +++ b/drpc.yml @@ -1,6 +1,6 @@ services: dshackle: - image: drpcorg/dshackle:0.79.5 + image: drpcorg/dshackle:0.79.10 restart: unless-stopped volumes: - ./main_configs:/etc/dshackle