Skip to content

Commit

Permalink
config: add staging watchers to init config
Browse files Browse the repository at this point in the history
  • Loading branch information
LayneHaber committed Nov 16, 2023
1 parent 85cddb8 commit 5ac810a
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,12 @@ export const TESTNET_STAGING_INIT_CONFIG: InitConfig = {
"1887071092": "0xade09131C6f43fe22C2CbABb759636C43cFc181e",
},
watchers: {
allowlist: ["0x2cfBF3D40F71ceed2997cACbafE9D31e630860CB", "0x54BAA998771639628ffC0206c3b916c466b79c89"],
allowlist: [
"0x2cfBF3D40F71ceed2997cACbafE9D31e630860CB",
"0x54BAA998771639628ffC0206c3b916c466b79c89",
"0x0fd28a114963aE37353Cd838AeE053f6bcA80d63", // dw
"0xdF3085EEC4754891532efbD3eA8AF55bb409840A", // staging v2
],
},
routers: {
allowlist: ["0x71dD9fc6Fe5427F0c7cd7d42Bc89eFFe11C6d4B7"],
Expand Down

0 comments on commit 5ac810a

Please sign in to comment.