@morpho-dev/router 0.0.23 → 0.0.25

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.
@@ -28,7 +28,7 @@ var chainNames = ["ethereum", "base", "ethereum-virtual-testnet"];
28
28
  var ChainId = {
29
29
  ETHEREUM: BigInt(mainnet.id),
30
30
  BASE: BigInt(base.id),
31
- "ETHEREUM-VIRTUAL-TESTNET": 121212n
31
+ "ETHEREUM-VIRTUAL-TESTNET": 109111114n
32
32
  };
33
33
  var chainIds = new Set(Object.values(ChainId));
34
34
  var chainNameLookup = new Map(Object.entries(ChainId).map(([key, value]) => [value, key]));
@@ -70,7 +70,7 @@ var chains = {
70
70
  },
71
71
  "ethereum-virtual-testnet": {
72
72
  ...mainnet,
73
- id: 121212n,
73
+ id: 109111114n,
74
74
  name: "ethereum-virtual-testnet",
75
75
  whitelistedAssets: new Set(
76
76
  [
@@ -83,7 +83,7 @@ var chains = {
83
83
  morpho: "0x0000000000000000000000000000000000000000",
84
84
  mempool: {
85
85
  address: "0x7be3164eeee8b35092f6128ec32c2e6ff8f6c890",
86
- deploymentBlock: 23225668,
86
+ deploymentBlock: 23223727,
87
87
  reindexBuffer: 10
88
88
  }
89
89
  }