Skip to content

Commit c385f2f

Browse files
Merge pull request #5653 from VenusProtocol/feat/tokens-mainnet
feat: add SPCXB, TSLAB and NVDAB to BNB Mainnet
2 parents bfabe76 + df23ddc commit c385f2f

2 files changed

Lines changed: 26 additions & 0 deletions

File tree

.changeset/itchy-doors-join.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@venusprotocol/evm": minor
3+
---
4+
5+
Added SPCXB, TSLAB and NVDAB to BNB mainnet

packages/chains/src/tokens/underlyingTokens/bscMainnet.ts

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -502,4 +502,25 @@ export const bscMainnet: Token[] = [
502502
symbol: 'XAUm',
503503
iconSrc: iconSrcs.xaum,
504504
},
505+
{
506+
chainId: ChainId.BSC_MAINNET,
507+
address: '0x5b1910eAaD6450E50f816082Aa078C41F10C292f',
508+
decimals: 18,
509+
symbol: 'TSLAB',
510+
iconSrc: iconSrcs.tslab,
511+
},
512+
{
513+
chainId: ChainId.BSC_MAINNET,
514+
address: '0x02Fca66C1D1aFB4E2A7884261eB00F63598a7436',
515+
decimals: 18,
516+
symbol: 'NVDAB',
517+
iconSrc: iconSrcs.nvdab,
518+
},
519+
{
520+
chainId: ChainId.BSC_MAINNET,
521+
address: '0xbe9D156892E55e7154BcD3cB0FEA677F9D3103E1',
522+
decimals: 18,
523+
symbol: 'SPCXB',
524+
iconSrc: iconSrcs.spcxb,
525+
},
505526
];

0 commit comments

Comments
 (0)