Skip to content

Commit

Permalink
Disable classic sequencer feed and forwarding for mainnet post-Nitro
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuacolvin0 committed Aug 31, 2022
1 parent d40ac50 commit e97c1a4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packages/arb-util/configuration/configuration.go
Original file line number Diff line number Diff line change
Expand Up @@ -705,10 +705,12 @@ func ParseNonRelay(ctx context.Context, f *flag.FlagSet, defaultWalletPathname s
if l1ChainId.Cmp(big.NewInt(1)) == 0 {
err := k.Load(confmap.Provider(map[string]interface{}{
"bridge-utils-address": "0x84efa170dc6d521495d7942e372b8e4b2fb918ec",
"feed.input.url": []string{"wss://arb1.arbitrum.io/feed"},
"feed.input.url": []string{},
"l2.disable-upstream": true,
"node.aggregator.inbox-address": "0x4Dbd4fc535Ac27206064B68FfCf827b0A60BAB3f",
"node.chain-id": "42161",
"node.forwarder.target": "https://arb1.arbitrum.io/rpc",
"node.forwarder.target": "",
"node.forwarder.rpc-mode": "non-mutating",
"persistent.chain": "mainnet",
"rollup.address": "0xC12BA48c781F6e392B49Db2E25Cd0c28cD77531A",
"rollup.from-block": "12525700",
Expand Down

0 comments on commit e97c1a4

Please sign in to comment.