Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
jxom committed Jan 16, 2025
1 parent afa61bb commit 884f5ee
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/chains/definitions/soneium.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,28 +24,28 @@ export const soneium = /*#__PURE__*/ defineChain({
...chainConfig.contracts,
disputeGameFactory: {
[sourceId]: {
address: "0x512a3d2c7a43bd9261d2b8e8c9c70d4bd4d503c0",
address: '0x512a3d2c7a43bd9261d2b8e8c9c70d4bd4d503c0',
},
},
l2OutputOracle: {
[sourceId]: {
address: "0x0000000000000000000000000000000000000000",
address: '0x0000000000000000000000000000000000000000',
},
},
portal: {
[sourceId]: {
address: "0x88e529a6ccd302c948689cd5156c83d4614fae92",
address: '0x88e529a6ccd302c948689cd5156c83d4614fae92',
blockCreated: 7061266,
},
},
l1StandardBridge: {
[sourceId]: {
address: "0xeb9bf100225c214efc3e7c651ebbadcf85177607",
address: '0xeb9bf100225c214efc3e7c651ebbadcf85177607',
blockCreated: 7061266,
},
},
multicall3: {
address: "0xcA11bde05977b3631167028862bE2a173976CA11",
address: '0xcA11bde05977b3631167028862bE2a173976CA11',
blockCreated: 1,
},
},
Expand Down

0 comments on commit 884f5ee

Please sign in to comment.