Skip to content

Commit db50963

Browse files
authored
(fix):entropy explorer address (#338)
1 parent 5f22999 commit db50963

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/EntropyDeployments.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ export const EntropyDeployments: Record<string, EntropyDeployment> = {
234234
},
235235
"etherlink-testnet": {
236236
address: "0x23f0e8FAeE7bbb405E7A7C3d60138FCfd43d7509",
237-
explorer: "https://testnet-explorer.etherlink.com/$ADDRESS",
237+
explorer: "https://testnet-explorer.etherlink.com/address/$ADDRESS",
238238
delay: "",
239239
gasLimit: "500K",
240240
network: "testnet",

0 commit comments

Comments
 (0)