feat: add phantom integration
All checks were successful
build / lint (push) Successful in 11s
build / build (push) Successful in 38s
build / docker image (push) Successful in 52s

This commit is contained in:
2026-01-31 10:31:24 +00:00
parent dd8ecce947
commit e84d1cabd8
12 changed files with 234 additions and 46 deletions

View File

@@ -9,15 +9,16 @@
"light": "Light mode"
},
"hero": {
"eyebrow": "Injected Trust Wallet • Polygon mainnet",
"title": "PolyNote · Trust Wallet to Polygon",
"lede": "Connect with the Trust Wallet extension or the in-app browser. We hex-encode your text and submit a zero-value Polygon transaction that only costs gas."
"eyebrow": "Trust Wallet or Phantom • Polygon mainnet",
"title": "PolyNote · Injected wallets to Polygon",
"lede": "Connect with the Trust Wallet or Phantom browser extensions. We hex-encode your text and submit a zero-value Polygon transaction that only costs gas."
},
"connection": {
"title": "Connection",
"subtitle": "Injected Trust Wallet (browser extension or in-app dApp browser).",
"subtitle": "Injected wallet (Trust Wallet or Phantom extension).",
"pill": "Polygon only",
"connect": "Connect Trust Wallet",
"connectWallet": "Connect {wallet}",
"disconnect": "Disconnect",
"account": "Account",
"chain": "Chain",
@@ -59,6 +60,12 @@
"footer": {
"repo": "Source on Gitea"
},
"wallet": {
"pick": "Choose a wallet",
"helper": "Injected extensions only. Pick Trust Wallet or Phantom, then connect.",
"trust": "Trust Wallet",
"phantom": "Phantom"
},
"status": {
"waiting": "Waiting to connect…",
"preparingConnect": "Preparing to connect…",
@@ -78,7 +85,7 @@
"disconnected": "Disconnected."
},
"errors": {
"noWallet": "No injected wallet found. Try the Trust Wallet extension or app browser.",
"noWallet": "No injected {wallet} found. Install the extension and try again.",
"noAccounts": "No accounts returned from injected wallet.",
"sendFailed": "Failed to send message transaction.",
"connectionFailed": "Connection failed."