Skip to content

Commit 98e5d35

Browse files
author
jonathansmirnoff
committed
feat: add usdt0 and usdc Rootstock tokens
1 parent c309db9 commit 98e5d35

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

src/ethereum/info/rskInfo.ts

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,22 @@ const builtinTokens: EdgeTokenMap = {
4040
networkLocation: {
4141
contractAddress: '0xe700691da7b9851f2f35f8b8182c69c53ccad9db'
4242
}
43+
},
44+
'779ded0c9e1022225f8e0630b35a9b54be713736': {
45+
currencyCode: 'USD₮0',
46+
displayName: 'USD₮0',
47+
denominations: [{ name: 'USD₮0', multiplier: '1000000' }],
48+
networkLocation: {
49+
contractAddress: '0x779ded0c9e1022225f8e0630b35a9b54be713736'
50+
}
51+
},
52+
'74c9f2b00581f1b11aa7ff05aa9f608b7389de67': {
53+
currencyCode: 'USDC.e',
54+
displayName: 'Bridged USDC (Stargate)',
55+
denominations: [{ name: 'USDC.e', multiplier: '1000000' }],
56+
networkLocation: {
57+
contractAddress: '0x74c9f2b00581f1b11aa7ff05aa9f608b7389de67'
58+
}
4359
}
4460
}
4561

0 commit comments

Comments
 (0)