@manifoldxyz/frontend-provider-types
Advanced tools
Comparing version 1.0.0-beta.1 to 1.0.0-beta.2
@@ -32,2 +32,3 @@ import { Contract, ContractFactory } from '@ethersproject/contracts'; | ||
export declare const MANIFOLD_ETHEREUM_INITIALIZED = "manifold-ethereum-initialized"; | ||
export declare const MANIFOLD_ETHEREUM_EXISTS = "manifold-ethereum-exists"; | ||
export declare const ADDRESS_CHANGED = "ethereum-address-changed"; | ||
@@ -34,0 +35,0 @@ export declare const PROVIDER_CHANGED = "frontend-provider-changed"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.CHAIN_CHANGED = exports.PROVIDER_CHANGED = exports.ADDRESS_CHANGED = exports.MANIFOLD_ETHEREUM_INITIALIZED = exports.EthereumProviderErrorName = void 0; | ||
exports.CHAIN_CHANGED = exports.PROVIDER_CHANGED = exports.ADDRESS_CHANGED = exports.MANIFOLD_ETHEREUM_EXISTS = exports.MANIFOLD_ETHEREUM_INITIALIZED = exports.EthereumProviderErrorName = void 0; | ||
var EthereumProviderErrorName; | ||
@@ -10,4 +10,5 @@ (function (EthereumProviderErrorName) { | ||
exports.MANIFOLD_ETHEREUM_INITIALIZED = 'manifold-ethereum-initialized'; | ||
exports.MANIFOLD_ETHEREUM_EXISTS = 'manifold-ethereum-exists'; | ||
exports.ADDRESS_CHANGED = 'ethereum-address-changed'; | ||
exports.PROVIDER_CHANGED = 'frontend-provider-changed'; | ||
exports.CHAIN_CHANGED = 'frontend-provider-chain-changed'; |
{ | ||
"name": "@manifoldxyz/frontend-provider-types", | ||
"version": "1.0.0-beta.1", | ||
"version": "1.0.0-beta.2", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "typings": "./dist/index.d.ts", |
@@ -26,3 +26,3 @@ # frontend-provider-types | ||
import { OAuthGrantType } from '@manifoldxyz/frontend-provider-types'; | ||
import { detectManifoldEthereumProvider } from '@manifoldxyz/frontend-provider-detect'; | ||
import { detectManifoldEthereumProvider } from '@manifoldxyz/frontend-provider-utils'; | ||
@@ -29,0 +29,0 @@ const ethereumProvider = await detectManifoldEthereumProvider() |
@@ -33,2 +33,3 @@ import { Contract, ContractFactory } from '@ethersproject/contracts'; | ||
export const MANIFOLD_ETHEREUM_INITIALIZED = 'manifold-ethereum-initialized'; | ||
export const MANIFOLD_ETHEREUM_EXISTS = 'manifold-ethereum-exists'; | ||
export const ADDRESS_CHANGED = 'ethereum-address-changed'; | ||
@@ -35,0 +36,0 @@ export const PROVIDER_CHANGED = 'frontend-provider-changed'; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
31624
691