Skip to content

Commit ef46752

Browse files
committed
Fix invalid WETH address and wrong BNB explorer links in competition rules
- Base baseline: the WETH explorer link pointed to a 39-character (invalid) address; corrected to the canonical Base WETH 0x4200000000000000000000000000000000000006 (on-chain symbol() returns WETH). - BNB baseline: four explorer links pointed at bnbscan.com rather than the canonical BNB Chain explorer (bscscan.com). Addresses unchanged.
1 parent b5c361d commit ef46752

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/cow-protocol/reference/core/auctions/competition_rules.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ At CoW DAO's discretion, systematic violation of these rules may lead to penaliz
117117
<summary>Base chain baseline protocols and tokens</summary>
118118

119119
- **Protocols**: Uniswap v2/v3, Balancer v2
120-
- **Base tokens**: [`WETH`](https://basescan.org/address/0x420000000000000000000000000000000000000), [`USDC`](https://basescan.org/address/0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913), [`DAI`](https://basescan.org/address/0x50c5725949A6F0c72E6C4a641F24049A917DB0Cb)
120+
- **Base tokens**: [`WETH`](https://basescan.org/address/0x4200000000000000000000000000000000000006), [`USDC`](https://basescan.org/address/0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913), [`DAI`](https://basescan.org/address/0x50c5725949A6F0c72E6C4a641F24049A917DB0Cb)
121121
</details>
122122

123123
<details>
@@ -138,7 +138,7 @@ At CoW DAO's discretion, systematic violation of these rules may lead to penaliz
138138
<summary>BNB chain baseline protocols and tokens</summary>
139139

140140
- **Protocols**: Uniswap v2/v3, Pancake Swap
141-
- **Base tokens**: [`WBNB`](https://bnbscan.com/address/0xbb4cdb9cbd36b01bd1cbaebf2de08d9173bc095c), [`BUSD`](https://bnbscan.com/address/0xe9e7cea3dedca5984780bafc599bd69add087d56), [`USDT`](https://bnbscan.com/address/0x55d398326f99059ff775485246999027b3197955), [`WETH`](https://bnbscan.com/address/0x2170ed0880ac9a755fd29b2688956bd959f933f8)
141+
- **Base tokens**: [`WBNB`](https://bscscan.com/address/0xbb4cdb9cbd36b01bd1cbaebf2de08d9173bc095c), [`BUSD`](https://bscscan.com/address/0xe9e7cea3dedca5984780bafc599bd69add087d56), [`USDT`](https://bscscan.com/address/0x55d398326f99059ff775485246999027b3197955), [`WETH`](https://bscscan.com/address/0x2170ed0880ac9a755fd29b2688956bd959f933f8)
142142
</details>
143143

144144
<details>

0 commit comments

Comments
 (0)