Skip to content

Commit cd9b8aa

Browse files
committed
remove commented verify
1 parent 6f65fab commit cd9b8aa

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

script/verification/verify-contract.sh

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -96,17 +96,17 @@ add_contract \
9696
""
9797

9898
# DelegationMetaSwapAdapter
99-
# add_contract \
100-
# "DelegationMetaSwapAdapter" \
101-
# "src/helpers/DelegationMetaSwapAdapter.sol" \
102-
# "0x9c06653D3f1A331eAf4C3833F7235156e47305F1" \
103-
# "$(encode_args "constructor(address,address,address,address,address)" \
104-
# "0xB0403B32f54d0Bd752113f4009e8B534C6669f44" \
105-
# "0x533FbF047Ed13C20e263e2576e41c747206d1348" \
106-
# "0xdb9B1e94B5b69Df7e401DDbedE43491141047dB3" \
107-
# "0x1a1ec25DC08e98e5E93F1104B5e5cdD298707d31" \
108-
# "0x44B8C6ae3C304213c3e298495e12497Ed3E56E41")" \
109-
# ""
99+
add_contract \
100+
"DelegationMetaSwapAdapter" \
101+
"src/helpers/DelegationMetaSwapAdapter.sol" \
102+
"0x9c06653D3f1A331eAf4C3833F7235156e47305F1" \
103+
"$(encode_args "constructor(address,address,address,address,address)" \
104+
"0xB0403B32f54d0Bd752113f4009e8B534C6669f44" \
105+
"0x533FbF047Ed13C20e263e2576e41c747206d1348" \
106+
"0xdb9B1e94B5b69Df7e401DDbedE43491141047dB3" \
107+
"0x1a1ec25DC08e98e5E93F1104B5e5cdD298707d31" \
108+
"0x44B8C6ae3C304213c3e298495e12497Ed3E56E41")" \
109+
""
110110

111111
# SimpleFactory
112112
add_contract \

0 commit comments

Comments
 (0)