File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ export const getRpcUrl = (networkName: string): string => {
4646// Get RPC URL for the current network
4747const 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.
5252if ( rpcUrl === "" ) {
Original file line number Diff line number Diff 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 ,
You can’t perform that action at this time.
0 commit comments