@@ -165,7 +165,7 @@ function getRedisKeyFromChain(chain) {
case 'okc':
return '_OKC'
default:
- return null
+ return '_' + chain.toUpperCase()
}