Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@unstoppabledomains/resolution

Package Overview
Dependencies
Maintainers
10
Versions
108
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@unstoppabledomains/resolution - npm Package Compare versions

Comparing version 8.4.0 to 8.5.0

CHANGELOG.md

2

build/Resolution.d.ts

@@ -11,3 +11,3 @@ import { AutoNetworkConfigs, CryptoRecords, DnsRecord, DnsRecordType, EthersProvider, Locations, NamehashOptions, NamingServiceName, Provider, SourceConfig, TokenUriMetadata, Web3Version0Provider, Web3Version1Provider, ReverseResolutionOptions } from './types/publicTypes';

* uns: {
* url: "https://eth-mainnet.alchemyapi.io/v2/GmQ8X1FHf-WDEry0BBSn0RgjVhjHkRmS",
* url: "https://mainnet.infura.io/v3/c4bb906ed6904c42b19c95825fe55f39",
* network: "mainnet"

@@ -14,0 +14,0 @@ * }

@@ -86,3 +86,3 @@ "use strict";

* uns: {
* url: "https://eth-mainnet.alchemyapi.io/v2/GmQ8X1FHf-WDEry0BBSn0RgjVhjHkRmS",
* url: "https://mainnet.infura.io/v3/c4bb906ed6904c42b19c95825fe55f39",
* network: "mainnet"

@@ -89,0 +89,0 @@ * }

@@ -299,5 +299,3 @@ "use strict";

return __awaiter(this, void 0, void 0, function () {
var tokenId;
return __generator(this, function (_a) {
tokenId = this.namehash(domain);
return [2 /*return*/, this.records(domain, __spreadArray([], Object.keys(resolver_keys_json_1.default.keys), true))];

@@ -304,0 +302,0 @@ });

@@ -320,7 +320,7 @@ "use strict";

UnsInternal.UrlMap = {
mainnet: 'https://eth-mainnet.alchemyapi.io/v2/GmQ8X1FHf-WDEry0BBSn0RgjVhjHkRmS',
mainnet: 'https://mainnet.infura.io/v3/c4bb906ed6904c42b19c95825fe55f39',
rinkeby: 'https://eth-rinkeby.alchemyapi.io/v2/ZDERxOLIj120dh2-Io2Q9RTh9RfWEssT',
goerli: 'https://eth-goerli.alchemyapi.io/v2/J-ff_OlmWzw41ocqwpkRccHdfqSZML4q',
'polygon-mainnet': 'https://polygon-mainnet.g.alchemy.com/v2/iG-oHZ2FvjqC9D43O5q9sj62out5ubsy',
'polygon-mumbai': 'https://polygon-mumbai.g.alchemy.com/v2/YtQwLH1UOmRGgQp_Rg1TXvFWSWeV5Y02',
goerli: 'https://goerli.infura.io/v3/c4bb906ed6904c42b19c95825fe55f39',
'polygon-mainnet': 'https://polygon-mainnet.infura.io/v3/c4bb906ed6904c42b19c95825fe55f39',
'polygon-mumbai': 'https://polygon-mumbai.infura.io/v3/c4bb906ed6904c42b19c95825fe55f39',
};

@@ -327,0 +327,0 @@ return UnsInternal;

{
"name": "@unstoppabledomains/resolution",
"version": "8.4.0",
"version": "8.5.0",
"description": "Domain Resolution for blockchain domains",

@@ -5,0 +5,0 @@ "main": "./build/index.js",

@@ -149,3 +149,3 @@ # Resolution

Resolution provides zero-configuration experience by using built-in
production-ready [Alchemy](http://alchemy.com/) endpoint by default.
production-ready [Infura](https://www.infura.io/) endpoint by default.
Default Ethereum provider is free to use without restrictions and rate-limits

@@ -152,0 +152,0 @@ for `UNS` resolution.

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc