Skip to content

Commit 26455e2

Browse files
authored
Update Royco addresses to final vault deployment (DefiLlama#12436)
1 parent c2a6aa6 commit 26455e2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

projects/royco/index.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
const { getLogs2 } = require('../helper/cache/getLogs')
22

33
const config = {
4-
ethereum: { factory: '0xbfac50c6b2c91ab756c1e5efab699438992cc1b2', fromBlock: 21183492 },
5-
arbitrum: { factory: '0xbfac50c6b2c91ab756c1e5efab699438992cc1b2', fromBlock: 274261481 },
6-
base: { factory: '0xbfac50c6b2c91ab756c1e5efab699438992cc1b2', fromBlock: 22384258 },
4+
ethereum: { factory: '0x75e502644284edf34421f9c355d75db79e343bca', fromBlock: 21244948 },
5+
arbitrum: { factory: '0x75e502644284edf34421f9c355d75db79e343bca', fromBlock: 277208990 },
6+
base: { factory: '0x75e502644284edf34421f9c355d75db79e343bca', fromBlock: 22754606 },
77
}
88

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

0 commit comments

Comments
 (0)