Skip to content

Commit

Permalink
Update local-tests/tests/wrapped-keys/util.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Daryl Collins <daryl@litprotocol.com>
Signed-off-by: Anson <ansonox@gmail.com>
  • Loading branch information
Ansonhkg and MaximusHaximus committed Jul 11, 2024
1 parent a8857e9 commit a56826c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions local-tests/tests/wrapped-keys/util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ export function getChainForNetwork(network: LIT_NETWORKS_KEYS): {
chainId: LIT_CHAINS['chronicleTestnet'].chainId,
};
case 'datil-dev':
return { chain: 'vesuvius', chainId: LIT_CHAINS['datilDevnet'].chainId };
return { chain: 'vesuvius', chainId: LIT_CHAINS['chronicleVesuviusTestnet'].chainId };
case 'datil-test':
return { chain: 'vesuvius', chainId: LIT_CHAINS['datilTestnet'].chainId };
return { chain: 'vesuvius', chainId: LIT_CHAINS['chronicleVesuviusTestnet'].chainId };
default:
throw new Error(`Cannot identify chain params for ${network}`);
}
Expand Down

0 comments on commit a56826c

Please sign in to comment.