Skip to content

Commit 7266a33

Browse files
committed
fix: add missing sources to the list
1 parent a341f35 commit 7266a33

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

src/labels/sources/index.ts

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,16 @@ import AaveV3Source from './aave/v3.js';
88
import AerodromeV1Source from './aerodrome/v1.js';
99
import AlchemySource from './alchemy/index.js';
1010
import AlchemyInfraSource from './alchemy/infra.js';
11+
import AmbireSource from './ambire/index.js';
1112
import BiconomyInfraSource from './biconomy/infra.js';
13+
import BiconomyNexusSource from './biconomy/nexus.js';
1214
import BiconomyV2Source from './biconomy/v2.js';
1315
import BloctoSource from './blocto/index.js';
1416
import CandideSource from './candide/index.js';
1517
import CircleSource from './circle/index.js';
1618
import CoinbaseInfra from './coinbase/infra.js';
1719
import CoinbaseSmartWalletV1 from './coinbase/smart-wallet-v1.js';
20+
import ComethSource from './cometh/index.js';
1821
import DaimoV1Source from './daimo/v1.js';
1922
import EasSource from './eas/index.js';
2023
import Erc20Source from './erc20/index.js';
@@ -78,18 +81,21 @@ const SOURCES: Source[] = [
7881
new EasSource(),
7982
new FarcasterSource(),
8083
// Account Abstraction
81-
new AlchemySource(),
8284
new AlchemyInfraSource(),
85+
new AlchemySource(),
86+
new AmbireSource(),
8387
new BiconomyInfraSource(),
88+
new BiconomyNexusSource(),
8489
new BiconomyV2Source(),
8590
new BloctoSource(),
8691
new CandideSource(),
8792
new CircleSource(),
88-
new CoinbaseSmartWalletV1(),
8993
new CoinbaseInfra(),
94+
new CoinbaseSmartWalletV1(),
95+
new ComethSource(),
9096
new DaimoV1Source(),
91-
new EtherspotSource(),
9297
new EtherspotModularV1Source(),
98+
new EtherspotSource(),
9399
new FunV1Source(),
94100
new KlasterSource(),
95101
new LightV0_1Source(),

0 commit comments

Comments
 (0)