Skip to content

Commit

Permalink
removes a test error output and fixes opbnb network name
Browse files Browse the repository at this point in the history
  • Loading branch information
0xDEnYO committed Nov 20, 2024
1 parent 2153906 commit f9eb4c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions script/deploy/safe/confirm-safe-tx.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const skipNetworks: string[] = [
// 'moonbeam',
// 'moonriver',
// 'optimism',
// 'opBNB',
// 'opbnb',
// 'polygon',
// 'polygonzkevm',
// 'rootstock',
Expand Down Expand Up @@ -97,8 +97,6 @@ const func = async (network: string, privateKey: string, rpcUrl?: string) => {
console.info(' ')
consola.info('-'.repeat(80))

consola.error('test error')

const safeWebUrl = networks[network.toLowerCase()].safeWebUrl

const chain = getViemChainForNetworkName(network)
Expand Down

0 comments on commit f9eb4c2

Please sign in to comment.