Skip to content

Commit

Permalink
add UPS token (solana-labs#722)
Browse files Browse the repository at this point in the history
  • Loading branch information
heroharry authored Aug 26, 2021
1 parent ef84020 commit 47fb43c
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### 0.2.220 (2021-08-26)

### 0.2.219 (2021-08-23)

### 0.2.218 (2021-08-23)
Expand Down
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.2.219",
"version": "0.2.220",
"description": "Solana Token Registry",
"main": "dist/main/index.js",
"typings": "dist/main/index.d.ts",
Expand Down
18 changes: 18 additions & 0 deletions src/tokens/solana.tokenlist.json
Original file line number Diff line number Diff line change
Expand Up @@ -11740,6 +11740,24 @@
"discord": "https://discord.gg/67jySBhxrg"
}
},
{
"chainId": 101,
"address": "EwJN2GqUGXXzYmoAciwuABtorHczTA5LqbukKXV1viH7",
"symbol": "UPS",
"name": "UPFI network token",
"decimals": 6,
"logoURI": "https://raw.githubusercontent.com/solana-labs/token-list/main/assets/mainnet/EwJN2GqUGXXzYmoAciwuABtorHczTA5LqbukKXV1viH7/logo.png",
"tags": [],
"extensions": {
"website": "https://upfi.network/",
"twitter": "https://twitter.com/upfi_network",
"medium": "https://upfinetwork.medium.com",
"discord": "https://discord.gg/nHMDdyAggx",
"telegram": "https://t.me/upfinetworkchannel",
"facebook": "https://www.facebook.com/UPFInetwork",
"serumV3Usdc": "DByPstQRx18RU2A8DH6S9mT7bpT6xuLgD2TTFiZJTKZP"
}
},
{
"chainId": 101,
"address": "Gsai2KN28MTGcSZ1gKYFswUpFpS7EM9mvdR9c8f6iVXJ",
Expand Down

0 comments on commit 47fb43c

Please sign in to comment.