Skip to content

Commit ba3450b

Browse files
committed
add comment
1 parent fb43655 commit ba3450b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/frontend/src/utils.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ export const getObjectExplorerLink = (id: string): React.ReactElement => {
132132
export const getKeyServers = (network: 'testnet' | 'mainnet') => {
133133
if (network === 'testnet') {
134134
return [
135+
// Replace one of these with the object id of your key server.
135136
'0x73d05d62c18d9374e3ea529e8e0ed6161da1a141a94d3f76ae3fe4e99356db75',
136137
'0xf5d14a81a982144ae441cd7d64b09027f116a468bd36e7eca494f750591623c8',
137138
];

0 commit comments

Comments
 (0)