Skip to content

Commit a55f176

Browse files
authored
Merge pull request #253 from devAgatha/feat/issue-69-wallet-connectivity
feat(wallet): Wallet connectivity — Freighter/xBull, WalletKit, per-network manifests (#69)
2 parents 9a7007a + 2fda797 commit a55f176

13 files changed

Lines changed: 15794 additions & 7795 deletions

File tree

frontend/.env.example

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,21 @@ NEXT_PUBLIC_NETWORK=testnet
2525

2626
# -----------------------------------------------------------------------------
2727
# Contract addresses (owner: contracts team — update after each deploy)
28-
# Rotation: when deployment-registry.json changes, update this value and redeploy.
28+
# Rotation: when deployment-registry.json changes, update these values and redeploy.
2929
# -----------------------------------------------------------------------------
30-
# Deployed niffyinsure contract ID for the active network.
30+
# Legacy single contract ID (kept for backward compat)
3131
NEXT_PUBLIC_CONTRACT_ID=
3232

33+
# Per-network policy contract IDs
34+
NEXT_PUBLIC_POLICY_CONTRACT_ID_TESTNET=
35+
NEXT_PUBLIC_POLICY_CONTRACT_ID_MAINNET=
36+
NEXT_PUBLIC_POLICY_CONTRACT_ID_FUTURENET=
37+
38+
# Per-network claims contract IDs
39+
NEXT_PUBLIC_CLAIMS_CONTRACT_ID_TESTNET=
40+
NEXT_PUBLIC_CLAIMS_CONTRACT_ID_MAINNET=
41+
NEXT_PUBLIC_CLAIMS_CONTRACT_ID_FUTURENET=
42+
3343
# -----------------------------------------------------------------------------
3444
# IPFS (owner: infra team)
3545
# -----------------------------------------------------------------------------

0 commit comments

Comments
 (0)