We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 79df46d + f2f5d6e commit dba2112Copy full SHA for dba2112
script/actions/removeMerchant.s.sol
@@ -18,7 +18,7 @@ contract RemoveMerchant is Script {
18
vm.startBroadcast(deployerPrivateKey);
19
20
// Remove merchant via UEN (Check Registry to get UEN)
21
- string memory UEN = "201715518C";
+ string memory UEN = "201709931R";
22
registry.deleteMerchant(UEN);
23
24
console.log("Merchant removed successfully", UEN);
0 commit comments