Skip to content

Commit

Permalink
feat(api): add syscoin.rollux.testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
guidiaz committed Sep 27, 2023
1 parent 1c91a46 commit af162e9
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions packages/api/src/dataFeedsRouter.json
Original file line number Diff line number Diff line change
Expand Up @@ -2107,6 +2107,21 @@
"minSecsBetweenUpdates": 900
}
}
},
"syscoin.rollux.testnet": {
"address": "0x4874cb1732eE1167A006E0Ab047D940ACF04D771",
"blockExplorer": "https://rpc-tanenbaum.rollux.com/{address}",
"color": "#66ff00",
"name": "Syscoin Rollux Testnet",
"pollingPeriod": 90000,
"feeds": {
"Price-SYS/USDT-6": {
"label": "",
"deviationPercentage": 1.0,
"maxSecsBetweenUpdates": 86400,
"minSecsBetweenUpdates": 900
}
}
}
}
},
Expand Down

0 comments on commit af162e9

Please sign in to comment.