diff --git a/deno.json b/deno.json index 13563f3..d284b7d 100644 --- a/deno.json +++ b/deno.json @@ -1,6 +1,6 @@ { "name": "@moonlight/moonlight-sdk", - "version": "0.11.2", + "version": "0.11.3", "description": "A privacy-focused toolkit for the Moonlight protocol on Stellar Soroban smart contracts.", "license": "MIT", "tasks": { diff --git a/src/error/contract-errors.ts b/src/error/contract-errors.ts index 9fb98e4..dac5804 100644 --- a/src/error/contract-errors.ts +++ b/src/error/contract-errors.ts @@ -149,10 +149,6 @@ export const MoonlightContractError: KnownContractErrorMap = { message: "InvalidExternalAmount", details: "A deposit or withdraw amount was not strictly positive.", }, - 3008: { - message: "ReentrantCall", - details: "transact was re-entered while a call was already in progress.", - }, 4000: { message: "NotEd25519AccountAddress", details: