dep: update dns resolver hashes
This commit is contained in:
parent
b0974c7200
commit
83681663e0
|
@ -69,8 +69,8 @@ export async function doInit() {
|
||||||
await ipfsClient.register();
|
await ipfsClient.register();
|
||||||
|
|
||||||
const resolvers = [
|
const resolvers = [
|
||||||
"zduR2MPhx4qMxNwmM2GzFBdbgr1gvA33iM9Ve8RxL4SF4msWAy9RwiDGjq", // ENS
|
"zduRJVVqY6YTEVHxMkUA4c3xaT4Sef9xpJ4vrK7Pg3i7oS2QMpdBdHuhFM", // ENS
|
||||||
"zduMGDuZ1juBTn6sNS4J1eT81wb8RMswacXEVGmgWKm8snY7viketDsYsZ", // HNS
|
"zduRKG33fJAbQSHbfb6ypuBUnJ81rjPmnm2daYqhDs9eNpsuCrpPfj8aXR", // HNS
|
||||||
];
|
];
|
||||||
|
|
||||||
for (const resolver of resolvers) {
|
for (const resolver of resolvers) {
|
||||||
|
|
Reference in New Issue