Skip to content

Commit 9c031b2

Browse files
committed
Register gnoscan's indexed chains with the network-pin drift guard
1 parent ab055cf commit 9c031b2

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

frontend/src/lib/networkPins.test.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,16 @@ const ALLOWLIST: Pin[] = [
109109
"sapphire left the order with the cutover — never suggest the " +
110110
"outgoing chain; gnoland1 is the realm-free last resort).",
111111
},
112+
{
113+
file: "lib/txExplorerUrl.ts",
114+
allow: ["pearl-1", "gnoland1", "staging"],
115+
why:
116+
"GNOSCAN_CHAIN_IDS — the chains the external gnoscan explorer indexes " +
117+
"(read from its own bundle on 2026-09-07), not a Memba deploy target. " +
118+
"A transaction link is only rendered for a chain gnoscan can show; " +
119+
"every other chain id gets plain hash text. Verify against gnoscan " +
120+
"before adding a chain here.",
121+
},
112122
{
113123
file: "lib/marketplace/seed/foundingSupply.seed.ts",
114124
allow: ["test13"],

0 commit comments

Comments
 (0)