Skip to content

Commit

Permalink
chore(release): 0.3.23-alpha.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mguleryuz committed Feb 27, 2025
1 parent db42cee commit 3f33616
Show file tree
Hide file tree
Showing 3 changed files with 22,791 additions and 8,375 deletions.
2 changes: 1 addition & 1 deletion deployments
Submodule deployments updated 29 files
+58 −31 build/external/ERC20Issuance_Blacklist_v1.json
+4 −0 build/external/ERC20Issuance_Blacklist_v1_config.json
+620 −122 build/external/ERC20Issuance_v1.json
+6 −2 build/external/ERC20Issuance_v1_config.json
+3,913 −0 build/modules/fundingManager/FM_BC_BondingSurface_Redeeming_Restricted_Repayer_Seizable_v1.json
+408 −0 build/modules/fundingManager/FM_BC_BondingSurface_Redeeming_Restricted_Repayer_Seizable_v1_config.json
+2,830 −0 build/modules/fundingManager/FM_BC_BondingSurface_Redeeming_v1.json
+313 −0 build/modules/fundingManager/FM_BC_BondingSurface_Redeeming_v1_config.json
+1 −1 build/modules/fundingManager/FM_PC_ExternalPrice_Redeeming_v1_config.json
+3,929 −0 build/modules/fundingManager/FM_PC_Oracle_Redeeming_v1.json
+412 −0 build/modules/fundingManager/FM_PC_Oracle_Redeeming_v1_config.json
+1,261 −0 build/modules/optionalModule/LM_Oracle_Permissioned_v1.json
+117 −0 build/modules/optionalModule/LM_Oracle_Permissioned_v1_config.json
+2,787 −0 build/modules/optionalModule/LM_PC_Bounties_v2.json
+267 −0 build/modules/optionalModule/LM_PC_Bounties_v2_config.json
+3,611 −0 build/modules/optionalModule/LM_PC_KPIRewarder_v2.json
+420 −0 build/modules/optionalModule/LM_PC_KPIRewarder_v2_config.json
+1,748 −0 build/modules/optionalModule/LM_PC_PaymentRouter_v2.json
+156 −0 build/modules/optionalModule/LM_PC_PaymentRouter_v2_config.json
+2,218 −0 build/modules/optionalModule/LM_PC_RecurringPayments_v2.json
+207 −0 build/modules/optionalModule/LM_PC_RecurringPayments_v2_config.json
+2,197 −0 build/modules/optionalModule/LM_PC_Staking_v2.json
+217 −0 build/modules/optionalModule/LM_PC_Staking_v2_config.json
+75 −57 build/modules/paymentProcessor/PP_Queue_ManualExecution_v1.json
+1,516 −0 build/modules/paymentProcessor/PP_Simple_v2.json
+259 −0 build/modules/paymentProcessor/PP_Simple_v2_config.json
+2,730 −0 build/modules/paymentProcessor/PP_Streaming_v2.json
+267 −0 build/modules/paymentProcessor/PP_Streaming_v2_config.json
+5 −1 deployments/v1.0.0.json
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@inverter-network/abis",
"description": "INVERTER typescript ABIs",
"version": "0.3.22",
"version": "0.3.23-alpha.0",
"type": "module",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
Expand Down
Loading

0 comments on commit 3f33616

Please sign in to comment.