Skip to content

Commit 279713f

Browse files
committed
Update main-mainnet.ts
1 parent 606001d commit 279713f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/main-mainnet.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ import * as curve from './mainnet/processors/curve'
3131
import { erc20s } from './mainnet/processors/erc20s'
3232
import * as mainnetExchangeRates from './mainnet/processors/exchange-rates'
3333
import * as legacyStaking from './mainnet/processors/legacy-staking'
34+
import { nativeBalanceProcessor } from './mainnet/processors/native'
3435
import * as nativeStaking from './mainnet/processors/native-staking'
3536

3637
export const processor = defineSquidProcessor({
@@ -39,6 +40,7 @@ export const processor = defineSquidProcessor({
3940
mainnetExchangeRates,
4041
ognBuybacks,
4142
nativeStaking,
43+
nativeBalanceProcessor,
4244
legacyStaking,
4345
curve,
4446
ccip({ chainId: 1 }),

0 commit comments

Comments
 (0)