Skip to content

Commit

Permalink
Set contractDebug configuration to active by default
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulyadav-57 committed Apr 9, 2024
1 parent ee7ac9c commit 2037426
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/state/setting.state.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const { persistAtom } = recoilPersist();
export const settingState = atom<SettingInterface>({
key: 'settingState',
default: {
contractDebug: false,
contractDebug: true,
formatOnSave: false,
tonAmountForInteraction: '0.05',
},
Expand Down

1 comment on commit 2037426

@rahulyadav-57
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Resolves #22

Please sign in to comment.