Skip to content
This repository has been archived by the owner on Jul 3, 2022. It is now read-only.

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
digitalcentral committed Sep 7, 2021
2 parents b70b884 + c1ff0ac commit 23e01f7
Show file tree
Hide file tree
Showing 4 changed files with 69 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,10 @@

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.233 (2021-09-07)

### 0.2.232 (2021-09-07)

### 0.2.231 (2021-09-05)

### 0.2.230 (2021-09-05)
Expand Down
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
@@ -1,6 +1,6 @@
{
"name": "@solana/spl-token-registry",
"version": "0.2.231",
"version": "0.2.233",
"description": "Solana Token Registry",
"main": "dist/main/index.js",
"typings": "dist/main/index.d.ts",
Expand Down
21 changes: 20 additions & 1 deletion src/tokens/solana.tokenlist.json
Expand Up @@ -11843,6 +11843,23 @@
"twitter": "https://twitter.com/SolanaSail"
}
},
{
"chainId": 101,
"address": "SUNNYWgPQmFxe9wTZzNK7iPnJ3vYDrkgnxJRJm1s3ag",
"symbol": "SUNNY",
"name": "Sunny Governance Token",
"decimals": 6,
"logoURI": "https://raw.githubusercontent.com/solana-labs/token-list/main/assets/mainnet/SUNNYWgPQmFxe9wTZzNK7iPnJ3vYDrkgnxJRJm1s3ag/logo.svg",
"tags": [],
"extensions": {
"website": "https://sunny.ag/",
"twitter": "https://twitter.com/SunnyAggregator",
"github": "https://github.com/SunnyAggregator",
"medium": "https://medium.com/sunny-aggregator",
"discord": "https://chat.sunny.ag",
"serumV3Usdc": "Aubv1QBFh4bwB2wbP1DaPW21YyQBLfgjg8L4PHTaPzRc"
}
},
{
"chainId": 101,
"address": "BRLsMczKuaR5w9vSubF4j8HwEGGprVAyyVgS4EX7DKEg",
Expand All @@ -11862,7 +11879,9 @@
"github": "https://github.com/cyclos-io",
"coinmarketcap": "https://coinmarketcap.com/currencies/cyclos/",
"solanium": "https://www.solanium.io/project/cyclos/",
"medium": "https://medium.com/@cyclosfinance"
"medium": "https://medium.com/@cyclosfinance",
"serumV3Usdc": "6V6y6QFi17QZC9qNRpVp7SaPiHpCTp2skbRQkUyZZXPW",
"coingeckoId": "cyclos"
}
},
{
Expand Down

0 comments on commit 23e01f7

Please sign in to comment.