Skip to content

Conversation

@AryanGodara
Copy link
Member

Description

Adds full support for the Ink network (chain ID 57073) across the services codebase, enabling CoW Protocol to operate on Ink with Uniswap V3 as the primary liquidity source.

Changes

  • Added Chain::Ink enum variant (ID 57073) to the chain crate with network configuration (1s block time, 0.1 ETH price estimation amount)
  • Configured Uniswap V3 as the baseline liquidity source for Ink
  • Added contract addresses for Ink network:
    • Uniswap V3 contracts (QuoterV2, SwapRouterV2, Factory)
    • Balancer V2 Vault
    • Settlement contracts (GPv2AllowListAuthentication, GPv2Settlement, VaultRelayer)
    • Support contracts (Permit2, WETH9, Trader, Balances)
  • Integrated Ink into token owner finding strategy (liquidity-based)
  • Added CoinGecko price estimation support for Ink
  • Updated deployment blocks for all Ink contracts

How to test

  • Click the links, and check that the contracts are indeed deployed on verified on the explorer https://explorer.inkonchain.com/

@AryanGodara AryanGodara self-assigned this Jan 11, 2026
@AryanGodara AryanGodara marked this pull request as ready for review January 11, 2026 18:46
@AryanGodara AryanGodara requested a review from a team as a code owner January 11, 2026 18:47
| Self::Linea
| Self::Optimism => U256::from(10u128.pow(17)),
| Self::Optimism
| Self::Ink => U256::from(10u128.pow(17)),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is the native token there? And what is its value in USD?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ink uses Eth, same as optimism

@AryanGodara AryanGodara added this pull request to the merge queue Jan 12, 2026
Merged via the queue into main with commit 346f718 Jan 12, 2026
19 checks passed
@AryanGodara AryanGodara deleted the aryan/add-ink-network-support branch January 12, 2026 09:51
@github-actions github-actions bot locked and limited conversation to collaborators Jan 12, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants