Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
waynebruce0x committed Jun 3, 2024
2 parents bc8a98d + 2ff522e commit 98b406b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions protocols/wormhole.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -54,4 +54,4 @@ const altlayer: Protocol = {
noncirculating: ["Foundation Treasury"],
},
};
export default altlayer;
export default wormhole;

0 comments on commit 98b406b

Please sign in to comment.