Skip to content

Commit

Permalink
feat: add mark
Browse files Browse the repository at this point in the history
  • Loading branch information
bartosz-lipinski committed Feb 25, 2021
1 parent 607e274 commit df6177f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ src/**.js
coverage
*.log
yarn.lock
.DS_Store
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solana/spl-token-registry",
"version": "0.1.4",
"version": "0.1.5",
"description": "Solana Token Registry",
"main": "dist/main/index.js",
"typings": "dist/main/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions src/tokens/mainnet-beta.json
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,13 @@
"icon": "https://raw.githubusercontent.com/solana-labs/explorer/master/public/tokens/usdt.svg",
"website": "https://tether.to"
},
{
"tokenSymbol": "MARK",
"mintAddress": "Es9vMFrzaCERmJfrF4H2FYD4KCoNkY11McCe8BenwNYB",
"tokenName": "Benchmark",
"icon": "https://raw.githubusercontent.com/solana-labs/token-list/main/assets/mainnet/2oDxYGgTBmST4rc3yn1YtcSEck7ReDZ8wHWLqZAuNWXH/logo.png",
"website": "https://benchmarkprotocol.finance/"
},
{
"tokenSymbol": "LSD",
"mintAddress": "AcstFzGGawvvdVhYV9bftr7fmBHbePUjhv53YK1W3dZo",
Expand Down

0 comments on commit df6177f

Please sign in to comment.