Skip to content

Commit

Permalink
chore: add base and eth tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
ChefBingbong committed Jul 30, 2024
1 parent 2d0915d commit eb21d20
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 12 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: 6 additions & 6 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:23:14.146Z",
"version": {
"major": 0,
"minor": 0,
"patch": 11
"patch": 12
},
"logoURI": "https://pancakeswap.finance/logo.png",
"keywords": [
Expand Down Expand Up @@ -150,12 +150,12 @@
"logoURI": "https://tokens.pancakeswap.finance/images/symbol/usdt.png"
},
{
"name": "Wrapped eETH",
"symbol": "weETH",
"address": "0x04C0599Ae5A44757c0af6F9eC3b93da8976c150A",
"name": "Master Miggles",
"symbol": "MIGGLES",
"address": "0xB1a03EdA10342529bBF8EB700a06C60441fEf25d",
"chainId": 8453,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/base/0x04C0599Ae5A44757c0af6F9eC3b93da8976c150A.png"
"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: 4 additions & 4 deletions src/tokens/pancakeswap-base-default.json
Original file line number Diff line number Diff line change
Expand Up @@ -136,11 +136,11 @@
"logoURI": "https://tokens.pancakeswap.finance/images/symbol/usdt.png"
},
{
"name": "Wrapped eETH",
"symbol": "weETH",
"address": "0x04C0599Ae5A44757c0af6F9eC3b93da8976c150A",
"name": "Master Miggles",
"symbol": "MIGGLES",
"address": "0xB1a03EdA10342529bBF8EB700a06C60441fEf25d",
"chainId": 8453,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/base/0x04C0599Ae5A44757c0af6F9eC3b93da8976c150A.png"
"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 eb21d20

Please sign in to comment.