Skip to content

Commit 3b369bc

Browse files
authored
track virtus protocol tvl (#18519)
1 parent 961d242 commit 3b369bc

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
const { uniV3Export } = require("../helper/uniswapV3")
2+
3+
module.exports = uniV3Export({
4+
base: {
5+
factory: '0x0e5Ab24beBdA7e5Bb3961f7E9b3532a83aE86B48',
6+
fromBlock: 42960000,
7+
eventAbi: 'event PoolCreated(address indexed token0, address indexed token1, int24 indexed tickSpacing, address pool)',
8+
},
9+
})

registries/uniswapV2.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2854,6 +2854,15 @@ const uniV2Configs = {
28542854
start: '2025-08-05',
28552855
qiev3: '0x8E23128a5511223bE6c0d64106e2D4508C08398C'
28562856
},
2857+
'virtus-protocol': {
2858+
base: '0x7F03ae4452192b0E280fB0d4f9c225DDa88C7623',
2859+
_options: {
2860+
abis: {
2861+
allPairsLength: 'uint256:allPoolsLength',
2862+
allPairs: 'function allPools(uint256) view returns (address)',
2863+
}
2864+
}
2865+
},
28572866
'forest-v1': {
28582867
bsc: {
28592868
factory: '0x9d5ef0f61a5e88d90fb231f84413b5fc43bf6a9e',

0 commit comments

Comments
 (0)