Skip to content

Commit 06f48d5

Browse files
Merge pull request #1589 from multiversx/update-network-enable-epochs-cache
update cache for network enable epochs
2 parents 60138db + 710dbce commit 06f48d5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/utils/cache.info.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -419,8 +419,8 @@ export class CacheInfo {
419419
};
420420

421421
static NetworkEnableEpochs: CacheInfo = {
422-
key: "networkEnableEpochs",
423-
ttl: Constants.oneHour() * 10,
422+
key: "gatewayNetworkEnableEpochs",
423+
ttl: Constants.oneMinute() * 5,
424424
};
425425

426426
static MexPairs: CacheInfo = {

0 commit comments

Comments
 (0)