Skip to content

Commit

Permalink
Merge pull request #2 from SundaeSwap-finance/calvin/allow-mainnet-em…
Browse files Browse the repository at this point in the history
…ulator

chore: allow emulating on mainnet
  • Loading branch information
cjkoepke authored Mar 28, 2024
2 parents aa78759 + 83b424f commit f788ee8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lucid-cardano",
"version": "0.10.7",
"version": "0.10.8",
"license": "MIT",
"author": "Alessandro Konrad",
"description": "Lucid is a library, which allows you to create Cardano transactions and off-chain code for your Plutus contracts in JavaScript, Deno and Node.js.",
Expand Down
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 f788ee8

Please sign in to comment.