We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 606001d commit 279713fCopy full SHA for 279713f
1 file changed
src/main-mainnet.ts
@@ -31,6 +31,7 @@ import * as curve from './mainnet/processors/curve'
31
import { erc20s } from './mainnet/processors/erc20s'
32
import * as mainnetExchangeRates from './mainnet/processors/exchange-rates'
33
import * as legacyStaking from './mainnet/processors/legacy-staking'
34
+import { nativeBalanceProcessor } from './mainnet/processors/native'
35
import * as nativeStaking from './mainnet/processors/native-staking'
36
37
export const processor = defineSquidProcessor({
@@ -39,6 +40,7 @@ export const processor = defineSquidProcessor({
39
40
mainnetExchangeRates,
41
ognBuybacks,
42
nativeStaking,
43
+ nativeBalanceProcessor,
44
legacyStaking,
45
curve,
46
ccip({ chainId: 1 }),
0 commit comments