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

Commit

Permalink
Merge branch 'solana-labs:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
BMillman19 committed May 31, 2021
2 parents 5b7e8a4 + 7a375c3 commit cf168f6
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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.117 (2021-05-28)

### 0.2.116 (2021-05-28)

### 0.2.115 (2021-05-27)

### 0.2.114 (2021-05-25)

### 0.2.113 (2021-05-24)

### 0.2.112 (2021-05-24)
Expand Down
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.113",
"version": "0.2.117",
"description": "Solana Token Registry",
"main": "dist/main/index.js",
"typings": "dist/main/index.d.ts",
Expand Down
19 changes: 16 additions & 3 deletions src/tokens/solana.tokenlist.json
Original file line number Diff line number Diff line change
Expand Up @@ -7418,7 +7418,7 @@
"extensions": {
"website": "https://solfarm.io",
"twitter": "https://twitter.com/Solfarmio",
"coingeckoId": "tulip-token"
"coingeckoId": "solfarm"
}
},
{
Expand Down Expand Up @@ -7887,7 +7887,7 @@
"symbol": "STRANGE",
"name": "STRANGE",
"decimals": 0,
"logoURI": "https://cdn.jsdelivr.net/gh/solana-labs/token-list@main/assets/mainnet/6TCbtxs6eYfMKVF9ppTNvbUemW2YnpFig6z1jSqgM16e/logo.jpg",
"logoURI": "https://safepluto.tech/images/strange.png",
"tags": [
"utility-token"
],
Expand Down Expand Up @@ -7941,12 +7941,25 @@
"symbol": "CKC",
"name": "ChikinCoin",
"decimals": 6,
"logoURI": "https://raw.githubusercontent.com/ChikinDeveloper/ChikinCoin/master/assets/logo_colored.svg",
"logoURI": "https://raw.githubusercontent.com/ChikinDeveloper/ChikinCoin/master/assets/logo_circle.svg",
"tags": [],
"extensions": {
"website": "https://www.chikin.run",
"twitter": "https://twitter.com/ChikinDev"
}
},
{
"chainId": 101,
"address": "8b9mQo6ZU2rwZQgSFqGNQvXzrUSHDTRpKSKi9XXdGmqN",
"symbol": "CHANGPENGUIN",
"name": "CHANGPENGUIN",
"decimals": 6,
"logoURI": "https://img1.wsimg.com/isteam/ip/0806e069-1a1b-438a-aa86-7765c335fac8/penguin%20logo%2011.png",
"tags": [],
"extensions": {
"website": "https://changpenguin.finance/",
"twitter": "https://twitter.com/changpenguinFi"
}
}
],
"version": {
Expand Down

0 comments on commit cf168f6

Please sign in to comment.