Skip to content

Commit

Permalink
scripts: add arbitrum&optimism to governance script
Browse files Browse the repository at this point in the history
  • Loading branch information
Csongor Kiss authored and kcsongor committed Nov 16, 2022
1 parent f96f808 commit 0fea135
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions scripts/contract-upgrade-governance.sh
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,16 @@ case "$chain_name" in
chain=15
explorer="https://explorer.near.org/accounts/"
;;
arbitrum)
chain=23
explorer="https://arbiscan.io/address/"
evm=true
;;
optimism)
chain=24
explorer="https://optimistic.etherscan.io/address/"
evm=true
;;
*)
echo "Unknown chain: $chain_name" >&2
exit 1
Expand Down

0 comments on commit 0fea135

Please sign in to comment.