Skip to content

Commit

Permalink
update: Adjust okx_evm JSON indentation from 4 to 2 spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Gamja authored Nov 12, 2024
1 parent 897068c commit 9cfdbf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _script/evm_okx/evm_okx.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ async function main() {

const mergedAssets = [...currentAssets, ...assetsToAdd];

writeFileSync(fileName, JSON.stringify(mergedAssets, null, 4));
writeFileSync(fileName, JSON.stringify(mergedAssets, null, 2));

console.log("Assets added successfully");
} catch (e) {
Expand Down

0 comments on commit 9cfdbf1

Please sign in to comment.