Comparing version 0.6.1-rc.0 to 0.6.1-rc.1
@@ -147,3 +147,3 @@ export type CreateDepositBody = { | ||
name?: string | undefined; | ||
kind: "Binance" | "Kraken" | "CoinbaseApp" | "CoinbasePrime"; | ||
kind: "Binance" | "Kraken" | "CoinbaseApp"; | ||
readConfiguration: { | ||
@@ -165,3 +165,3 @@ publicApiKey: string; | ||
name?: string | undefined; | ||
kind: "Binance" | "Kraken" | "CoinbaseApp" | "CoinbasePrime"; | ||
kind: "Binance" | "Kraken" | "CoinbaseApp"; | ||
dateCreated: string; | ||
@@ -329,3 +329,3 @@ }; | ||
name?: string | undefined; | ||
kind: "Binance" | "Kraken" | "CoinbaseApp" | "CoinbasePrime"; | ||
kind: "Binance" | "Kraken" | "CoinbaseApp"; | ||
dateCreated: string; | ||
@@ -379,2 +379,5 @@ }; | ||
} | { | ||
kind: "Aip21"; | ||
metadata: string; | ||
} | { | ||
kind: "Asa"; | ||
@@ -399,3 +402,3 @@ assetId: string; | ||
}) & { | ||
network: "Algorand" | "AlgorandTestnet" | "ArbitrumOne" | "ArbitrumSepolia" | "AvalancheC" | "AvalancheCFuji" | "Base" | "BaseSepolia" | "Bitcoin" | "BitcoinSignet" | "BitcoinTestnet3" | "Bsc" | "BscTestnet" | "Celo" | "CeloAlfajores" | "Ethereum" | "EthereumGoerli" | "EthereumSepolia" | "EthereumHolesky" | "FantomOpera" | "FantomTestnet" | "InternetComputer" | "Ion" | "IonTestnet" | "Iota" | "IotaTestnet" | "Kaspa" | "KaspaTestnet11" | "Litecoin" | "LitecoinTestnet" | "Optimism" | "OptimismSepolia" | "Origyn" | "Polygon" | "PolygonAmoy" | "PolygonMumbai" | "Race" | "RaceSepolia" | "SeiAtlantic2" | "SeiPacific1" | "Solana" | "SolanaDevnet" | "Stellar" | "StellarTestnet" | "Ton" | "TonTestnet" | "Tron" | "TronNile" | "ArbitrumGoerli" | "BaseGoerli" | "Cardano" | "CardanoPreprod" | "Kusama" | "OptimismGoerli" | "Polkadot" | "Tezos" | "TezosGhostnet" | "Westend" | "XrpLedger" | "XrpLedgerTestnet" | "KeyEdDSA" | "KeyECDSA" | "KeyECDSAStark"; | ||
network: "Algorand" | "AlgorandTestnet" | "Aptos" | "AptosTestnet" | "ArbitrumOne" | "ArbitrumSepolia" | "AvalancheC" | "AvalancheCFuji" | "Base" | "BaseSepolia" | "Bitcoin" | "BitcoinSignet" | "BitcoinTestnet3" | "Bsc" | "BscTestnet" | "Celo" | "CeloAlfajores" | "Ethereum" | "EthereumGoerli" | "EthereumSepolia" | "EthereumHolesky" | "FantomOpera" | "FantomTestnet" | "InternetComputer" | "Ion" | "IonTestnet" | "Iota" | "IotaTestnet" | "Kaspa" | "KaspaTestnet11" | "Litecoin" | "LitecoinTestnet" | "Optimism" | "OptimismSepolia" | "Origyn" | "Polygon" | "PolygonAmoy" | "PolygonMumbai" | "Race" | "RaceSepolia" | "SeiAtlantic2" | "SeiPacific1" | "Solana" | "SolanaDevnet" | "Stellar" | "StellarTestnet" | "Ton" | "TonTestnet" | "Tron" | "TronNile" | "ArbitrumGoerli" | "BaseGoerli" | "Cardano" | "CardanoPreprod" | "Kusama" | "OptimismGoerli" | "Polkadot" | "Tezos" | "TezosGhostnet" | "Westend" | "XrpLedger" | "XrpLedgerTestnet" | "KeyEdDSA" | "KeyECDSA" | "KeyECDSAStark"; | ||
decimals: number; | ||
@@ -412,3 +415,3 @@ })[]; | ||
name?: string | undefined; | ||
kind: "Binance" | "Kraken" | "CoinbaseApp" | "CoinbasePrime"; | ||
kind: "Binance" | "Kraken" | "CoinbaseApp"; | ||
dateCreated: string; | ||
@@ -415,0 +418,0 @@ }[]; |
{ | ||
"name": "@dfns/sdk", | ||
"version": "0.6.1-rc.0", | ||
"version": "0.6.1-rc.1", | ||
"dependencies": { | ||
@@ -5,0 +5,0 @@ "buffer": "6.0.3", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
618808
15391