Skip to content

Commit

Permalink
Merge pull request #99 from IndexCoop/auto-update/versions
Browse files Browse the repository at this point in the history
Auto: Update versions to latest
  • Loading branch information
janndriessen authored Jan 15, 2025
2 parents 3132c7e + f30eafe commit 0fa11cf
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 5 deletions.
34 changes: 32 additions & 2 deletions indexcoop.tokenlist.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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,
Expand Down
11 changes: 8 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -10,7 +10,10 @@
"require": "./dist/index.cjs"
}
},
"files": ["dist", "README.md"],
"files": [
"dist",
"README.md"
],
"type": "module",
"scripts": {
"lint": "bunx @biomejs/biome lint",
Expand All @@ -23,7 +26,9 @@
"coverage": "jest --coverage"
},
"release": {
"branches": ["main"],
"branches": [
"main"
],
"plugins": [
[
"@semantic-release/commit-analyzer",
Expand Down

0 comments on commit 0fa11cf

Please sign in to comment.