@notifi-network/notifi-core
Advanced tools
Comparing version 0.80.0 to 0.81.0
@@ -1,2 +0,2 @@ | ||
export declare type WalletBlockchain = 'SOLANA' | 'ETHEREUM' | 'AVALANCHE' | 'APTOS' | 'ACALA' | 'POLYGON' | 'ARBITRUM' | 'BINANCE' | 'NEAR' | 'OPTIMISM' | 'INJECTIVE' | 'OSMOSIS' | 'SUI' | 'ZKSYNC'; | ||
export declare type WalletBlockchain = 'SOLANA' | 'ETHEREUM' | 'AVALANCHE' | 'APTOS' | 'ACALA' | 'POLYGON' | 'ARBITRUM' | 'BINANCE' | 'NEAR' | 'OPTIMISM' | 'INJECTIVE' | 'OSMOSIS' | 'NIBIRU' | 'SUI' | 'ZKSYNC'; | ||
//# sourceMappingURL=WalletBlockchain.d.ts.map |
@@ -206,3 +206,3 @@ import { Types } from '@notifi-network/notifi-graphql'; | ||
}> | Readonly<{ | ||
walletBlockchain: 'ETHEREUM' | 'POLYGON' | 'ARBITRUM' | 'AVALANCHE' | 'BINANCE' | 'INJECTIVE' | 'OSMOSIS' | 'OPTIMISM' | 'ZKSYNC'; | ||
walletBlockchain: 'ETHEREUM' | 'POLYGON' | 'ARBITRUM' | 'AVALANCHE' | 'BINANCE' | 'INJECTIVE' | 'OSMOSIS' | 'NIBIRU' | 'OPTIMISM' | 'ZKSYNC'; | ||
signMessage: Uint8SignMessageFunction; | ||
@@ -252,2 +252,6 @@ }> | Readonly<{ | ||
walletPublicKey: string; | ||
}> | Readonly<{ | ||
walletBlockchain: 'NIBIRU'; | ||
accountAddress: string; | ||
walletPublicKey: string; | ||
}>; | ||
@@ -254,0 +258,0 @@ export declare type WalletWithSignMessage = Readonly<{ |
{ | ||
"name": "@notifi-network/notifi-core", | ||
"version": "0.80.0", | ||
"version": "0.81.0", | ||
"description": "The interfaces for the core functionality provided by the SDK", | ||
@@ -31,3 +31,3 @@ "author": "juni-notifi <hyungjoon.kim@notifi.network>", | ||
"dependencies": { | ||
"@notifi-network/notifi-graphql": "^0.80.0" | ||
"@notifi-network/notifi-graphql": "^0.81.0" | ||
}, | ||
@@ -37,3 +37,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "4202f573bdd07cf07f2c883bd78338f701db2fcb" | ||
"gitHead": "b5ae535f93a8f74d7903b9ecffcc279808b0b43e" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
119601
1419
+ Added@notifi-network/notifi-graphql@0.81.0(transitive)
- Removed@notifi-network/notifi-graphql@0.80.0(transitive)