Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
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
5 changes: 5 additions & 0 deletions .changeset/tame-socks-cover.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@nomicfoundation/hardhat-ignition": patch
---

Added support for verifying on all enabled verification services ([#7967](https://github.com/NomicFoundation/hardhat/pull/7967))
Comment thread
kanej marked this conversation as resolved.
Outdated
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ export interface StrategyHeldExecutionResult {
export interface SuccessfulDeploymentExecutionResult {
type: ExecutionResultType.SUCCESS;
address: string;
creationTxHash: string;
}

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ export class BasicStrategy implements ExecutionStrategy {
return {
type: ExecutionResultType.SUCCESS,
address: contractAddress,
creationTxHash: tx.hash,
};
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ export class Create2Strategy implements ExecutionStrategy {
return {
type: ExecutionResultType.SUCCESS,
address: deployedAddress,
creationTxHash: transactionOrResult.transaction.hash,
};
}

Expand Down
1 change: 1 addition & 0 deletions v-next/hardhat-ignition-core/src/types/verify.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ export interface VerifyInfo {
constructorArgs: SolidityParameterType[];
libraries: Record<string, string>;
contract: string;
creationTxHash: string;
}

/**
Expand Down
1 change: 1 addition & 0 deletions v-next/hardhat-ignition-core/src/verify.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ async function convertExStateToVerifyInfo(
libraries,
address: exState.result.address,
contract: `${artifact.sourceName}:${contractName}`,
creationTxHash: exState.result.creationTxHash,
};

return verifyInfo;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,7 @@ describe("buildInitializeMessageFor", () => {
result: {
type: ExecutionResultType.SUCCESS,
address: libraryAddress,
creationTxHash: "0x1234",
},
};

Expand All @@ -351,6 +352,7 @@ describe("buildInitializeMessageFor", () => {
result: {
type: ExecutionResultType.SUCCESS,
address: differentAddress,
creationTxHash: "0x1234",
},
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ describe("future processor", () => {
assert.deepStrictEqual(updatedExState.result, {
type: ExecutionResultType.SUCCESS,
address: exampleAddress,
creationTxHash: exampleTxHash,
});
});
});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ describe("DeploymentStateReducer", () => {
result: {
type: ExecutionResultType.SUCCESS,
address: exampleAddress,
creationTxHash: "0x123",
},
};

Expand Down Expand Up @@ -331,6 +332,7 @@ describe("DeploymentStateReducer", () => {
assert.deepStrictEqual(updatedDepExState.result, {
type: ExecutionResultType.SUCCESS,
address: exampleAddress,
creationTxHash: "0x123",
});
});

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ describe("DeploymentStateReducer", () => {
result: {
type: ExecutionResultType.SUCCESS,
address: exampleAddress,
creationTxHash: "0x123",
},
};

Expand Down Expand Up @@ -137,6 +138,7 @@ describe("DeploymentStateReducer", () => {
assert.deepStrictEqual(updatedDepExState.result, {
type: ExecutionResultType.SUCCESS,
address: exampleAddress,
creationTxHash: "0x123",
});
});

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ describe("find result by future by", () => {
result: {
type: ExecutionResultType.SUCCESS,
address: exampleAddress,
creationTxHash: "0x123",
},
},
},
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
{"futureId":"LockModule#Basic","networkInteraction":{"data":"0x608060405234801561001057600080fd5b506101b4806100206000396000f3fe608060405234801561001057600080fd5b506004361061002b5760003560e01c8063771602f714610030575b600080fd5b61004a600480360381019061004591906100b1565b610060565b6040516100579190610100565b60405180910390f35b6000818361006e919061014a565b905092915050565b600080fd5b6000819050919050565b61008e8161007b565b811461009957600080fd5b50565b6000813590506100ab81610085565b92915050565b600080604083850312156100c8576100c7610076565b5b60006100d68582860161009c565b92505060206100e78582860161009c565b9150509250929050565b6100fa8161007b565b82525050565b600060208201905061011560008301846100f1565b92915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b60006101558261007b565b91506101608361007b565b92508282019050808211156101785761017761011b565b5b9291505056fea264697066735822122061797cf7339a6a42ce6913940bce208aae1733bae5a180fcb71614142acd90d064736f6c63430008130033","id":1,"type":"ONCHAIN_INTERACTION","value":{"_kind":"bigint","value":"0"}},"type":"NETWORK_INTERACTION_REQUEST"}
{"futureId":"LockModule#Basic","networkInteractionId":1,"nonce":2,"transaction":{"fees":{"maxFeePerGas":{"_kind":"bigint","value":"2533392716"},"maxPriorityFeePerGas":{"_kind":"bigint","value":"1000000000"}},"hash":"0x89e0a88c7c22630daf55e06fcdac74f74364710b7324b3b9bed0b1478027cc7e"},"type":"TRANSACTION_SEND"}
{"futureId":"LockModule#Basic","hash":"0x89e0a88c7c22630daf55e06fcdac74f74364710b7324b3b9bed0b1478027cc7e","networkInteractionId":1,"receipt":{"blockHash":"0xa93d1b7c28ae878f758ec66abbf2d252b8f56a307c85029602280588e2199705","blockNumber":3,"contractAddress":"0x9fE46736679d2D9a65F0992F2272dE9f3c7fa6e0","logs":[],"status":"SUCCESS"},"type":"TRANSACTION_CONFIRM"}
{"futureId":"LockModule#Basic","result":{"address":"0x9fE46736679d2D9a65F0992F2272dE9f3c7fa6e0","type":"SUCCESS"},"type":"DEPLOYMENT_EXECUTION_STATE_COMPLETE"}
{"futureId":"LockModule#Basic","result":{"creationTxHash":"0x89e0a88c7c22630daf55e06fcdac74f74364710b7324b3b9bed0b1478027cc7e","address":"0x9fE46736679d2D9a65F0992F2272dE9f3c7fa6e0","type":"SUCCESS"},"type":"DEPLOYMENT_EXECUTION_STATE_COMPLETE"}
{"artifactId":"LockModule#Basic2","contractAddress":"0x5FbDB2315678afecb367f032d93F642f64180aa3","contractName":"Basic2","dependencies":[],"futureId":"LockModule#Basic2","futureType":"CONTRACT_AT","strategy":"basic","strategyConfig":{},"type":"CONTRACT_AT_EXECUTION_STATE_INITIALIZE"}
{"artifactId":"LockModule#Lock","constructorArgs":[1987909200],"contractName":"Lock","dependencies":[],"from":"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266","futureId":"LockModule#Lock","futureType":"NAMED_ARTIFACT_CONTRACT_DEPLOYMENT","libraries":{},"strategy":"basic","strategyConfig":{},"type":"DEPLOYMENT_EXECUTION_STATE_INITIALIZE","value":{"_kind":"bigint","value":"1000000000"}}
{"futureId":"LockModule#Lock","networkInteraction":{"data":"0x60806040526040516105d83803806105d8833981810160405281019061002591906100f0565b804210610067576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161005e906101a0565b60405180910390fd5b8060008190555033600160006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550506101c0565b600080fd5b6000819050919050565b6100cd816100ba565b81146100d857600080fd5b50565b6000815190506100ea816100c4565b92915050565b600060208284031215610106576101056100b5565b5b6000610114848285016100db565b91505092915050565b600082825260208201905092915050565b7f556e6c6f636b2074696d652073686f756c6420626520696e207468652066757460008201527f7572650000000000000000000000000000000000000000000000000000000000602082015250565b600061018a60238361011d565b91506101958261012e565b604082019050919050565b600060208201905081810360008301526101b98161017d565b9050919050565b610409806101cf6000396000f3fe608060405234801561001057600080fd5b50600436106100415760003560e01c8063251c1aa3146100465780633ccfd60b146100645780638da5cb5b1461006e575b600080fd5b61004e61008c565b60405161005b919061024a565b60405180910390f35b61006c610092565b005b61007661020b565b60405161008391906102a6565b60405180910390f35b60005481565b6000544210156100d7576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016100ce9061031e565b60405180910390fd5b600160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff1614610167576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161015e9061038a565b60405180910390fd5b7fbf2ed60bd5b5965d685680c01195c9514e4382e28e3a5a2d2d5244bf59411b9347426040516101989291906103aa565b60405180910390a1600160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166108fc479081150290604051600060405180830381858888f19350505050158015610208573d6000803e3d6000fd5b50565b600160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b6000819050919050565b61024481610231565b82525050565b600060208201905061025f600083018461023b565b92915050565b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b600061029082610265565b9050919050565b6102a081610285565b82525050565b60006020820190506102bb6000830184610297565b92915050565b600082825260208201905092915050565b7f596f752063616e27742077697468647261772079657400000000000000000000600082015250565b60006103086016836102c1565b9150610313826102d2565b602082019050919050565b60006020820190508181036000830152610337816102fb565b9050919050565b7f596f75206172656e277420746865206f776e6572000000000000000000000000600082015250565b60006103746014836102c1565b915061037f8261033e565b602082019050919050565b600060208201905081810360008301526103a381610367565b9050919050565b60006040820190506103bf600083018561023b565b6103cc602083018461023b565b939250505056fea2646970667358221220f92f73d2a3284a3c1cca55a0fe6ec1a91b13bec884aecdbcf644cebf2774f32f64736f6c6343000813003300000000000000000000000000000000000000000000000000000000767d1650","id":1,"type":"ONCHAIN_INTERACTION","value":{"_kind":"bigint","value":"1000000000"}},"type":"NETWORK_INTERACTION_REQUEST"}
{"futureId":"LockModule#Lock","networkInteractionId":1,"nonce":3,"transaction":{"fees":{"maxFeePerGas":{"_kind":"bigint","value":"2345885776"},"maxPriorityFeePerGas":{"_kind":"bigint","value":"1000000000"}},"hash":"0x69078d0bcbb25e38654cd5948fd28b9e87a7ad40ba36963c634e833a4390648f"},"type":"TRANSACTION_SEND"}
{"futureId":"LockModule#Lock","hash":"0x69078d0bcbb25e38654cd5948fd28b9e87a7ad40ba36963c634e833a4390648f","networkInteractionId":1,"receipt":{"blockHash":"0x012000c35e3c31a950a51262c63afa0ae81dbf934f0182ea9302322951fc69e3","blockNumber":4,"contractAddress":"0xCf7Ed3AccA5a467e9e704C703E8D87F634fB0Fc9","logs":[],"status":"SUCCESS"},"type":"TRANSACTION_CONFIRM"}
{"futureId":"LockModule#Lock","result":{"address":"0xCf7Ed3AccA5a467e9e704C703E8D87F634fB0Fc9","type":"SUCCESS"},"type":"DEPLOYMENT_EXECUTION_STATE_COMPLETE"}
{"futureId":"LockModule#Lock","result":{"creationTxHash":"0x69078d0bcbb25e38654cd5948fd28b9e87a7ad40ba36963c634e833a4390648f","address":"0xCf7Ed3AccA5a467e9e704C703E8D87F634fB0Fc9","type":"SUCCESS"},"type":"DEPLOYMENT_EXECUTION_STATE_COMPLETE"}
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
{"futureId":"LockModule#Lock","networkInteraction":{"data":"0x60806040526040516105d83803806105d8833981810160405281019061002591906100f0565b804210610067576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161005e906101a0565b60405180910390fd5b8060008190555033600160006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550506101c0565b600080fd5b6000819050919050565b6100cd816100ba565b81146100d857600080fd5b50565b6000815190506100ea816100c4565b92915050565b600060208284031215610106576101056100b5565b5b6000610114848285016100db565b91505092915050565b600082825260208201905092915050565b7f556e6c6f636b2074696d652073686f756c6420626520696e207468652066757460008201527f7572650000000000000000000000000000000000000000000000000000000000602082015250565b600061018a60238361011d565b91506101958261012e565b604082019050919050565b600060208201905081810360008301526101b98161017d565b9050919050565b610409806101cf6000396000f3fe608060405234801561001057600080fd5b50600436106100415760003560e01c8063251c1aa3146100465780633ccfd60b146100645780638da5cb5b1461006e575b600080fd5b61004e61008c565b60405161005b919061024a565b60405180910390f35b61006c610092565b005b61007661020b565b60405161008391906102a6565b60405180910390f35b60005481565b6000544210156100d7576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016100ce9061031e565b60405180910390fd5b600160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff1614610167576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161015e9061038a565b60405180910390fd5b7fbf2ed60bd5b5965d685680c01195c9514e4382e28e3a5a2d2d5244bf59411b9347426040516101989291906103aa565b60405180910390a1600160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166108fc479081150290604051600060405180830381858888f19350505050158015610208573d6000803e3d6000fd5b50565b600160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b6000819050919050565b61024481610231565b82525050565b600060208201905061025f600083018461023b565b92915050565b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b600061029082610265565b9050919050565b6102a081610285565b82525050565b60006020820190506102bb6000830184610297565b92915050565b600082825260208201905092915050565b7f596f752063616e27742077697468647261772079657400000000000000000000600082015250565b60006103086016836102c1565b9150610313826102d2565b602082019050919050565b60006020820190508181036000830152610337816102fb565b9050919050565b7f596f75206172656e277420746865206f776e6572000000000000000000000000600082015250565b60006103746014836102c1565b915061037f8261033e565b602082019050919050565b600060208201905081810360008301526103a381610367565b9050919050565b60006040820190506103bf600083018561023b565b6103cc602083018461023b565b939250505056fea2646970667358221220f92f73d2a3284a3c1cca55a0fe6ec1a91b13bec884aecdbcf644cebf2774f32f64736f6c6343000813003300000000000000000000000000000000000000000000000000000000767d1650","id":1,"type":"ONCHAIN_INTERACTION","value":{"_kind":"bigint","value":"1000000000"}},"type":"NETWORK_INTERACTION_REQUEST"}
{"futureId":"LockModule#Lock","networkInteractionId":1,"nonce":0,"transaction":{"fees":{"maxFeePerGas":{"_kind":"bigint","value":"3000000000"},"maxPriorityFeePerGas":{"_kind":"bigint","value":"1000000000"}},"hash":"0x785b3940e12d7876bd3dfc01b906ebd9faf7438a0e35eda5323ac3c6c5ca0b9e"},"type":"TRANSACTION_SEND"}
{"futureId":"LockModule#Lock","hash":"0x785b3940e12d7876bd3dfc01b906ebd9faf7438a0e35eda5323ac3c6c5ca0b9e","networkInteractionId":1,"receipt":{"blockHash":"0xb4d7a7cb1e9c67a4fa86f0ff358243f756201a7e2200f45b9c1b0d97c251151a","blockNumber":1,"contractAddress":"0x5FbDB2315678afecb367f032d93F642f64180aa3","logs":[],"status":"SUCCESS"},"type":"TRANSACTION_CONFIRM"}
{"futureId":"LockModule#Lock","result":{"address":"0x5FbDB2315678afecb367f032d93F642f64180aa3","type":"SUCCESS"},"type":"DEPLOYMENT_EXECUTION_STATE_COMPLETE"}
{"futureId":"LockModule#Lock","result":{"creationTxHash":"0x785b3940e12d7876bd3dfc01b906ebd9faf7438a0e35eda5323ac3c6c5ca0b9e","address":"0x5FbDB2315678afecb367f032d93F642f64180aa3","type":"SUCCESS"},"type":"DEPLOYMENT_EXECUTION_STATE_COMPLETE"}
Comment thread
kanej marked this conversation as resolved.
Outdated
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
{"futureId":"LockModule#Lock","networkInteraction":{"data":"0x60806040526040516105d83803806105d8833981810160405281019061002591906100f0565b804210610067576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161005e906101a0565b60405180910390fd5b8060008190555033600160006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550506101c0565b600080fd5b6000819050919050565b6100cd816100ba565b81146100d857600080fd5b50565b6000815190506100ea816100c4565b92915050565b600060208284031215610106576101056100b5565b5b6000610114848285016100db565b91505092915050565b600082825260208201905092915050565b7f556e6c6f636b2074696d652073686f756c6420626520696e207468652066757460008201527f7572650000000000000000000000000000000000000000000000000000000000602082015250565b600061018a60238361011d565b91506101958261012e565b604082019050919050565b600060208201905081810360008301526101b98161017d565b9050919050565b610409806101cf6000396000f3fe608060405234801561001057600080fd5b50600436106100415760003560e01c8063251c1aa3146100465780633ccfd60b146100645780638da5cb5b1461006e575b600080fd5b61004e61008c565b60405161005b919061024a565b60405180910390f35b61006c610092565b005b61007661020b565b60405161008391906102a6565b60405180910390f35b60005481565b6000544210156100d7576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016100ce9061031e565b60405180910390fd5b600160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff1614610167576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161015e9061038a565b60405180910390fd5b7fbf2ed60bd5b5965d685680c01195c9514e4382e28e3a5a2d2d5244bf59411b9347426040516101989291906103aa565b60405180910390a1600160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166108fc479081150290604051600060405180830381858888f19350505050158015610208573d6000803e3d6000fd5b50565b600160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b6000819050919050565b61024481610231565b82525050565b600060208201905061025f600083018461023b565b92915050565b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b600061029082610265565b9050919050565b6102a081610285565b82525050565b60006020820190506102bb6000830184610297565b92915050565b600082825260208201905092915050565b7f596f752063616e27742077697468647261772079657400000000000000000000600082015250565b60006103086016836102c1565b9150610313826102d2565b602082019050919050565b60006020820190508181036000830152610337816102fb565b9050919050565b7f596f75206172656e277420746865206f776e6572000000000000000000000000600082015250565b60006103746014836102c1565b915061037f8261033e565b602082019050919050565b600060208201905081810360008301526103a381610367565b9050919050565b60006040820190506103bf600083018561023b565b6103cc602083018461023b565b939250505056fea2646970667358221220f92f73d2a3284a3c1cca55a0fe6ec1a91b13bec884aecdbcf644cebf2774f32f64736f6c6343000813003300000000000000000000000000000000000000000000000000000000767d1650","id":1,"type":"ONCHAIN_INTERACTION","value":{"_kind":"bigint","value":"1000000000"}},"type":"NETWORK_INTERACTION_REQUEST"}
{"futureId":"LockModule#Lock","networkInteractionId":1,"nonce":3,"transaction":{"fees":{"maxFeePerGas":{"_kind":"bigint","value":"2073789887"},"maxPriorityFeePerGas":{"_kind":"bigint","value":"1638611"}},"hash":"0x3e7e2d599c58beb63d59e67288b4a9d3d5233cd71b42eea0c9ec6fc92021b3fd"},"type":"TRANSACTION_SEND"}
{"futureId":"LockModule#Basic","hash":"0x682b2bfda8e76c7695491d5378edfd7aeba6be24c49a4f9096daaa3f4e9998f2","networkInteractionId":1,"receipt":{"blockHash":"0x5c7af0b416f0d7592aec53c91d6f08320fe873b2fb76ad236c06f51eb9fd93d5","blockNumber":7256389,"contractAddress":"0x2B6cBd0e0a2AE9Ed5e084B4366E4f4b59E464094","logs":[],"status":"SUCCESS"},"type":"TRANSACTION_CONFIRM"}
{"futureId":"LockModule#Basic","result":{"address":"0x2B6cBd0e0a2AE9Ed5e084B4366E4f4b59E464094","type":"SUCCESS"},"type":"DEPLOYMENT_EXECUTION_STATE_COMPLETE"}
{"futureId":"LockModule#Basic","result":{"address":"0x2B6cBd0e0a2AE9Ed5e084B4366E4f4b59E464094","creationTxHash":"0x682b2bfda8e76c7695491d5378edfd7aeba6be24c49a4f9096daaa3f4e9998f2","type":"SUCCESS"},"type":"DEPLOYMENT_EXECUTION_STATE_COMPLETE"}
{"futureId":"LockModule#Lock","hash":"0x3e7e2d599c58beb63d59e67288b4a9d3d5233cd71b42eea0c9ec6fc92021b3fd","networkInteractionId":1,"receipt":{"blockHash":"0x5c7af0b416f0d7592aec53c91d6f08320fe873b2fb76ad236c06f51eb9fd93d5","blockNumber":7256389,"contractAddress":"0x8f19334E79b16112E2D74E9Bc2246cB3cbA3cfaa","logs":[],"status":"SUCCESS"},"type":"TRANSACTION_CONFIRM"}
{"futureId":"LockModule#Lock","result":{"address":"0x8f19334E79b16112E2D74E9Bc2246cB3cbA3cfaa","type":"SUCCESS"},"type":"DEPLOYMENT_EXECUTION_STATE_COMPLETE"}
{"futureId":"LockModule#Lock","result":{"address":"0x8f19334E79b16112E2D74E9Bc2246cB3cbA3cfaa","creationTxHash":"0x3e7e2d599c58beb63d59e67288b4a9d3d5233cd71b42eea0c9ec6fc92021b3fd","type":"SUCCESS"},"type":"DEPLOYMENT_EXECUTION_STATE_COMPLETE"}
Loading