From 23e0f579ccae187bb70998aa3b86557b924d2642 Mon Sep 17 00:00:00 2001 From: 9inpachi <9inpachi@users.noreply.github.com> Date: Wed, 29 May 2024 12:12:41 +0000 Subject: [PATCH] [Github Actions] Release v1.0.1-0 --- docs/docs/api/api/puffer-client-helpers.md | 8 ++++---- docs/docs/api/api/puffer-client.md | 4 ++-- docs/docs/api/chains/constants.md | 2 +- docs/docs/api/contracts/abis/abis.md | 2 +- .../docs/api/contracts/abis/anvil/PufferVaultV2.md | 2 +- .../api/contracts/abis/holesky/PufferVaultV2.md | 2 +- .../api/contracts/abis/mainnet/PufferVaultV2.md | 2 +- docs/docs/api/contracts/addresses.md | 2 +- .../api/contracts/handlers/puffer-vault-handler.md | 14 +++++++------- docs/docs/api/errors/base-error.md | 4 ++-- docs/docs/api/errors/types.md | 2 +- docs/docs/api/errors/validation-errors.md | 4 ++-- docs/docs/api/utils/types.md | 4 ++-- docs/docs/api/utils/version.md | 2 +- package.json | 2 +- 15 files changed, 28 insertions(+), 28 deletions(-) diff --git a/docs/docs/api/api/puffer-client-helpers.md b/docs/docs/api/api/puffer-client-helpers.md index 124a681..52743f8 100644 --- a/docs/docs/api/api/puffer-client-helpers.md +++ b/docs/docs/api/api/puffer-client-helpers.md @@ -39,7 +39,7 @@ The public client created with viem. ###### Source -[lib/api/puffer-client-helpers.ts:31](https://github.com/PufferFinance/puffer-sdk/blob/90364106d56769b2effa78233dbfe2be2e2a7e88/lib/api/puffer-client-helpers.ts#L31) +[lib/api/puffer-client-helpers.ts:31](https://github.com/PufferFinance/puffer-sdk/blob/5557be5ea2c0089143f3eff2c5867a79ad5c3a08/lib/api/puffer-client-helpers.ts#L31) ##### createWalletClient() @@ -62,7 +62,7 @@ The wallet client created with viem. ###### Source -[lib/api/puffer-client-helpers.ts:45](https://github.com/PufferFinance/puffer-sdk/blob/90364106d56769b2effa78233dbfe2be2e2a7e88/lib/api/puffer-client-helpers.ts#L45) +[lib/api/puffer-client-helpers.ts:45](https://github.com/PufferFinance/puffer-sdk/blob/5557be5ea2c0089143f3eff2c5867a79ad5c3a08/lib/api/puffer-client-helpers.ts#L45) ##### extractTransportConfig() @@ -80,7 +80,7 @@ The wallet client created with viem. ###### Source -[lib/api/puffer-client-helpers.ts:52](https://github.com/PufferFinance/puffer-sdk/blob/90364106d56769b2effa78233dbfe2be2e2a7e88/lib/api/puffer-client-helpers.ts#L52) +[lib/api/puffer-client-helpers.ts:52](https://github.com/PufferFinance/puffer-sdk/blob/5557be5ea2c0089143f3eff2c5867a79ad5c3a08/lib/api/puffer-client-helpers.ts#L52) ## Type Aliases @@ -96,4 +96,4 @@ The wallet client created with viem. #### Source -[lib/api/puffer-client-helpers.ts:13](https://github.com/PufferFinance/puffer-sdk/blob/90364106d56769b2effa78233dbfe2be2e2a7e88/lib/api/puffer-client-helpers.ts#L13) +[lib/api/puffer-client-helpers.ts:13](https://github.com/PufferFinance/puffer-sdk/blob/5557be5ea2c0089143f3eff2c5867a79ad5c3a08/lib/api/puffer-client-helpers.ts#L13) diff --git a/docs/docs/api/api/puffer-client.md b/docs/docs/api/api/puffer-client.md index 97645e0..5bdb0c0 100644 --- a/docs/docs/api/api/puffer-client.md +++ b/docs/docs/api/api/puffer-client.md @@ -28,7 +28,7 @@ Create the Puffer Client. ###### Source -[lib/api/puffer-client.ts:30](https://github.com/PufferFinance/puffer-sdk/blob/90364106d56769b2effa78233dbfe2be2e2a7e88/lib/api/puffer-client.ts#L30) +[lib/api/puffer-client.ts:30](https://github.com/PufferFinance/puffer-sdk/blob/5557be5ea2c0089143f3eff2c5867a79ad5c3a08/lib/api/puffer-client.ts#L30) #### Properties @@ -54,4 +54,4 @@ An array of wallet addresses. ###### Source -[lib/api/puffer-client.ts:62](https://github.com/PufferFinance/puffer-sdk/blob/90364106d56769b2effa78233dbfe2be2e2a7e88/lib/api/puffer-client.ts#L62) +[lib/api/puffer-client.ts:62](https://github.com/PufferFinance/puffer-sdk/blob/5557be5ea2c0089143f3eff2c5867a79ad5c3a08/lib/api/puffer-client.ts#L62) diff --git a/docs/docs/api/chains/constants.md b/docs/docs/api/chains/constants.md index 0c32ea7..9a7afad 100644 --- a/docs/docs/api/chains/constants.md +++ b/docs/docs/api/chains/constants.md @@ -20,4 +20,4 @@ #### Source -[lib/chains/constants.ts:10](https://github.com/PufferFinance/puffer-sdk/blob/90364106d56769b2effa78233dbfe2be2e2a7e88/lib/chains/constants.ts#L10) +[lib/chains/constants.ts:10](https://github.com/PufferFinance/puffer-sdk/blob/5557be5ea2c0089143f3eff2c5867a79ad5c3a08/lib/chains/constants.ts#L10) diff --git a/docs/docs/api/contracts/abis/abis.md b/docs/docs/api/contracts/abis/abis.md index 11942cb..0de2841 100644 --- a/docs/docs/api/contracts/abis/abis.md +++ b/docs/docs/api/contracts/abis/abis.md @@ -34,4 +34,4 @@ #### Source -[lib/contracts/abis/abis.ts:6](https://github.com/PufferFinance/puffer-sdk/blob/90364106d56769b2effa78233dbfe2be2e2a7e88/lib/contracts/abis/abis.ts#L6) +[lib/contracts/abis/abis.ts:6](https://github.com/PufferFinance/puffer-sdk/blob/5557be5ea2c0089143f3eff2c5867a79ad5c3a08/lib/contracts/abis/abis.ts#L6) diff --git a/docs/docs/api/contracts/abis/anvil/PufferVaultV2.md b/docs/docs/api/contracts/abis/anvil/PufferVaultV2.md index 04ca3bb..1a64246 100644 --- a/docs/docs/api/contracts/abis/anvil/PufferVaultV2.md +++ b/docs/docs/api/contracts/abis/anvil/PufferVaultV2.md @@ -8,4 +8,4 @@ #### Source -[lib/contracts/abis/anvil/PufferVaultV2.ts:1](https://github.com/PufferFinance/puffer-sdk/blob/90364106d56769b2effa78233dbfe2be2e2a7e88/lib/contracts/abis/anvil/PufferVaultV2.ts#L1) +[lib/contracts/abis/anvil/PufferVaultV2.ts:1](https://github.com/PufferFinance/puffer-sdk/blob/5557be5ea2c0089143f3eff2c5867a79ad5c3a08/lib/contracts/abis/anvil/PufferVaultV2.ts#L1) diff --git a/docs/docs/api/contracts/abis/holesky/PufferVaultV2.md b/docs/docs/api/contracts/abis/holesky/PufferVaultV2.md index e115797..05aeecc 100644 --- a/docs/docs/api/contracts/abis/holesky/PufferVaultV2.md +++ b/docs/docs/api/contracts/abis/holesky/PufferVaultV2.md @@ -8,4 +8,4 @@ #### Source -[lib/contracts/abis/holesky/PufferVaultV2.ts:1](https://github.com/PufferFinance/puffer-sdk/blob/90364106d56769b2effa78233dbfe2be2e2a7e88/lib/contracts/abis/holesky/PufferVaultV2.ts#L1) +[lib/contracts/abis/holesky/PufferVaultV2.ts:1](https://github.com/PufferFinance/puffer-sdk/blob/5557be5ea2c0089143f3eff2c5867a79ad5c3a08/lib/contracts/abis/holesky/PufferVaultV2.ts#L1) diff --git a/docs/docs/api/contracts/abis/mainnet/PufferVaultV2.md b/docs/docs/api/contracts/abis/mainnet/PufferVaultV2.md index 42c493a..a3581ff 100644 --- a/docs/docs/api/contracts/abis/mainnet/PufferVaultV2.md +++ b/docs/docs/api/contracts/abis/mainnet/PufferVaultV2.md @@ -8,4 +8,4 @@ #### Source -[lib/contracts/abis/mainnet/PufferVaultV2.ts:1](https://github.com/PufferFinance/puffer-sdk/blob/90364106d56769b2effa78233dbfe2be2e2a7e88/lib/contracts/abis/mainnet/PufferVaultV2.ts#L1) +[lib/contracts/abis/mainnet/PufferVaultV2.ts:1](https://github.com/PufferFinance/puffer-sdk/blob/5557be5ea2c0089143f3eff2c5867a79ad5c3a08/lib/contracts/abis/mainnet/PufferVaultV2.ts#L1) diff --git a/docs/docs/api/contracts/addresses.md b/docs/docs/api/contracts/addresses.md index ab95690..62f9d7c 100644 --- a/docs/docs/api/contracts/addresses.md +++ b/docs/docs/api/contracts/addresses.md @@ -34,4 +34,4 @@ #### Source -[lib/contracts/addresses.ts:5](https://github.com/PufferFinance/puffer-sdk/blob/90364106d56769b2effa78233dbfe2be2e2a7e88/lib/contracts/addresses.ts#L5) +[lib/contracts/addresses.ts:5](https://github.com/PufferFinance/puffer-sdk/blob/5557be5ea2c0089143f3eff2c5867a79ad5c3a08/lib/contracts/addresses.ts#L5) diff --git a/docs/docs/api/contracts/handlers/puffer-vault-handler.md b/docs/docs/api/contracts/handlers/puffer-vault-handler.md index 594ad90..770405e 100644 --- a/docs/docs/api/contracts/handlers/puffer-vault-handler.md +++ b/docs/docs/api/contracts/handlers/puffer-vault-handler.md @@ -30,7 +30,7 @@ methods to interact with the contract. ###### Source -[lib/contracts/handlers/puffer-vault-handler.ts:29](https://github.com/PufferFinance/puffer-sdk/blob/90364106d56769b2effa78233dbfe2be2e2a7e88/lib/contracts/handlers/puffer-vault-handler.ts#L29) +[lib/contracts/handlers/puffer-vault-handler.ts:29](https://github.com/PufferFinance/puffer-sdk/blob/5557be5ea2c0089143f3eff2c5867a79ad5c3a08/lib/contracts/handlers/puffer-vault-handler.ts#L29) #### Properties @@ -63,7 +63,7 @@ pufETH balance in wei. ###### Source -[lib/contracts/handlers/puffer-vault-handler.ts:115](https://github.com/PufferFinance/puffer-sdk/blob/90364106d56769b2effa78233dbfe2be2e2a7e88/lib/contracts/handlers/puffer-vault-handler.ts#L115) +[lib/contracts/handlers/puffer-vault-handler.ts:115](https://github.com/PufferFinance/puffer-sdk/blob/5557be5ea2c0089143f3eff2c5867a79ad5c3a08/lib/contracts/handlers/puffer-vault-handler.ts#L115) ##### depositETH() @@ -113,7 +113,7 @@ transaction. ###### Source -[lib/contracts/handlers/puffer-vault-handler.ts:62](https://github.com/PufferFinance/puffer-sdk/blob/90364106d56769b2effa78233dbfe2be2e2a7e88/lib/contracts/handlers/puffer-vault-handler.ts#L62) +[lib/contracts/handlers/puffer-vault-handler.ts:62](https://github.com/PufferFinance/puffer-sdk/blob/5557be5ea2c0089143f3eff2c5867a79ad5c3a08/lib/contracts/handlers/puffer-vault-handler.ts#L62) ##### depositStETH() @@ -158,7 +158,7 @@ transaction. ###### Source -[lib/contracts/handlers/puffer-vault-handler.ts:91](https://github.com/PufferFinance/puffer-sdk/blob/90364106d56769b2effa78233dbfe2be2e2a7e88/lib/contracts/handlers/puffer-vault-handler.ts#L91) +[lib/contracts/handlers/puffer-vault-handler.ts:91](https://github.com/PufferFinance/puffer-sdk/blob/5557be5ea2c0089143f3eff2c5867a79ad5c3a08/lib/contracts/handlers/puffer-vault-handler.ts#L91) ##### getAllowance() @@ -181,7 +181,7 @@ Allowance for the given owner and spender. ###### Source -[lib/contracts/handlers/puffer-vault-handler.ts:136](https://github.com/PufferFinance/puffer-sdk/blob/90364106d56769b2effa78233dbfe2be2e2a7e88/lib/contracts/handlers/puffer-vault-handler.ts#L136) +[lib/contracts/handlers/puffer-vault-handler.ts:136](https://github.com/PufferFinance/puffer-sdk/blob/5557be5ea2c0089143f3eff2c5867a79ad5c3a08/lib/contracts/handlers/puffer-vault-handler.ts#L136) ##### getContract() @@ -193,7 +193,7 @@ Allowance for the given owner and spender. ###### Source -[lib/contracts/handlers/puffer-vault-handler.ts:39](https://github.com/PufferFinance/puffer-sdk/blob/90364106d56769b2effa78233dbfe2be2e2a7e88/lib/contracts/handlers/puffer-vault-handler.ts#L39) +[lib/contracts/handlers/puffer-vault-handler.ts:39](https://github.com/PufferFinance/puffer-sdk/blob/5557be5ea2c0089143f3eff2c5867a79ad5c3a08/lib/contracts/handlers/puffer-vault-handler.ts#L39) ##### getPufETHRate() @@ -209,4 +209,4 @@ Rate of pufETH compared to 1 ETH. ###### Source -[lib/contracts/handlers/puffer-vault-handler.ts:124](https://github.com/PufferFinance/puffer-sdk/blob/90364106d56769b2effa78233dbfe2be2e2a7e88/lib/contracts/handlers/puffer-vault-handler.ts#L124) +[lib/contracts/handlers/puffer-vault-handler.ts:124](https://github.com/PufferFinance/puffer-sdk/blob/5557be5ea2c0089143f3eff2c5867a79ad5c3a08/lib/contracts/handlers/puffer-vault-handler.ts#L124) diff --git a/docs/docs/api/errors/base-error.md b/docs/docs/api/errors/base-error.md index 2102877..ba75906 100644 --- a/docs/docs/api/errors/base-error.md +++ b/docs/docs/api/errors/base-error.md @@ -41,7 +41,7 @@ ###### Source -[lib/errors/base-error.ts:9](https://github.com/PufferFinance/puffer-sdk/blob/90364106d56769b2effa78233dbfe2be2e2a7e88/lib/errors/base-error.ts#L9) +[lib/errors/base-error.ts:9](https://github.com/PufferFinance/puffer-sdk/blob/5557be5ea2c0089143f3eff2c5867a79ad5c3a08/lib/errors/base-error.ts#L9) #### Methods @@ -62,4 +62,4 @@ ###### Source -[lib/errors/base-error.ts:14](https://github.com/PufferFinance/puffer-sdk/blob/90364106d56769b2effa78233dbfe2be2e2a7e88/lib/errors/base-error.ts#L14) +[lib/errors/base-error.ts:14](https://github.com/PufferFinance/puffer-sdk/blob/5557be5ea2c0089143f3eff2c5867a79ad5c3a08/lib/errors/base-error.ts#L14) diff --git a/docs/docs/api/errors/types.md b/docs/docs/api/errors/types.md index 38b0d81..54a07d0 100644 --- a/docs/docs/api/errors/types.md +++ b/docs/docs/api/errors/types.md @@ -18,4 +18,4 @@ #### Source -[lib/errors/types.ts:1](https://github.com/PufferFinance/puffer-sdk/blob/90364106d56769b2effa78233dbfe2be2e2a7e88/lib/errors/types.ts#L1) +[lib/errors/types.ts:1](https://github.com/PufferFinance/puffer-sdk/blob/5557be5ea2c0089143f3eff2c5867a79ad5c3a08/lib/errors/types.ts#L1) diff --git a/docs/docs/api/errors/validation-errors.md b/docs/docs/api/errors/validation-errors.md index 6ad3d52..6e7bcb8 100644 --- a/docs/docs/api/errors/validation-errors.md +++ b/docs/docs/api/errors/validation-errors.md @@ -31,7 +31,7 @@ ###### Source -[lib/errors/base-error.ts:9](https://github.com/PufferFinance/puffer-sdk/blob/90364106d56769b2effa78233dbfe2be2e2a7e88/lib/errors/base-error.ts#L9) +[lib/errors/base-error.ts:9](https://github.com/PufferFinance/puffer-sdk/blob/5557be5ea2c0089143f3eff2c5867a79ad5c3a08/lib/errors/base-error.ts#L9) #### Methods @@ -56,4 +56,4 @@ ###### Source -[lib/errors/base-error.ts:14](https://github.com/PufferFinance/puffer-sdk/blob/90364106d56769b2effa78233dbfe2be2e2a7e88/lib/errors/base-error.ts#L14) +[lib/errors/base-error.ts:14](https://github.com/PufferFinance/puffer-sdk/blob/5557be5ea2c0089143f3eff2c5867a79ad5c3a08/lib/errors/base-error.ts#L14) diff --git a/docs/docs/api/utils/types.md b/docs/docs/api/utils/types.md index 4618d7d..86102c1 100644 --- a/docs/docs/api/utils/types.md +++ b/docs/docs/api/utils/types.md @@ -24,7 +24,7 @@ #### Source -[lib/utils/types.ts:3](https://github.com/PufferFinance/puffer-sdk/blob/90364106d56769b2effa78233dbfe2be2e2a7e88/lib/utils/types.ts#L3) +[lib/utils/types.ts:3](https://github.com/PufferFinance/puffer-sdk/blob/5557be5ea2c0089143f3eff2c5867a79ad5c3a08/lib/utils/types.ts#L3) *** @@ -40,4 +40,4 @@ #### Source -[lib/utils/types.ts:1](https://github.com/PufferFinance/puffer-sdk/blob/90364106d56769b2effa78233dbfe2be2e2a7e88/lib/utils/types.ts#L1) +[lib/utils/types.ts:1](https://github.com/PufferFinance/puffer-sdk/blob/5557be5ea2c0089143f3eff2c5867a79ad5c3a08/lib/utils/types.ts#L1) diff --git a/docs/docs/api/utils/version.md b/docs/docs/api/utils/version.md index d4c7b1f..5f2404b 100644 --- a/docs/docs/api/utils/version.md +++ b/docs/docs/api/utils/version.md @@ -8,4 +8,4 @@ #### Source -[lib/utils/version.ts:3](https://github.com/PufferFinance/puffer-sdk/blob/90364106d56769b2effa78233dbfe2be2e2a7e88/lib/utils/version.ts#L3) +[lib/utils/version.ts:3](https://github.com/PufferFinance/puffer-sdk/blob/5557be5ea2c0089143f3eff2c5867a79ad5c3a08/lib/utils/version.ts#L3) diff --git a/package.json b/package.json index cc2269f..2183aee 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@pufferfinance/puffer-sdk", "description": "SDK for interacting with the puffer smart contracts", - "version": "1.0.0", + "version": "1.0.1-0", "repository": { "type": "git", "url": "https://github.com/PufferFinance/puffer-sdk.git"