@across-protocol/contracts 4.1.15 → 4.1.16

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.
@@ -329,6 +329,10 @@
329
329
  "address": "0xeC41F75c686e376Ab2a4F18bde263ab5822c4511",
330
330
  "block_number": 36589196
331
331
  },
332
+ "SpokePoolPeriphery": {
333
+ "address": "0xe9b0666DFfC176Df6686726CB9aaC78fD83D20d7",
334
+ "block_number": 37957403
335
+ },
332
336
  "SpokePool": {
333
337
  "address": "0xd2ecb3afe598b746F8123CaE365a598DA831A449",
334
338
  "block_number": 36437473
@@ -199,6 +199,7 @@ exports.L2_ADDRESS_MAP = {
199
199
  [utils_1.CHAIN_IDs.MONAD]: {
200
200
  helios: "0x09aea4b2242abc8bb4bb78d537a67a245a7bec64",
201
201
  cctpV2TokenMessenger: "0x28b5a0e9C621a5BadaA536219b3a228C8168cf5d",
202
+ permit2: "0x000000000022d473030f116ddee9f6b43ac78ba3",
202
203
  },
203
204
  [utils_1.CHAIN_IDs.PLASMA]: {
204
205
  permit2: "0x000000000022D473030F116dDEE9F6B43aC78BA3",
@@ -90,6 +90,7 @@
90
90
  "143": {
91
91
  "Helios": { "address": "0x09aea4b2242abc8bb4bb78d537a67a245a7bec64", "blockNumber": 36241473 },
92
92
  "MulticallHandler": { "address": "0xeC41F75c686e376Ab2a4F18bde263ab5822c4511", "blockNumber": 36589196 },
93
+ "SpokePoolPeriphery": { "address": "0xe9b0666DFfC176Df6686726CB9aaC78fD83D20d7", "blockNumber": 37957403 },
93
94
  "SpokePool": { "address": "0xd2ecb3afe598b746F8123CaE365a598DA831A449", "blockNumber": 36437473 }
94
95
  },
95
96
  "232": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@across-protocol/contracts",
3
- "version": "4.1.15",
3
+ "version": "4.1.16",
4
4
  "author": "UMA Team",
5
5
  "license": "AGPL-3.0-only",
6
6
  "repository": {