Skip to content

Commit

Permalink
fix dev
Browse files Browse the repository at this point in the history
  • Loading branch information
xxibcill committed Aug 6, 2024
1 parent 2a690eb commit 97c12ee
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dev/node/basicSendTx.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Client, Wallet, Obi, Message, Coin, Transaction, Fee } from '../../lib'
import { Client, Wallet, Obi, Message, Coin, Transaction, Fee } from '../../src'

const grpcEndpoint = 'https://laozi-testnet6.bandchain.org/grpc-web'
const client = new Client(grpcEndpoint)
Expand Down
2 changes: 1 addition & 1 deletion dev/node/dataSource.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Client, Wallet, Message, Coin, Transaction, Fee } from '../../lib'
import { Client, Wallet, Message, Coin, Transaction, Fee } from '../../src'
import fs from 'fs'
import path from 'path'

Expand Down
2 changes: 1 addition & 1 deletion dev/node/getReferenceData.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Client } from '../../lib'
import { Client } from '../../src'

const grpcEndpoint = 'https://laozi-testnet6.bandchain.org/grpc-web'
const client = new Client(grpcEndpoint)
Expand Down
2 changes: 1 addition & 1 deletion dev/node/oracleScript.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Client, Wallet, Message, Coin, Transaction, Fee } from '../../lib'
import { Client, Wallet, Message, Coin, Transaction, Fee } from '../../src'
import fs from 'fs'
import path from 'path'

Expand Down
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ export { Fee } from '../proto/cosmos/tx/v1beta1/tx_pb'
export * as Proposal from './proposal'
export { Plan } from '../proto/cosmos/upgrade/v1beta1/upgrade_pb'
export { ParamChange } from '../proto/cosmos/params/v1beta1/params_pb'
export { Signal } from '../proto/feeds/v1beta1/feeds_pb'

0 comments on commit 97c12ee

Please sign in to comment.