Skip to content

Commit

Permalink
legacyClaim: update claims.js
Browse files Browse the repository at this point in the history
  • Loading branch information
credence0x committed Aug 27, 2024
1 parent c8768ef commit 8afc9ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion legacyClaim/starknet/scripts/metadata/claims.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ console.log("\n Conversion complete from claims.csv to claims.json \n");

// Define paths to the input and output files
const cairoFileName = "claims.cairo";
const cairoFilePath = path.join(__dirname, "..","..", "starknet", "src", cairoFileName);
const cairoFilePath = path.join(__dirname, "..","..", "..", "starknet", "src", cairoFileName);

// Function to generate mapping function string for Cairo
const generateMappingFunction = (mapping, name) => {
Expand Down

0 comments on commit 8afc9ec

Please sign in to comment.