Skip to content

Commit

Permalink
PoolTogether Ticket Tokens (#466)
Browse files Browse the repository at this point in the history
* * adds plSai, plDai and plUsdc tokens

* Update contract-map.json
  • Loading branch information
chuckbergeron authored Apr 29, 2020
1 parent 791b3f6 commit 64cffb3
Show file tree
Hide file tree
Showing 4 changed files with 287 additions and 1 deletion.
23 changes: 22 additions & 1 deletion contract-map.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,25 @@
{
{
"0x49d716DFe60b37379010A75329ae09428f17118d": {
"name": "PoolTogether Dai",
"logo": "pldai.svg",
"erc20": true,
"symbol": "PLDAI",
"decimals": 18
},
"0xfE6892654CBB05eB73d28DCc1Ff938f59666Fe9f": {
"name": "PoolTogether Sai",
"logo": "plsai.svg",
"erc20": true,
"symbol": "PLSAI",
"decimals": 18
},
"0xBD87447F48ad729C5c4b8bcb503e1395F62e8B98": {
"name": "PoolTogether USDC",
"logo": "plusdc.svg",
"erc20": true,
"symbol": "PLUSDC",
"decimals": 6
},
"0x261b45D85cCFeAbb11F022eBa346ee8D1cd488c0": {
"name": "rDAI",
"logo": "rdai.svg",
Expand Down
88 changes: 88 additions & 0 deletions images/pldai.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 64cffb3

Please sign in to comment.