Skip to content

Commit

Permalink
fix!: don't add extra newline to json
Browse files Browse the repository at this point in the history
  • Loading branch information
milapsheth committed Jul 23, 2024
1 parent 887ffb9 commit d4c5eac
Show file tree
Hide file tree
Showing 9 changed files with 1 addition and 9 deletions.
1 change: 0 additions & 1 deletion axelar-chains-config/info/devnet-amplifier.json
Original file line number Diff line number Diff line change
Expand Up @@ -455,4 +455,3 @@
"gasLimit": "auto"
}
}

1 change: 0 additions & 1 deletion axelar-chains-config/info/devnet-verifiers.json
Original file line number Diff line number Diff line change
Expand Up @@ -549,4 +549,3 @@
"gasLimit": "auto"
}
}

1 change: 0 additions & 1 deletion axelar-chains-config/info/mainnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -2386,4 +2386,3 @@
"axelarscanApi": "https://api.axelarscan.io"
}
}

1 change: 0 additions & 1 deletion axelar-chains-config/info/stagenet.json
Original file line number Diff line number Diff line change
Expand Up @@ -641,4 +641,3 @@
"axelarscanApi": "https://testnet.api.axelarscan.io"
}
}

1 change: 0 additions & 1 deletion axelar-chains-config/info/testnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -2164,4 +2164,3 @@
"axelarscanApi": "https://testnet.api.axelarscan.io"
}
}

1 change: 0 additions & 1 deletion evm/.example.keys.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,3 @@
"private key 2"
]
}

1 change: 0 additions & 1 deletion evm/legacy/ConstAddressDeployer.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,4 +131,3 @@
"linkReferences": {},
"deployedLinkReferences": {}
}

1 change: 0 additions & 1 deletion evm/nonces.json
Original file line number Diff line number Diff line change
Expand Up @@ -164,4 +164,3 @@
}
}
}

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "index.js",
"scripts": {
"lint": "eslint --fix '**/*.js'",
"prettier": "prettier --write '**/*.js' 'axelar-chains-config/info/*.json' 'package.json' 'evm/**/*.json' '.github/**/*.yaml' && find axelar-chains-config/info evm -name \"*.json\" -type f -print0 | xargs -0 -I {} sh -c 'echo \"\" >> \"{}\"'"
"prettier": "prettier --write '**/*.js' 'axelar-chains-config/info/*.json' 'package.json' 'evm/**/*.json' '.github/**/*.yaml'"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit d4c5eac

Please sign in to comment.