Skip to content

Commit

Permalink
Merge pull request #71 from Jeff-CCH/fix/common-token-list
Browse files Browse the repository at this point in the history
fix: remove common packages included tokens
  • Loading branch information
Jeff-CCH authored Jul 22, 2024
2 parents 2e2c829 + a3b715c commit f2d624a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 35 deletions.
5 changes: 5 additions & 0 deletions .changeset/smooth-scissors-compete.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@protocolink/logics': patch
---

remove common packages included tokens
14 changes: 0 additions & 14 deletions src/logics/compound-v2/tokens/data/mainnet.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,4 @@
{
"COMP": {
"chainId": 1,
"address": "0xc00e94Cb662C3520282E6f5717214004A7f26888",
"decimals": 18,
"symbol": "COMP",
"name": "Compound"
},
"cAAVE": {
"chainId": 1,
"address": "0xe65cdB6479BaC1e22340E4E755fAE7E509EcD06c",
Expand Down Expand Up @@ -49,13 +42,6 @@
"symbol": "cETH",
"name": "Compound Ether"
},
"FEI": {
"chainId": 1,
"address": "0x956F47F50A910163D8BF957Cf5846D573E7f87CA",
"decimals": 18,
"symbol": "FEI",
"name": "Fei USD"
},
"cFEI": {
"chainId": 1,
"address": "0x7713DD9Ca933848F6819F38B8352D9A15EA73F67",
Expand Down
7 changes: 0 additions & 7 deletions src/logics/compound-v3/tokens/data/mainnet.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,4 @@
{
"COMP": {
"chainId": 1,
"address": "0xc00e94Cb662C3520282E6f5717214004A7f26888",
"decimals": 18,
"symbol": "COMP",
"name": "Compound"
},
"cUSDCv3": {
"chainId": 1,
"address": "0xc3d688B66703497DAA19211EEdff47f25384cdc3",
Expand Down
7 changes: 0 additions & 7 deletions src/logics/stargate/tokens/data/mainnet.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,4 @@
{
"STG": {
"chainId": 1,
"address": "0xAf5191B0De278C7286d6C7CC6ab6BB8A73bA2Cd6",
"decimals": 18,
"symbol": "STG",
"name": "Stargate Finance"
},
"Metis": {
"chainId": 1,
"address": "0x9E32b13ce7f2E80A01932B42553652E053D6ed8e",
Expand Down
7 changes: 0 additions & 7 deletions src/logics/uniswap-v3/tokens/data/mainnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,6 @@
"symbol": "SWISE",
"name": "StakeWise"
},
"FEI": {
"chainId": 1,
"address": "0x956F47F50A910163D8BF957Cf5846D573E7f87CA",
"decimals": 18,
"symbol": "FEI",
"name": "Fei USD"
},
"TRIBE": {
"chainId": 1,
"address": "0xc7283b66Eb1EB5FB86327f08e1B5816b0720212B",
Expand Down

0 comments on commit f2d624a

Please sign in to comment.