Skip to content

Commit

Permalink
Update token symbols and use token list
Browse files Browse the repository at this point in the history
  • Loading branch information
gabmontes committed May 8, 2024
1 parent 17ba5fd commit 7294fbf
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 24 deletions.
4 changes: 2 additions & 2 deletions packages/chain-list/src/chains.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"decimals": 18,
"gasOverestimation": 1.5,
"name": "Hemi",
"nativeTokenSymbol": "hETH",
"nativeTokenSymbol": "ETH",
"rpcUrls": ["https://rpc.hemi.network/rpc"],
"shortName": "hemi",
"standardName": "Hemi",
Expand All @@ -29,7 +29,7 @@
"decimals": 18,
"gasOverestimation": 1.5,
"name": "Hemi Sepolia",
"nativeTokenSymbol": "thETH",
"nativeTokenSymbol": "ETH",
"rpcUrls": ["https://testnet.rpc.hemi.network/rpc"],
"shortName": "sepolia",
"standardName": "Hemi Sepolia",
Expand Down
6 changes: 6 additions & 0 deletions packages/token-list/package-lock.json

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

1 change: 1 addition & 0 deletions packages/token-list/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"deps:check": "dependency-check --no-dev ."
},
"dependencies": {
"@hemilabs/token-list": "^1.0.0",
"@sushiswap/default-token-list": "^18.3.0",
"@uniswap/default-token-list": "^2.1.0",
"lodash": "4.17.21",
Expand Down
2 changes: 1 addition & 1 deletion packages/token-list/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const uniswapTokens = require('@uniswap/default-token-list').tokens
const vesperTokens = require('vesper-metadata/src/vesper.tokenlist.json').tokens

const customTokens = require('./token-lists/custom.json').tokens
const hemiTokens = require('./token-lists/hemi.json').tokens
const hemiTokens = require('@hemilabs/token-list').tokens
// Source at https://github.com/pangolindex/tokenlists
const pangolindexTokens = require('./token-lists/pangolindex.json').tokens
const zapperTokens = require('./token-lists/zapper.json').tokens
Expand Down
21 changes: 0 additions & 21 deletions packages/token-list/src/token-lists/hemi.json

This file was deleted.

0 comments on commit 7294fbf

Please sign in to comment.