From 1f7f331b426b813e5803cd740ad96d154b5131bf Mon Sep 17 00:00:00 2001 From: kolya182 <3277207+kolya182@users.noreply.github.com> Date: Thu, 23 May 2024 15:22:40 +0200 Subject: [PATCH] fix: altlayer -> wormhole --- protocols/wormhole.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/protocols/wormhole.ts b/protocols/wormhole.ts index 9fed8ae..48d8211 100644 --- a/protocols/wormhole.ts +++ b/protocols/wormhole.ts @@ -5,7 +5,7 @@ import { periodToSeconds } from "../utils/time"; const start = 1680480000; const total = 1e10; -const altlayer: Protocol = { +const wormhole: Protocol = { "Guardian Nodes": manualStep( start, periodToSeconds.year, @@ -54,4 +54,4 @@ const altlayer: Protocol = { noncirculating: ["Foundation Treasury"], }, }; -export default altlayer; +export default wormhole;