File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -76,6 +76,7 @@ const wooPPConfig = {
7676 ADDRESSES . ethereum . cbBTC , // cbBTC
7777 ADDRESSES . base . USDbC , // USDbC
7878 ADDRESSES . base . USDC , // native USDC
79+ ADDRESSES . base . USDT ,
7980 ] ,
8081 mantle : [
8182 ADDRESSES . mantle . WMNT , // WMNT
@@ -102,6 +103,11 @@ const wooPPConfig = {
102103 '0x9FDBdA0A5e284c32744D2f17Ee5c74B284993463' , // UBTC
103104 ADDRESSES . hyperliquid . USDT0 ,
104105 ] ,
106+ monad : [
107+ ADDRESSES . monad . WMON ,
108+ ADDRESSES . monad . WETH ,
109+ ADDRESSES . monad . USDC ,
110+ ] ,
105111}
106112
107113const chainConfig = {
@@ -195,6 +201,12 @@ const chainConfig = {
195201 stakingContract : null ,
196202 stakingContractV2 : null ,
197203 } ,
204+ monad : {
205+ wooPPContract : '0x5520385bFcf07Ec87C4c53A7d8d65595Dff69FA4' ,
206+ woo : null ,
207+ stakingContract : null ,
208+ stakingContractV2 : null ,
209+ } ,
198210}
199211
200212Object . keys ( chainConfig ) . forEach ( chain => {
You can’t perform that action at this time.
0 commit comments