Skip to content

Commit 9c5ec72

Browse files
authored
chore: test ovault sync native composer and apply small nits (#1752)
1 parent a73a924 commit 9c5ec72

25 files changed

+2305
-15377
lines changed

packages/ovault-evm/.gitignore

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,9 @@ cache
44
# artifacts; ignore all files except the local contract artifacts.
55
artifacts/*
66
!artifacts/VaultComposerSync.sol/
7+
!artifacts/VaultComposerSyncNative.sol/
78
!artifacts/IVaultComposerSync.sol/
8-
!artifacts/VaultComposerSync_Base.t.sol
9-
!artifacts/VaultComposerSync_E2E.t.sol
10-
!artifacts/VaultComposerSync_ProxySend.t.sol
11-
!artifacts/VaultComposerSync_Unit.t.sol
12-
9+
!artifacts/IVaultComposerSyncNative.sol/
1310

1411
# sdk
1512
.env

packages/ovault-evm/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ pnpm install @layerzerolabs/ovault-evm
2626
npm install @layerzerolabs/ovault-evm
2727
```
2828

29-
30-
## Ovault SDK
29+
## Ovault SDK
3130

3231
This is an SDK to make depositing/redeeming on OVaults simple.
3332

packages/ovault-evm/artifacts/IVaultComposerSync.sol/IVaultComposerSync.json

Lines changed: 3 additions & 2 deletions
Large diffs are not rendered by default.

packages/ovault-evm/artifacts/IVaultComposerSyncNative.sol/IVaultComposerSyncNative.json

Lines changed: 320 additions & 0 deletions
Large diffs are not rendered by default.

packages/ovault-evm/artifacts/VaultComposerSync.sol/VaultComposerSync.json

Lines changed: 28 additions & 27 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)