Skip to content

Commit 6e66dfa

Browse files
authored
update Stability: add base, real, sonic (DefiLlama#12905)
2 parents 19d66e2 + 93a00cc commit 6e66dfa

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

projects/stability/index.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,15 @@ const config = {
88
polygon: {
99
vaultManager: '0x6008b366058B42792A2497972A3312274DC5e1A8',
1010
},
11+
base: {
12+
vaultManager: '0x2ba8C6A519CEDB6d1C35cEb14E8642625E91F77C',
13+
},
14+
real: {
15+
vaultManager: '0x7146efaab12A083b9826c66162062c21eC70fe3c',
16+
},
17+
sonic: {
18+
vaultManager: '0x589a504f2ee9d054b483c700fa814863d639381e',
19+
},
1120
}
1221

1322
Object.keys(config).forEach(chain => {

0 commit comments

Comments
 (0)