Skip to content

Commit

Permalink
chore: deployment on Mode
Browse files Browse the repository at this point in the history
  • Loading branch information
kupermind committed Oct 15, 2024
1 parent 1a77410 commit 0aeb3f4
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions docs/configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -225,5 +225,16 @@
"address": "0xadBBC3FE82836366Bb178Fd210d4dd915e9B3415"
}
]
},
{
"name": "mode",
"chainId": "34443",
"contracts": [
{
"name": "OptimismMessenger",
"artifact": "abis/0.8.28/OptimismMessenger.json",
"address": "0x9338b5153AE39BB89f50468E608eD9d764B755fD"
}
]
}
]
4 changes: 2 additions & 2 deletions hardhat.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -216,8 +216,8 @@ module.exports = {
network: "mode",
chainId: 34443,
urls: {
apiURL: "https://explorer.mode.network/api",
browserURL: "https://explorer.mode.network"
apiURL: "https://api.routescan.io/v2/network/mainnet/evm/34443/etherscan",
browserURL: "https://modescan.io"
},
},
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"contractVerification":true,"useLedger":true,"derivationPath":"m/44'/60'/2'/0/0","providerName":"mode","gasPriceInGwei":"1","networkURL":"https://mainnet.mode.network","L1CrossDomainMessengerProxyAddress":"0x95bDCA6c8EdEB69C98Bd5bd17660BaCef1298A6f","timelockAddress":"0x3C1fF68f5aa342D296d4DEe4Bb1cACCA912D95fE","L2CrossDomainMessengerAddress":"0x4200000000000000000000000000000000000007","optimismMessengerAddress":""}
{"contractVerification":true,"useLedger":true,"derivationPath":"m/44'/60'/2'/0/0","providerName":"mode","gasPriceInGwei":"1","networkURL":"https://mainnet.mode.network","L1CrossDomainMessengerProxyAddress":"0x95bDCA6c8EdEB69C98Bd5bd17660BaCef1298A6f","timelockAddress":"0x3C1fF68f5aa342D296d4DEe4Bb1cACCA912D95fE","L2CrossDomainMessengerAddress":"0x4200000000000000000000000000000000000007","optimismMessengerAddress":"0x9338b5153AE39BB89f50468E608eD9d764B755fD"}

0 comments on commit 0aeb3f4

Please sign in to comment.