Skip to content
Open
Show file tree
Hide file tree
Changes from 149 commits
Commits
Show all changes
150 commits
Select commit Hold shift + click to select a range
b808c2b
init hooks wizard
gonzaotc Aug 11, 2025
1e007d7
add hook utilities
gonzaotc Aug 12, 2025
faba830
add initial hooks controls
gonzaotc Aug 12, 2025
b03c350
remove readme
gonzaotc Aug 12, 2025
e078e95
up generation
gonzaotc Aug 13, 2025
b6115c1
up
gonzaotc Aug 13, 2025
e0f654e
add reliable hooks organization and utilities tooltips
gonzaotc Aug 13, 2025
db952de
add initial tooltips
gonzaotc Aug 13, 2025
0b5ae64
add uniswap deps
gonzaotc Aug 13, 2025
5dfb647
fix prepare error
gonzaotc Aug 13, 2025
45d7d64
add uniswap hooks hyperlinks
gonzaotc Aug 13, 2025
194b355
iterate hooks tooltips
gonzaotc Aug 13, 2025
b7be91c
fix kind sanitization
gonzaotc Aug 14, 2025
c650954
up tooltip
gonzaotc Aug 14, 2025
762b5a1
update remappings
gonzaotc Aug 18, 2025
20c07d8
fix addUsing compilation via addImportOnly addition
gonzaotc Aug 19, 2025
4de46d6
add erc1155 shares
gonzaotc Aug 19, 2025
0b02d69
add optional override "compatibleSemver" to printContract
gonzaotc Aug 19, 2025
6d9ff54
add a hooks folder containing each hook static data
gonzaotc Aug 19, 2025
d1b7b51
fix BaseHook compilation
gonzaotc Aug 19, 2025
c061c4f
add base hook function overrides
gonzaotc Aug 19, 2025
004965c
add required overrides
gonzaotc Aug 20, 2025
a0c05c5
merge with origin, add printContract option for additional libraries
gonzaotc Aug 20, 2025
0580129
solve conflicts with origin
gonzaotc Aug 20, 2025
71f3786
lint ui
gonzaotc Aug 20, 2025
e2784c3
update hooks snapshots
gonzaotc Aug 20, 2025
88d1d53
update snapshots
gonzaotc Aug 20, 2025
1546b24
add permissions component
gonzaotc Aug 21, 2025
344e8c4
up hooks permissions
gonzaotc Aug 21, 2025
8feecce
up
gonzaotc Aug 21, 2025
2dbe171
reorder perms
gonzaotc Aug 21, 2025
79c3b8a
up snapshots
gonzaotc Aug 21, 2025
3962a18
up pausability construction
gonzaotc Aug 22, 2025
5a287ff
fix pausability conficting overrides on custom functions
gonzaotc Aug 22, 2025
b7e605e
add automatic types importing
gonzaotc Aug 22, 2025
0d436ef
fix double import bug
gonzaotc Aug 22, 2025
7b06a4d
add required import paths
gonzaotc Aug 22, 2025
48582fd
fix compilation
gonzaotc Aug 22, 2025
041d6d8
lint
gonzaotc Aug 22, 2025
4163fee
up
gonzaotc Aug 22, 2025
bf1ff20
reorder controls
gonzaotc Aug 22, 2025
c0881ae
up tooltips & normalize hook names in UI
gonzaotc Aug 25, 2025
af17f95
lint
gonzaotc Aug 25, 2025
43fe35f
update uniswap-hooks package commit reference
gonzaotc Aug 25, 2025
dedffd8
update uniswap-hooks package commit reference
gonzaotc Aug 25, 2025
34f020e
up ava snapshots for basedynamicfee
gonzaotc Aug 25, 2025
96f25f7
up tooltips & shortcut permissions in ui
gonzaotc Aug 25, 2025
5c1c8ed
add lateral size to the hooks wizard selector panel
gonzaotc Aug 25, 2025
8cf50c9
Merge branch 'master' of github.com:OpenZeppelin/contracts-wizard int…
gonzaotc Aug 25, 2025
d0652cf
add try the ui builder component to hooks html
gonzaotc Aug 25, 2025
59e99dc
Add simple download button
gonzaotc Aug 25, 2025
302ef9d
download foundry project wip
gonzaotc Aug 25, 2025
305d7be
empty changelog
gonzaotc Aug 25, 2025
4adb616
removed openzeppelin community from inject hyperlinks
gonzaotc Aug 25, 2025
8b947af
up version tag
gonzaotc Aug 25, 2025
4fade89
refactor addUsing towards addLibrary
gonzaotc Aug 25, 2025
5b348a2
simplify get imports
gonzaotc Aug 25, 2025
f1ee4f9
print hooks functions if permissions are enabled
gonzaotc Aug 26, 2025
7e5cb2f
add permission depency auto-selection and permission function additio…
gonzaotc Aug 27, 2025
1f2ab4c
solve conflicting override
gonzaotc Aug 27, 2025
ae40d10
Add ExpandableSection and use in Hook Permissions
gonzaotc Aug 27, 2025
4e5ea07
up ava snapshots
gonzaotc Aug 27, 2025
38da7e1
modularize SharesControlsSection and make Utilities collapsable
gonzaotc Aug 27, 2025
75fda2f
up remappings in uniswap hooks repo
gonzaotc Aug 27, 2025
a89a016
reorganize shares tab
gonzaotc Aug 28, 2025
9b83ef6
make shares required in BaseCustomAccounting and CustomCurve
gonzaotc Aug 28, 2025
222a421
up base override fee permissions
gonzaotc Aug 28, 2025
c61b0e2
fix a state bug in permission selection
gonzaotc Aug 28, 2025
23f8c21
remove log
gonzaotc Aug 28, 2025
7c20743
simplify hook names
gonzaotc Aug 29, 2025
960ae35
Merge branch 'master' of github.com:OpenZeppelin/contracts-wizard int…
gonzaotc Aug 29, 2025
c637945
update imports
gonzaotc Aug 29, 2025
af18d7f
up tests
gonzaotc Aug 29, 2025
054bce0
enhance tooltips
gonzaotc Aug 29, 2025
ca4d391
merge with origin
gonzaotc Sep 24, 2025
4b39243
Merge branch 'master' of github.com:OpenZeppelin/contracts-wizard int…
gonzaotc Oct 1, 2025
dda3ca4
add rehypothecation hook and hookfee
gonzaotc Oct 2, 2025
30352d8
implemented better shares config handling in core and ui
gonzaotc Oct 3, 2025
4b2815d
remove pool manager construction param
gonzaotc Oct 3, 2025
8310cb5
add dynamic inputs for hooks
gonzaotc Oct 6, 2025
5fb4631
Merge branch 'master' of github.com:OpenZeppelin/contracts-wizard int…
gonzaotc Oct 6, 2025
decdf20
add hooks input tooltip, improve wizard output comments
gonzaotc Oct 6, 2025
97441fb
add constructionOnly contracts directive
gonzaotc Oct 8, 2025
015a66f
Merge branch 'master' of github.com:OpenZeppelin/contracts-wizard int…
gonzaotc Oct 8, 2025
81e7a8d
remove foundry dependency
gonzaotc Oct 8, 2025
3e515d4
lint
gonzaotc Oct 8, 2025
f638f7c
Merge branch 'master' of github.com:OpenZeppelin/contracts-wizard int…
gonzaotc Oct 13, 2025
3e9b8a9
apply fixes from pr review
gonzaotc Oct 13, 2025
1659ac1
Merge pull request #2 from gonzaotc/pr-fixes
gonzaotc Oct 13, 2025
641a7f2
Update CHANGELOG.md
gonzaotc Oct 13, 2025
ce382af
add uniswap hooks to github test workflow matrix
gonzaotc Oct 13, 2025
6e1dc62
import solidity version from solidity package and bump compatible semver
gonzaotc Oct 13, 2025
ad391c7
Remove package-lock, update yarn.lock
ericglau Oct 14, 2025
fadfa59
Restore deno lock
ericglau Oct 14, 2025
d213d32
Update git dependency format
ericglau Oct 14, 2025
16f4a19
Merge remote-tracking branch 'upstream/master' into hooks-wizard
ericglau Oct 14, 2025
5450636
add oracles
gonzaotc Oct 14, 2025
5c87881
Merge branch 'master' of github.com:OpenZeppelin/contracts-wizard int…
gonzaotc Oct 14, 2025
5380d2f
merge with origin
gonzaotc Oct 14, 2025
8c88661
Add Wizard AI assistant for uniswap hooks
CoveMB Oct 15, 2025
76c4ea3
Merge branch 'master' into hooks-wizard
ericglau Oct 15, 2025
296e973
only reset hooks permission upon changing selected hook
gonzaotc Oct 15, 2025
42c9c3a
Merge branch 'hooks-wizard' of https://github.com/gonzaotc/contracts-…
gonzaotc Oct 15, 2025
b120cd7
add input validations
gonzaotc Oct 15, 2025
c2fa828
Add MCP config
CoveMB Oct 16, 2025
5fa1adc
add input validations
gonzaotc Oct 15, 2025
6bdf770
Addjust MCP schema
CoveMB Oct 16, 2025
aeb606a
Addjust MCP schema
CoveMB Oct 16, 2025
e9dd205
Merge branch 'hooks-wizard' of https://github.com/gonzaotc/contracts-…
CoveMB Oct 16, 2025
f569fe5
Add mcp tests
CoveMB Oct 16, 2025
2912157
Remove unecessary fields
CoveMB Oct 16, 2025
d913b50
Use consts
CoveMB Oct 16, 2025
9d96139
revert const
CoveMB Oct 16, 2025
5201e1b
Adjust types
CoveMB Oct 16, 2025
2013585
Adjust types
CoveMB Oct 16, 2025
1e95301
merge with origin
gonzaotc Oct 17, 2025
6bf1ddd
up
gonzaotc Oct 17, 2025
d024591
add natspec comments for better hook building guidance
gonzaotc Oct 17, 2025
ac764ac
up comments
gonzaotc Oct 17, 2025
3194d5c
rename natspec comments to top level comments
gonzaotc Oct 17, 2025
5b405a4
up comments
gonzaotc Oct 17, 2025
a7fd4db
require access controls on baseDynamicFee and update snapshots
gonzaotc Oct 17, 2025
55aaca9
apply fixes from pr
gonzaotc Oct 20, 2025
fe3f732
apply fixes from pr
gonzaotc Oct 20, 2025
8760936
apply fixes from pr
gonzaotc Oct 20, 2025
d7c6a6b
before refactor
CoveMB Oct 20, 2025
17a96d5
regenerate yarn.lock
gonzaotc Oct 20, 2025
068357c
simplifyed types
CoveMB Oct 20, 2025
10e245b
lint
gonzaotc Oct 20, 2025
2ef6fd7
use helper
CoveMB Oct 20, 2025
077ced3
rollback yarn.lock with master version
gonzaotc Oct 20, 2025
a7d435e
Use helper other languages
CoveMB Oct 20, 2025
3861aa8
Add extract string enum helper
CoveMB Oct 21, 2025
cd40989
Merge master
CoveMB Oct 21, 2025
7f9d2d3
Adjust import
CoveMB Oct 21, 2025
2a120e5
Fix type issue
CoveMB Oct 21, 2025
0a214b7
Add type check for required keys, add each hook description
CoveMB Oct 21, 2025
890ecb1
Fix UI type upgradable
CoveMB Oct 21, 2025
f47e500
Lint
CoveMB Oct 21, 2025
0daf90d
Fix snapshots
ericglau Oct 21, 2025
d13fe09
Add changeset
ericglau Oct 21, 2025
9795986
Fix tooltip URLs for Contracts
ericglau Oct 21, 2025
a0ddd00
apply fixes from pr
gonzaotc Oct 22, 2025
5390441
divide addHook into specific hook functions for modularity
gonzaotc Oct 22, 2025
9732a0b
up
gonzaotc Oct 22, 2025
c2b4506
up
gonzaotc Oct 22, 2025
b22adde
refactor addTopLevelComment
gonzaotc Oct 22, 2025
6b2b81d
patch topLevelComment issue
gonzaotc Oct 22, 2025
a7d5cdd
Merge branch 'master' into hooks-wizard
ericglau Oct 22, 2025
15488b9
Update minor version for hooks wizard
ericglau Oct 23, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .changeset/happy-queens-retire.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
'@openzeppelin/wizard-uniswap-hooks': patch
'@openzeppelin/wizard': patch
'@openzeppelin/wizard-common': patch
'@openzeppelin/contracts-mcp': patch
---

