Skip to content

Commit

Permalink
Merge pull request #508 from pancakeswap/chore--add-base-and-eth-tokens
Browse files Browse the repository at this point in the history
chore: add base and eth tokens
  • Loading branch information
ChefBingbong authored Jul 30, 2024
2 parents 2d0915d + cd70607 commit 589b674
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-base-default.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "PancakeSwap Base Default",
"timestamp": "2024-07-24T09:29:24.479Z",
"timestamp": "2024-07-30T13:31:32.296Z",
"version": {
"major": 0,
"minor": 0,
"patch": 11
"patch": 12
},
"logoURI": "https://pancakeswap.finance/logo.png",
"keywords": [
Expand Down Expand Up @@ -156,6 +156,14 @@
"chainId": 8453,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/base/0x04C0599Ae5A44757c0af6F9eC3b93da8976c150A.png"
},
{
"name": "Master Miggles",
"symbol": "MIGGLES",
"address": "0xB1a03EdA10342529bBF8EB700a06C60441fEf25d",
"chainId": 8453,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/base/0xB1a03EdA10342529bBF8EB700a06C60441fEf25d.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": "2024-06-19T09:12:46.720Z",
"timestamp": "2024-07-30T13:23:06.989Z",
"version": {
"major": 1,
"minor": 0,
"patch": 55
"patch": 56
},
"logoURI": "https://pancakeswap.finance/logo.png",
"keywords": [
Expand Down Expand Up @@ -596,6 +596,14 @@
"chainId": 1,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/eth/0x6985884C4392D348587B19cb9eAAf157F13271cd.png"
},
{
"name": "Elixir deUSD",
"symbol": "deUSD",
"address": "0x15700B564Ca08D9439C58cA5053166E8317aa138",
"chainId": 1,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/eth/0x15700B564Ca08D9439C58cA5053166E8317aa138.png"
}
]
}
8 changes: 8 additions & 0 deletions src/tokens/pancakeswap-base-default.json
Original file line number Diff line number Diff line change
Expand Up @@ -142,5 +142,13 @@
"chainId": 8453,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/base/0x04C0599Ae5A44757c0af6F9eC3b93da8976c150A.png"
},
{
"name": "Master Miggles",
"symbol": "MIGGLES",
"address": "0xB1a03EdA10342529bBF8EB700a06C60441fEf25d",
"chainId": 8453,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/base/0xB1a03EdA10342529bBF8EB700a06C60441fEf25d.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 @@ -582,5 +582,13 @@
"chainId": 1,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/eth/0x6985884C4392D348587B19cb9eAAf157F13271cd.png"
},
{
"name": "Elixir deUSD",
"symbol": "deUSD",
"address": "0x15700B564Ca08D9439C58cA5053166E8317aa138",
"chainId": 1,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/eth/0x15700B564Ca08D9439C58cA5053166E8317aa138.png"
}
]

0 comments on commit 589b674

Please sign in to comment.