From 5141fb83c1586bf16c606158a0230098fdd1b0be Mon Sep 17 00:00:00 2001 From: tuddman <33383+tuddman@users.noreply.github.com> Date: Sun, 31 May 2026 20:10:10 +0000 Subject: [PATCH] chore: sync proto changes from protos@203ce7d --- aspens/proto/arborter_config.proto | 2 -- 1 file changed, 2 deletions(-) diff --git a/aspens/proto/arborter_config.proto b/aspens/proto/arborter_config.proto index 47d701d..6776377 100644 --- a/aspens/proto/arborter_config.proto +++ b/aspens/proto/arborter_config.proto @@ -209,8 +209,6 @@ message Chain { string rpc_url = 7; // The address of the factory contract on this chain. This is the address to call to deploy a new trading instance string factory_address = 8; - // The address of the permit2 contract on this chain - string permit2_address = 9; // The trading instance details TradeContract trade_contract = 10; // Mapping of token symbols to token details