|
|
@@ -38,7 +38,7 @@ async function main() {
|
|
|
const address = await chain.deploy(
|
|
|
toPrivateKey(argv["private-key"]),
|
|
|
artifact["abi"],
|
|
|
- artifact["bytecode"],
|
|
|
+ artifact["bytecode"].object, // As per the artifacts generated by forge, bytecode is an object with an 'object' property
|
|
|
argv["deploy-args"] || [],
|
|
|
);
|
|
|
|