From f9eb4c2e53d47f8223961fbc985e5b341d4dc29e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Bl=C3=A4cker?= Date: Wed, 20 Nov 2024 10:22:35 +0700 Subject: [PATCH] removes a test error output and fixes opbnb network name --- lib/openzeppelin-contracts | 2 +- script/deploy/safe/confirm-safe-tx.ts | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/lib/openzeppelin-contracts b/lib/openzeppelin-contracts index 54b3f1434..e50c24f58 160000 --- a/lib/openzeppelin-contracts +++ b/lib/openzeppelin-contracts @@ -1 +1 @@ -Subproject commit 54b3f14346da01ba0d159114b399197fea8b7cda +Subproject commit e50c24f5839db17f46991478384bfda14acfb830 diff --git a/script/deploy/safe/confirm-safe-tx.ts b/script/deploy/safe/confirm-safe-tx.ts index 253a04bb6..7018c20fe 100644 --- a/script/deploy/safe/confirm-safe-tx.ts +++ b/script/deploy/safe/confirm-safe-tx.ts @@ -49,7 +49,7 @@ const skipNetworks: string[] = [ // 'moonbeam', // 'moonriver', // 'optimism', - // 'opBNB', + // 'opbnb', // 'polygon', // 'polygonzkevm', // 'rootstock', @@ -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)