Skip to content

Commit 80ca29b

Browse files
committed
Fixed staking contract address for mainnet
1 parent 6dedaab commit 80ca29b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

launcher/src/backend/ethereum-services/LssEjectorService.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export class LssEjectorService extends NodeService {
3333
new ServiceVolume(`${passwordsDir}/wallet-password`, walletPasswordDir, 'ro'),
3434
]
3535

36-
let stakingContractAddress = '0x81c3fd1c1aD16e31bf75F4aF25a2f9390608C609'
36+
let stakingContractAddress = '0x16CFc478175C222a1eC558baAE290593f175514F'
3737
if (network === 'auroria') {
3838
stakingContractAddress = '0x0504D06711d02E6275e1724529a801441088f9f4'
3939
}

0 commit comments

Comments
 (0)