From d2979f8c5c37a5052514ba5b862d6832def17951 Mon Sep 17 00:00:00 2001 From: Usame Algan <5880855+usame-algan@users.noreply.github.com> Date: Fri, 27 Sep 2024 17:18:43 +0200 Subject: [PATCH] feat: Add Eigenlayer token on mainnet (#14) --- .gitignore | 1 + src/tokens/safe.tokenlist.json | 8 ++++++++ 2 files changed, 9 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..723ef36 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.idea \ No newline at end of file diff --git a/src/tokens/safe.tokenlist.json b/src/tokens/safe.tokenlist.json index c85f34e..f364fa6 100644 --- a/src/tokens/safe.tokenlist.json +++ b/src/tokens/safe.tokenlist.json @@ -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",