File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
packages/networks/src/networks/vNaga/envs/naga-test Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- import { nagaDevSignatures } from '@lit-protocol/contracts' ;
1+ import { nagaTestSignatures } from '@lit-protocol/contracts' ;
22import * as chainInfo from '../../../../chains/ChronicleYellowstone' ;
33import { NAGA_ENDPOINT } from '../../endpoints-manager/endpoints' ;
44import { INetworkConfig } from '../../interfaces/NetworkContext' ;
@@ -17,7 +17,7 @@ export interface NagaTestSpecificConfigs {
1717 // privateKey?: Hex;
1818}
1919
20- export type NagaTestSignatures = typeof nagaDevSignatures ;
20+ export type NagaTestSignatures = typeof nagaTestSignatures ;
2121
2222export const networkConfig : INetworkConfig <
2323 NagaTestSignatures ,
@@ -26,7 +26,7 @@ export const networkConfig: INetworkConfig<
2626 minimumThreshold : MINIMUM_THRESHOLD ,
2727 network : NETWORK ,
2828 rpcUrl : chainInfo . RPC_URL ,
29- abiSignatures : nagaDevSignatures ,
29+ abiSignatures : nagaTestSignatures ,
3030 chainConfig : chainInfo . viemChainConfig ,
3131 httpProtocol : PROTOCOL ,
3232 networkSpecificConfigs : {
You can’t perform that action at this time.
0 commit comments