Skip to content

Commit

Permalink
feat: add eigenpie egp token (#545)
Browse files Browse the repository at this point in the history
  • Loading branch information
thechefpenguin authored Sep 18, 2024
1 parent a985680 commit 83c344a
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 10 additions & 2 deletions lists/pancakeswap-arbitrum-default.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "PancakeSwap Arbitrum Default",
"timestamp": "2024-09-06T09:19:05.900Z",
"timestamp": "2024-09-18T14:07:08.814Z",
"version": {
"major": 0,
"minor": 0,
"patch": 37
"patch": 38
},
"logoURI": "https://pancakeswap.finance/logo.png",
"keywords": [
Expand Down Expand Up @@ -492,6 +492,14 @@
"chainId": 42161,
"decimals": 6,
"logoURI": "https://tokens.pancakeswap.finance/images/arbitrum/0xd3443ee1e91aF28e5FB858Fbd0D72A63bA8046E0.png"
},
{
"name": "Eigenpie",
"symbol": "EGP",
"address": "0x7E7a7C916c19a45769f6BDAF91087f93c6C12F78",
"chainId": 42161,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/arbitrum/0x7E7a7C916c19a45769f6BDAF91087f93c6C12F78.png"
}
]
}
10 changes: 9 additions & 1 deletion src/tokens/pancakeswap-arbitrum-default.json
Original file line number Diff line number Diff line change
Expand Up @@ -478,5 +478,13 @@
"chainId": 42161,
"decimals": 6,
"logoURI": "https://tokens.pancakeswap.finance/images/arbitrum/0xd3443ee1e91aF28e5FB858Fbd0D72A63bA8046E0.png"
},
{
"name": "Eigenpie",
"symbol": "EGP",
"address": "0x7E7a7C916c19a45769f6BDAF91087f93c6C12F78",
"chainId": 42161,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/arbitrum/0x7E7a7C916c19a45769f6BDAF91087f93c6C12F78.png"
}
]
]

0 comments on commit 83c344a

Please sign in to comment.