Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions broadcast/deployed-addresses.json
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,10 @@
"address": "0xeC41F75c686e376Ab2a4F18bde263ab5822c4511",
"block_number": 36589196
},
"SpokePoolPeriphery": {
"address": "0xe9b0666DFfC176Df6686726CB9aaC78fD83D20d7",
"block_number": 37957403
},
"SpokePool": {
"address": "0xd2ecb3afe598b746F8123CaE365a598DA831A449",
"block_number": 36437473
Expand Down
5 changes: 5 additions & 0 deletions broadcast/deployed-addresses.md
Original file line number Diff line number Diff line change
Expand Up @@ -415,6 +415,11 @@ This file contains the latest deployed smart contract addresses from the broadca
- **MulticallHandler**: `0xeC41F75c686e376Ab2a4F18bde263ab5822c4511`
- Block Number: `36589196`

#### SpokePoolPeriphery

- **SpokePoolPeriphery**: `0xe9b0666DFfC176Df6686726CB9aaC78fD83D20d7`
- Block Number: `37957403`

#### SpokePool

- **SpokePool**: `0xd2ecb3afe598b746F8123CaE365a598DA831A449`
Expand Down
1 change: 1 addition & 0 deletions deploy/consts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ export const L2_ADDRESS_MAP: { [key: number]: { [contractName: string]: string }
[CHAIN_IDs.MONAD]: {
helios: "0x09aea4b2242abc8bb4bb78d537a67a245a7bec64",
cctpV2TokenMessenger: "0x28b5a0e9C621a5BadaA536219b3a228C8168cf5d",
permit2: "0x000000000022d473030f116ddee9f6b43ac78ba3",
},
[CHAIN_IDs.PLASMA]: {
permit2: "0x000000000022D473030F116dDEE9F6B43aC78BA3",
Expand Down
1 change: 1 addition & 0 deletions deployments/deployments.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@
"143": {
"Helios": { "address": "0x09aea4b2242abc8bb4bb78d537a67a245a7bec64", "blockNumber": 36241473 },
"MulticallHandler": { "address": "0xeC41F75c686e376Ab2a4F18bde263ab5822c4511", "blockNumber": 36589196 },
"SpokePoolPeriphery": { "address": "0xe9b0666DFfC176Df6686726CB9aaC78fD83D20d7", "blockNumber": 37957403 },
"SpokePool": { "address": "0xd2ecb3afe598b746F8123CaE365a598DA831A449", "blockNumber": 36437473 }
},
"232": {
Expand Down
91 changes: 91 additions & 0 deletions deployments/monad/AcrossEventEmitter.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,91 @@
{
"address": "0xBF75133b48b0a42AB9374027902E83C5E2949034",
"abi": [
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"internalType": "bytes",
"name": "data",
"type": "bytes"
}
],
"name": "MetadataEmitted",
"type": "event"
},
{
"inputs": [
{
"internalType": "bytes",
"name": "data",
"type": "bytes"
}
],
"name": "emitData",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
}
],
"transactionHash": "0xc8dbc6b3d91249271cba2d75777fffab60963693acc272b247c11f6ff47f395b",
"receipt": {
"to": "0x4e59b44847b379578588920cA78FbF26c0B4956C",
"from": "0x9A8f92a830A5cB89a3816e3D267CB7791c16b04D",
"contractAddress": null,
"transactionIndex": 63,
"gasUsed": "120164",
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"blockHash": "0xb69568d1df5c1e1b3d922aa41c51f923b6424f3064625cc2f71c49604a54c13f",
"transactionHash": "0xc8dbc6b3d91249271cba2d75777fffab60963693acc272b247c11f6ff47f395b",
"logs": [],
"blockNumber": 37742816,
"cumulativeGasUsed": "60213908",
"status": 1,
"byzantium": true
},
"args": [],
"numDeployments": 1,
"solcInputHash": "dc2f2c2123a6f2a182eb6e5ef5bf4a5b",
"metadata": "{\"compiler\":{\"version\":\"0.8.23+commit.f704f362\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"}],\"name\":\"MetadataEmitted\",\"type\":\"event\"},{\"inputs\":[{\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"}],\"name\":\"emitData\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"}],\"devdoc\":{\"events\":{\"MetadataEmitted(bytes)\":{\"params\":{\"data\":\"The metadata bytes emitted\"}}},\"kind\":\"dev\",\"methods\":{\"emitData(bytes)\":{\"params\":{\"data\":\"The bytes data to emit\"}}},\"title\":\"AcrossEventEmitter\",\"version\":1},\"userdoc\":{\"events\":{\"MetadataEmitted(bytes)\":{\"notice\":\"Emitted when metadata is stored\"}},\"kind\":\"user\",\"methods\":{\"emitData(bytes)\":{\"notice\":\"Emits metadata as an event\"}},\"notice\":\"A simple contract that emits events with bytes encoded metadata\",\"version\":1}},\"settings\":{\"compilationTarget\":{\"contracts/AcrossEventEmitter.sol\":\"AcrossEventEmitter\"},\"debug\":{\"revertStrings\":\"strip\"},\"evmVersion\":\"shanghai\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\",\"useLiteralContent\":true},\"optimizer\":{\"enabled\":true,\"runs\":1000000},\"remappings\":[],\"viaIR\":true},\"sources\":{\"contracts/AcrossEventEmitter.sol\":{\"content\":\"// SPDX-License-Identifier: BUSL-1.1\\npragma solidity ^0.8.0;\\n\\n/**\\n * @title AcrossEventEmitter\\n * @notice A simple contract that emits events with bytes encoded metadata\\n */\\ncontract AcrossEventEmitter {\\n /**\\n * @notice Emitted when metadata is stored\\n * @param data The metadata bytes emitted\\n */\\n event MetadataEmitted(bytes data);\\n\\n /**\\n * @notice Emits metadata as an event\\n * @param data The bytes data to emit\\n */\\n function emitData(bytes calldata data) external {\\n require(data.length > 0, \\\"Data cannot be empty\\\");\\n emit MetadataEmitted(data);\\n }\\n}\\n\",\"keccak256\":\"0xf40ca34b904d800db09e80ace2cc7331dba212373c14b32fb370298946b136b3\",\"license\":\"BUSL-1.1\"}},\"version\":1}",
"bytecode": "0x608080604052346100165761012e908161001b8239f35b5f80fdfe60808060405260043610156011575f80fd5b5f3560e01c63d836083e146023575f80fd5b3460f45760207ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffc36011260f4576004359067ffffffffffffffff80831160f4573660238401121560f457826004013590811160f457366024828501011160f457801560f457817fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0601f8360409460247fc28009f405f9b451f5155492167b1ad5ab376d991bea880cb5049e924e5b823c986020875282602088015201868601375f85828601015201168101030190a1005b5f80fdfea2646970667358221220a2c7a0f09e981d67663b05d824037d0d54404d85e8c1debac93ab835ff1790aa64736f6c63430008170033",
"deployedBytecode": "0x60808060405260043610156011575f80fd5b5f3560e01c63d836083e146023575f80fd5b3460f45760207ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffc36011260f4576004359067ffffffffffffffff80831160f4573660238401121560f457826004013590811160f457366024828501011160f457801560f457817fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0601f8360409460247fc28009f405f9b451f5155492167b1ad5ab376d991bea880cb5049e924e5b823c986020875282602088015201868601375f85828601015201168101030190a1005b5f80fdfea2646970667358221220a2c7a0f09e981d67663b05d824037d0d54404d85e8c1debac93ab835ff1790aa64736f6c63430008170033",
"devdoc": {
"events": {
"MetadataEmitted(bytes)": {
"params": {
"data": "The metadata bytes emitted"
}
}
},
"kind": "dev",
"methods": {
"emitData(bytes)": {
"params": {
"data": "The bytes data to emit"
}
}
},
"title": "AcrossEventEmitter",
"version": 1
},
"userdoc": {
"events": {
"MetadataEmitted(bytes)": {
"notice": "Emitted when metadata is stored"
}
},
"kind": "user",
"methods": {
"emitData(bytes)": {
"notice": "Emits metadata as an event"
}
},
"notice": "A simple contract that emits events with bytes encoded metadata",
"version": 1
},
"storageLayout": {
"storage": [],
"types": null
}
}
Loading
Loading