Skip to content

Commit

Permalink
Fix import order
Browse files Browse the repository at this point in the history
  • Loading branch information
adamgall committed May 7, 2024
1 parent 4474b38 commit 281f979
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/models/DaoTxBuilder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { Address, PublicClient, encodeFunctionData, getAddress, zeroAddress } fr
import FractalRegistryAbi from '../assets/abi/FractalRegistry';
import GnosisSafeL2Abi from '../assets/abi/GnosisSafeL2';
import KeyValuePairsAbi from '../assets/abi/KeyValuePairs';
import MultiSendCallOnlyAbi from '../assets/abi/MultiSendCallOnly';
import { buildContractCallViem, encodeMultiSend } from '../helpers';
import {
BaseContracts,
Expand All @@ -16,7 +17,6 @@ import {
import { BaseTxBuilder } from './BaseTxBuilder';
import { TxBuilderFactory } from './TxBuilderFactory';
import { fractalModuleData, FractalModuleData } from './helpers/fractalModuleData';
import MultiSendCallOnlyAbi from '../assets/abi/MultiSendCallOnly';

export class DaoTxBuilder extends BaseTxBuilder {
private readonly saltNum;
Expand Down

0 comments on commit 281f979

Please sign in to comment.