Skip to content

Commit

Permalink
feat: add SALD token on ethereum and sepolia
Browse files Browse the repository at this point in the history
chore: update issue template with missing info
  • Loading branch information
razgraf committed Mar 27, 2024
1 parent 18141a7 commit 20ce33e
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/ISSUE_TEMPLATE/token-request.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,7 @@ assignees: ""
- Token Name (from contract):
- Token Decimals (from contract):
- Token Symbol (from contract):
- Token Icon (e.g. link to png, e.g. 200x200px):
- Chain:
- Official project link:
- CoinGecko/CoinMarketCap token page:
8 changes: 8 additions & 0 deletions src/tokens/ethereum_mainnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -1848,5 +1848,13 @@
"logoURI": "https://files.sablier.com/tokens/CRACER.png",
"name": "Coinracer: Reloaded",
"symbol": "CRACER"
},
{
"address": "0x5582a479f0c403E207D2578963CceF5D03BA636f",
"chainId": 1,
"decimals": 18,
"logoURI": "https://files.sablier.com/tokens/SALD.png",
"name": "Salad",
"symbol": "SALD"
}
]
8 changes: 8 additions & 0 deletions src/tokens/sepolia.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,13 @@
"logoURI": "https://files.sablier.com/tokens/DAI.png",
"name": "Dai Stablecoin",
"symbol": "DAI"
},
{
"address": "0x34a62c23261F6a84A40614a68ADDF41943F5d6C6",
"chainId": 11155111,
"decimals": 18,
"logoURI": "https://files.sablier.com/tokens/SALD.png",
"name": "Salad",
"symbol": "SALD"
}
]

0 comments on commit 20ce33e

Please sign in to comment.