Skip to content

Commit

Permalink
feat: List OVN (#366)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChefMomota authored Jan 23, 2024
1 parent db8bd65 commit 083dd6f
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-arbitrum-default.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "PancakeSwap Arbitrum Default",
"timestamp": "2024-01-16T07:36:51.264Z",
"timestamp": "2024-01-23T01:53:09.292Z",
"version": {
"major": 0,
"minor": 0,
"patch": 15
"patch": 16
},
"logoURI": "https://pancakeswap.finance/logo.png",
"keywords": [
Expand Down Expand Up @@ -252,6 +252,14 @@
"chainId": 42161,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/arbitrum/0xD4939D69B31fbE981ed6904A3aF43Ee1dc777Aab.png"
},
{
"name": "OVN",
"symbol": "OVN",
"address": "0xA3d1a8DEB97B111454B294E2324EfAD13a9d8396",
"chainId": 42161,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/arbitrum/0xA3d1a8DEB97B111454B294E2324EfAD13a9d8396.png"
}
]
}
12 changes: 10 additions & 2 deletions lists/pancakeswap-extended.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "PancakeSwap Extended",
"timestamp": "2024-01-18T14:08:45.098Z",
"timestamp": "2024-01-23T02:01:32.731Z",
"version": {
"major": 2,
"minor": 16,
"patch": 191
"patch": 192
},
"logoURI": "https://pancakeswap.finance/logo.png",
"keywords": [
Expand Down Expand Up @@ -1932,6 +1932,14 @@
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/0xe2aE1a99bBd2eFab0a5C38f2146B7aCE61aBC5cE.png"
},
{
"name": "OVN",
"symbol": "OVN",
"address": "0x259B30C916e440FB79747cD559207FfdaBBae057",
"chainId": 56,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/0x259B30C916e440FB79747cD559207FfdaBBae057.png"
},
{
"name": "pBTC",
"symbol": "pBTC",
Expand Down
8 changes: 8 additions & 0 deletions src/tokens/pancakeswap-arbitrum-default.json
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,14 @@
"chainId": 42161,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/arbitrum/0xD4939D69B31fbE981ed6904A3aF43Ee1dc777Aab.png"
},
{
"name": "OVN",
"symbol": "OVN",
"address": "0xA3d1a8DEB97B111454B294E2324EfAD13a9d8396",
"chainId": 42161,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/arbitrum/0xA3d1a8DEB97B111454B294E2324EfAD13a9d8396.png"
}
]

8 changes: 8 additions & 0 deletions src/tokens/pancakeswap-extended.json
Original file line number Diff line number Diff line change
Expand Up @@ -3014,5 +3014,13 @@
"chainId": 56,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/0x2598c30330D5771AE9F983979209486aE26dE875.png"
},
{
"name": "OVN",
"symbol": "OVN",
"address": "0x259B30C916e440FB79747cD559207FfdaBBae057",
"chainId": 56,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/0x259B30C916e440FB79747cD559207FfdaBBae057.png"
}
]

0 comments on commit 083dd6f

Please sign in to comment.