Skip to content

Commit

Permalink
Update src/chains/index.ts
Browse files Browse the repository at this point in the history
Co-authored-by: jxom  <jakemoxey@gmail.com>
  • Loading branch information
bthaile and jxom authored Sep 3, 2024
1 parent 807e033 commit 4011a98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chains/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ export { filecoinCalibration } from './definitions/filecoinCalibration.js'
export { filecoinHyperspace } from './definitions/filecoinHyperspace.js'
export { flare } from './definitions/flare.js'
export { flareTestnet } from './definitions/flareTestnet.js'
/** @deprecated Use
/** @deprecated */
export { flowPreviewnet } from './definitions/flowPreviewnet.js'

Check failure on line 112 in src/chains/index.ts

View workflow job for this annotation

GitHub Actions / Size

Cannot find module './definitions/flowPreviewnet.js' or its corresponding type declarations.

Check failure on line 112 in src/chains/index.ts

View workflow job for this annotation

GitHub Actions / Verify / Test Environments (bun)

Cannot find module './definitions/flowPreviewnet.js' or its corresponding type declarations.

Check failure on line 112 in src/chains/index.ts

View workflow job for this annotation

GitHub Actions / Verify / Test Environments (node-18)

Cannot find module './definitions/flowPreviewnet.js' or its corresponding type declarations.

Check failure on line 112 in src/chains/index.ts

View workflow job for this annotation

GitHub Actions / Verify / Test Environments (node-20)

Cannot find module './definitions/flowPreviewnet.js' or its corresponding type declarations.

Check failure on line 112 in src/chains/index.ts

View workflow job for this annotation

GitHub Actions / Verify / Test Environments (node-latest)

Cannot find module './definitions/flowPreviewnet.js' or its corresponding type declarations.

Check failure on line 112 in src/chains/index.ts

View workflow job for this annotation

GitHub Actions / Verify / Test Environments (tsc)

Cannot find module './definitions/flowPreviewnet.js' or its corresponding type declarations.
export { flowMainnet } from './definitions/flowMainnet.js'
export { flowTestnet } from './definitions/flowTestnet.js'
Expand Down

0 comments on commit 4011a98

Please sign in to comment.