@uniswap/default-token-list 13.6.0 → 13.7.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": "2025-02-14T22:16:32.210Z",
3
+ "timestamp": "2025-02-28T23:59:07.090Z",
4
4
  "version": {
5
5
  "major": 13,
6
- "minor": 6,
6
+ "minor": 7,
7
7
  "patch": 0
8
8
  },
9
9
  "tags": {},
@@ -3591,9 +3591,6 @@
3591
3591
  "logoURI": "https://coin-images.coingecko.com/coins/images/29837/large/Morpho-token-icon.png?1726771230",
3592
3592
  "extensions": {
3593
3593
  "bridgeInfo": {
3594
- "130": {
3595
- "tokenAddress": "0x6695a2692dCD2A53E7766492447B5254A56425aD"
3596
- },
3597
3594
  "8453": {
3598
3595
  "tokenAddress": "0xBAa5CC21fd487B8Fcc2F632f3F4E8D37262a0842"
3599
3596
  }
@@ -10778,21 +10775,6 @@
10778
10775
  }
10779
10776
  }
10780
10777
  },
10781
- {
10782
- "chainId": 130,
10783
- "address": "0x6695a2692dCD2A53E7766492447B5254A56425aD",
10784
- "name": "Morpho Token",
10785
- "symbol": "MORPHO",
10786
- "decimals": 18,
10787
- "logoURI": "https://coin-images.coingecko.com/coins/images/29837/large/Morpho-token-icon.png?1726771230",
10788
- "extensions": {
10789
- "bridgeInfo": {
10790
- "1": {
10791
- "tokenAddress": "0x58D97B57BB95320F9a05dC918Aef65434969c2B2"
10792
- }
10793
- }
10794
- }
10795
- },
10796
10778
  {
10797
10779
  "chainId": 130,
10798
10780
  "address": "0xaa2109f14Bb155766cBA9E7fa8B8D4bF0ff19949",
@@ -15900,6 +15882,14 @@
15900
15882
  }
15901
15883
  }
15902
15884
  },
15885
+ {
15886
+ "chainId": 8453,
15887
+ "address": "0x98d0baa52b2D063E780DE12F615f963Fe8537553",
15888
+ "name": "KAITO",
15889
+ "symbol": "KAITO",
15890
+ "decimals": 18,
15891
+ "logoURI": "https://coin-images.coingecko.com/coins/images/54411/large/Qm4DW488_400x400.jpg?1739552780"
15892
+ },
15903
15893
  {
15904
15894
  "chainId": 8453,
15905
15895
  "address": "0xDAE49C25fAd3a62a8e8bFB6dA12c46bE611f9f7a",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniswap/default-token-list",
3
- "version": "13.6.0",
3
+ "version": "13.7.0",
4
4
  "description": "The Uniswap default token list",
5
5
  "main": "build/uniswap-default.tokenlist.json",
6
6
  "scripts": {
@@ -33,7 +33,7 @@
33
33
  "homepage": "https://github.com/Uniswap/default-token-list#readme",
34
34
  "devDependencies": {
35
35
  "@ethersproject/address": "^5.0.2",
36
- "@uniswap/token-list-bridge-utils": "^2.6.0",
36
+ "@uniswap/token-list-bridge-utils": "^2.7.0",
37
37
  "@uniswap/token-lists": "^1.0.0-beta.29",
38
38
  "ajv": "^6.12.3",
39
39
  "chai": "^4.2.0",