Skip to content

Commit

Permalink
feat(api): add klaynt.baobab config
Browse files Browse the repository at this point in the history
  • Loading branch information
gabaldon committed Apr 22, 2022
1 parent 1dd993d commit a2ef944
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 0 deletions.
20 changes: 20 additions & 0 deletions packages/api/src/dataFeedsRouter.json
Original file line number Diff line number Diff line change
Expand Up @@ -987,6 +987,26 @@
}
}
}
},
"klaytn": {
"name": "Klaytn",
"networks": {
"klaytn.testnet": {
"address": "0xeD074DA2A76FD2Ca90C1508930b4FB4420e413B0",
"blockExplorer": "https://baobab.scope.klaytn.com/account/{address}",
"color": "#ff0066",
"name": "Klaytn Baobab (Testnet)",
"pollingPeriod": 45000,
"feeds": {
"Price-KLAY/USDT-6": {
"label": "",
"deviationPercentage": 0.5,
"maxSecsBetweenUpdates": 86400,
"minSecsBetweenUpdates": 900
}
}
}
}
}
}
}
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/klaytn.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 a2ef944

Please sign in to comment.