Skip to content

Commit

Permalink
chore: commit test file initial state for STX
Browse files Browse the repository at this point in the history
  • Loading branch information
infiniteflower committed Apr 30, 2024
1 parent e3cf39a commit 2a4f691
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion app/util/test/initial-background-state.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,8 @@
"0x505": true,
"0x64": true
},
"isIpfsGatewayEnabled": true
"isIpfsGatewayEnabled": true,
"smartTransactionsOptInStatus": false
},
"TokenBalancesController": {
"contractBalances": {}
Expand All @@ -134,6 +135,11 @@
"submitHistory": [],
"transactions": []
},
"SmartTransactionsController": {
"smartTransactionsState": {
"liveness": true
}
},
"SnapController": {
"snapStates": {},
"snaps": {},
Expand Down

0 comments on commit 2a4f691

Please sign in to comment.