Skip to content

Commit

Permalink
feat: Add Eigenlayer token on mainnet (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
usame-algan authored Sep 27, 2024
1 parent 45d25c6 commit d2979f8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.idea
8 changes: 8 additions & 0 deletions src/tokens/safe.tokenlist.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,14 @@
"chainId": 100,
"logoURI": "https://safe-transaction-assets.safe.global/tokens/logos/0x177127622c4A00F3d409B75571e12cB3c8973d3c.png"
},
{
"symbol": "EIGEN",
"name": "Eigenlayer Token",
"address": "0xec53bF9167f50cDEB3Ae105f56099aaaB9061F83",
"decimals": 18,
"chainId": 1,
"logoURI": "https://safe-transaction-assets.safe.global/tokens/logos/0xec53bF9167f50cDEB3Ae105f56099aaaB9061F83.png"
},
{
"symbol": "SAFE",
"name": "Safe Token",
Expand Down

0 comments on commit d2979f8

Please sign in to comment.