|
|
|
@ -87,7 +87,7 @@ export const TEMPLATE_NAMES = { |
|
|
|
|
'hashchecker': 'Hash Checker', |
|
|
|
|
'rln': 'Rate-Limiting Nullifier', |
|
|
|
|
'breakthroughLabsUniswapv4Hooks': 'Breakthrough-Labs Uniswapv4Hooks', |
|
|
|
|
'uniswapV4Periphery': 'Uniswap v4 Periphery', |
|
|
|
|
'uniswapV4Template': 'Uniswap v4 Template', |
|
|
|
|
'uniswapV4HookBookMultiSigSwapHook': 'Uniswap V4 HookBook MultiSigSwapHook', |
|
|
|
|
} |
|
|
|
|
|
|
|
|
@ -97,9 +97,9 @@ export const TEMPLATE_METADATA: Record<string, TemplateType> = { |
|
|
|
|
url: 'https://github.com/Breakthrough-Labs/Uniswapv4Hooks', |
|
|
|
|
branch: 'foundry_pure' |
|
|
|
|
}, |
|
|
|
|
'uniswapV4Periphery': { |
|
|
|
|
'uniswapV4Template': { |
|
|
|
|
type: 'git', |
|
|
|
|
url: 'https://github.com/Uniswap/v4-periphery', |
|
|
|
|
url: 'https://github.com/Breakthrough-Labs/v4-template', |
|
|
|
|
branch: 'main' |
|
|
|
|
}, |
|
|
|
|
'uniswapV4HookBookMultiSigSwapHook': { |
|
|
|
|