Skip to content

Commit e0f7289

Browse files
authored
symbiosis adds MODE chain support (DefiLlama#8861)
1 parent 7e85bd8 commit e0f7289

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

projects/symbiosis-finance/config.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,5 +249,14 @@ module.exports = {
249249
'0xd8db4fb1fEf63045A443202d506Bcf30ef404160', // portal v2
250250
]
251251
},
252+
{
253+
name: 'mode',
254+
tokens: [
255+
ADDRESSES.mode.WETH,
256+
],
257+
holders: [
258+
'0x292fC50e4eB66C3f6514b9E402dBc25961824D62', // portal v2
259+
]
260+
},
252261
]
253262
}

0 commit comments

Comments
 (0)