Skip to content

Commit

Permalink
Add hemi btc (#24)
Browse files Browse the repository at this point in the history
* Add hbtc

* 1.5.0

* Fix formatting for svg files
  • Loading branch information
gndelia authored Jan 11, 2025
1 parent 46e1b44 commit 9dffe5e
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 6 deletions.
1 change: 1 addition & 0 deletions lint-staged.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ const sortPackageJson = "better-sort-package-json";
export default {
"!(package).json": [formatFiles],
"*.{js,md,ts,yml}": [eslint, formatFiles],
"*.svg": [formatFiles],
"package.json": [sortPackageJson, formatFiles],
};
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hemilabs/token-list",
"version": "1.4.2",
"version": "1.5.0",
"description": "List of ERC-20 tokens in the Hemi Network chains",
"bugs": {
"url": "https://github.com/hemilabs/token-list/issues"
Expand Down
17 changes: 14 additions & 3 deletions src/hemi.tokenlist.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "Hemi Token List",
"timestamp": "2025-01-06T19:09:48.116Z",
"timestamp": "2025-01-10T18:07:50.386Z",
"version": {
"major": 1,
"minor": 4,
"patch": 2
"minor": 5,
"patch": 0
},
"tokens": [
{
Expand Down Expand Up @@ -341,6 +341,17 @@
"logoURI": "https://raw.githubusercontent.com/hemilabs/token-list/master/src/logos/usdc.svg",
"name": "Bridged USDC (Stargate)",
"symbol": "USDC.e"
},
{
"address": "0x36Ab5Dba83d5d470F670BC4c06d7Da685d9afAe7",
"chainId": 743111,
"decimals": 8,
"extensions": {
"birthBlock": 2165818
},
"logoURI": "https://raw.githubusercontent.com/hemilabs/token-list/master/src/logos/hbtc.svg",
"name": "HemiBitcoin",
"symbol": "hBTC"
}
]
}
17 changes: 17 additions & 0 deletions src/logos/hbtc.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9dffe5e

Please sign in to comment.