We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb43655 commit ba3450bCopy full SHA for ba3450b
examples/frontend/src/utils.ts
@@ -132,6 +132,7 @@ export const getObjectExplorerLink = (id: string): React.ReactElement => {
132
export const getKeyServers = (network: 'testnet' | 'mainnet') => {
133
if (network === 'testnet') {
134
return [
135
+ // Replace one of these with the object id of your key server.
136
'0x73d05d62c18d9374e3ea529e8e0ed6161da1a141a94d3f76ae3fe4e99356db75',
137
'0xf5d14a81a982144ae441cd7d64b09027f116a468bd36e7eca494f750591623c8',
138
];
0 commit comments