Add support for Uniswap Hooks Wizard
2 changes: 2 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@
/packages/ui/src/stylus @OpenZeppelin/stylus @OpenZeppelin/wizard
/packages/core/stellar @OpenZeppelin/stellar @OpenZeppelin/wizard
/packages/ui/src/stellar @OpenZeppelin/stellar @OpenZeppelin/wizard
/packages/core/uniswap-hooks @OpenZeppelin/contracts @OpenZeppelin/wizard
/packages/ui/src/uniswap-hooks @OpenZeppelin/contracts @OpenZeppelin/wizard
7 changes: 5 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ jobs:
- cairo
- stellar
- stylus
- uniswap-hooks
# This variant config creates 2 branches of the matrix a default and a compile one to run the compile tests in their own job
variant:
- default
Expand All @@ -71,6 +72,8 @@ jobs:
variant: compile
- package: stylus
variant: compile
- package: uniswap-hooks
variant: compile


runs-on: ubuntu-latest
Expand All @@ -82,9 +85,9 @@ jobs:
uses: ./.github/actions/setup

# ----------------------------
# Solidity setup
# Solidity and Uniswap Hooks setup
- name: Install Foundry
if: matrix.package == 'solidity'
if: matrix.package == 'solidity' || matrix.package == 'uniswap-hooks'
uses: foundry-rs/foundry-toolchain@82dee4ba654bd2146511f85f0d013af94670c4de #v1.4.0

