Skip to content

Commit

Permalink
Remove unintended depositAddress config field
Browse files Browse the repository at this point in the history
  • Loading branch information
SpaceManiac committed Apr 17, 2024
1 parent f1f4b90 commit 493afbf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/engine/paima-sm/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,6 @@ export const ChainDataExtensionErc1155Config = Type.Intersect([
type: Type.Literal(CdeEntryTypeName.ERC1155),
contractAddress: EvmAddress,
scheduledPrefix: Type.String(),
depositAddress: EvmAddress,
}),
]);
export type ChainDataExtensionErc1155 = ChainDataExtensionBase &
Expand Down

0 comments on commit 493afbf

Please sign in to comment.