File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
constants/src/lib/constants Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,7 @@ export const NETWORK_CONTEXT_BY_NETWORK: {
1010 | typeof datilDev
1111 | typeof datilTest
1212 | typeof datil
13- | typeof _nagaDev
14- | undefined ;
13+ | typeof _nagaDev ;
1514} = {
1615 'datil-dev' : datilDev ,
1716 'datil-test' : datilTest ,
Original file line number Diff line number Diff line change @@ -679,6 +679,7 @@ export class LitContracts {
679679 }
680680 contractData = flatten ;
681681 } else {
682+ console . log ( 'calling from getContractAddresses' ) ;
682683 contractData = LitContracts . _resolveContractContext ( network ) ;
683684 }
684685
@@ -1089,6 +1090,7 @@ export class LitContracts {
10891090 network : LIT_NETWORKS_KEYS ,
10901091 contractName : ContractName
10911092 ) : LitContract {
1093+ console . log ( 'calling from getContractData' ) ;
10921094 const contractContexts = LitContracts . _resolveContractContext ( network ) ;
10931095
10941096 const litContract = contractContexts . find ( ( data ) => {
You can’t perform that action at this time.
0 commit comments