@uniswap/default-token-list 12.24.0 → 12.25.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-11-06T20:16:32.407Z",
3
+ "timestamp": "2024-11-06T21:42:54.075Z",
4
4
  "version": {
5
5
  "major": 12,
6
- "minor": 24,
6
+ "minor": 25,
7
7
  "patch": 0
8
8
  },
9
9
  "tags": {},
@@ -3834,6 +3834,14 @@
3834
3834
  }
3835
3835
  }
3836
3836
  },
3837
+ {
3838
+ "chainId": 1,
3839
+ "address": "0xe343167631d89B6Ffc58B88d6b7fB0228795491D",
3840
+ "name": "Global Dollar",
3841
+ "symbol": "USDG",
3842
+ "decimals": 6,
3843
+ "logoURI": "https://assets.coingecko.com/coins/images/51281/large/GDN_USDG_Token_200x200.png"
3844
+ },
3837
3845
  {
3838
3846
  "chainId": 1,
3839
3847
  "address": "0x8E870D67F660D95d5be530380D0eC0bd388289E1",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniswap/default-token-list",
3
- "version": "12.24.0",
3
+ "version": "12.25.0",
4
4
  "description": "The Uniswap default token list",
5
5
  "main": "build/uniswap-default.tokenlist.json",
6
6
  "scripts": {