Skip to content

Commit

Permalink
feat(api): add moonbeam.moonriver config
Browse files Browse the repository at this point in the history
  • Loading branch information
gabaldon committed Apr 22, 2022
1 parent 38207e3 commit b71637f
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 0 deletions.
27 changes: 27 additions & 0 deletions packages/api/src/dataFeedsRouter.json
Original file line number Diff line number Diff line change
Expand Up @@ -887,6 +887,33 @@
"minSecsBetweenUpdates": 900
}
}
},
"moonbeam.moonriver": {
"address": "0xE22f48DDdcb34BD34489fE224d7fFC1b0a361D87",
"blockExplorer": "https://moonriver.moonscan.io/address/{address}#readContract",
"color": "#ff6600",
"name": "Moonriver",
"pollingPeriod": 45000,
"feeds": {
"Price-MOVR/USDT-6": {
"label": "",
"deviationPercentage": 1.0,
"maxSecsBetweenUpdates": 86400,
"minSecsBetweenUpdates": 900
},
"Price-USDC/USD-6": {
"label": "$",
"deviationPercentage": 0.1,
"maxSecsBetweenUpdates": 86400,
"minSecsBetweenUpdates": 900
},
"Price-USDT/USD-6": {
"label": "$",
"deviationPercentage": 0.1,
"maxSecsBetweenUpdates": 86400,
"minSecsBetweenUpdates": 900
}
}
}
}
},
Expand Down
1 change: 1 addition & 0 deletions packages/ui/assets/svg/klay.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions packages/ui/assets/svg/klaynt.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions packages/ui/assets/svg/movr.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b71637f

Please sign in to comment.