Skip to content

Commit

Permalink
chore: allow emulating on mainnet
Browse files Browse the repository at this point in the history
  • Loading branch information
cjkoepke committed Mar 28, 2024
1 parent aa78759 commit 759a7a1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lucid/lucid.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ export class Lucid {
const protocolParameters = await provider.getProtocolParameters();

if (lucid.provider instanceof Emulator) {
lucid.network = "Custom";
SLOT_CONFIG_NETWORK[lucid.network] = {
zeroTime: lucid.provider.now(),
zeroSlot: 0,
Expand Down

0 comments on commit 759a7a1

Please sign in to comment.