Skip to content

Commit 483eb40

Browse files
committed
Add goerli and arb goerli to etherscan link helper
1 parent 8ac0790 commit 483eb40

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tasks/verify/defender.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,10 @@ function etherscanLink(network: string, address: string): string {
7272
return `[\`${address}\`](https://etherscan.io/address/${address})`
7373
case 'arbitrum-one':
7474
return `[\`${address}\`](https://arbiscan.io/address/${address})`
75+
case 'goerli':
76+
return `[\`${address}\`](https://goerli.etherscan.io/address/${address})`
77+
case 'arbitrum-goerli':
78+
return `[\`${address}\`](https://goerli.arbiscan.io/address/${address})`
7579
default:
7680
return `\`${address}\``
7781
}

0 commit comments

Comments
 (0)