Skip to content

Commit 148cf62

Browse files
authored
Merge pull request #192 from cowprotocol/release/2.7.0
Release/2.7.0
2 parents f6e9764 + 036438a commit 148cf62

File tree

5 files changed

+22
-4
lines changed

5 files changed

+22
-4
lines changed

.github/workflows/s3Deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
- name: Upload to S3
2727
run: |
28-
aws s3 cp src/public/CowSwap.json s3://files.cow.fi/tokens/CowSwap-test.json
28+
aws s3 cp src/public/CowSwap.json s3://files.cow.fi/tokens/CowSwap.json
2929
3030
- name: Invalidate CloudFront cache
3131
run: |

src/public/CowSwap.json

+11-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "CoW Swap",
3-
"timestamp": "2023-05-03T10:30:00+00:00",
3+
"timestamp": "2023-05-09T10:30:00+00:00",
44
"version": {
55
"major": 2,
6-
"minor": 6,
6+
"minor": 7,
77
"patch": 0
88
},
99
"logoURI": "https://ipfs.cow.fi/ipfs/Qme9B6jRpGtZsRFcPjHvA5T4ugFuL4c3SzWfxyMPa59AMo",
@@ -349,6 +349,14 @@
349349
"chainId": 1,
350350
"logoURI": "https://tokens.1inch.io/0x7d1afa7b718fb893db30a3abc0cfc608aacfebb0.png"
351351
},
352+
{
353+
"address": "0x7f39c581f595b53c5cb19bd0b3f8da6c935e2ca0",
354+
"symbol": "wstETH",
355+
"name": "Wrapped liquid staked Ether 2.0 (wstETH)",
356+
"decimals": 18,
357+
"chainId": 1,
358+
"logoURI": "https://raw.githubusercontent.com/cowprotocol/token-lists/main/src/public/images/1/0x7f39C581F595B53c5cb19bD0b3f8dA6c935E2Ca0/logo.png"
359+
},
352360
{
353361
"symbol": "AAVE",
354362
"name": "Aave Token",
@@ -798,4 +806,4 @@
798806
"logoURI": "https://raw.githubusercontent.com/centfinance/assets/master/blockchains/xdai/assets/0xe91D153E0b41518A2Ce8Dd3D7944Fa863463a97d/logo.png"
799807
}
800808
]
801-
}
809+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"removed": false,
3+
"address": "0x7f39c581f595b53c5cb19bd0b3f8da6c935e2ca0",
4+
"symbol": "wstETH",
5+
"name": "Wrapped liquid staked Ether 2.0 (wstETH)",
6+
"logoURI": "https://raw.githubusercontent.com/cowprotocol/token-lists/main/src/public/images/1/0x7f39C581F595B53c5cb19bD0b3f8dA6c935E2Ca0/logo.png",
7+
"reason": "LIDO requested to have this token in the CoW Swap lists https://etherscan.io/address/0x7f39c581f595b53c5cb19bd0b3f8da6c935e2ca0",
8+
"decimals": 18,
9+
"chainId": 1
10+
}
Loading
Loading

0 commit comments

Comments
 (0)