File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @across-protocol/constants" ,
3- "version" : " 3.1.78 " ,
3+ "version" : " 3.1.79 " ,
44 "description" : " Export commonly re-used values for Across repositories" ,
55 "repository" : " https://github.com/across-protocol/constants.git" ,
66 "author" : " hello@umaproject.org" ,
Original file line number Diff line number Diff line change @@ -665,6 +665,7 @@ export const TOKEN_EQUIVALENCE_REMAPPING: { [symbol: string]: string } = {
665665 [ TOKEN_SYMBOLS_MAP . USDB . symbol ] : TOKEN_SYMBOLS_MAP . DAI . symbol ,
666666 [ TOKEN_SYMBOLS_MAP [ "USDC-BNB" ] . symbol ] : TOKEN_SYMBOLS_MAP . USDC . symbol ,
667667 [ TOKEN_SYMBOLS_MAP [ "USDT-BNB" ] . symbol ] : TOKEN_SYMBOLS_MAP . USDT . symbol ,
668+ [ TOKEN_SYMBOLS_MAP [ "USDT-SPOT" ] . symbol ] : TOKEN_SYMBOLS_MAP . USDT . symbol ,
668669 LGHO : TOKEN_SYMBOLS_MAP . WGHO . symbol , // LGHO is the symbol for WGHO on L1.
669670 // The TOKEN_SYMBOLS_MAP structure assumes that each L2 token address is unique but several mappings
670671 // can share the same L1 token mapping. Therefore this structure lends itself to querying symbols/decimals/name
You can’t perform that action at this time.
0 commit comments