From 1ec4c6fecbf787848f823628c2afca4c705eaf7a Mon Sep 17 00:00:00 2001 From: Andrew Low Date: Thu, 7 Nov 2024 11:52:14 -0500 Subject: [PATCH] add 2021 testnet to api constructors --- storage/oasis/nodeapi/history/history.go | 1 + 1 file changed, 1 insertion(+) diff --git a/storage/oasis/nodeapi/history/history.go b/storage/oasis/nodeapi/history/history.go index 8d85e6045..4f43292ed 100644 --- a/storage/oasis/nodeapi/history/history.go +++ b/storage/oasis/nodeapi/history/history.go @@ -49,6 +49,7 @@ var APIConstructors = map[string]APIConstructor{ "cobalt": cobaltAPIConstructor, "eden": edenAPIConstructor, // testnet + "2021-04-13": cobaltAPIConstructor, "2022-03-03": damaskAPIConstructor, "2023-10-12": edenAPIConstructor, }