Skip to content

Commit

Permalink
fix: incorrect multisig addresses
Browse files Browse the repository at this point in the history
  • Loading branch information
Westlad committed Apr 17, 2024
1 parent 1a7a8b7 commit 3a8fe30
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config/default.js
Original file line number Diff line number Diff line change
Expand Up @@ -176,10 +176,10 @@ module.exports = {
APPROVERS: process.env.MULTISIG_APPROVERS
? process.env.MULTISIG_APPROVERS.split(',')
: [
'0x9965507D1a55bcC2695C58ba16FB37d819B0A4dc',
'0x976EA74026E726554dB657fA54763abd0C3a0aa9',
'0x14dC79964da2C08b23698B3D3cc7Ca32193d9955',
'0x23618e81E3f5cdF7f54C3d65f7FBc0aBf5B21E8f',
'0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266',
'0x70997970C51812dc3A010C7d01b50e0d17dc79C8',
'0x3C44CdDdB6a900fa2b585dd299e03d12FA4293BC',
'0x90F79bf6EB2c4f870365E785982E1f101E93b906',
'0xa0Ee7A142d267C1f36714E4a8F75612F20a79720',
],
},
Expand Down

0 comments on commit 3a8fe30

Please sign in to comment.