File tree Expand file tree Collapse file tree
packages/chains/src/tokens/underlyingTokens Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ---
2+ " @venusprotocol/evm " : minor
3+ ---
4+
5+ Added SPCXB, TSLAB and NVDAB to BNB mainnet
Original file line number Diff line number Diff 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] ;
You can’t perform that action at this time.
0 commit comments