@morpho-dev/router 0.12.0 → 0.12.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -9528,7 +9528,7 @@ async function startServer(config) {
9528
9528
  mnemonic: config.mnemonic,
9529
9529
  forkUrl: config.forkUrl,
9530
9530
  forkBlockNumber: config.forkBlockNumber,
9531
- hardfork: config.hardfork ?? "Osaka"
9531
+ hardfork: config.hardfork ?? "Prague"
9532
9532
  });
9533
9533
  const stop = await create({
9534
9534
  instance,
package/dist/server.js CHANGED
@@ -9572,7 +9572,7 @@ async function startServer(config) {
9572
9572
  mnemonic: config.mnemonic,
9573
9573
  forkUrl: config.forkUrl,
9574
9574
  forkBlockNumber: config.forkBlockNumber,
9575
- hardfork: config.hardfork ?? "Osaka"
9575
+ hardfork: config.hardfork ?? "Prague"
9576
9576
  });
9577
9577
  const stop = await create({
9578
9578
  instance,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@morpho-dev/router",
3
- "version": "0.12.0",
3
+ "version": "0.12.1",
4
4
  "description": "Router package for Morpho protocol",
5
5
  "type": "module",
6
6
  "license": "MIT",