Skip to content
7 changes: 7 additions & 0 deletions src/abi/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ import {
gyro2CLPAbi_V3,
gyroECLPAbi_V3,
lBPMigrationRouterAbi_V3,
unbalancedAddViaSwapRouterAbi_V3,
} from './v3';

export * from './authorizer';
Expand Down Expand Up @@ -87,6 +88,12 @@ export const balancerMigrationRouterAbiExtended = [
...commonABIsV3,
...poolABIsV3,
];

export const balancerUnbalancedAddViaSwapRouterAbiExtended = [
...unbalancedAddViaSwapRouterAbi_V3,
...commonABIsV3,
...poolABIsV3,
];
// V3 Pool Factories ABIs Extended

export const weightedPoolFactoryAbiExtended_V3 = [
Expand Down
1 change: 1 addition & 0 deletions src/abi/v3/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ export * from './liquidityBootstrappingPool';
export * from './gyro2CLP';
export * from './gyroECLP';
export * from './mockGyroEclpPool';
export * from './unbalancedAddViaSwapRouter';
Loading
Loading