@@ -8,13 +8,16 @@ import AaveV3Source from './aave/v3.js';
88import AerodromeV1Source from './aerodrome/v1.js' ;
99import AlchemySource from './alchemy/index.js' ;
1010import AlchemyInfraSource from './alchemy/infra.js' ;
11+ import AmbireSource from './ambire/index.js' ;
1112import BiconomyInfraSource from './biconomy/infra.js' ;
13+ import BiconomyNexusSource from './biconomy/nexus.js' ;
1214import BiconomyV2Source from './biconomy/v2.js' ;
1315import BloctoSource from './blocto/index.js' ;
1416import CandideSource from './candide/index.js' ;
1517import CircleSource from './circle/index.js' ;
1618import CoinbaseInfra from './coinbase/infra.js' ;
1719import CoinbaseSmartWalletV1 from './coinbase/smart-wallet-v1.js' ;
20+ import ComethSource from './cometh/index.js' ;
1821import DaimoV1Source from './daimo/v1.js' ;
1922import EasSource from './eas/index.js' ;
2023import 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