Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions aspens/proto/arborter_config.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading