Skip to content

Commit

Permalink
fix(build): add missing system package override (#1027)
Browse files Browse the repository at this point in the history
  • Loading branch information
zfy0701 authored Nov 8, 2024
1 parent d13595f commit 2061e49
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/sdk/src/sui/codegen/codegen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ export async function codegen(

class SuiNetworkCodegen extends BaseSuiCodegen {
moduleGenerator: SharedNetworkCodegen<SuiNetwork, SuiMoveNormalizedModule, SuiEvent | SuiMoveObject>
SYSTEM_PACKAGE = '@sentio/sdk/sui'

constructor(network: SuiNetwork) {
const endpoint = getRpcEndpoint(network)
Expand Down

0 comments on commit 2061e49

Please sign in to comment.