We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 722f62e + 4a083d9 commit 6f4b169Copy full SHA for 6f4b169
projects/woofi.js
@@ -83,6 +83,12 @@ const wooPPConfig = {
83
'0xcDA86A272531e8640cD7F1a92c01839911B90bb0', // mETH
84
ADDRESSES.mantle.USDT, // USDT
85
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
92
],
93
}
94
@@ -158,6 +164,12 @@ const chainConfig = {
158
164
woo: null,
159
165
stakingContract: null,
160
166
stakingContractV2: null,
167
+ },
168
+ sonic: {
169
+ wooPPContract: '0xEd9e3f98bBed560e66B89AaC922E29D4596A9642',
170
+ woo: null,
171
+ stakingContract: null,
172
+ stakingContractV2: null,
161
173
162
174
163
175
0 commit comments