Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
michalinacienciala committed Jan 18, 2024
1 parent 0ffaaf6 commit 9d8a070
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cross-chain/base/hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ const config: HardhatUserConfig = {
deployer: {
default: 1,
goerli: 0,
sepolia:0,
sepolia: 0,
baseGoerli: 0,
baseSepolia: 0,
mainnet: "0x123694886DBf5Ac94DDA07135349534536D14cAf",
Expand All @@ -179,7 +179,7 @@ const config: HardhatUserConfig = {
governance: {
default: 2,
goerli: 0,
sepolia:0,
sepolia: 0,
baseGoerli: 0,
baseSepolia: 0,
mainnet: "0x9f6e831c8f8939dc0c830c6e492e7cef4f9c2f5f", // Threshold Council
Expand Down

0 comments on commit 9d8a070

Please sign in to comment.