Skip to content

Commit

Permalink
feat: list dai (#444)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChefJerry committed Apr 24, 2024
1 parent e6fbf40 commit d3a7e9c
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-polygon-zkevm-default.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "PancakeSwap Zkevm Default",
"timestamp": "2024-02-21T06:09:14.370Z",
"timestamp": "2024-04-24T13:10:24.157Z",
"version": {
"major": 1,
"minor": 0,
"patch": 6
"patch": 7
},
"logoURI": "https://pancakeswap.finance/logo.png",
"keywords": [
Expand Down Expand Up @@ -101,6 +101,14 @@
"chainId": 1101,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/polygon-zkevm/0x5D8cfF95D7A57c0BF50B30b43c7CC0D52825D4a9.png"
},
{
"name": "Dai Stablecoin",
"symbol": "DAI",
"address": "0xC5015b9d9161Dca7e18e32f6f25C4aD850731Fd4",
"chainId": 1101,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/polygon-zkevm/0xC5015b9d9161Dca7e18e32f6f25C4aD850731Fd4.png"
}
]
}
8 changes: 8 additions & 0 deletions src/tokens/pancakeswap-polygon-zkevm-default.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,5 +86,13 @@
"chainId": 1101,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/polygon-zkevm/0x5D8cfF95D7A57c0BF50B30b43c7CC0D52825D4a9.png"
},
{
"name": "Dai Stablecoin",
"symbol": "DAI",
"address": "0xC5015b9d9161Dca7e18e32f6f25C4aD850731Fd4",
"chainId": 1101,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/polygon-zkevm/0xC5015b9d9161Dca7e18e32f6f25C4aD850731Fd4.png"
}
]

0 comments on commit d3a7e9c

Please sign in to comment.