Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fixed typo in import
  • Loading branch information
sourovafrin authored Nov 7, 2023
1 parent 46820fa commit 678d2c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/xchain-doge/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ You can specify own array of providers, whoch will be executed in array-order, t
### example sochain v3, blockcypher backup

```typescript
import { Client, defaultDogeParams, AssetDOGE, SochainDataProviders, BlockcypherDataProviders } from '@xchainjs/xchain-doge'
import { Client, defaultDogeParams, AssetDOGE, SochainDataProviders, blockcypherDataProviders } from '@xchainjs/xchain-doge'
import { SochainNetwork, SochainProvider } from '@xchainjs/xchain-utxo-providers'
import { Network, UtxoClientParams } from '@xchainjs/xchain-client'

Expand Down

0 comments on commit 678d2c9

Please sign in to comment.