fix(rate limits): Adding electrumx path to the indexer tier

This commit is contained in:
Chris Troutner
2020-04-17 09:52:15 -07:00
parent d0d3342140
commit 6a7fe05570
+1 -1
View File
@@ -155,7 +155,7 @@ class RateLimits {
const apiLevel = jwtInfo.apiLevel
const resource = jwtInfo.resource
const level30Routes = ['insight', 'bitcore', 'blockbook']
const level30Routes = ['insight', 'bitcore', 'blockbook', 'electrumx']
const level40Routes = ['slp']
wlogger.debug(`apiLevel: ${apiLevel}`)