Skip to content

Commit c309db9

Browse files
author
jonathansmirnoff
committed
feat: add usdrif and doc Rootstock tokens
1 parent 24b983e commit c309db9

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
@@ -24,6 +24,22 @@ const builtinTokens: EdgeTokenMap = {
2424
networkLocation: {
2525
contractAddress: '0x2acc95758f8b5f583470ba265eb685a8f45fc9d5'
2626
}
27+
},
28+
'3a15461d8ae0f0fb5fa2629e9da7d66a794a6e37': {
29+
currencyCode: 'USDRIF',
30+
displayName: 'RIF US Dollar',
31+
denominations: [{ name: 'USDRIF', multiplier: '1000000000000000000' }],
32+
networkLocation: {
33+
contractAddress: '0x3a15461d8ae0f0fb5fa2629e9da7d66a794a6e37'
34+
}
35+
},
36+
e700691da7b9851f2f35f8b8182c69c53ccad9db: {
37+
currencyCode: 'DOC',
38+
displayName: 'Dollar On Chain',
39+
denominations: [{ name: 'DOC', multiplier: '1000000000000000000' }],
40+
networkLocation: {
41+
contractAddress: '0xe700691da7b9851f2f35f8b8182c69c53ccad9db'
42+
}
2743
}
2844
}
2945

0 commit comments

Comments
 (0)