Skip to content

Commit 9947534

Browse files
authored
Merge pull request #319 from rsksmart/feature/GBI-2465-changeDevEnvironment
feat: improved test - added multisig info for development
2 parents 495faee + a0e0085 commit 9947534

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

e2e/multisig-migration.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ describe("Should change LBC owner to the multisig.ts", function () {
5151
const impersonatedSigner = await ethers.getSigner(lbcOwner);
5252

5353
await expect(
54-
changeMultisigOwner(safeAddress, "rskTestnet", impersonatedSigner)
54+
changeMultisigOwner(safeAddress, networkName, impersonatedSigner)
5555
).to.not.be.reverted;
5656
const newLbcOwner = await lbc.owner();
5757
console.info("New LBC owner:", newLbcOwner);

multisig-owners.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,16 @@
99
"0xe5c7bfd92f3a26fecf5b6e5c9df9ab2adb51c475"
1010
]
1111
},
12+
"rskDevelopment": {
13+
"address": "0xe90e4d46ddf3a638ba4c8600f52ae6552bee3f85",
14+
"owners": [
15+
"0x8e925445bda88c9f980976db098cb1c450bfc719",
16+
"0x892813507bf3abf2890759d2135ec34f4909fea5",
17+
"0xbd98f2ca40b4ab54161ac29120251e7d0a4c666e",
18+
"0x504cb01170011e085b4c557f2c2dcf38ac007e46",
19+
"0x1e0a10395e9debd5c109bd1116fffaa3f4a543b2"
20+
]
21+
},
1222
"rskMainnet": {
1323
"address": "",
1424
"owners": []

0 commit comments

Comments
 (0)