Skip to content

Commit

Permalink
build: add more endpoints
Browse files Browse the repository at this point in the history
chore: include one more "#" in DeploymentLogger
  • Loading branch information
andreivladbrg committed Dec 5, 2024
1 parent 10b5bf3 commit 1744858
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@
lightlink = "https://replicator.phoenix.lightlink.io/rpc/v1"
linea = "https://rpc.linea.build"
mainnet = "${MAINNET_RPC_URL}"
meld = "https://rpc-1.meld.com"
mode = "https://mainnet.mode.network/"
morph = "https://rpc.morphl2.io"
optimism = "${OPTIMISM_RPC_URL}"
Expand All @@ -104,7 +105,9 @@
linea_sepolia = "https://rpc.sepolia.linea.build"
localhost = "http://localhost:8545"
mode_sepolia = "https://sepolia.mode.network/"
morph_holesky = "https://rpc-holesky.morphl2.io"
optimism_sepolia = "https://sepolia.optimism.io"
sei_testnet = "https://evm-rpc.arctic-1.seinetwork.io"
sepolia = "${SEPOLIA_RPC_URL}"
superseed_sepolia = "https://sepolia.superseed.xyz"
taiko_hekla = "https://rpc.hekla.taiko.xyz"
2 changes: 1 addition & 1 deletion script/DeploymentLogger.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ contract DeploymentLogger is BaseScript {
deploymentFile = string.concat("script/", deterministicOrNot, ".md");

// Append the chain name to the deployment file.
_appendToFile(string.concat("## ", chainNameMap[block.chainid], "\n"));
_appendToFile(string.concat("### ", chainNameMap[block.chainid], "\n"));
}

/// @dev Function to append the deployed addresses to the deployment file.
Expand Down

0 comments on commit 1744858

Please sign in to comment.