Skip to content

Commit

Permalink
Merge pull request #202 from OffchainLabs/remove-rinkeby-params
Browse files Browse the repository at this point in the history
Remove Rinkeby testnet params
  • Loading branch information
joshuacolvin0 authored Sep 29, 2023
2 parents 921163a + 540dda2 commit abfeebc
Showing 1 changed file with 0 additions and 35 deletions.
35 changes: 0 additions & 35 deletions params/config_arbitrum.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,16 +89,6 @@ func ArbitrumRollupGoerliTestnetParams() ArbitrumChainParams {
}
}

func ArbitrumRinkebyTestParams() ArbitrumChainParams {
return ArbitrumChainParams{
EnableArbOS: true,
AllowDebugPrecompiles: false,
DataAvailabilityCommittee: false,
InitialArbOSVersion: 3,
InitialChainOwner: common.HexToAddress("0x06C7DBC804D7BcD881D7b86b667893736b8e0Be2"),
}
}

func ArbitrumDevTestParams() ArbitrumChainParams {
return ArbitrumChainParams{
EnableArbOS: true,
Expand Down Expand Up @@ -283,36 +273,11 @@ func ArbitrumAnytrustGoerliTestnetChainConfig() *ChainConfig {
}
}

func ArbitrumRinkebyTestnetChainConfig() *ChainConfig {
return &ChainConfig{
ChainID: big.NewInt(421611),
HomesteadBlock: big.NewInt(0),
DAOForkBlock: nil,
DAOForkSupport: true,
EIP150Block: big.NewInt(0),
EIP155Block: big.NewInt(0),
EIP158Block: big.NewInt(0),
ByzantiumBlock: big.NewInt(0),
ConstantinopleBlock: big.NewInt(0),
PetersburgBlock: big.NewInt(0),
IstanbulBlock: big.NewInt(0),
MuirGlacierBlock: big.NewInt(0),
BerlinBlock: big.NewInt(0),
LondonBlock: big.NewInt(0),
ArbitrumChainParams: ArbitrumRinkebyTestParams(),
Clique: &CliqueConfig{
Period: 0,
Epoch: 0,
},
}
}

var ArbitrumSupportedChainConfigs = []*ChainConfig{
ArbitrumOneChainConfig(),
ArbitrumNovaChainConfig(),
ArbitrumRollupGoerliTestnetChainConfig(),
ArbitrumDevTestChainConfig(),
ArbitrumDevTestDASChainConfig(),
ArbitrumAnytrustGoerliTestnetChainConfig(),
ArbitrumRinkebyTestnetChainConfig(),
}

0 comments on commit abfeebc

Please sign in to comment.