Skip to content

Commit

Permalink
Add datil-test
Browse files Browse the repository at this point in the history
  • Loading branch information
DaevMithran committed Sep 20, 2024
1 parent 4133606 commit ad62cf9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/dkg-threshold/lit-protocol/v6.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ export type TxNonceFormat = (typeof TxNonceFormats)[keyof typeof TxNonceFormats]

export const LitNetworks = {
datil: 'datil',
datilTest: 'datil-test',
datildev: 'datil-dev',
localhost: 'localhost',
} as const;
Expand All @@ -83,6 +84,7 @@ export const LitCompatibleCosmosChains = {
export const TxNonceFormats = { entropy: 'entropy', uuid: 'uuid', timestamp: 'timestamp' } as const;
export const DefaultLitNetworkRPCUrls = {
[LitNetworks.datil]: LIT_RPC.CHRONICLE,
[LitNetworks.datilTest]: LIT_RPC.CHRONICLE_YELLOWSTONE,
[LitNetworks.datildev]: LIT_RPC.CHRONICLE_YELLOWSTONE,
[LitNetworks.localhost]: LIT_RPC.LOCAL_ANVIL,
} as const;
Expand Down

0 comments on commit ad62cf9

Please sign in to comment.