We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d58a58 commit ba5a770Copy full SHA for ba5a770
src/config.rs
@@ -33,7 +33,7 @@ const OAUTH_CLIENT_ID: &str = "OAUTH_CLIENT_ID";
33
const OAUTH_CLIENT_SECRET: &str = "OAUTH_CLIENT_SECRET";
34
const OAUTH_AUTHENTICATE_URL: &str = "OAUTH_AUTHENTICATE_URL";
35
const OAUTH_TOKEN_URL: &str = "OAUTH_TOKEN_URL";
36
-const BUILDER_HELPER_ADDRESS: &str = "0x0000000000000000000000000000000000000000";
+const BUILDER_HELPER_ADDRESS: &str = "BUILDER_HELPER_ADDRESS";
37
38
/// Configuration for a builder running a specific rollup on a specific host
39
/// chain.
0 commit comments