From 9577798be1feb74bb125835b361d93f8ac45d0fe Mon Sep 17 00:00:00 2001 From: Haris Angelidakis <64154020+harisang@users.noreply.github.com> Date: Tue, 18 Jun 2024 12:14:17 +0300 Subject: [PATCH] Add Project Blanc bonding pool (#366) This PR adds the new Project Blanc bonding pool. Here is the relevant address: https://etherscan.io/address/0xc96569dc132ebb6694a5f0b781b33f202da8ace8#tokentxns Here is the tx that creates the pool and makes the CoW DAO owner of it: https://etherscan.io/tx/0xb512f1642c7af76884f0a7fed238b4ebaf9d3581c3ecc2ebed020a51b2f2b5c0#eventlog UPDATE: here is the tx that vouches the submission addresses of Project Blanc under this pool -> https://etherscan.io/tx/0x1cfb33a45b09bc0f8fef9a5b2f707bd3a701a1776a060fb6473c1f85d4b589c2#eventlog --- src/constants.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/constants.py b/src/constants.py index 086e557f..b942fa2c 100644 --- a/src/constants.py +++ b/src/constants.py @@ -58,4 +58,6 @@ "'0x6c642cafcbd9d8383250bb25f67ae409147f78b2')", "('0x5d4020b9261F01B6f8a45db929704b0Ad6F5e9E6', 'CoW Services', " "'0x423cec87f19f0778f549846e0801ee267a917935')", + "('0xC96569Dc132ebB6694A5f0b781B33f202Da8AcE8', 'Project Blanc', " + "'0xCa99e3Fc7B51167eaC363a3Af8C9A185852D1622')", ]