From b9850f2908f8c936424d1d93c94f0f0d261c7b62 Mon Sep 17 00:00:00 2001 From: Noah Litvin <335975+noahlitvin@users.noreply.github.com> Date: Wed, 1 Jan 2025 23:10:18 -0500 Subject: [PATCH] Update router comment --- src/templates/router.ts | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/src/templates/router.ts b/src/templates/router.ts index d990c63..abd6956 100644 --- a/src/templates/router.ts +++ b/src/templates/router.ts @@ -1,13 +1,7 @@ export const routerTemplate = `//SPDX-License-Identifier: Unlicense pragma solidity ^0.8.0; -// -------------------------------------------------------------------------------- -// -------------------------------------------------------------------------------- -// GENERATED CODE - do not edit manually!! -// This code was generated by the Synthetix router project and deployed with Cannon. -// Learn more: https://usecannon.com/learn/guides/router -// -------------------------------------------------------------------------------- -// -------------------------------------------------------------------------------- +// This is a router generated by Cannon (usecannon.com) contract {{{moduleName}}} { error UnknownSelector(bytes4 sel);