Skip to content

Commit dba2112

Browse files
authored
Merge pull request #2 from usecube/exchange-v2
[fix][contracts]: update uen in removeMerchant action script
2 parents 79df46d + f2f5d6e commit dba2112

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/actions/removeMerchant.s.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ contract RemoveMerchant is Script {
1818
vm.startBroadcast(deployerPrivateKey);
1919

2020
// Remove merchant via UEN (Check Registry to get UEN)
21-
string memory UEN = "201715518C";
21+
string memory UEN = "201709931R";
2222
registry.deleteMerchant(UEN);
2323

2424
console.log("Merchant removed successfully", UEN);

0 commit comments

Comments
 (0)