@uniswap/default-token-list 12.30.0 → 12.31.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-12-05T19:57:45.249Z",
3
+ "timestamp": "2024-12-09T15:30:52.478Z",
4
4
  "version": {
5
5
  "major": 12,
6
- "minor": 30,
6
+ "minor": 31,
7
7
  "patch": 0
8
8
  },
9
9
  "tags": {},
@@ -2634,6 +2634,14 @@
2634
2634
  }
2635
2635
  }
2636
2636
  },
2637
+ {
2638
+ "chainId": 1,
2639
+ "address": "0x812Ba41e071C7b7fA4EBcFB62dF5F45f6fA853Ee",
2640
+ "name": "Neiro",
2641
+ "symbol": "Neiro",
2642
+ "decimals": 9,
2643
+ "logoURI": "https://coin-images.coingecko.com/coins/images/39488/large/neiro.jpg?1731449567"
2644
+ },
2637
2645
  {
2638
2646
  "chainId": 1,
2639
2647
  "name": "Nest Protocol",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniswap/default-token-list",
3
- "version": "12.30.0",
3
+ "version": "12.31.0",
4
4
  "description": "The Uniswap default token list",
5
5
  "main": "build/uniswap-default.tokenlist.json",
6
6
  "scripts": {