Skip to content

Commit

Permalink
chore: rename aci/index.js to aci.js
Browse files Browse the repository at this point in the history
  • Loading branch information
davidyuk committed Jan 28, 2022
1 parent c7599c7 commit 15950ea
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/contract/aci/index.js → src/contract/aci.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
*/

import { Encoder as Calldata } from '@aeternity/aepp-calldata'
import { DRY_RUN_ACCOUNT, DEPOSIT } from '../../tx/builder/schema'
import TxObject from '../../tx/tx-object'
import { decode } from '../../tx/builder/helpers'
import { DRY_RUN_ACCOUNT, DEPOSIT } from '../tx/builder/schema'
import TxObject from '../tx/tx-object'
import { decode } from '../tx/builder/helpers'
import {
MissingContractDefError,
MissingContractAddressError,
Expand All @@ -41,7 +41,7 @@ import {
NodeInvocationError,
IllegalArgumentError,
NoSuchContractFunctionError
} from '../../utils/errors'
} from '../utils/errors'

/**
* Generate contract ACI object with predefined js methods for contract usage - can be used for
Expand Down

0 comments on commit 15950ea

Please sign in to comment.