File tree Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -88,7 +88,8 @@ export function createEnvVars(): EnvVars {
8888 }
8989
9090 // -- live networks
91- const rpcEnvKey = LIVE_RPC_ENV_VARS [ network as ( typeof supportedNetworks ) [ number ] ] ;
91+ const rpcEnvKey =
92+ LIVE_RPC_ENV_VARS [ network as ( typeof supportedNetworks ) [ number ] ] ;
9293 if ( rpcEnvKey ) {
9394 const liveRpcUrl = process . env [ rpcEnvKey ] ;
9495 if ( liveRpcUrl ) rpcUrl = liveRpcUrl ;
Original file line number Diff line number Diff line change @@ -177,10 +177,7 @@ export const init = async (
177177 : _baseNetworkModule ;
178178
179179 if ( rpcOverride ) {
180- console . log (
181- `✅ Using RPC override (${ rpcOverrideEnvVar } ):` ,
182- rpcOverride
183- ) ;
180+ console . log ( `✅ Using RPC override (${ rpcOverrideEnvVar } ):` , rpcOverride ) ;
184181 }
185182
186183 /**
Original file line number Diff line number Diff line change @@ -46,7 +46,8 @@ export function registerPaymentDelegationTicketSuite() {
4646 fundPKPLedger : true ,
4747 sponsor : {
4848 restrictions : {
49- totalMaxPriceInWei : testEnv . config . sponsorshipLimits . totalMaxPriceInWei ,
49+ totalMaxPriceInWei :
50+ testEnv . config . sponsorshipLimits . totalMaxPriceInWei ,
5051 requestsPerPeriod : '100' ,
5152 periodSeconds : '600' ,
5253 } ,
You can’t perform that action at this time.
0 commit comments