From f30eafe36bb696e13079c77fd9c3f9a3e68097bc Mon Sep 17 00:00:00 2001 From: janndriessen <2104965+janndriessen@users.noreply.github.com> Date: Wed, 15 Jan 2025 20:21:45 +0000 Subject: [PATCH] ignore(update): Auto update versions to the latest Update indexcoop.tokenlist.json to latest Update package.json to latest Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- indexcoop.tokenlist.json | 34 ++++++++++++++++++++++++++++++++-- package.json | 11 ++++++++--- 2 files changed, 40 insertions(+), 5 deletions(-) diff --git a/indexcoop.tokenlist.json b/indexcoop.tokenlist.json index 638f941..38ed865 100644 --- a/indexcoop.tokenlist.json +++ b/indexcoop.tokenlist.json @@ -2,10 +2,10 @@ "name": "IndexCoop Token List", "version": { "major": 5, - "minor": 1, + "minor": 2, "patch": 0 }, - "timestamp": "2025-01-14T13:28:25.464Z", + "timestamp": "2025-01-15T20:21:18.657Z", "tags": { "component": { "name": "Component Token", @@ -1134,6 +1134,21 @@ "component" ] }, + { + "address": "0xcbB7C0000aB88B473b1f5aFd9ef808440eed33Bf", + "chainId": 8453, + "name": "Coinbase Wrapped BTC", + "symbol": "cbBTC", + "decimals": 8, + "logoURI": "https://assets.coingecko.com/coins/images/40143/large/cbbtc.webp", + "extensions": { + "status": null, + "coingeckoId": null + }, + "tags": [ + "component" + ] + }, { "chainId": 1, "address": "0xC18360217D8F7Ab5e7c516566761Ea12Ce7F9D72", @@ -1402,6 +1417,21 @@ "component" ] }, + { + "address": "0x12AFDeFb2237a5963e7BAb3e2D46ad0eee70406e", + "chainId": 8453, + "name": "Re7 USDC", + "symbol": "Re7USDC", + "decimals": 18, + "logoURI": "https://assets.coingecko.com/coins/images/29837/large/2022-official-morpho-token.png", + "extensions": { + "status": null, + "coingeckoId": null + }, + "tags": [ + "component" + ] + }, { "address": "0x78Fc2c2eD1A4cDb5402365934aE5648aDAd094d0", "chainId": 1, diff --git a/package.json b/package.json index b36053e..ca5dda5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@indexcoop/tokenlists", - "version": "3.8.0", + "version": "3.9.0", "main": "dist/index.cjs", "module": "dist/index.js", "typings": "dist/index.d.ts", @@ -10,7 +10,10 @@ "require": "./dist/index.cjs" } }, - "files": ["dist", "README.md"], + "files": [ + "dist", + "README.md" + ], "type": "module", "scripts": { "lint": "bunx @biomejs/biome lint", @@ -23,7 +26,9 @@ "coverage": "jest --coverage" }, "release": { - "branches": ["main"], + "branches": [ + "main" + ], "plugins": [ [ "@semantic-release/commit-analyzer",