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;