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);