Skip to content

Commit

Permalink
mv file
Browse files Browse the repository at this point in the history
  • Loading branch information
scrypt committed Sep 22, 2023
1 parent 62d5ee7 commit 2ce192b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/contracts/1satApis.ts → src/1satApis.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { UTXO, bsv } from 'scrypt-ts'

import superagent from 'superagent'
import { handlerApiError } from '../utils'
import { handlerApiError } from './utils'

export class OneSatApis {
private network: bsv.Networks.Network = bsv.Networks.mainnet
Expand Down

0 comments on commit 2ce192b

Please sign in to comment.