Skip to content

Commit

Permalink
feat: Add ATA to extended token list (pancakeswap#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
Chef-Cheems authored Jun 7, 2021
1 parent 763e13f commit 5360873
Show file tree
Hide file tree
Showing 4 changed files with 20 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.
12 changes: 10 additions & 2 deletions packages/token-lists/lists/pancakeswap-extended.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "PancakeSwap Extended",
"timestamp": "2021-06-04T12:20:21.994Z",
"timestamp": "2021-06-07T06:24:23.502Z",
"version": {
"major": 2,
"minor": 13,
"patch": 0
"patch": 1
},
"logoURI": "https://assets.trustwalletapp.com/blockchains/smartchain/assets/0x0E09FaBB73Bd3Ade0a17ECC321fD13a19e81cE82/logo.png",
"keywords": [
Expand Down Expand Up @@ -100,6 +100,14 @@
"decimals": 2,
"logoURI": "https://tokens.pancakeswap.finance/images/0x80d5f92c2c8c682070c95495313ddb680b267320.png"
},
{
"name": "Automata",
"symbol": "ATA",
"address": "0xA2120b9e674d3fC3875f415A7DF52e382F141225",
"chainId": 56,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/0xA2120b9e674d3fC3875f415A7DF52e382F141225.png"
},
{
"name": "Atletico de Madrid",
"symbol": "ATM",
Expand Down
2 changes: 1 addition & 1 deletion packages/token-lists/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pancakeswap/token-lists",
"version": "2.13.0",
"version": "2.13.1",
"main": "dist/index.js",
"type": "module",
"license": "MIT",
Expand Down
10 changes: 9 additions & 1 deletion packages/token-lists/src/tokens/pancakeswap-extended.json
Original file line number Diff line number Diff line change
Expand Up @@ -1510,5 +1510,13 @@
"chainId": 56,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/0x9F882567A62a5560d147d64871776EeA72Df41D3.png"
},
{
"name": "Automata",
"symbol": "ATA",
"address": "0xA2120b9e674d3fC3875f415A7DF52e382F141225",
"chainId": 56,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/0xA2120b9e674d3fC3875f415A7DF52e382F141225.png"
}
]
]

0 comments on commit 5360873

Please sign in to comment.