@uniswap/default-token-list 12.5.0 → 12.6.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-17T16:51:56.948Z",
3
+ "timestamp": "2024-07-19T18:36:03.888Z",
4
4
  "version": {
5
5
  "major": 12,
6
- "minor": 5,
6
+ "minor": 6,
7
7
  "patch": 0
8
8
  },
9
9
  "tags": {},
@@ -40,6 +40,14 @@
40
40
  }
41
41
  }
42
42
  },
43
+ {
44
+ "chainId": 1,
45
+ "address": "0x3E5A19c91266aD8cE2477B91585d1856B84062dF",
46
+ "name": "Ancient8",
47
+ "symbol": "A8",
48
+ "decimals": 18,
49
+ "logoURI": "https://assets.coingecko.com/coins/images/39170/standard/A8_Token-04_200x200.png?1720798300"
50
+ },
43
51
  {
44
52
  "chainId": 1,
45
53
  "address": "0x7Fc66500c84A76Ad7e9c93437bFc5Ac33E2DDaE9",
@@ -3881,7 +3889,14 @@
3881
3889
  "name": "LayerZero",
3882
3890
  "symbol": "ZRO",
3883
3891
  "decimals": 18,
3884
- "logoURI": "https://assets.coingecko.com/coins/images/28206/standard/ftxG9_TJ_400x400.jpeg?1696527208"
3892
+ "logoURI": "https://assets.coingecko.com/coins/images/28206/standard/ftxG9_TJ_400x400.jpeg?1696527208",
3893
+ "extensions": {
3894
+ "bridgeInfo": {
3895
+ "42161": {
3896
+ "tokenAddress": "0x6985884C4392D348587B19cb9eAAf157F13271cd"
3897
+ }
3898
+ }
3899
+ }
3885
3900
  },
3886
3901
  {
3887
3902
  "name": "0x Protocol Token",
@@ -9082,7 +9097,14 @@
9082
9097
  "name": "LayerZero",
9083
9098
  "symbol": "ZRO",
9084
9099
  "decimals": 18,
9085
- "logoURI": "https://assets.coingecko.com/coins/images/28206/standard/ftxG9_TJ_400x400.jpeg?1696527208"
9100
+ "logoURI": "https://assets.coingecko.com/coins/images/28206/standard/ftxG9_TJ_400x400.jpeg?1696527208",
9101
+ "extensions": {
9102
+ "bridgeInfo": {
9103
+ "1": {
9104
+ "tokenAddress": "0x6985884C4392D348587B19cb9eAAf157F13271cd"
9105
+ }
9106
+ }
9107
+ }
9086
9108
  },
9087
9109
  {
9088
9110
  "name": "0x Protocol Token",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniswap/default-token-list",
3
- "version": "12.5.0",
3
+ "version": "12.6.0",
4
4
  "description": "The Uniswap default token list",
5
5
  "main": "build/uniswap-default.tokenlist.json",
6
6
  "scripts": {