We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c309db9 commit 98e5d35Copy full SHA for 98e5d35
src/ethereum/info/rskInfo.ts
@@ -40,6 +40,22 @@ const builtinTokens: EdgeTokenMap = {
40
networkLocation: {
41
contractAddress: '0xe700691da7b9851f2f35f8b8182c69c53ccad9db'
42
}
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
57
+ contractAddress: '0x74c9f2b00581f1b11aa7ff05aa9f608b7389de67'
58
59
60
61
0 commit comments