File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed
Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments