Skip to content

Commit

Permalink
chore: add new temple multisig v2 to safe admin page
Browse files Browse the repository at this point in the history
  • Loading branch information
frost-ostrich committed Feb 16, 2024
1 parent 4fd1a2d commit dc0a7e2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions apps/dapp/src/constants/env/local.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -127,12 +127,12 @@ const env: Environment = {
templeMultisig: '0x3a320fF715dCBbF097e15257B7051dd08fdfb7A2',
safes: [
{
name: 'Multisig One',
address: '0x5CE28cAE5aAb002DcBc076d5A551A473a7C9dF89',
name: 'Multisig Temple V2',
address: 'sep:0x7d1e9012aA41278349791f29C2cdaa3DF4ceDcEd',
},
{
name: 'Multisig Two',
address: '0x0000000000000000000000',
name: 'Multisig Test Fostrich',
address: '0x5CE28cAE5aAb002DcBc076d5A551A473a7C9dF89',
},
]
};
Expand Down
8 changes: 4 additions & 4 deletions apps/dapp/src/constants/env/preview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -137,12 +137,12 @@ const env: Environment = {
templeMultisig: '0x3a320fF715dCBbF097e15257B7051dd08fdfb7A2',
safes: [
{
name: 'Multisig One',
address: '0x5CE28cAE5aAb002DcBc076d5A551A473a7C9dF89',
name: 'Multisig Temple V2',
address: '0x7d1e9012aA41278349791f29C2cdaa3DF4ceDcEd',
},
{
name: 'Multisig Two',
address: '0x0000000000000000000000',
name: 'Multisig Test Fostrich',
address: '0x5CE28cAE5aAb002DcBc076d5A551A473a7C9dF89',
},
],
};
Expand Down

0 comments on commit dc0a7e2

Please sign in to comment.