Skip to content

Commit

Permalink
fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
Zetazzz committed Jan 31, 2024
1 parent a207d89 commit 66d2ff0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/chain-registry/examples/examples.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// import single chain from folder, good for tree shaking
import { chain as chain_akash } from './mainnet/akash';
import { chain as chain_akash } from '../src/mainnet/akash';

console.log(chain_akash.apis);

Expand Down

0 comments on commit 66d2ff0

Please sign in to comment.