Merge branch 'main' into fix/rules-audit-divergences
All checks were successful
check / check (push) Successful in 22s

This commit is contained in:
2026-02-27 11:55:51 +01:00
6 changed files with 1310 additions and 1 deletions

View File

@@ -8,6 +8,8 @@ const {
} = require("../../shared/prices");
const { state, saveState } = require("../../shared/state");
// When views are added, removed, or transitions between them change,
// update the view-navigation documentation in README.md to match.
const VIEWS = [
"welcome",
"add-wallet",
@@ -23,6 +25,7 @@ const VIEWS = [
"receive",
"add-token",
"settings",
"settings-addtoken",
"transaction",
"approve-site",
"approve-tx",