Skip to content

Commit 6f4b169

Browse files
authored
Add WOOFi Sonic (DefiLlama#12938)
2 parents 722f62e + 4a083d9 commit 6f4b169

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

projects/woofi.js

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,12 @@ const wooPPConfig = {
8383
'0xcDA86A272531e8640cD7F1a92c01839911B90bb0', // mETH
8484
ADDRESSES.mantle.USDT, // USDT
8585
ADDRESSES.mantle.USDC, // USDC
86+
'0xE6829d9a7eE3040e1276Fa75293Bde931859e8fA', // cmETH
87+
],
88+
sonic: [
89+
ADDRESSES.sonic.wS, //wS
90+
'0x50c42dEAcD8Fc9773493ED674b675bE577f2634b', // WETH
91+
ADDRESSES.sonic['USDC.e'], // USDC.e
8692
],
8793
}
8894

@@ -158,6 +164,12 @@ const chainConfig = {
158164
woo: null,
159165
stakingContract: null,
160166
stakingContractV2: null,
167+
},
168+
sonic: {
169+
wooPPContract: '0xEd9e3f98bBed560e66B89AaC922E29D4596A9642',
170+
woo: null,
171+
stakingContract: null,
172+
stakingContractV2: null,
161173
}
162174
}
163175

0 commit comments

Comments
 (0)