Skip to content

Commit d898f24

Browse files
ovault atomic synchronous composer (#1629)
Signed-off-by: shankar <shankar@layerzerolabs.org> Co-authored-by: Blockchain Warlock <39101443+TRileySchwarz@users.noreply.github.com>
1 parent d91a805 commit d898f24

18 files changed

Lines changed: 736 additions & 1831 deletions

examples/ovault-evm/package.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,13 @@
55
"license": "MIT",
66
"scripts": {
77
"clean": "rm -rf artifacts cache out",
8-
"compile": "concurrently -c auto --names forge,hardhat '$npm_execpath run compile:forge' '$npm_execpath run compile:hardhat'",
9-
"compile:forge": "forge build",
10-
"compile:hardhat": "hardhat compile",
118
"gas:lzCompose": "forge script scripts/GasProfiler.s.sol:GasProfilerScript --via-ir --sig 'run_lzCompose(string,address,uint32,address,uint32,address,address,bytes[],uint256,uint256)'",
129
"gas:lzReceive": "forge script scripts/GasProfiler.s.sol:GasProfilerScript --via-ir --sig 'run_lzReceive(string,address,uint32,address,uint32,address,bytes[],uint256,uint256)'",
1310
"gas:run": "forge script scripts/OFTProfilerExample.s.sol:OFTProfilerExample --via-ir --sig 'run(uint256)'",
1411
"lint": "$npm_execpath run lint:js && $npm_execpath run lint:sol",
1512
"lint:fix": "eslint --fix '**/*.{js,ts,json}' && prettier --write . && solhint 'contracts/**/*.sol' --fix --noPrompt",
1613
"lint:js": "eslint '**/*.{js,ts,json}' && prettier --check .",
17-
"lint:sol": "solhint 'contracts/**/*.sol'",
18-
"test": "$npm_execpath run test:forge && $npm_execpath run test:hardhat",
19-
"test:forge": "forge test",
20-
"test:hardhat": "hardhat test"
14+
"lint:sol": "solhint 'contracts/**/*.sol'"
2115
},
2216
"resolutions": {
2317
"ethers": "^5.7.2",

packages/ovault-evm/contracts/OVault.sol

Lines changed: 0 additions & 54 deletions
This file was deleted.

0 commit comments

Comments
 (0)