Skip to content

Commit

Permalink
Add CONE and rBNB
Browse files Browse the repository at this point in the history
  • Loading branch information
Tatyana Stemkovski committed Feb 27, 2024
1 parent 7dbadbb commit 9857db6
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
26 changes: 26 additions & 0 deletions src/constants/tokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -614,6 +614,19 @@ export const TOKENS: TokenMapping = {
atCoingecko: true
}
},
[TokenName.CONE]: {
[ChainId.Polygon]: {
tokenName: TokenName.CONE,
tableName: tokenNameWithChainPrefix(TokenName.CONE, ChainId.Polygon),
address: '0xbA777aE3a3C91fCD83EF85bfe65410592Bdd0f7c',
decimals: 18,
displayName: 'CONE',
symbol: 'CONE',
fullName: 'BitCone',
isOneToken: false,
atCoingecko: true,
}
},
[TokenName.COW]: {
[ChainId.Mainnet]: {
tokenName: TokenName.COW,
Expand Down Expand Up @@ -1633,6 +1646,19 @@ export const TOKENS: TokenMapping = {
atCoingecko: true
}
},
[TokenName.RBNB]: {
[ChainId.Bsc]: {
tokenName: TokenName.RBNB,
tableName: tokenNameWithChainPrefix(TokenName.RBNB, ChainId.Bsc),
address: '0xF027E525D491ef6ffCC478555FBb3CFabB3406a6',
decimals: 18,
displayName: 'rBNB',
symbol: 'rBNB',
fullName: 'StaFi rBNB',
isOneToken: false,
atCoingecko: true,
}
},
[TokenName.RENFIL]: {
[ChainId.Mainnet]: {
tokenName: TokenName.RENFIL,
Expand Down
2 changes: 2 additions & 0 deletions src/enums/tokenName.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ export enum TokenName {
CLEO = 'cleo',
COC = 'coc',
COMP = 'comp',
CONE = 'cone',
COW = 'cow',
CRV = 'crv',
CUSD = 'cusd',
Expand Down Expand Up @@ -91,6 +92,7 @@ export enum TokenName {
QRDO = 'qrdo',
QUICK = 'quick',
RAM = 'ram',
RBNB = 'rbnb',
RENFIL = 'renfil',
RETRO = 'retro',
SATS = 'sats',
Expand Down

0 comments on commit 9857db6

Please sign in to comment.