Skip to content

Commit

Permalink
chore: list swBTC on eth
Browse files Browse the repository at this point in the history
  • Loading branch information
Chef-Yogi committed Aug 14, 2024
1 parent 13c3c1d commit 359eaa1
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-eth-default.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "PancakeSwap Ethereum Default",
"timestamp": "2024-08-12T10:15:19.085Z",
"timestamp": "2024-08-14T13:16:22.281Z",
"version": {
"major": 1,
"minor": 0,
"patch": 58
"patch": 59
},
"logoURI": "https://pancakeswap.finance/logo.png",
"keywords": [
Expand Down Expand Up @@ -620,6 +620,14 @@
"chainId": 1,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/eth/0x73A15FeD60Bf67631dC6cd7Bc5B6e8da8190aCF5.png"
},
{
"name": "swBTC",
"symbol": "swBTC",
"address": "0x8DB2350D78aBc13f5673A411D4700BCF87864dDE",
"chainId": 1,
"decimals": 8,
"logoURI": "https://tokens.pancakeswap.finance/images/eth/0x8DB2350D78aBc13f5673A411D4700BCF87864dDE.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 @@ -606,5 +606,13 @@
"chainId": 1,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/eth/0x73A15FeD60Bf67631dC6cd7Bc5B6e8da8190aCF5.png"
},
{
"name": "swBTC",
"symbol": "swBTC",
"address": "0x8DB2350D78aBc13f5673A411D4700BCF87864dDE",
"chainId": 1,
"decimals": 8,
"logoURI": "https://tokens.pancakeswap.finance/images/eth/0x8DB2350D78aBc13f5673A411D4700BCF87864dDE.png"
}
]

0 comments on commit 359eaa1

Please sign in to comment.