@uniswap/default-token-list 12.8.0 → 12.10.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-08-01T21:09:01.364Z",
4
4
  "version": {
5
5
  "major": 12,
6
- "minor": 8,
6
+ "minor": 10,
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": {
@@ -1924,6 +1924,14 @@
1924
1924
  }
1925
1925
  }
1926
1926
  },
1927
+ {
1928
+ "chainId": 1,
1929
+ "address": "0x88909D489678dD17aA6D9609F89B0419Bf78FD9a",
1930
+ "name": "Layer3",
1931
+ "symbol": "L3",
1932
+ "decimals": 18,
1933
+ "logoURI": "https://assets.coingecko.com/coins/images/37768/large/Square.png"
1934
+ },
1927
1935
  {
1928
1936
  "chainId": 1,
1929
1937
  "address": "0x037A54AaB062628C9Bbae1FDB1583c195585fe41",
@@ -7672,7 +7680,7 @@
7672
7680
  "chainId": 42161,
7673
7681
  "address": "0x863708032B5c328e11aBcbC0DF9D79C71Fc52a48",
7674
7682
  "name": "Euro Coin",
7675
- "symbol": "EUROC",
7683
+ "symbol": "EURC",
7676
7684
  "decimals": 6,
7677
7685
  "logoURI": "https://assets.coingecko.com/coins/images/26045/thumb/euro-coin.png?1655394420",
7678
7686
  "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.10.0",
4
4
  "description": "The Uniswap default token list",
5
5
  "main": "build/uniswap-default.tokenlist.json",
6
6
  "scripts": {