Skip to content

Commit

Permalink
Merge pull request #133 from DLC-link/fix/avalanche-safe-api
Browse files Browse the repository at this point in the history
  • Loading branch information
scolear authored Dec 16, 2024
2 parents 3f46803 + 87f4a59 commit 53a00a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/helpers/safe-api-service.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ module.exports = async function safeContractProposal(
let network = hardhat.network.name;

if (network === 'basesepolia') network = 'base-sepolia';
if (network === 'avax') network = 'avalanche';

console.log('Network', network);

Expand Down

0 comments on commit 53a00a3

Please sign in to comment.