@uniswap/default-token-list 12.8.0 → 12.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "Uniswap Labs Default",
3
- "timestamp": "2024-07-31T17:36:04.687Z",
3
+ "timestamp": "2024-07-31T20:48:13.629Z",
4
4
  "version": {
5
5
  "major": 12,
6
- "minor": 8,
6
+ "minor": 9,
7
7
  "patch": 0
8
8
  },
9
9
  "tags": {},
@@ -1323,7 +1323,7 @@
1323
1323
  "chainId": 1,
1324
1324
  "address": "0x1aBaEA1f7C830bD89Acc67eC4af516284b1bC33c",
1325
1325
  "name": "Euro Coin",
1326
- "symbol": "EUROC",
1326
+ "symbol": "EURC",
1327
1327
  "decimals": 6,
1328
1328
  "logoURI": "https://assets.coingecko.com/coins/images/26045/thumb/euro-coin.png?1655394420",
1329
1329
  "extensions": {
@@ -7672,7 +7672,7 @@
7672
7672
  "chainId": 42161,
7673
7673
  "address": "0x863708032B5c328e11aBcbC0DF9D79C71Fc52a48",
7674
7674
  "name": "Euro Coin",
7675
- "symbol": "EUROC",
7675
+ "symbol": "EURC",
7676
7676
  "decimals": 6,
7677
7677
  "logoURI": "https://assets.coingecko.com/coins/images/26045/thumb/euro-coin.png?1655394420",
7678
7678
  "extensions": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniswap/default-token-list",
3
- "version": "12.8.0",
3
+ "version": "12.9.0",
4
4
  "description": "The Uniswap default token list",
5
5
  "main": "build/uniswap-default.tokenlist.json",
6
6
  "scripts": {