# ----------------------------
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
[![Cairo NPM Package](https://img.shields.io/npm/v/@openzeppelin/wizard-cairo?color=%23e55233&label=%40openzeppelin%2Fwizard-cairo)](https://www.npmjs.com/package/@openzeppelin/wizard-cairo)
[![Stellar NPM Package](https://img.shields.io/npm/v/@openzeppelin/wizard-stellar?color=%23e55233&label=%40openzeppelin%2Fwizard-stellar)](https://www.npmjs.com/package/@openzeppelin/wizard-stellar)
[![Stylus NPM Package](https://img.shields.io/npm/v/@openzeppelin/wizard-stylus?color=%23e55233&label=%40openzeppelin%2Fwizard-stylus)](https://www.npmjs.com/package/@openzeppelin/wizard-stylus)
[![Uniswap Hooks NPM Package](https://img.shields.io/npm/v/@openzeppelin/wizard-uniswap-hooks?color=%23e55233&label=%40openzeppelin%2Fwizard-uniswap-hooks)](https://www.npmjs.com/package/@openzeppelin/wizard-uniswap-hooks)
[![Contracts MCP NPM Package](https://img.shields.io/npm/v/@openzeppelin/contracts-mcp?label=%40openzeppelin%2Fcontracts-mcp)](https://www.npmjs.com/package/@openzeppelin/contracts-mcp)
[![Netlify Status](https://api.netlify.com/api/v1/badges/ca9b53e1-44eb-410d-aac7-31b2f5399b68/deploy-status)](https://app.netlify.com/sites/openzeppelin-contracts-wizard/deploys)

Expand Down
94 changes: 94 additions & 0 deletions packages/common/src/ai/descriptions/uniswap-hooks.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,94 @@
// IMPORTANT: This file must not have any imports since it is used in both Node and Deno environments,
// which have different requirements for file extensions in import statements.

export const byHooksDescriptions = {
BaseHook:
'Base hook implementation that defines all hook entry points, security and permission helpers. Based on the Uniswap v4 periphery implementation. Hook entry points must be overridden and implemented by the inheriting hook to be used, with respective flags set in getHookPermissions.',
BaseAsyncSwap:
'Base implementation for async swaps that skip the v3-like swap implementation by taking the full swap input amount and returning a delta that nets out the specified amount to 0. Allows developers to implement arbitrary logic for executing swaps, including asynchronous swaps and custom swap-ordering. Mints ERC-6909 claim tokens for the specified currency and amount.',
BaseCustomAccounting:
'Base implementation for custom accounting and hook-owned liquidity. Enables tokens to be deposited via the hook to allow control and flexibility over how liquidity is computed. The hook is the sole owner of the liquidity and manages fees over liquidity shares accordingly. Designed to work with a single pool key.',
BaseCustomCurve:
'Base implementation for custom curves that overrides the default v3-like concentrated liquidity implementation. During a swap, calls a function to get the amount of tokens to be sent to the receiver. The return delta is then consumed and applied by the PoolManager. Does not include fee or salt mechanisms by default.',
BaseDynamicFee:
"Base implementation to apply a dynamic fee via the PoolManager's updateDynamicLPFee function. Allows hooks to update LP fees dynamically based on external conditions. Includes a poke function that can be called by anyone to update the fee. Alternative names to refer to the hook: 'Dynamic pool fee'.",
BaseOverrideFee:
"Base implementation for automatic dynamic fees applied before swaps. Allows hooks to override the pool's fee before a swap is processed using the override fee flag. The fee is calculated dynamically and applied to the swap. Alternative names to refer to the hook: 'Dynamic swap fee'.",
BaseDynamicAfterFee:
"Base implementation for dynamic target hook fees applied after swaps. Enforces a dynamic target for the unspecified currency during beforeSwap, where if the swap outcome is better than the target, any positive difference is taken as a hook fee. Fees are handled or distributed by the hook via afterSwapHandler. Alternative names to refer to the hook: 'Swap target enforcer'.",
BaseHookFee:
"Base implementation for applying hook fees to the unspecified currency of the swap. These fees are independent of the pool's LP fee and are charged as a percentage of the output amount after the swap completes. Fees are taken as ERC-6909 claims.",
AntiSandwichHook:
"Implements sandwich-resistant AMM design that guarantees no swaps get filled at a price better than the price at the beginning of the slot window. Within a slot window, swaps impact the pool asymmetrically for buys and sells. Only protects swaps in the zeroForOne direction. Alternative names to refer to the hook: 'Sandwich resistance'.",
LiquidityPenaltyHook:
"Just-in-Time (JIT) liquidity provisioning resistant hook that disincentivizes JIT attacks by penalizing LP fee collection during liquidity removal and disabling it during liquidity addition if liquidity was recently added. The penalty is donated to the pool's liquidity providers in range at the time of removal. Alternative names to refer to the hook: 'JIT liquidity resistance'.",
LimitOrderHook:
"Limit Order Mechanism hook that allows users to place limit orders at specific ticks outside of the current price range. Orders will be filled if the pool's price crosses the order's tick. Orders can be cancelled at any time until filled. Once completely filled, the resulting liquidity can be withdrawn from the pool.",
ReHypothecationHook:
"A Uniswap V4 hook that enables rehypothecation of liquidity positions. Allows users to deposit assets into yield-generating sources while providing liquidity to Uniswap pools Just-in-Time during swaps. Assets earn yield when idle and are temporarily injected as pool liquidity only when needed for swap execution, then immediately withdrawn back to yield sources. Users receive ERC20 shares representing their rehypothecated position. Alternative names to refer to the hook: 'Liquidity rehypothecation'.",
BaseOracleHook:
'A hook that enables a Uniswap V4 pool to record price observations and expose an oracle interface. Records cumulative tick values and provides time-weighted average price data. Allows increasing observation cardinality to store more historical price data. Provides observe function to get cumulative tick values for specified time periods.',
OracleHookWithV3Adapters:
'A hook that enables a Uniswap V4 pool to record price observations and expose an oracle interface with Uniswap V3-compatible adapters. Extends BaseOracleHook by automatically deploying standard and truncated V3 oracle adapters for each pool, making the oracle data compatible with existing V3 oracle interfaces and tools.',
} as const;

export const uniswapHooksPrompts = {
Hooks: `Make a Uniswap v4 hook contract using the OpenZeppelin Uniswap Hooks library. ${Object.entries(
byHooksDescriptions,
)
.map(([hookName, hookDescription]) => `${hookName}: ${hookDescription}`)
.join(', ')}`,
};

export const uniswapHooksSharesDescriptions = {
options:
'The implementation used to represent position shares. Options include disabling shares or issuing ERC20, ERC6909, or ERC1155 tokens.',
name: 'The name of the share token when ERC20 shares are enabled.',
symbol: 'The symbol of the share token when ERC20 shares are enabled.',
uri: 'The metadata URI used when ERC1155 shares are enabled.',
};

export const uniswapHooksDescriptions = {
hook: 'The name of the Uniswap hook',
currencySettler:
'Whether to include the CurrencySettler utility to settle pending deltas with the PoolManager during flash accounting.',
safeCast: 'Whether to include the SafeCast library for safe integer conversions when handling balances or fees.',
transientStorage:
'Whether to include the TransientSlot and SlotDerivation helpers for temporary state that clears at the end of the transaction.',
shares: 'Configuration for optional share tokens exposed by the hook.',
permissions:
'Toggle lifecycle permissions to enable specific core hook callbacks. Required permissions are enforced automatically.',
inputs: 'Hook-specific configuration inputs used by certain templates.',
};

export const uniswapHooksPermissionDescriptions = {
beforeInitialize: 'Whether to enable the `_beforeInitialize` callback to run before pools are initialized.',
afterInitialize: 'Whether to enable the `_afterInitialize` callback to react after pool initialization.',
beforeAddLiquidity:
'Whether to enable the `_beforeAddLiquidity` callback to validate or modify adds before liquidity is deposited.',
afterAddLiquidity:
'Whether to enable the `_afterAddLiquidity` callback to update accounting after liquidity is added.',
beforeRemoveLiquidity:
'Whether to enable the `_beforeRemoveLiquidity` callback to validate removals before liquidity is withdrawn.',
afterRemoveLiquidity:
'Whether to enable the `_afterRemoveLiquidity` callback to update accounting after liquidity is withdrawn.',
beforeSwap: 'Whether to enable the `_beforeSwap` callback to inspect and optionally modify swap parameters.',
afterSwap: 'Whether to enable the `_afterSwap` callback to perform post-swap accounting or logic.',
beforeDonate: 'Whether to enable the `_beforeDonate` callback to run before donations are processed.',
afterDonate: 'Whether to enable the `_afterDonate` callback to run after donations are processed.',
beforeSwapReturnDelta:
'Whether to allow `_beforeSwap` to return a `BeforeSwapDelta`, adjusting the assets that must be provided for the swap.',
afterSwapReturnDelta:
'Whether to allow `_afterSwap` to return an additional delta that adjusts the final swap settlement.',
afterAddLiquidityReturnDelta:
'Whether to allow `_afterAddLiquidity` to return a `BalanceDelta` that adjusts how liquidity addition balances are settled.',
afterRemoveLiquidityReturnDelta:
'Whether to allow `_afterRemoveLiquidity` to return a `BalanceDelta` that adjusts how liquidity removal balances are settled.',
};

export const uniswapHooksInputsDescriptions = {
blockNumberOffset:
'The number of blocks that must elapse after liquidity is added before it can be removed without penalties. Used by liquidity protection hooks.',
maxAbsTickDelta:
'The maximum absolute tick change that can be recorded per oracle observation. Lower values resist manipulation but lag during volatility.',
};
1 change: 1 addition & 0 deletions packages/common/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ export * from './ai/descriptions/cairo';
export * from './ai/descriptions/solidity';
export * from './ai/descriptions/stellar';
export * from './ai/descriptions/stylus';
export * from './ai/descriptions/uniswap-hooks';
38 changes: 19 additions & 19 deletions packages/core/solidity/src/contract.test.ts.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Generated by [AVA](https://avajs.dev).
> Snapshot 1

`// SPDX-License-Identifier: MIT␊
// Compatible with OpenZeppelin Contracts ^5.4.0
pragma solidity ^0.8.27;␊
contract Foo {␊
Expand All @@ -21,7 +21,7 @@ Generated by [AVA](https://avajs.dev).
> Snapshot 1

`// SPDX-License-Identifier: MIT␊
// Compatible with OpenZeppelin Contracts ^5.4.0
pragma solidity ^0.8.27;␊
contract Footec {␊
Expand All @@ -33,7 +33,7 @@ Generated by [AVA](https://avajs.dev).
> Snapshot 1

`// SPDX-License-Identifier: MIT␊
// Compatible with OpenZeppelin Contracts ^5.4.0
pragma solidity ^0.8.27;␊
import {Bar} from "./Bar.sol";␊
Expand All @@ -47,7 +47,7 @@ Generated by [AVA](https://avajs.dev).
> Snapshot 1

`// SPDX-License-Identifier: MIT␊
// Compatible with OpenZeppelin Contracts ^5.4.0
pragma solidity ^0.8.27;␊
import {Bar} from "./Bar.sol";␊
Expand All @@ -62,7 +62,7 @@ Generated by [AVA](https://avajs.dev).
> Snapshot 1

`// SPDX-License-Identifier: MIT␊
// Compatible with OpenZeppelin Contracts ^5.4.0
pragma solidity ^0.8.27;␊
import {Bar} from "./Bar.sol";␊
Expand All @@ -77,7 +77,7 @@ Generated by [AVA](https://avajs.dev).
> Snapshot 1

`// SPDX-License-Identifier: MIT␊
// Compatible with OpenZeppelin Contracts ^5.4.0
pragma solidity ^0.8.27;␊
import {Bar} from "./Bar.sol";␊
Expand All @@ -93,7 +93,7 @@ Generated by [AVA](https://avajs.dev).
> Snapshot 1

`// SPDX-License-Identifier: MIT␊
// Compatible with OpenZeppelin Contracts ^5.4.0
pragma solidity ^0.8.27;␊
contract Foo {␊
Expand All @@ -105,7 +105,7 @@ Generated by [AVA](https://avajs.dev).
> Snapshot 1

`// SPDX-License-Identifier: MIT␊
// Compatible with OpenZeppelin Contracts ^5.4.0
pragma solidity ^0.8.27;␊
contract Foo {␊
Expand All @@ -125,7 +125,7 @@ Generated by [AVA](https://avajs.dev).
> Snapshot 1

`// SPDX-License-Identifier: MIT␊
// Compatible with OpenZeppelin Contracts ^5.4.0
pragma solidity ^0.8.27;␊
contract Foo {␊
Expand All @@ -149,7 +149,7 @@ Generated by [AVA](https://avajs.dev).
> Snapshot 1

`// SPDX-License-Identifier: MIT␊
// Compatible with OpenZeppelin Contracts ^5.4.0
pragma solidity ^0.8.27;␊
contract Foo {␊
Expand All @@ -162,7 +162,7 @@ Generated by [AVA](https://avajs.dev).
> Snapshot 1

`// SPDX-License-Identifier: MIT␊
// Compatible with OpenZeppelin Contracts ^5.4.0
pragma solidity ^0.8.27;␊
contract Foo {␊
Expand All @@ -177,7 +177,7 @@ Generated by [AVA](https://avajs.dev).
> Snapshot 1

`// SPDX-License-Identifier: MIT␊
// Compatible with OpenZeppelin Contracts ^5.4.0
pragma solidity ^0.8.27;␊
contract Foo {␊
Expand All @@ -192,7 +192,7 @@ Generated by [AVA](https://avajs.dev).
> Snapshot 1

`// SPDX-License-Identifier: MIT␊
// Compatible with OpenZeppelin Contracts ^5.4.0
pragma solidity ^0.8.27;␊
import {Bar} from "./Bar.sol";␊
Expand All @@ -209,7 +209,7 @@ Generated by [AVA](https://avajs.dev).
> Snapshot 1

`// SPDX-License-Identifier: MIT␊
// Compatible with OpenZeppelin Contracts ^5.4.0
pragma solidity ^0.8.27;␊
contract Foo {␊
Expand All @@ -224,7 +224,7 @@ Generated by [AVA](https://avajs.dev).
> Snapshot 1

`// SPDX-License-Identifier: MIT␊
// Compatible with OpenZeppelin Contracts ^5.4.0
pragma solidity ^0.8.27;␊
contract Foo {␊
Expand All @@ -240,7 +240,7 @@ Generated by [AVA](https://avajs.dev).
> Snapshot 1

`// SPDX-License-Identifier: MIT␊
// Compatible with OpenZeppelin Contracts ^5.4.0
pragma solidity ^0.8.27;␊
contract Foo {␊
Expand All @@ -253,7 +253,7 @@ Generated by [AVA](https://avajs.dev).
> Snapshot 1

`// SPDX-License-Identifier: MIT␊
// Compatible with OpenZeppelin Contracts ^5.4.0
pragma solidity ^0.8.27;␊
contract Foo {␊
Expand All @@ -267,7 +267,7 @@ Generated by [AVA](https://avajs.dev).
> Snapshot 1

`// SPDX-License-Identifier: MIT␊
// Compatible with OpenZeppelin Contracts ^5.4.0
pragma solidity ^0.8.27;␊
contract FooBarBaz {␊
Expand All @@ -279,7 +279,7 @@ Generated by [AVA](https://avajs.dev).
> Snapshot 1

`// SPDX-License-Identifier: MIT␊
// Compatible with OpenZeppelin Contracts ^5.4.0
pragma solidity ^0.8.27;␊
/// @custom:security-contact security@example.com␊
Expand Down
Binary file modified packages/core/solidity/src/contract.test.ts.snap
Binary file not shown.
Loading
Loading