Skip to content

Commit

Permalink
feat: list foxy (#442)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChefJerry committed Apr 24, 2024
1 parent d3a7e9c commit 1bc272d
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 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-linea-default.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "PancakeSwap Linea Default",
"timestamp": "2024-03-27T15:18:35.667Z",
"timestamp": "2024-04-24T13:05:22.687Z",
"version": {
"major": 0,
"minor": 0,
"patch": 7
"patch": 8
},
"logoURI": "https://pancakeswap.finance/logo.png",
"keywords": [
Expand Down Expand Up @@ -84,6 +84,14 @@
"chainId": 59144,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/linea/0x2416092f143378750bb29b79eD961ab195CcEea5.png"
},
{
"name": "Foxy",
"symbol": "FOXY",
"address": "0x5FBDF89403270a1846F5ae7D113A989F850d1566",
"chainId": 59144,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/linea/0x5FBDF89403270a1846F5ae7D113A989F850d1566.png"
}
]
}
8 changes: 8 additions & 0 deletions src/tokens/pancakeswap-linea-default.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,13 @@
"chainId": 59144,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/linea/0x2416092f143378750bb29b79eD961ab195CcEea5.png"
},
{
"name": "Foxy",
"symbol": "FOXY",
"address": "0x5FBDF89403270a1846F5ae7D113A989F850d1566",
"chainId": 59144,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/linea/0x5FBDF89403270a1846F5ae7D113A989F850d1566.png"
}
]

0 comments on commit 1bc272d

Please sign in to comment.