Skip to content

Commit 80c2c22

Browse files
authored
chore: fix some typos in comment (#668)
Signed-off-by: yajianggroup <yajianggroup@outlook.com>
1 parent 00eaee6 commit 80c2c22

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/nextjs/services/web3/provider.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export const getRpcUrl = (networkName: string): string => {
4646
// Get RPC URL for the current network
4747
const rpcUrl = getRpcUrl(currentNetworkName);
4848

49-
// Important: if the rpcUrl is empty (not configed in .env), we use the publicProvider
49+
// Important: if the rpcUrl is empty (not configured in .env), we use the publicProvider
5050
// which randomly choose a provider from the chain list of public providers.
5151
// Some public provider might have strict rate limits.
5252
if (rpcUrl === "") {

packages/snfoundry/scripts-ts/deploy-contract.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,7 @@ const executeDeployCalls = async (options?: UniversalDetails) => {
526526
const revertReason = receiptAny.revert_reason;
527527
throw new Error(red(`Deploy Calls Failed: ${revertReason}`));
528528
}
529-
// logging links beatifully.
529+
// logging links beautifully.
530530
logDeploymentSummary({
531531
network: networkName,
532532
transactionHash: transaction_hash,

0 commit comments

Comments
 (0)