Skip to content

Commit

Permalink
fix: add cctp
Browse files Browse the repository at this point in the history
Signed-off-by: james-a-morris <[email protected]>
  • Loading branch information
james-a-morris committed Feb 5, 2025
1 parent b5960ed commit 117a772
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/common/ContractAddresses.ts
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,10 @@ export const CONTRACT_ADDRESSES: {
},
},
[CHAIN_IDs.DOCTOR_WHO]: {
cctpMessageTransmitter: {
address: "0x353bE9E2E38AB1D19104534e4edC21c643Df86f4",
abi: CCTP_MESSAGE_TRANSMITTER_ABI,
},
ovmStandardBridge: {
address: "0x4200000000000000000000000000000000000010",
abi: OVM_L2_STANDARD_BRIDGE_ABI,
Expand Down

0 comments on commit 117a772

Please sign in to comment.