Skip to content

Commit

Permalink
remove goerli
Browse files Browse the repository at this point in the history
  • Loading branch information
hexonaut committed Mar 26, 2024
1 parent 37f0979 commit aaf5419
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
6 changes: 0 additions & 6 deletions test/GnosisIntegration.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,6 @@ contract GnosisIntegrationTest is IntegrationBaseTest {
checkGnosisStyle(new GnosisDomain(getChain('gnosis_chain'), mainnet), 0x75Df5AF045d91108662D8080fD1FEFAd6aA0bb59);
}

function test_chiado() public {
setChain("chiado", ChainData("Chiado", 10200, "https://rpc.chiadochain.net"));

checkGnosisStyle(new GnosisDomain(getChain('chiado'), goerli), 0x99Ca51a3534785ED619f46A79C7Ad65Fa8d85e7a);
}

function checkGnosisStyle(GnosisDomain gnosis, address _l2CrossDomain) public {
Domain host = gnosis.hostDomain();

Expand Down
2 changes: 0 additions & 2 deletions test/IntegrationBase.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,12 @@ contract MessageOrdering {
abstract contract IntegrationBaseTest is Test {

Domain mainnet;
Domain goerli;

address l1Authority = makeAddr("l1Authority");
address notL1Authority = makeAddr("notL1Authority");

function setUp() public {
mainnet = new Domain(getChain("mainnet"));
goerli = new Domain(getChain("goerli"));
}

}

0 comments on commit aaf5419

Please sign in to comment.