@notifi-network/notifi-frontend-client
Advanced tools
Comparing version 4.0.0 to 4.0.1-alpha.1
@@ -96,3 +96,3 @@ import { Types, Operations, NotifiService, NotifiEmitterEvents } from '@notifi-network/notifi-graphql'; | ||
type FrontendClientConfigFactory<T extends NotifiFrontendConfiguration> = (args: T extends NotifiConfigWithPublicKeyAndAddress ? ConfigFactoryInputPublicKeyAndAddress : T extends NotifiConfigWithDelegate ? ConfigFactoryInputDelegated : T extends NotifiConfigWithPublicKey ? ConfigFactoryInputPublicKey : ConfigFactoryInputOidc) => NotifiFrontendConfiguration; | ||
declare const evmChains: readonly ["ETHEREUM", "POLYGON", "ARBITRUM", "AVALANCHE", "BINANCE", "OPTIMISM", "THE_ROOT_NETWORK", "BASE", "BLAST", "CELO", "MANTLE", "LINEA", "SCROLL", "MANTA", "MONAD", "ZKSYNC", "BERACHAIN"]; | ||
declare const evmChains: readonly ["ETHEREUM", "POLYGON", "ARBITRUM", "AVALANCHE", "BINANCE", "OPTIMISM", "THE_ROOT_NETWORK", "BASE", "BLAST", "CELO", "MANTLE", "LINEA", "SCROLL", "MANTA", "MONAD", "ZKSYNC", "BERACHAIN", "SONIC", "ROME"]; | ||
type EVMChains = Extract<Types.WalletBlockchain, (typeof evmChains)[number]>; | ||
@@ -99,0 +99,0 @@ declare const isEvmChain: (chain: Types.WalletBlockchain) => chain is EVMChains; |
@@ -624,3 +624,5 @@ import { NotifiEmitterEvents, Types } from '@notifi-network/notifi-graphql'; | ||
case 'ZKSYNC': | ||
case 'SOLANA': { | ||
case 'SOLANA': | ||
case 'ROME': | ||
case 'SONIC': { | ||
const result = await this._service.logInFromDapp({ | ||
@@ -627,0 +629,0 @@ walletBlockchain, |
@@ -162,2 +162,4 @@ import { Types } from '@notifi-network/notifi-graphql'; | ||
'BERACHAIN', | ||
'SONIC', | ||
'ROME', | ||
] as const; | ||
@@ -164,0 +166,0 @@ |
{ | ||
"name": "@notifi-network/notifi-frontend-client", | ||
"version": "4.0.0", | ||
"version": "4.0.1-alpha.1+29cd17f4", | ||
"description": "The frontend client for Notifi", | ||
@@ -35,3 +35,3 @@ "main": "./dist/index.js", | ||
"dependencies": { | ||
"@notifi-network/notifi-graphql": "^4.0.0", | ||
"@notifi-network/notifi-graphql": "^4.0.1-alpha.1+29cd17f4", | ||
"graphql-request": "^6.0.0", | ||
@@ -44,3 +44,3 @@ "localforage": "^1.10.0", | ||
}, | ||
"gitHead": "97280b625ef133811d176fbb8add73f6b3f7bd44" | ||
"gitHead": "29cd17f418efc88aae177c6dbbffab50d2a82006" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1090614
10812
1
3