Skip to content

Commit

Permalink
change tokens to eth default
Browse files Browse the repository at this point in the history
  • Loading branch information
BingBong committed Jan 10, 2024
1 parent 8ec8491 commit 1af8ee1
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 36 deletions.
20 changes: 18 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-12-19T11:28:49.637Z",
"timestamp": "2024-01-10T15:11:40.771Z",
"version": {
"major": 1,
"minor": 0,
"patch": 37
"patch": 38
},
"logoURI": "https://pancakeswap.finance/logo.png",
"keywords": [
Expand Down Expand Up @@ -444,6 +444,22 @@
"chainId": 1,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/eth/0x626E8036dEB333b408Be468F951bdB42433cBF18.png"
},
{
"name": "swETH",
"symbol": "swETH",
"address": "0xf951E335afb289353dc249e82926178EaC7DEd78",
"chainId": 1,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/eth/0xf951E335afb289353dc249e82926178EaC7DEd78.png"
},
{
"name": "Ordiswap",
"symbol": "ORDS",
"address": "0x8AB2ff0116A279a99950C66A12298962D152B83c",
"chainId": 1,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/eth/0x8AB2ff0116A279a99950C66A12298962D152B83c.png"
}
]
}
20 changes: 2 additions & 18 deletions lists/pancakeswap-eth-mm.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "PancakeSwap Ethereum MM",
"timestamp": "2024-01-10T14:28:54.256Z",
"timestamp": "2023-05-18T10:36:55.498Z",
"version": {
"major": 0,
"minor": 0,
"patch": 6
"patch": 5
},
"logoURI": "https://pancakeswap.finance/logo.png",
"keywords": [
Expand Down Expand Up @@ -148,22 +148,6 @@
"chainId": 1,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/eth/0xaea46A60368A7bD060eec7DF8CBa43b7EF41Ad85.png"
},
{
"name": "swETH",
"symbol": "swETH",
"address": "0xf951E335afb289353dc249e82926178EaC7DEd78",
"chainId": 1,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/eth/0xf951E335afb289353dc249e82926178EaC7DEd78.png"
},
{
"name": "Ordiswap",
"symbol": "ORDS",
"address": "0x8AB2ff0116A279a99950C66A12298962D152B83c",
"chainId": 1,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/eth/0x8AB2ff0116A279a99950C66A12298962D152B83c.png"
}
]
}
16 changes: 16 additions & 0 deletions src/tokens/pancakeswap-eth-default.json
Original file line number Diff line number Diff line change
Expand Up @@ -430,5 +430,21 @@
"chainId": 1,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/eth/0x626E8036dEB333b408Be468F951bdB42433cBF18.png"
},
{
"name": "swETH",
"symbol": "swETH",
"address": "0xf951E335afb289353dc249e82926178EaC7DEd78",
"chainId": 1,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/eth/0xf951E335afb289353dc249e82926178EaC7DEd78.png"
},
{
"name": "Ordiswap",
"symbol": "ORDS",
"address": "0x8AB2ff0116A279a99950C66A12298962D152B83c",
"chainId": 1,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/eth/0x8AB2ff0116A279a99950C66A12298962D152B83c.png"
}
]
16 changes: 0 additions & 16 deletions src/tokens/pancakeswap-eth-mm.json
Original file line number Diff line number Diff line change
Expand Up @@ -134,21 +134,5 @@
"chainId": 1,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/eth/0xaea46A60368A7bD060eec7DF8CBa43b7EF41Ad85.png"
},
{
"name": "swETH",
"symbol": "swETH",
"address": "0xf951E335afb289353dc249e82926178EaC7DEd78",
"chainId": 1,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/eth/0xf951E335afb289353dc249e82926178EaC7DEd78.png"
},
{
"name": "Ordiswap",
"symbol": "ORDS",
"address": "0x8AB2ff0116A279a99950C66A12298962D152B83c",
"chainId": 1,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/eth/0x8AB2ff0116A279a99950C66A12298962D152B83c.png"
}
]

0 comments on commit 1af8ee1

Please sign in to comment.