Skip to content

Commit

Permalink
Revert "Use strict"
Browse files Browse the repository at this point in the history
This reverts commit 7cc8ceb.
  • Loading branch information
ericglau committed Nov 18, 2024
1 parent 7cc8ceb commit 9f98f96
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/ui/src/wiz-functions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ export const erc1155Function = {
export const stablecoinFunction = {
name: 'stablecoin',
description: 'Make a stablecoin token that uses the ERC-20 standard. Emphasize that this is experimental, and some features are not audited and subject to change.',
strict: true,
parameters: {
type: 'object',
properties: {
Expand All @@ -107,7 +106,6 @@ export const stablecoinFunction = {
export const realWorldAssetFunction = {
name: 'realworldasset',
description: 'Make a real-world asset token that uses the ERC-20 standard. Emphasize that this is experimental, and some features are not audited and subject to change.',
strict: true,
parameters: stablecoinFunction.parameters,
}

Expand Down

0 comments on commit 9f98f96

Please sign in to comment.