Skip to content

Commit

Permalink
feat: list MGP(arb) and agEUR(eth)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChefJerry committed Sep 18, 2023
1 parent ef47a27 commit 39fc2e0
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 4 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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": "2023-08-31T07:47:03.389Z",
"timestamp": "2023-09-18T06:40:16.405Z",
"version": {
"major": 0,
"minor": 0,
"patch": 7
"patch": 8
},
"logoURI": "https://pancakeswap.finance/logo.png",
"keywords": [
Expand Down Expand Up @@ -76,6 +76,14 @@
"chainId": 42161,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/arbitrum/0xB64E280e9D1B5DbEc4AcceDb2257A87b400DB149.png"
},
{
"name": "Magpie Token",
"symbol": "MGP",
"address": "0xa61F74247455A40b01b0559ff6274441FAfa22A3",
"chainId": 42161,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/arbitrum/0xa61F74247455A40b01b0559ff6274441FAfa22A3.png"
}
]
}
12 changes: 10 additions & 2 deletions lists/pancakeswap-eth-default.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "PancakeSwap Ethereum Default",
"timestamp": "2023-09-14T05:44:10.987Z",
"timestamp": "2023-09-18T06:40:36.465Z",
"version": {
"major": 1,
"minor": 0,
"patch": 27
"patch": 28
},
"logoURI": "https://pancakeswap.finance/logo.png",
"keywords": [
Expand Down Expand Up @@ -364,6 +364,14 @@
"chainId": 1,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/eth/0x4691937a7508860F876c9c0a2a617E7d9E945D4B.png"
},
{
"name": "agEUR",
"symbol": "agEUR",
"address": "0x1a7e4e63778B4f12a199C062f3eFdD288afCBce8",
"chainId": 1,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/eth/0x1a7e4e63778B4f12a199C062f3eFdD288afCBce8.png"
}
]
}
8 changes: 8 additions & 0 deletions src/tokens/pancakeswap-arbitrum-default.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,13 @@
"chainId": 42161,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/arbitrum/0xB64E280e9D1B5DbEc4AcceDb2257A87b400DB149.png"
},
{
"name": "Magpie Token",
"symbol": "MGP",
"address": "0xa61F74247455A40b01b0559ff6274441FAfa22A3",
"chainId": 42161,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/arbitrum/0xa61F74247455A40b01b0559ff6274441FAfa22A3.png"
}
]
8 changes: 8 additions & 0 deletions src/tokens/pancakeswap-eth-default.json
Original file line number Diff line number Diff line change
Expand Up @@ -350,5 +350,13 @@
"chainId": 1,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/eth/0x4691937a7508860F876c9c0a2a617E7d9E945D4B.png"
},
{
"name": "agEUR",
"symbol": "agEUR",
"address": "0x1a7e4e63778B4f12a199C062f3eFdD288afCBce8",
"chainId": 1,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/eth/0x1a7e4e63778B4f12a199C062f3eFdD288afCBce8.png"
}
]

0 comments on commit 39fc2e0

Please sign in to comment.