Skip to content

Commit

Permalink
chore(fuel): add more types from fuel sdk in codegen (#1049)
Browse files Browse the repository at this point in the history
  • Loading branch information
spacedragon authored Nov 20, 2024
1 parent 76e97c1 commit a6bdca4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sdk/src/fuel/codegen/codegen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ import {${abi.commonTypesInUse.join(',')}} from './common.js'
import {${importedTypes.join(',')}, ${abi.capitalizedName}} from './${abi.capitalizedName}.js'
import type { BigNumberish, BN } from 'fuels';
import type { BytesLike, Bytes } from 'fuels';
import type { BytesLike, Bytes, StdString, StrSlice, RawSlice, B256Address, ChecksumAddress, Bech32Address } from 'fuels';
namespace ${name}NS {
Expand Down

0 comments on commit a6bdca4

Please sign in to comment.