Skip to content

Commit 244cb19

Browse files
committed
add small fix
1 parent 9c0e96c commit 244cb19

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

addresses/sepolia.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -886,7 +886,7 @@
886886
"address": "0x3400AaFA47C6dC0D8Ffc2380D3665f701cD53eBc"
887887
}
888888
],
889-
"status": "ACTIVE",
889+
"status": "DEPRECATED",
890890
"version": "v3"
891891
},
892892
"20250228-v3-protocol-fee-sweeper": {

v3/deprecated/20250221-v3-cow-swap-fee-burner/readme.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
> ⚠️ **DEPRECATED: do not use** ⚠️
2+
>
3+
> This version was superseded by [`CowSwapFeeBurner` V2](../../tasks/20250530-v3-cow-swap-fee-burner-v2/).
4+
5+
16
# 2025-02-21 - V3 Cow Swap Fee Burner
27

38
Contains `CowSwapFeeBurner` for burning the protocol fee via CoW Protocol. The contract creates burn orders, which are asynchronously executed through CoW Protocol.

v3/deprecated/20250221-v3-cow-swap-fee-burner/test/task.fork.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { CowSwapFeeBurnerDeployment } from '../input';
77
import { SignerWithAddress } from '@nomiclabs/hardhat-ethers/signers';
88
import { expect } from 'chai';
99

10-
describeForkTest('CowSwapFeeBurner', 'mainnet', 21896824, function () {
10+
describeForkTest.skip('CowSwapFeeBurner', 'mainnet', 21896824, function () {
1111
enum OrderStatus {
1212
Nonexistent,
1313
Active,

0 commit comments

Comments
 (0)