Skip to content

Commit

Permalink
Add sonic (#12773)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandersazonof authored Dec 19, 2024
1 parent 1fb31d7 commit a699b0e
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion projects/sacra/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,21 @@ const controllerReal = '0x6ce857d3037e87465b003aCbA264DDF2Cec6D5E4';
const tresuryReal = '0xd0C1378c177E961D96c06b0E8F6E7841476C81Ef';
const rewardPoolReal = '0xb35E67FD20070C3d3dC5EEa29D62e95b707471cA';

// sonic contracts
const controllerSonic = '0x75e1e98650c119c4E3dCE3070CE6A5397Ed70c6a';
const tresurySonic = '0x3bDbd2Ed1A214Ca4ba4421ddD7236ccA3EF088b6';
const rewardPoolSonic = '0xda08F7DE9923acEe24CE292Ec2b20D45b1522Cb6';


module.exports = {
methodology: `We count the WFTM and USDC on treasuty, reward pool and controller contracts`,
methodology: `We count the WFTM, USDC and wS on treasuty, reward pool and controller contracts`,
fantom: {
tvl: sumTokensExport({ token: ADDRESSES.fantom.WFTM, owners: [controllerFantom, tresuryFantom, rewardPoolFantom] })
},
real: {
tvl: sumTokensExport({ token: ADDRESSES.real.USDC, owners: [controllerReal, tresuryReal, rewardPoolReal] })
},
sonic: {
tvl: sumTokensExport({ token: ADDRESSES.sonic.wS, owners: [controllerSonic, tresurySonic, rewardPoolSonic] })
}
}

0 comments on commit a699b0e

Please sign in to comment.