Skip to content

Commit

Permalink
Working with BrokenLeg
Browse files Browse the repository at this point in the history
  • Loading branch information
rookmate committed Dec 3, 2024
1 parent 71a01e1 commit 12ab7ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ libs = ["lib"]

# See more config options https://github.com/foundry-rs/foundry/blob/master/crates/config/README.md#all-options
[etherscan]
3605 = { key = "empty", url = "https://explorer-cloud-broken-leg-7uu20euqoj.t.conduit.xyz/api" }
7625382 = { key = "empty", url = "https://explorer-socket-composer-testnet.t.conduit.xyz/api" }
421614 = { key = "${ARBISCAN_API_KEY}", url = "https://api-sepolia.arbiscan.io/api?" }
11155420 = { key = "${OPTIMISM_API_KEY}", url = "https://optimism-sepolia.blockscout.com/api?" }
2 changes: 1 addition & 1 deletion script/Deploy.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ contract CounterDeploy is Script {
uint256 deployerPrivateKey = vm.envUint("PRIVATE_KEY");
vm.startBroadcast(deployerPrivateKey);

address addressResolver = 0x0; // TODO: ADD correct AddressResolver on Socket Composer Testnet
address addressResolver = 0x9433644DEa540F91faC99EC6FAC9d7579f925624; // TODO: ADD correct AddressResolver on Socket Composer Testnet
// Setting fee payment on Arbitrum Sepolia
FeesData memory feesData = FeesData({
feePoolChain: 421614,
Expand Down

0 comments on commit 12ab7ef

Please sign in to comment.