Skip to content

Commit

Permalink
update: Multisig
Browse files Browse the repository at this point in the history
  • Loading branch information
Mithreum committed Jun 22, 2024
1 parent aff1781 commit e9e5cad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/factory/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export namespace ChainFactoryConfigs {
},
ethParams: {
addressBook: ethers.getAddress(
"0x57d49F8cA354002692284d38edD4c5772eC72e81",
"0x8b87FE2b3f3D9816432b34D5A6a30B1330594082",
),
chainName: "sepolia",
nativeCoin: "ETH",
Expand All @@ -56,7 +56,7 @@ export namespace ChainFactoryConfigs {
multisigParams: {
provider: new JsonRpcProvider(TestNetRpcUri.ETH),
address: ethers.getAddress(
"",
"0x57d49F8cA354002692284d38edD4c5772eC72e81",
),
},
} satisfies Partial<ChainParams>;
Expand Down

0 comments on commit e9e5cad

Please sign in to comment.