Skip to content

Commit

Permalink
♻️ Space Formatting
Browse files Browse the repository at this point in the history
Signed-off-by: Pascal Marco Caversaccio <pascal.caversaccio@hotmail.ch>
  • Loading branch information
pcaversaccio committed Oct 11, 2024
1 parent 4994e4b commit 14b31b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -687,7 +687,7 @@ const config: HardhatUserConfig = {
},
unichainTestnet: {
chainId: 1301,
url: vars.get("UNICHAIN_TESTNET_URL", " https://sepolia.unichain.org"),
url: vars.get("UNICHAIN_TESTNET_URL", "https://sepolia.unichain.org"),
accounts,
},
},
Expand Down

0 comments on commit 14b31b4

Please sign in to comment.