@notifi-network/notifi-frontend-client
Advanced tools
Comparing version 0.90.9-alpha.16 to 0.90.9-alpha.17
@@ -217,3 +217,3 @@ import { Types, Operations, NotifiService } from '@notifi-network/notifi-graphql'; | ||
}> | Readonly<{ | ||
walletBlockchain: 'ETHEREUM' | 'POLYGON' | 'ARBITRUM' | 'AVALANCHE' | 'BINANCE' | 'OSMOSIS' | 'ELYS' | 'NEUTRON' | 'ARCHWAY' | 'AXELAR' | 'BERACHAIN' | 'NIBIRU' | 'OPTIMISM' | 'ZKSYNC' | 'INJECTIVE' | 'BASE' | 'BLAST' | 'CELO' | 'MANTLE' | 'LINEA' | 'SCROLL' | 'MANTA' | 'EVMOS' | 'MONAD'; | ||
walletBlockchain: 'ETHEREUM' | 'POLYGON' | 'ARBITRUM' | 'AVALANCHE' | 'BINANCE' | 'OSMOSIS' | 'ELYS' | 'NEUTRON' | 'ARCHWAY' | 'AXELAR' | 'BERACHAIN' | 'NIBIRU' | 'OPTIMISM' | 'ZKSYNC' | 'INJECTIVE' | 'BASE' | 'BLAST' | 'CELO' | 'MANTLE' | 'LINEA' | 'SCROLL' | 'MANTA' | 'EVMOS' | 'MONAD' | 'AGORIC' | 'ORAI' | 'KAVA' | 'CELESTIA' | 'COSMOS' | 'DYMENSION' | 'PERSISTENCE' | 'DYDX'; | ||
signMessage: Uint8SignMessageFunction; | ||
@@ -300,2 +300,42 @@ }> | Readonly<{ | ||
signMessage: Uint8SignMessageFunction; | ||
}> | Readonly<{ | ||
walletBlockchain: 'AGORIC'; | ||
accountAddress: string; | ||
walletPublicKey: string; | ||
signMessage: Uint8SignMessageFunction; | ||
}> | Readonly<{ | ||
walletBlockchain: 'ORAI'; | ||
accountAddress: string; | ||
walletPublicKey: string; | ||
signMessage: Uint8SignMessageFunction; | ||
}> | Readonly<{ | ||
walletBlockchain: 'KAVA'; | ||
accountAddress: string; | ||
walletPublicKey: string; | ||
signMessage: Uint8SignMessageFunction; | ||
}> | Readonly<{ | ||
walletBlockchain: 'CELESTIA'; | ||
accountAddress: string; | ||
walletPublicKey: string; | ||
signMessage: Uint8SignMessageFunction; | ||
}> | Readonly<{ | ||
walletBlockchain: 'COSMOS'; | ||
accountAddress: string; | ||
walletPublicKey: string; | ||
signMessage: Uint8SignMessageFunction; | ||
}> | Readonly<{ | ||
walletBlockchain: 'DYMENSION'; | ||
accountAddress: string; | ||
walletPublicKey: string; | ||
signMessage: Uint8SignMessageFunction; | ||
}> | Readonly<{ | ||
walletBlockchain: 'PERSISTENCE'; | ||
accountAddress: string; | ||
walletPublicKey: string; | ||
signMessage: Uint8SignMessageFunction; | ||
}> | Readonly<{ | ||
walletBlockchain: 'DYDX'; | ||
accountAddress: string; | ||
walletPublicKey: string; | ||
signMessage: Uint8SignMessageFunction; | ||
}>; | ||
@@ -302,0 +342,0 @@ declare type ConnectWalletParams = Readonly<{ |
@@ -248,2 +248,18 @@ import type { Operations, Types } from '@notifi-network/notifi-graphql'; | ||
return 'XION_WALLET'; | ||
case 'AGORIC': | ||
return 'AGORIC_WALLET'; | ||
case 'ORAI': | ||
return 'ORAI_WALLET'; | ||
case 'KAVA': | ||
return 'KAVA_WALLET'; | ||
case 'CELESTIA': | ||
return 'CELESTIA_WALLET'; | ||
case 'COSMOS': | ||
return 'COSMOS_WALLET'; | ||
case 'DYMENSION': | ||
return 'DYMENSION_WALLET'; | ||
case 'PERSISTENCE': | ||
return 'PERSISTENCE_WALLET'; | ||
case 'DYDX': | ||
return 'DYDX_WALLET'; | ||
default: | ||
@@ -250,0 +266,0 @@ throw new Error('Unsupported walletType'); |
@@ -66,3 +66,11 @@ import { Types } from '@notifi-network/notifi-graphql'; | ||
| 'EVMOS' | ||
| 'MONAD'; | ||
| 'MONAD' | ||
| 'AGORIC' | ||
| 'ORAI' | ||
| 'KAVA' | ||
| 'CELESTIA' | ||
| 'COSMOS' | ||
| 'DYMENSION' | ||
| 'PERSISTENCE' | ||
| 'DYDX' | ||
signMessage: Uint8SignMessageFunction; | ||
@@ -186,3 +194,51 @@ }> | ||
signMessage: Uint8SignMessageFunction; | ||
}>; | ||
}> | ||
| Readonly<{ | ||
walletBlockchain: 'AGORIC'; | ||
accountAddress: string; | ||
walletPublicKey: string; | ||
signMessage: Uint8SignMessageFunction; | ||
}> | ||
| Readonly<{ | ||
walletBlockchain: 'ORAI'; | ||
accountAddress: string; | ||
walletPublicKey: string; | ||
signMessage: Uint8SignMessageFunction; | ||
}> | ||
| Readonly<{ | ||
walletBlockchain: 'KAVA'; | ||
accountAddress: string; | ||
walletPublicKey: string; | ||
signMessage: Uint8SignMessageFunction; | ||
}> | ||
| Readonly<{ | ||
walletBlockchain: 'CELESTIA'; | ||
accountAddress: string; | ||
walletPublicKey: string; | ||
signMessage: Uint8SignMessageFunction; | ||
}> | ||
| Readonly<{ | ||
walletBlockchain: 'COSMOS'; | ||
accountAddress: string; | ||
walletPublicKey: string; | ||
signMessage: Uint8SignMessageFunction; | ||
}> | ||
| Readonly<{ | ||
walletBlockchain: 'DYMENSION'; | ||
accountAddress: string; | ||
walletPublicKey: string; | ||
signMessage: Uint8SignMessageFunction; | ||
}> | ||
| Readonly<{ | ||
walletBlockchain: 'PERSISTENCE'; | ||
accountAddress: string; | ||
walletPublicKey: string; | ||
signMessage: Uint8SignMessageFunction; | ||
}> | ||
| Readonly<{ | ||
walletBlockchain: 'DYDX'; | ||
accountAddress: string; | ||
walletPublicKey: string; | ||
signMessage: Uint8SignMessageFunction; | ||
}>; | ||
@@ -464,2 +520,10 @@ export type ConnectWalletParams = Readonly<{ | ||
case 'AXELAR': | ||
case 'AGORIC': | ||
case 'CELESTIA': | ||
case 'COSMOS': | ||
case 'DYMENSION': | ||
case 'PERSISTENCE': | ||
case 'DYDX': | ||
case 'ORAI': | ||
case 'KAVA': | ||
case 'NEUTRON': | ||
@@ -541,2 +605,10 @@ case 'NIBIRU': | ||
case 'AXELAR': | ||
case 'AGORIC': | ||
case 'CELESTIA': | ||
case 'COSMOS': | ||
case 'DYMENSION': | ||
case 'PERSISTENCE': | ||
case 'DYDX': | ||
case 'ORAI': | ||
case 'KAVA': | ||
case 'INJECTIVE': { | ||
@@ -543,0 +615,0 @@ const { authenticationKey, tenantId } = this |
{ | ||
"name": "@notifi-network/notifi-frontend-client", | ||
"version": "0.90.9-alpha.16+8c71e31f", | ||
"version": "0.90.9-alpha.17+c288dee5", | ||
"description": "The frontend client for Notifi", | ||
@@ -35,7 +35,7 @@ "main": "./dist/index.js", | ||
"dependencies": { | ||
"@notifi-network/notifi-graphql": "^0.90.9-alpha.16+8c71e31f", | ||
"@notifi-network/notifi-graphql": "^0.90.9-alpha.17+c288dee5", | ||
"graphql-request": "^6.0.0", | ||
"localforage": "^1.10.0" | ||
}, | ||
"gitHead": "8c71e31f972bc950f74d643918684e8ab78dcc62" | ||
"gitHead": "c288dee5d1bdfba544302ec502de8d8c529fab2f" | ||
} |
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
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
321877
9466