Skip to content

Commit

Permalink
change metadata locally
Browse files Browse the repository at this point in the history
  • Loading branch information
novaknole committed Jan 20, 2025
1 parent 2321f05 commit bd92b28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/contracts/deploy/20_new_version/23_publish.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ const func: DeployFunction = async function (hre: HardhatRuntimeEnvironment) {
const [deployer] = await hre.ethers.getSigners();

// metadata will be empty if running locally
let releaseMetadataURI = '';
let buildMetadataURI = '';
let releaseMetadataURI = '0x';
let buildMetadataURI = '0x';

if (!isLocal(hre)) {
// Upload the metadata to IPFS
Expand Down

0 comments on commit bd92b28

Please sign in to comment.