File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
packages/e2e-tests/src/tests/Epoch Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change 55 LitActionResource ,
66 LitPKPResource ,
77} from '@lit-protocol/auth-helpers' ;
8+ import { LitContracts } from '@lit-protocol/contracts-sdk' ;
89import { getPkpSessionSigs , TinnyEnvironment } from '@lit-protocol/tinny' ;
910
1011describe ( 'Epoch Transition' , ( ) => {
@@ -115,6 +116,14 @@ describe('Epoch Transition', () => {
115116 } ) ;
116117 await devEnv . litNodeClient ?. disconnect ( ) ;
117118 await devEnv . litNodeClient ?. connect ( ) ;
119+
120+ const connnectionInfo = await LitContracts . getConnectionInfo ( {
121+ litNetwork : 'custom' ,
122+ networkContext : devEnv . litNodeClient ?. config . contractContext ,
123+ rpcUrl : devEnv . rpc ,
124+ nodeProtocol : devEnv . litNodeClient ?. config . nodeProtocol ,
125+ } ) ;
126+ console . log ( connnectionInfo ) ;
118127 } ,
119128 60 * 60 * 1_000
120129 ) ;
You can’t perform that action at this time.
0 commit comments