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 @@ -53,7 +53,7 @@ export const getViemPublicClient = async ({
5353
5454 const customRpcUrl = process . env [ 'LIT_YELLOWSTONE_PRIVATE_RPC_URL' ] ;
5555 if ( customRpcUrl ) {
56- console . log ( `🔧 Using custom E2E RPC URL: ${ customRpcUrl } ` ) ;
56+ console . log ( `🔧 Using custom E2E RPC URL: *** ${ customRpcUrl . slice ( - 6 ) } ` ) ;
5757 }
5858
5959 const publicClient = createPublicClient ( {
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ export const fundAccount = async (
8080) => {
8181 const customRpcUrl = process . env [ 'LIT_YELLOWSTONE_PRIVATE_RPC_URL' ] ;
8282 if ( customRpcUrl ) {
83- console . log ( `🔧 Using custom E2E RPC URL: ${ customRpcUrl } ` ) ;
83+ console . log ( `🔧 Using custom E2E RPC URL: *** ${ customRpcUrl . slice ( - 6 ) } ` ) ;
8484 }
8585
8686 // check account balance
You can’t perform that action at this time.
0 commit comments