Skip to content

Commit

Permalink
Merge pull request #369 from pancakeswap/list-arb-wbnb
Browse files Browse the repository at this point in the history
feat: List arb chain WBNB
  • Loading branch information
ChefMomota authored Jan 26, 2024
2 parents e7d4a41 + fced41a commit 09898c3
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-arbitrum-default.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "PancakeSwap Arbitrum Default",
"timestamp": "2024-01-23T01:53:09.292Z",
"timestamp": "2024-01-26T04:44:28.741Z",
"version": {
"major": 0,
"minor": 0,
"patch": 16
"patch": 17
},
"logoURI": "https://pancakeswap.finance/logo.png",
"keywords": [
Expand Down Expand Up @@ -260,6 +260,14 @@
"chainId": 42161,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/arbitrum/0xA3d1a8DEB97B111454B294E2324EfAD13a9d8396.png"
},
{
"name": "Wrapped BNB",
"symbol": "WBNB",
"address": "0xa9004A5421372E1D83fB1f85b0fc986c912f91f3",
"chainId": 42161,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/arbitrum/0xa9004A5421372E1D83fB1f85b0fc986c912f91f3.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 @@ -246,6 +246,14 @@
"chainId": 42161,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/arbitrum/0xA3d1a8DEB97B111454B294E2324EfAD13a9d8396.png"
},
{
"name": "Wrapped BNB",
"symbol": "WBNB",
"address": "0xa9004A5421372E1D83fB1f85b0fc986c912f91f3",
"chainId": 42161,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/arbitrum/0xa9004A5421372E1D83fB1f85b0fc986c912f91f3.png"
}
]

0 comments on commit 09898c3

Please sign in to comment.