@argent/x-shared 1.37.0 → 1.38.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/.eslintrc.d.cts +45 -0
- package/dist/_virtual/_commonjsHelpers.cjs +1 -0
- package/dist/_virtual/_commonjsHelpers.js +6 -0
- package/dist/_virtual/semver.cjs +1 -0
- package/dist/_virtual/semver.js +4 -0
- package/dist/commitlint.config.d.cts +2 -0
- package/dist/index.cjs +1 -0
- package/dist/index.d.ts +2 -19
- package/dist/index.js +424 -4
- package/dist/node_modules/.pnpm/@noble_curves@1.0.0/node_modules/@noble/curves/esm/_shortw_utils.cjs +1 -0
- package/dist/node_modules/.pnpm/@noble_curves@1.0.0/node_modules/@noble/curves/esm/_shortw_utils.js +14 -0
- package/dist/node_modules/.pnpm/@noble_curves@1.0.0/node_modules/@noble/curves/esm/abstract/curve.cjs +1 -0
- package/dist/node_modules/.pnpm/@noble_curves@1.0.0/node_modules/@noble/curves/esm/abstract/curve.js +88 -0
- package/dist/node_modules/.pnpm/@noble_curves@1.0.0/node_modules/@noble/curves/esm/abstract/modular.cjs +1 -0
- package/dist/node_modules/.pnpm/@noble_curves@1.0.0/node_modules/@noble/curves/esm/abstract/modular.js +203 -0
- package/dist/node_modules/.pnpm/@noble_curves@1.0.0/node_modules/@noble/curves/esm/abstract/poseidon.cjs +1 -0
- package/dist/node_modules/.pnpm/@noble_curves@1.0.0/node_modules/@noble/curves/esm/abstract/poseidon.js +68 -0
- package/dist/node_modules/.pnpm/@noble_curves@1.0.0/node_modules/@noble/curves/esm/abstract/utils.cjs +1 -0
- package/dist/node_modules/.pnpm/@noble_curves@1.0.0/node_modules/@noble/curves/esm/abstract/utils.js +166 -0
- package/dist/node_modules/.pnpm/@noble_curves@1.0.0/node_modules/@noble/curves/esm/abstract/weierstrass.cjs +1 -0
- package/dist/node_modules/.pnpm/@noble_curves@1.0.0/node_modules/@noble/curves/esm/abstract/weierstrass.js +581 -0
- package/dist/node_modules/.pnpm/@noble_hashes@1.3.0/node_modules/@noble/hashes/esm/_assert.cjs +1 -0
- package/dist/node_modules/.pnpm/@noble_hashes@1.3.0/node_modules/@noble/hashes/esm/_assert.js +48 -0
- package/dist/node_modules/.pnpm/@noble_hashes@1.3.0/node_modules/@noble/hashes/esm/crypto.cjs +1 -0
- package/dist/node_modules/.pnpm/@noble_hashes@1.3.0/node_modules/@noble/hashes/esm/crypto.js +4 -0
- package/dist/node_modules/.pnpm/@noble_hashes@1.3.0/node_modules/@noble/hashes/esm/hmac.cjs +1 -0
- package/dist/node_modules/.pnpm/@noble_hashes@1.3.0/node_modules/@noble/hashes/esm/hmac.js +42 -0
- package/dist/node_modules/.pnpm/@noble_hashes@1.3.0/node_modules/@noble/hashes/esm/utils.cjs +1 -0
- package/dist/node_modules/.pnpm/@noble_hashes@1.3.0/node_modules/@noble/hashes/esm/utils.js +47 -0
- package/dist/node_modules/.pnpm/@noble_hashes@1.3.3/node_modules/@noble/hashes/esm/_assert.cjs +1 -0
- package/dist/node_modules/.pnpm/@noble_hashes@1.3.3/node_modules/@noble/hashes/esm/_assert.js +31 -0
- package/dist/node_modules/.pnpm/@noble_hashes@1.3.3/node_modules/@noble/hashes/esm/_sha2.cjs +1 -0
- package/dist/node_modules/.pnpm/@noble_hashes@1.3.3/node_modules/@noble/hashes/esm/_sha2.js +61 -0
- package/dist/node_modules/.pnpm/@noble_hashes@1.3.3/node_modules/@noble/hashes/esm/_u64.cjs +1 -0
- package/dist/node_modules/.pnpm/@noble_hashes@1.3.3/node_modules/@noble/hashes/esm/_u64.js +21 -0
- package/dist/node_modules/.pnpm/@noble_hashes@1.3.3/node_modules/@noble/hashes/esm/sha256.cjs +1 -0
- package/dist/node_modules/.pnpm/@noble_hashes@1.3.3/node_modules/@noble/hashes/esm/sha256.js +114 -0
- package/dist/node_modules/.pnpm/@noble_hashes@1.3.3/node_modules/@noble/hashes/esm/sha3.cjs +1 -0
- package/dist/node_modules/.pnpm/@noble_hashes@1.3.3/node_modules/@noble/hashes/esm/sha3.js +107 -0
- package/dist/node_modules/.pnpm/@noble_hashes@1.3.3/node_modules/@noble/hashes/esm/utils.cjs +1 -0
- package/dist/node_modules/.pnpm/@noble_hashes@1.3.3/node_modules/@noble/hashes/esm/utils.js +38 -0
- package/dist/node_modules/.pnpm/@noble_hashes@1.5.0/node_modules/@noble/hashes/esm/_assert.cjs +1 -0
- package/dist/node_modules/.pnpm/@noble_hashes@1.5.0/node_modules/@noble/hashes/esm/_assert.js +32 -0
- package/dist/node_modules/.pnpm/@noble_hashes@1.5.0/node_modules/@noble/hashes/esm/_u64.cjs +1 -0
- package/dist/node_modules/.pnpm/@noble_hashes@1.5.0/node_modules/@noble/hashes/esm/_u64.js +21 -0
- package/dist/node_modules/.pnpm/@noble_hashes@1.5.0/node_modules/@noble/hashes/esm/sha3.cjs +1 -0
- package/dist/node_modules/.pnpm/@noble_hashes@1.5.0/node_modules/@noble/hashes/esm/sha3.js +107 -0
- package/dist/node_modules/.pnpm/@noble_hashes@1.5.0/node_modules/@noble/hashes/esm/utils.cjs +1 -0
- package/dist/node_modules/.pnpm/@noble_hashes@1.5.0/node_modules/@noble/hashes/esm/utils.js +44 -0
- package/dist/node_modules/.pnpm/bignumber.js@9.1.2/node_modules/bignumber.js/bignumber.cjs +1 -0
- package/dist/node_modules/.pnpm/bignumber.js@9.1.2/node_modules/bignumber.js/bignumber.js +622 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Hash.cjs +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Hash.js +20 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_ListCache.cjs +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_ListCache.js +20 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Map.cjs +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Map.js +6 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_MapCache.cjs +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_MapCache.js +20 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Set.cjs +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Set.js +6 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_SetCache.cjs +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_SetCache.js +13 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Symbol.cjs +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Symbol.js +5 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayIncludes.cjs +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayIncludes.js +8 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayIncludesWith.cjs +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayIncludesWith.js +9 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_assocIndexOf.cjs +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_assocIndexOf.js +10 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseFindIndex.cjs +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseFindIndex.js +9 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseGetTag.cjs +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseGetTag.js +10 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIndexOf.cjs +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIndexOf.js +9 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsNaN.cjs +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsNaN.js +6 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsNative.cjs +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsNative.js +16 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseUniq.cjs +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseUniq.js +33 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cacheHas.cjs +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cacheHas.js +6 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_coreJsData.cjs +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_coreJsData.js +5 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_createSet.cjs +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_createSet.js +9 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_freeGlobal.cjs +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_freeGlobal.js +4 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getMapData.cjs +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getMapData.js +8 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getNative.cjs +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getNative.js +9 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getRawTag.cjs +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getRawTag.js +15 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getValue.cjs +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getValue.js +6 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashClear.cjs +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashClear.js +7 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashDelete.cjs +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashDelete.js +7 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashGet.cjs +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashGet.js +13 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashHas.cjs +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashHas.js +9 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashSet.cjs +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashSet.js +9 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isKeyable.cjs +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isKeyable.js +7 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isMasked.cjs +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isMasked.js +11 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheClear.cjs +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheClear.js +6 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheDelete.cjs +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheDelete.js +12 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheGet.cjs +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheGet.js +8 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheHas.cjs +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheHas.js +7 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheSet.cjs +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheSet.js +8 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheClear.cjs +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheClear.js +13 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheDelete.cjs +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheDelete.js +8 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheGet.cjs +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheGet.js +7 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheHas.cjs +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheHas.js +7 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheSet.cjs +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheSet.js +8 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_nativeCreate.cjs +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_nativeCreate.js +5 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_objectToString.cjs +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_objectToString.js +7 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_root.cjs +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_root.js +5 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_setCacheAdd.cjs +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_setCacheAdd.js +7 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_setCacheHas.cjs +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_setCacheHas.js +6 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_setToArray.cjs +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_setToArray.js +9 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_strictIndexOf.cjs +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_strictIndexOf.js +9 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_toSource.cjs +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_toSource.js +17 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/eq.cjs +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/eq.js +6 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isFunction.cjs +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isFunction.js +12 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isObject.cjs +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isObject.js +7 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/noop.cjs +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/noop.js +5 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/uniqWith.cjs +1 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/uniqWith.js +7 -0
- package/dist/node_modules/.pnpm/micro-starknet@0.2.3/node_modules/micro-starknet/lib/esm/index.cjs +1 -0
- package/dist/node_modules/.pnpm/micro-starknet@0.2.3/node_modules/micro-starknet/lib/esm/index.js +134 -0
- package/dist/node_modules/.pnpm/semver@6.3.1/node_modules/semver/semver.cjs +1 -0
- package/dist/node_modules/.pnpm/semver@6.3.1/node_modules/semver/semver.js +629 -0
- package/dist/simulation.cjs +1 -0
- package/dist/simulation.d.ts +1 -1
- package/dist/simulation.js +69 -1
- package/dist/src/account/account.model.cjs +1 -0
- package/dist/src/account/account.model.js +45 -0
- package/dist/src/account/accountv4.cjs +1 -0
- package/dist/src/account/accountv4.js +14 -0
- package/dist/src/account/preferences.model.cjs +1 -0
- package/dist/src/account/preferences.model.js +11 -0
- package/dist/src/assets/tokens.json.cjs +1 -0
- package/dist/src/assets/tokens.json.js +181 -0
- package/dist/src/backend/schema.cjs +1 -0
- package/dist/src/backend/schema.js +14 -0
- package/dist/src/bigdecimal/constants.cjs +1 -0
- package/dist/src/bigdecimal/constants.js +4 -0
- package/dist/src/bigdecimal/createUnitsSchema.cjs +1 -0
- package/dist/src/bigdecimal/createUnitsSchema.js +8 -0
- package/dist/src/bigdecimal/formatUnits.cjs +1 -0
- package/dist/src/bigdecimal/formatUnits.js +11 -0
- package/dist/src/bigdecimal/index.cjs +1 -0
- package/dist/src/bigdecimal/index.js +33 -0
- package/dist/src/bigdecimal/lib.cjs +1 -0
- package/dist/src/bigdecimal/lib.js +53 -0
- package/dist/src/bigdecimal/parseUnits.cjs +1 -0
- package/dist/src/bigdecimal/parseUnits.js +11 -0
- package/dist/src/bigdecimal/utils.cjs +1 -0
- package/dist/src/bigdecimal/utils.js +37 -0
- package/dist/src/cache/CacheService.cjs +1 -0
- package/dist/src/cache/CacheService.js +37 -0
- package/dist/src/chains/starknet/address.cjs +1 -0
- package/dist/src/chains/starknet/address.js +64 -0
- package/dist/src/chains/starknet/addressDomain.cjs +1 -0
- package/dist/src/chains/starknet/addressDomain.js +29 -0
- package/dist/src/chains/starknet/addressInput.cjs +1 -0
- package/dist/src/chains/starknet/addressInput.js +7 -0
- package/dist/src/chains/starknet/argentName.cjs +1 -0
- package/dist/src/chains/starknet/argentName.js +14 -0
- package/dist/src/chains/starknet/cairoVersionSchema.cjs +1 -0
- package/dist/src/chains/starknet/cairoVersionSchema.js +5 -0
- package/dist/src/chains/starknet/constants.cjs +1 -0
- package/dist/src/chains/starknet/constants.js +10 -0
- package/dist/src/chains/starknet/getAddressFromArgentName.cjs +1 -0
- package/dist/src/chains/starknet/getAddressFromArgentName.js +48 -0
- package/dist/src/chains/starknet/getAddressFromStarkName.cjs +1 -0
- package/dist/src/chains/starknet/getAddressFromStarkName.js +70 -0
- package/dist/src/chains/starknet/network.cjs +1 -0
- package/dist/src/chains/starknet/network.js +20 -0
- package/dist/src/chains/starknet/services/address/StarknetAddressService.cjs +1 -0
- package/dist/src/chains/starknet/services/address/StarknetAddressService.js +38 -0
- package/dist/src/chains/starknet/services/deploymentData/constants.cjs +1 -0
- package/dist/src/chains/starknet/services/deploymentData/constants.js +22 -0
- package/dist/src/chains/starknet/services/deploymentData/deploymentData.schema.cjs +1 -0
- package/dist/src/chains/starknet/services/deploymentData/deploymentData.schema.js +19 -0
- package/dist/src/chains/starknet/services/deploymentData/findImplementationForAccount.cjs +1 -0
- package/dist/src/chains/starknet/services/deploymentData/findImplementationForAccount.js +69 -0
- package/dist/src/chains/starknet/services/deploymentData/getAccountClassHash.cjs +1 -0
- package/dist/src/chains/starknet/services/deploymentData/getAccountClassHash.js +59 -0
- package/dist/src/chains/starknet/starknetId.cjs +1 -0
- package/dist/src/chains/starknet/starknetId.js +14 -0
- package/dist/src/errors/account.cjs +1 -0
- package/dist/src/errors/account.js +14 -0
- package/dist/src/errors/address.cjs +1 -0
- package/dist/src/errors/address.js +14 -0
- package/dist/src/errors/baseErrors.cjs +1 -0
- package/dist/src/errors/baseErrors.js +15 -0
- package/dist/src/errors/call.cjs +1 -0
- package/dist/src/errors/call.js +14 -0
- package/dist/src/errors/network.cjs +1 -0
- package/dist/src/errors/network.js +14 -0
- package/dist/src/errors/review.cjs +1 -0
- package/dist/src/errors/review.js +14 -0
- package/dist/src/errors/swap.cjs +1 -0
- package/dist/src/errors/swap.js +14 -0
- package/dist/src/features/simulation/activity/normalize.cjs +1 -0
- package/dist/src/features/simulation/activity/normalize.js +40 -0
- package/dist/src/features/simulation/activity/schema.cjs +1 -0
- package/dist/src/features/simulation/activity/schema.js +236 -0
- package/dist/src/features/simulation/activity/utils/createNativeActivity.cjs +1 -0
- package/dist/src/features/simulation/activity/utils/createNativeActivity.js +31 -0
- package/dist/src/features/simulation/activity/utils/getAnyActivityTitle.cjs +1 -0
- package/dist/src/features/simulation/activity/utils/getAnyActivityTitle.js +24 -0
- package/dist/src/features/simulation/activity/utils/getOverallLastModified.cjs +1 -0
- package/dist/src/features/simulation/activity/utils/getOverallLastModified.js +6 -0
- package/dist/src/features/simulation/activity/utils/hasDelegationActivity.cjs +1 -0
- package/dist/src/features/simulation/activity/utils/hasDelegationActivity.js +10 -0
- package/dist/src/features/simulation/activity/utils/isMulticallWithDeploymentActivity.cjs +1 -0
- package/dist/src/features/simulation/activity/utils/isMulticallWithDeploymentActivity.js +11 -0
- package/dist/src/features/simulation/activity/utils/isRejectOnChainActivity.cjs +1 -0
- package/dist/src/features/simulation/activity/utils/isRejectOnChainActivity.js +26 -0
- package/dist/src/features/simulation/activity/utils/isUpgradeActivity.cjs +1 -0
- package/dist/src/features/simulation/activity/utils/isUpgradeActivity.js +22 -0
- package/dist/src/features/simulation/activity/utils/parseAccountActivities.cjs +1 -0
- package/dist/src/features/simulation/activity/utils/parseAccountActivities.js +13 -0
- package/dist/src/features/simulation/activity/utils/parseFinanceActivities.cjs +1 -0
- package/dist/src/features/simulation/activity/utils/parseFinanceActivities.js +33 -0
- package/dist/src/features/simulation/fees/schema.cjs +1 -0
- package/dist/src/features/simulation/fees/schema.js +20 -0
- package/dist/src/features/simulation/transactionReview/getErrorMessageAndLabelFromSimulation.cjs +1 -0
- package/dist/src/features/simulation/transactionReview/getErrorMessageAndLabelFromSimulation.js +18 -0
- package/dist/src/features/simulation/transactionReview/getMessageFromSimulationError.cjs +1 -0
- package/dist/src/features/simulation/transactionReview/getMessageFromSimulationError.js +6 -0
- package/dist/src/features/simulation/transactionReview/schema.cjs +1 -0
- package/dist/src/features/simulation/transactionReview/schema.js +215 -0
- package/dist/src/features/simulation/warning/helper.cjs +1 -0
- package/dist/src/features/simulation/warning/helper.js +12 -0
- package/dist/src/features/simulation/warning/schema.cjs +1 -0
- package/dist/src/features/simulation/warning/schema.js +11 -0
- package/dist/src/features/swap/models/order.model.cjs +1 -0
- package/dist/src/features/swap/models/order.model.js +20 -0
- package/dist/src/features/swap/models/quote.model.cjs +1 -0
- package/dist/src/features/swap/models/quote.model.js +36 -0
- package/dist/src/features/swap/models/trade.model.cjs +1 -0
- package/dist/src/features/swap/models/trade.model.js +28 -0
- package/dist/src/features/swap/services/implementation.cjs +1 -0
- package/dist/src/features/swap/services/implementation.js +76 -0
- package/dist/src/features/swap/utils/slippage.cjs +1 -0
- package/dist/src/features/swap/utils/slippage.js +28 -0
- package/dist/src/features/swap/utils/totalFee.cjs +1 -0
- package/dist/src/features/swap/utils/totalFee.js +13 -0
- package/dist/src/http/DateService.cjs +1 -0
- package/dist/src/http/DateService.js +17 -0
- package/dist/src/http/HttpError.cjs +1 -0
- package/dist/src/http/HttpError.js +8 -0
- package/dist/src/http/HttpService.cjs +1 -0
- package/dist/src/http/HttpService.js +90 -0
- package/dist/src/http/IHttpService.cjs +1 -0
- package/dist/src/http/IHttpService.js +7 -0
- package/dist/src/http/SWRService.cjs +1 -0
- package/dist/src/http/SWRService.js +60 -0
- package/dist/src/http/fetcher.cjs +1 -0
- package/dist/src/http/fetcher.js +36 -0
- package/dist/{http → src/http}/index.d.ts +0 -1
- package/dist/src/http/time.cjs +1 -0
- package/dist/src/http/time.js +19 -0
- package/dist/src/index.d.ts +17 -0
- package/dist/src/knownDapps/KnownDappsBackendService.cjs +1 -0
- package/dist/src/knownDapps/KnownDappsBackendService.js +16 -0
- package/dist/src/knownDapps/schema.cjs +1 -0
- package/dist/src/knownDapps/schema.js +44 -0
- package/dist/src/knownDapps/utils/getDapplandUrl.cjs +1 -0
- package/dist/src/knownDapps/utils/getDapplandUrl.js +12 -0
- package/dist/src/nameResolution/ResolveNameService.cjs +1 -0
- package/dist/src/nameResolution/ResolveNameService.js +42 -0
- package/dist/src/nameResolution/schema.cjs +1 -0
- package/dist/src/nameResolution/schema.js +25 -0
- package/dist/src/nfts/BackendNftService.cjs +1 -0
- package/dist/src/nfts/BackendNftService.js +119 -0
- package/dist/src/nfts/BackendPaginationError.cjs +1 -0
- package/dist/src/nfts/BackendPaginationError.js +13 -0
- package/dist/{nfts → src/nfts}/index.d.ts +0 -1
- package/dist/src/nfts/utils.cjs +1 -0
- package/dist/src/nfts/utils.js +14 -0
- package/dist/src/onchainRecovery/OnchainRecoveryService.cjs +1 -0
- package/dist/src/onchainRecovery/OnchainRecoveryService.js +69 -0
- package/dist/src/onchainRecovery/schema.cjs +1 -0
- package/dist/src/onchainRecovery/schema.js +49 -0
- package/dist/src/platform/isBraveBrowser.cjs +1 -0
- package/dist/src/platform/isBraveBrowser.js +11 -0
- package/dist/src/platform/isBrowser.cjs +1 -0
- package/dist/src/platform/isBrowser.js +28 -0
- package/dist/src/signer/multisigner.cjs +1 -0
- package/dist/src/signer/multisigner.js +19 -0
- package/dist/src/signer/seedphrase.cjs +1 -0
- package/dist/src/signer/seedphrase.js +7 -0
- package/dist/src/tokens/balances.cjs +1 -0
- package/dist/src/tokens/balances.js +38 -0
- package/dist/src/tokens/constants.cjs +1 -0
- package/dist/src/tokens/constants.js +4 -0
- package/dist/src/tokens/convertTokenAmountToCurrencyValue.cjs +1 -0
- package/dist/src/tokens/convertTokenAmountToCurrencyValue.js +16 -0
- package/dist/src/tokens/convertTokenUnitAmountWithDecimals.cjs +1 -0
- package/dist/src/tokens/convertTokenUnitAmountWithDecimals.js +11 -0
- package/dist/src/tokens/ensureDecimals.cjs +1 -0
- package/dist/src/tokens/ensureDecimals.js +5 -0
- package/dist/src/tokens/getCurrencySymbol.cjs +1 -0
- package/dist/src/tokens/getCurrencySymbol.js +15 -0
- package/dist/src/tokens/isUnlimitedAmount.cjs +1 -0
- package/dist/src/tokens/isUnlimitedAmount.js +5 -0
- package/dist/src/tokens/prettifyCurrencyValue.cjs +1 -0
- package/dist/src/tokens/prettifyCurrencyValue.js +11 -0
- package/dist/src/tokens/prettifyTokenAmount.cjs +1 -0
- package/dist/src/tokens/prettifyTokenAmount.js +23 -0
- package/dist/src/tokens/service/implementation.cjs +1 -0
- package/dist/{tokens → src/tokens}/service/implementation.d.ts +21 -2
- package/dist/src/tokens/service/implementation.js +64 -0
- package/dist/src/tokens/service/tokenError.cjs +1 -0
- package/dist/src/tokens/service/tokenError.js +14 -0
- package/dist/src/tokens/service/types/backend.model.cjs +1 -0
- package/dist/{tokens → src/tokens}/service/types/backend.model.d.ts +818 -73
- package/dist/src/tokens/service/types/backend.model.js +134 -0
- package/dist/src/tokens/service/types/defiPosition.model.cjs +1 -0
- package/dist/{tokens → src/tokens}/service/types/defiPosition.model.d.ts +1024 -64
- package/dist/src/tokens/service/types/defiPosition.model.js +75 -0
- package/dist/src/tokens/service/types/defiPositionType.model.cjs +1 -0
- package/dist/{tokens → src/tokens}/service/types/defiPositionType.model.d.ts +1 -1
- package/dist/src/tokens/service/types/defiPositionType.model.js +10 -0
- package/dist/src/tokens/service/types/unclaimedRewards.model.cjs +1 -0
- package/dist/src/tokens/service/types/unclaimedRewards.model.js +16 -0
- package/dist/src/tokens/service/types/webToken.model.cjs +1 -0
- package/dist/src/tokens/service/types/webToken.model.js +45 -0
- package/dist/src/transactions/amount.cjs +1 -0
- package/dist/src/transactions/amount.js +24 -0
- package/dist/src/transactions/buildTransactions.cjs +1 -0
- package/dist/src/transactions/buildTransactions.js +34 -0
- package/dist/src/transactions/errors.cjs +1 -0
- package/dist/src/transactions/errors.js +19 -0
- package/dist/src/transactions/estimate/argentMaxFee.cjs +1 -0
- package/dist/src/transactions/estimate/argentMaxFee.js +13 -0
- package/dist/src/transactions/estimate/error.cjs +1 -0
- package/dist/src/transactions/estimate/error.js +14 -0
- package/dist/src/transactions/estimate/model.cjs +1 -0
- package/dist/src/transactions/estimate/model.js +14 -0
- package/dist/src/transactions/estimate/utils.cjs +1 -0
- package/dist/src/transactions/estimate/utils.js +232 -0
- package/dist/src/transactions/findTransfersAndApprovals.cjs +1 -0
- package/dist/src/transactions/findTransfersAndApprovals.js +31 -0
- package/dist/src/transactions/getPrettyRcpError.cjs +1 -0
- package/dist/src/transactions/getPrettyRcpError.js +11 -0
- package/dist/src/transactions/getTransactionVersion.cjs +1 -0
- package/dist/src/transactions/getTransactionVersion.js +18 -0
- package/dist/{transactions → src/transactions}/index.d.ts +0 -6
- package/dist/src/transactions/service/implementation.cjs +1 -0
- package/dist/src/transactions/service/implementation.js +182 -0
- package/dist/src/transactions/service/types.cjs +1 -0
- package/dist/src/transactions/service/types.js +10 -0
- package/dist/src/transactions/transactionReviewTypes.cjs +1 -0
- package/dist/src/transactions/transactionReviewTypes.js +10 -0
- package/dist/src/transactions/transactionVersion.cjs +1 -0
- package/dist/src/transactions/transactionVersion.js +14 -0
- package/dist/src/transactions/txv3.cjs +1 -0
- package/dist/src/transactions/txv3.js +14 -0
- package/dist/src/utils/address.cjs +1 -0
- package/dist/src/utils/address.js +4 -0
- package/dist/src/utils/arrays.cjs +1 -0
- package/dist/src/utils/arrays.js +4 -0
- package/dist/src/utils/avatarImage.cjs +4 -0
- package/dist/src/utils/avatarImage.js +42 -0
- package/dist/src/utils/base58.cjs +1 -0
- package/dist/src/utils/base58.js +15 -0
- package/dist/src/utils/bigNumber.cjs +1 -0
- package/dist/src/utils/bigNumber.js +7 -0
- package/dist/src/utils/bips.cjs +1 -0
- package/dist/src/utils/bips.js +11 -0
- package/dist/src/utils/daysBetween.cjs +1 -0
- package/dist/src/utils/daysBetween.js +7 -0
- package/dist/src/utils/env.cjs +1 -0
- package/dist/src/utils/env.js +4 -0
- package/dist/src/utils/hex.cjs +1 -0
- package/dist/src/utils/hex.js +9 -0
- package/dist/src/utils/id.cjs +1 -0
- package/dist/src/utils/id.js +8 -0
- package/dist/{utils → src/utils}/index.d.ts +0 -1
- package/dist/src/utils/initials.cjs +1 -0
- package/dist/src/utils/initials.js +16 -0
- package/dist/src/utils/isContractDeployed.cjs +1 -0
- package/dist/src/utils/isContractDeployed.js +10 -0
- package/dist/src/utils/nonNullable.cjs +1 -0
- package/dist/src/utils/nonNullable.js +7 -0
- package/dist/src/utils/number/isAllowedAddressHexInputValue.cjs +1 -0
- package/dist/src/utils/number/isAllowedAddressHexInputValue.js +7 -0
- package/dist/src/utils/number/isAllowedNumericInputValue.cjs +1 -0
- package/dist/src/utils/number/isAllowedNumericInputValue.js +8 -0
- package/dist/src/utils/number/isNumeric.cjs +1 -0
- package/dist/src/utils/number/isNumeric.js +4 -0
- package/dist/src/utils/number/prettifyNumber.cjs +1 -0
- package/dist/src/utils/number/prettifyNumber.js +47 -0
- package/dist/src/utils/parseAmount.cjs +1 -0
- package/dist/src/utils/parseAmount.js +14 -0
- package/dist/src/utils/pluralise.cjs +1 -0
- package/dist/src/utils/pluralise.js +4 -0
- package/dist/src/utils/readFileAsString.cjs +1 -0
- package/dist/src/utils/readFileAsString.js +10 -0
- package/dist/src/utils/schemas.cjs +1 -0
- package/dist/src/utils/schemas.js +29 -0
- package/dist/src/utils/starknet/starknet.cjs +1 -0
- package/dist/src/utils/starknet/starknet.js +57 -0
- package/dist/src/utils/starknet/starknetLibTypes.cjs +1 -0
- package/dist/src/utils/starknet/starknetLibTypes.js +7 -0
- package/dist/src/utils/starknet/starknetSchemas.cjs +1 -0
- package/dist/src/utils/starknet/starknetSchemas.js +102 -0
- package/dist/src/utils/transactions.cjs +1 -0
- package/dist/src/utils/transactions.js +11 -0
- package/dist/src/utils/url/urlWithQuery.cjs +1 -0
- package/dist/src/utils/url/urlWithQuery.js +9 -0
- package/dist/src/utils/voidify.cjs +1 -0
- package/dist/src/utils/voidify.js +8 -0
- package/dist/swap.cjs +1 -0
- package/dist/swap.d.ts +1 -1
- package/dist/swap.js +20 -1
- package/package.json +14 -28
- package/dist/bips-DKbEGvGl.mjs +0 -114
- package/dist/bips-DxN0hSiY.js +0 -1
- package/dist/hooks/index.d.ts +0 -2
- package/dist/hooks/useDebounce.d.ts +0 -1
- package/dist/hooks/useDebouncedValue.d.ts +0 -1
- package/dist/http/swr.d.ts +0 -21
- package/dist/index.mjs +0 -4466
- package/dist/nfts/useNfts.d.ts +0 -23
- package/dist/providers/WebAmplitude/WebAmplitudeProvider.d.ts +0 -7
- package/dist/providers/WebAmplitude/index.d.ts +0 -2
- package/dist/providers/WebAmplitude/service.d.ts +0 -7
- package/dist/providers/WebAmplitude/types.d.ts +0 -6
- package/dist/providers/WebAmplitude/utils.d.ts +0 -2
- package/dist/providers/index.d.ts +0 -1
- package/dist/simulation.mjs +0 -255
- package/dist/swap.mjs +0 -183
- package/dist/transactionVersion-C7p_qk9x.js +0 -1
- package/dist/transactionVersion-Cjoucwcx.mjs +0 -793
- package/dist/transactions/useBalanceChange.d.ts +0 -5
- package/dist/transactions/useErc20Transactions.d.ts +0 -6
- package/dist/transactions/useErc721Transactions.d.ts +0 -5
- package/dist/transactions/useErc721Transfers.d.ts +0 -5
- package/dist/transactions/useMaxAmountTransaction.d.ts +0 -7
- package/dist/transactions/useTransactionReview.d.ts +0 -15
- package/dist/transactions/useTransactionReviewV2web.d.ts +0 -1004
- package/dist/utils/useEventEmitter.d.ts +0 -67
- package/dist/webToken.model-5HUiR8ER.js +0 -1
- package/dist/webToken.model-CpudLBp0.mjs +0 -1913
- package/dist/{account → src/account}/account.model.d.ts +0 -0
- package/dist/{account → src/account}/accountv4.d.ts +0 -0
- package/dist/{account → src/account}/index.d.ts +0 -0
- package/dist/{account → src/account}/preferences.model.d.ts +0 -0
- package/dist/{backend → src/backend}/index.d.ts +0 -0
- package/dist/{backend → src/backend}/schema.d.ts +0 -0
- package/dist/{backend → src/backend}/types.d.ts +0 -0
- package/dist/{bigdecimal → src/bigdecimal}/constants.d.ts +0 -0
- package/dist/{bigdecimal → src/bigdecimal}/createUnitsSchema.d.ts +0 -0
- package/dist/{bigdecimal → src/bigdecimal}/formatUnits.d.ts +0 -0
- package/dist/{bigdecimal → src/bigdecimal}/index.d.ts +0 -0
- package/dist/{bigdecimal → src/bigdecimal}/lib.d.ts +0 -0
- package/dist/{bigdecimal → src/bigdecimal}/parseUnits.d.ts +0 -0
- package/dist/{bigdecimal → src/bigdecimal}/type.d.ts +0 -0
- package/dist/{bigdecimal → src/bigdecimal}/types.d.ts +0 -0
- package/dist/{bigdecimal → src/bigdecimal}/utils.d.ts +0 -0
- package/dist/{cache → src/cache}/CacheService.d.ts +0 -0
- package/dist/{cache → src/cache}/ICacheService.d.ts +0 -0
- package/dist/{cache → src/cache}/index.d.ts +0 -0
- package/dist/{chains → src/chains}/index.d.ts +0 -0
- package/dist/{chains → src/chains}/starknet/address.d.ts +0 -0
- package/dist/{chains → src/chains}/starknet/addressDomain.d.ts +0 -0
- package/dist/{chains → src/chains}/starknet/addressInput.d.ts +0 -0
- package/dist/{chains → src/chains}/starknet/argentName.d.ts +0 -0
- package/dist/{chains → src/chains}/starknet/cairoVersionSchema.d.ts +0 -0
- package/dist/{chains → src/chains}/starknet/constants.d.ts +0 -0
- package/dist/{chains → src/chains}/starknet/getAddressFromArgentName.d.ts +0 -0
- package/dist/{chains → src/chains}/starknet/getAddressFromStarkName.d.ts +0 -0
- package/dist/{chains → src/chains}/starknet/index.d.ts +0 -0
- package/dist/{chains → src/chains}/starknet/network.d.ts +0 -0
- package/dist/{chains → src/chains}/starknet/services/address/IStarknetAddressService.d.ts +0 -0
- package/dist/{chains → src/chains}/starknet/services/address/StarknetAddressService.d.ts +0 -0
- package/dist/{chains → src/chains}/starknet/services/address/index.d.ts +0 -0
- package/dist/{chains → src/chains}/starknet/services/deploymentData/constants.d.ts +0 -0
- package/dist/{chains → src/chains}/starknet/services/deploymentData/deploymentData.schema.d.ts +0 -0
- package/dist/{chains → src/chains}/starknet/services/deploymentData/findImplementationForAccount.d.ts +0 -0
- package/dist/{chains → src/chains}/starknet/services/deploymentData/getAccountClassHash.d.ts +0 -0
- package/dist/{chains → src/chains}/starknet/services/deploymentData/index.d.ts +0 -0
- package/dist/{chains → src/chains}/starknet/services/index.d.ts +0 -0
- package/dist/{chains → src/chains}/starknet/starknetId.d.ts +0 -0
- package/dist/{errors → src/errors}/account.d.ts +0 -0
- package/dist/{errors → src/errors}/address.d.ts +0 -0
- package/dist/{errors → src/errors}/baseErrors.d.ts +0 -0
- package/dist/{errors → src/errors}/call.d.ts +0 -0
- package/dist/{errors → src/errors}/network.d.ts +0 -0
- package/dist/{errors → src/errors}/review.d.ts +0 -0
- package/dist/{errors → src/errors}/swap.d.ts +0 -0
- package/dist/{features → src/features}/simulation/activity/index.d.ts +0 -0
- package/dist/{features → src/features}/simulation/activity/normalize.d.ts +0 -0
- package/dist/{features → src/features}/simulation/activity/schema.d.ts +200 -200
- package/dist/{features → src/features}/simulation/activity/utils/createNativeActivity.d.ts +6 -6
- package/dist/{features → src/features}/simulation/activity/utils/getAnyActivityTitle.d.ts +0 -0
- package/dist/{features → src/features}/simulation/activity/utils/getOverallLastModified.d.ts +0 -0
- package/dist/{features → src/features}/simulation/activity/utils/hasDelegationActivity.d.ts +0 -0
- package/dist/{features → src/features}/simulation/activity/utils/index.d.ts +0 -0
- package/dist/{features → src/features}/simulation/activity/utils/isMulticallWithDeploymentActivity.d.ts +0 -0
- package/dist/{features → src/features}/simulation/activity/utils/isRejectOnChainActivity.d.ts +0 -0
- package/dist/{features → src/features}/simulation/activity/utils/isUpgradeActivity.d.ts +0 -0
- package/dist/{features → src/features}/simulation/activity/utils/parseAccountActivities.d.ts +0 -0
- package/dist/{features → src/features}/simulation/activity/utils/parseFinanceActivities.d.ts +0 -0
- package/dist/{features → src/features}/simulation/fees/index.d.ts +0 -0
- package/dist/{features → src/features}/simulation/fees/schema.d.ts +0 -0
- package/dist/{features → src/features}/simulation/index.d.ts +0 -0
- package/dist/{features → src/features}/simulation/transactionReview/getErrorMessageAndLabelFromSimulation.d.ts +0 -0
- package/dist/{features → src/features}/simulation/transactionReview/getMessageFromSimulationError.d.ts +0 -0
- package/dist/{features → src/features}/simulation/transactionReview/index.d.ts +0 -0
- package/dist/{features → src/features}/simulation/transactionReview/schema.d.ts +1324 -1324
- package/dist/{features → src/features}/simulation/warning/helper.d.ts +0 -0
- package/dist/{features → src/features}/simulation/warning/index.d.ts +0 -0
- package/dist/{features → src/features}/simulation/warning/schema.d.ts +0 -0
- package/dist/{features → src/features}/swap/index.d.ts +0 -0
- package/dist/{features → src/features}/swap/models/index.d.ts +0 -0
- package/dist/{features → src/features}/swap/models/order.model.d.ts +0 -0
- package/dist/{features → src/features}/swap/models/quote.model.d.ts +0 -0
- package/dist/{features → src/features}/swap/models/trade.model.d.ts +0 -0
- package/dist/{features → src/features}/swap/services/implementation.d.ts +0 -0
- package/dist/{features → src/features}/swap/services/index.d.ts +0 -0
- package/dist/{features → src/features}/swap/services/interface.d.ts +0 -0
- package/dist/{features → src/features}/swap/services/order.mock.d.ts +0 -0
- package/dist/{features → src/features}/swap/services/quote.mock.d.ts +0 -0
- package/dist/{features → src/features}/swap/tests/token.mock.d.ts +0 -0
- package/dist/{features → src/features}/swap/tests/trade.mock.d.ts +0 -0
- package/dist/{features → src/features}/swap/tests/walletAccount.mock.d.ts +0 -0
- package/dist/{features → src/features}/swap/utils/index.d.ts +0 -0
- package/dist/{features → src/features}/swap/utils/slippage.d.ts +0 -0
- package/dist/{features → src/features}/swap/utils/totalFee.d.ts +0 -0
- package/dist/{http → src/http}/DateService.d.ts +0 -0
- package/dist/{http → src/http}/HttpError.d.ts +0 -0
- package/dist/{http → src/http}/HttpService.d.ts +0 -0
- package/dist/{http → src/http}/IDateService.d.ts +0 -0
- package/dist/{http → src/http}/IHttpService.d.ts +0 -0
- package/dist/{http → src/http}/SWRService.d.ts +0 -0
- package/dist/{http → src/http}/apiData.d.ts +0 -0
- package/dist/{http → src/http}/fetcher.d.ts +0 -0
- package/dist/{http → src/http}/time.d.ts +0 -0
- package/dist/{knownDapps → src/knownDapps}/IKnownDappsBackendService.d.ts +0 -0
- package/dist/{knownDapps → src/knownDapps}/KnownDappsBackendService.d.ts +0 -0
- package/dist/{knownDapps → src/knownDapps}/index.d.ts +0 -0
- package/dist/{knownDapps → src/knownDapps}/schema.d.ts +0 -0
- package/dist/{knownDapps → src/knownDapps}/utils/getDapplandUrl.d.ts +0 -0
- package/dist/{knownDapps → src/knownDapps}/utils/index.d.ts +0 -0
- package/dist/{nameResolution → src/nameResolution}/IResolveNameService.d.ts +0 -0
- package/dist/{nameResolution → src/nameResolution}/ResolveNameService.d.ts +0 -0
- package/dist/{nameResolution → src/nameResolution}/index.d.ts +0 -0
- package/dist/{nameResolution → src/nameResolution}/schema.d.ts +0 -0
- package/dist/{nfts → src/nfts}/BackendNftService.d.ts +0 -0
- package/dist/{nfts → src/nfts}/BackendPaginationError.d.ts +0 -0
- package/dist/{nfts → src/nfts}/INFTService.d.ts +0 -0
- package/dist/{nfts → src/nfts}/utils.d.ts +0 -0
- package/dist/{onchainRecovery → src/onchainRecovery}/IOnchainRecoveryService.d.ts +0 -0
- package/dist/{onchainRecovery → src/onchainRecovery}/OnchainRecoveryService.d.ts +0 -0
- package/dist/{onchainRecovery → src/onchainRecovery}/index.d.ts +0 -0
- package/dist/{onchainRecovery → src/onchainRecovery}/schema.d.ts +0 -0
- package/dist/{platform → src/platform}/index.d.ts +0 -0
- package/dist/{platform → src/platform}/isBraveBrowser.d.ts +0 -0
- package/dist/{platform → src/platform}/isBrowser.d.ts +0 -0
- package/dist/{signer → src/signer}/index.d.ts +0 -0
- package/dist/{signer → src/signer}/multisigner.d.ts +0 -0
- package/dist/{signer → src/signer}/seedphrase.d.ts +0 -0
- package/dist/{tokens → src/tokens}/balances.d.ts +0 -0
- package/dist/{tokens → src/tokens}/constants.d.ts +0 -0
- package/dist/{tokens → src/tokens}/convertTokenAmountToCurrencyValue.d.ts +0 -0
- package/dist/{tokens → src/tokens}/convertTokenUnitAmountWithDecimals.d.ts +0 -0
- package/dist/{tokens → src/tokens}/ensureDecimals.d.ts +0 -0
- package/dist/{tokens → src/tokens}/getCurrencySymbol.d.ts +0 -0
- package/dist/{tokens → src/tokens}/index.d.ts +0 -0
- package/dist/{tokens → src/tokens}/isUnlimitedAmount.d.ts +0 -0
- package/dist/{tokens → src/tokens}/prettifyCurrencyValue.d.ts +0 -0
- package/dist/{tokens → src/tokens}/prettifyTokenAmount.d.ts +0 -0
- package/dist/{tokens → src/tokens}/service/index.d.ts +0 -0
- package/dist/{tokens → src/tokens}/service/interface.d.ts +0 -0
- package/dist/{tokens → src/tokens}/service/tokenError.d.ts +0 -0
- package/dist/{tokens → src/tokens}/service/types/index.d.ts +0 -0
- package/dist/{tokens → src/tokens}/service/types/unclaimedRewards.model.d.ts +0 -0
- package/dist/{tokens → src/tokens}/service/types/webToken.model.d.ts +0 -0
- package/dist/{tokens → src/tokens}/token.d.ts +0 -0
- package/dist/{transactions → src/transactions}/aggregatedSimDataTypes.d.ts +0 -0
- package/dist/{transactions → src/transactions}/amount.d.ts +0 -0
- package/dist/{transactions → src/transactions}/buildTransactions.d.ts +0 -0
- package/dist/{transactions → src/transactions}/deployAccountTypes.d.ts +0 -0
- package/dist/{transactions → src/transactions}/errors.d.ts +0 -0
- package/dist/{transactions → src/transactions}/estimate/argentMaxFee.d.ts +0 -0
- package/dist/{transactions → src/transactions}/estimate/error.d.ts +0 -0
- package/dist/{transactions → src/transactions}/estimate/index.d.ts +0 -0
- package/dist/{transactions → src/transactions}/estimate/model.d.ts +0 -0
- package/dist/{transactions → src/transactions}/estimate/utils.d.ts +0 -0
- package/dist/{transactions → src/transactions}/findTransfersAndApprovals.d.ts +0 -0
- package/dist/{transactions → src/transactions}/getPrettyRcpError.d.ts +0 -0
- package/dist/{transactions → src/transactions}/getTransactionVersion.d.ts +0 -0
- package/dist/{transactions → src/transactions}/service/implementation.d.ts +0 -0
- package/dist/{transactions → src/transactions}/service/index.d.ts +0 -0
- package/dist/{transactions → src/transactions}/service/interface.d.ts +0 -0
- package/dist/{transactions → src/transactions}/service/types.d.ts +2 -2
- /package/dist/{transactions → src/transactions}/transactionAction.d.ts +0 -0
- /package/dist/{transactions → src/transactions}/transactionReviewTypes.d.ts +0 -0
- /package/dist/{transactions → src/transactions}/transactionSimulationTypes.d.ts +0 -0
- /package/dist/{transactions → src/transactions}/transactionVersion.d.ts +0 -0
- /package/dist/{transactions → src/transactions}/txv3.d.ts +0 -0
- /package/dist/{transactions → src/transactions}/types.d.ts +0 -0
- /package/dist/{utils → src/utils}/address.d.ts +0 -0
- /package/dist/{utils → src/utils}/arrays.d.ts +0 -0
- /package/dist/{utils → src/utils}/avatarImage.d.ts +0 -0
- /package/dist/{utils → src/utils}/base58.d.ts +0 -0
- /package/dist/{utils → src/utils}/bigNumber.d.ts +0 -0
- /package/dist/{utils → src/utils}/bips.d.ts +0 -0
- /package/dist/{utils → src/utils}/daysBetween.d.ts +0 -0
- /package/dist/{utils → src/utils}/env.d.ts +0 -0
- /package/dist/{utils → src/utils}/hex.d.ts +0 -0
- /package/dist/{utils → src/utils}/id.d.ts +0 -0
- /package/dist/{utils → src/utils}/initials.d.ts +0 -0
- /package/dist/{utils → src/utils}/isContractDeployed.d.ts +0 -0
- /package/dist/{utils → src/utils}/nonNullable.d.ts +0 -0
- /package/dist/{utils → src/utils}/number/index.d.ts +0 -0
- /package/dist/{utils → src/utils}/number/isAllowedAddressHexInputValue.d.ts +0 -0
- /package/dist/{utils → src/utils}/number/isAllowedNumericInputValue.d.ts +0 -0
- /package/dist/{utils → src/utils}/number/isNumeric.d.ts +0 -0
- /package/dist/{utils → src/utils}/number/prettifyNumber.d.ts +0 -0
- /package/dist/{utils → src/utils}/parseAmount.d.ts +0 -0
- /package/dist/{utils → src/utils}/pluralise.d.ts +0 -0
- /package/dist/{utils → src/utils}/readFileAsString.d.ts +0 -0
- /package/dist/{utils → src/utils}/schemas.d.ts +0 -0
- /package/dist/{utils → src/utils}/starknet/starknet.d.ts +0 -0
- /package/dist/{utils → src/utils}/starknet/starknetLibTypes.d.ts +0 -0
- /package/dist/{utils → src/utils}/starknet/starknetSchemas.d.ts +0 -0
- /package/dist/{utils → src/utils}/transactions.d.ts +0 -0
- /package/dist/{utils → src/utils}/url/index.d.ts +0 -0
- /package/dist/{utils → src/utils}/url/urlWithQuery.d.ts +0 -0
- /package/dist/{utils → src/utils}/voidify.d.ts +0 -0
|
@@ -2646,7 +2646,6 @@ export declare const activitySchema: z.ZodObject<{
|
|
|
2646
2646
|
}, "strip", z.ZodTypeAny, {
|
|
2647
2647
|
type: "amount";
|
|
2648
2648
|
amount: string;
|
|
2649
|
-
label: string;
|
|
2650
2649
|
token: {
|
|
2651
2650
|
name: string;
|
|
2652
2651
|
address: string;
|
|
@@ -2656,12 +2655,12 @@ export declare const activitySchema: z.ZodObject<{
|
|
|
2656
2655
|
decimals?: number | undefined;
|
|
2657
2656
|
iconUrl?: string | undefined;
|
|
2658
2657
|
};
|
|
2658
|
+
label: string;
|
|
2659
2659
|
usd: string;
|
|
2660
2660
|
editable: boolean;
|
|
2661
2661
|
}, {
|
|
2662
2662
|
type: "amount";
|
|
2663
2663
|
amount: string;
|
|
2664
|
-
label: string;
|
|
2665
2664
|
token: {
|
|
2666
2665
|
name: string;
|
|
2667
2666
|
address: string;
|
|
@@ -2671,6 +2670,7 @@ export declare const activitySchema: z.ZodObject<{
|
|
|
2671
2670
|
decimals?: number | undefined;
|
|
2672
2671
|
iconUrl?: string | undefined;
|
|
2673
2672
|
};
|
|
2673
|
+
label: string;
|
|
2674
2674
|
usd: string;
|
|
2675
2675
|
editable: boolean;
|
|
2676
2676
|
}>, z.ZodObject<{
|
|
@@ -2733,7 +2733,6 @@ export declare const activitySchema: z.ZodObject<{
|
|
|
2733
2733
|
}>;
|
|
2734
2734
|
}, "strip", z.ZodTypeAny, {
|
|
2735
2735
|
type: "token_address";
|
|
2736
|
-
label: string;
|
|
2737
2736
|
token: {
|
|
2738
2737
|
name: string;
|
|
2739
2738
|
address: string;
|
|
@@ -2743,9 +2742,9 @@ export declare const activitySchema: z.ZodObject<{
|
|
|
2743
2742
|
decimals?: number | undefined;
|
|
2744
2743
|
iconUrl?: string | undefined;
|
|
2745
2744
|
};
|
|
2745
|
+
label: string;
|
|
2746
2746
|
}, {
|
|
2747
2747
|
type: "token_address";
|
|
2748
|
-
label: string;
|
|
2749
2748
|
token: {
|
|
2750
2749
|
name: string;
|
|
2751
2750
|
address: string;
|
|
@@ -2755,6 +2754,7 @@ export declare const activitySchema: z.ZodObject<{
|
|
|
2755
2754
|
decimals?: number | undefined;
|
|
2756
2755
|
iconUrl?: string | undefined;
|
|
2757
2756
|
};
|
|
2757
|
+
label: string;
|
|
2758
2758
|
}>, z.ZodObject<{
|
|
2759
2759
|
type: z.ZodLiteral<"calldata">;
|
|
2760
2760
|
label: z.ZodString;
|
|
@@ -2812,7 +2812,6 @@ export declare const activitySchema: z.ZodObject<{
|
|
|
2812
2812
|
}>;
|
|
2813
2813
|
}, "strip", z.ZodTypeAny, {
|
|
2814
2814
|
type: "nft";
|
|
2815
|
-
label: string;
|
|
2816
2815
|
token: {
|
|
2817
2816
|
name: string;
|
|
2818
2817
|
address: string;
|
|
@@ -2822,9 +2821,9 @@ export declare const activitySchema: z.ZodObject<{
|
|
|
2822
2821
|
decimals?: number | undefined;
|
|
2823
2822
|
iconUrl?: string | undefined;
|
|
2824
2823
|
};
|
|
2824
|
+
label: string;
|
|
2825
2825
|
}, {
|
|
2826
2826
|
type: "nft";
|
|
2827
|
-
label: string;
|
|
2828
2827
|
token: {
|
|
2829
2828
|
name: string;
|
|
2830
2829
|
address: string;
|
|
@@ -2834,6 +2833,7 @@ export declare const activitySchema: z.ZodObject<{
|
|
|
2834
2833
|
decimals?: number | undefined;
|
|
2835
2834
|
iconUrl?: string | undefined;
|
|
2836
2835
|
};
|
|
2836
|
+
label: string;
|
|
2837
2837
|
}>]>, "many">;
|
|
2838
2838
|
defaultProperties: z.ZodOptional<z.ZodArray<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
2839
2839
|
type: z.ZodLiteral<"amount">;
|
|
@@ -2869,7 +2869,6 @@ export declare const activitySchema: z.ZodObject<{
|
|
|
2869
2869
|
}, "strip", z.ZodTypeAny, {
|
|
2870
2870
|
type: "amount";
|
|
2871
2871
|
amount: string;
|
|
2872
|
-
label: string;
|
|
2873
2872
|
token: {
|
|
2874
2873
|
name: string;
|
|
2875
2874
|
address: string;
|
|
@@ -2879,12 +2878,12 @@ export declare const activitySchema: z.ZodObject<{
|
|
|
2879
2878
|
decimals?: number | undefined;
|
|
2880
2879
|
iconUrl?: string | undefined;
|
|
2881
2880
|
};
|
|
2881
|
+
label: string;
|
|
2882
2882
|
usd: string;
|
|
2883
2883
|
editable: boolean;
|
|
2884
2884
|
}, {
|
|
2885
2885
|
type: "amount";
|
|
2886
2886
|
amount: string;
|
|
2887
|
-
label: string;
|
|
2888
2887
|
token: {
|
|
2889
2888
|
name: string;
|
|
2890
2889
|
address: string;
|
|
@@ -2894,6 +2893,7 @@ export declare const activitySchema: z.ZodObject<{
|
|
|
2894
2893
|
decimals?: number | undefined;
|
|
2895
2894
|
iconUrl?: string | undefined;
|
|
2896
2895
|
};
|
|
2896
|
+
label: string;
|
|
2897
2897
|
usd: string;
|
|
2898
2898
|
editable: boolean;
|
|
2899
2899
|
}>, z.ZodObject<{
|
|
@@ -2956,7 +2956,6 @@ export declare const activitySchema: z.ZodObject<{
|
|
|
2956
2956
|
}>;
|
|
2957
2957
|
}, "strip", z.ZodTypeAny, {
|
|
2958
2958
|
type: "token_address";
|
|
2959
|
-
label: string;
|
|
2960
2959
|
token: {
|
|
2961
2960
|
name: string;
|
|
2962
2961
|
address: string;
|
|
@@ -2966,9 +2965,9 @@ export declare const activitySchema: z.ZodObject<{
|
|
|
2966
2965
|
decimals?: number | undefined;
|
|
2967
2966
|
iconUrl?: string | undefined;
|
|
2968
2967
|
};
|
|
2968
|
+
label: string;
|
|
2969
2969
|
}, {
|
|
2970
2970
|
type: "token_address";
|
|
2971
|
-
label: string;
|
|
2972
2971
|
token: {
|
|
2973
2972
|
name: string;
|
|
2974
2973
|
address: string;
|
|
@@ -2978,6 +2977,7 @@ export declare const activitySchema: z.ZodObject<{
|
|
|
2978
2977
|
decimals?: number | undefined;
|
|
2979
2978
|
iconUrl?: string | undefined;
|
|
2980
2979
|
};
|
|
2980
|
+
label: string;
|
|
2981
2981
|
}>, z.ZodObject<{
|
|
2982
2982
|
type: z.ZodLiteral<"calldata">;
|
|
2983
2983
|
label: z.ZodString;
|
|
@@ -3035,7 +3035,6 @@ export declare const activitySchema: z.ZodObject<{
|
|
|
3035
3035
|
}>;
|
|
3036
3036
|
}, "strip", z.ZodTypeAny, {
|
|
3037
3037
|
type: "nft";
|
|
3038
|
-
label: string;
|
|
3039
3038
|
token: {
|
|
3040
3039
|
name: string;
|
|
3041
3040
|
address: string;
|
|
@@ -3045,9 +3044,9 @@ export declare const activitySchema: z.ZodObject<{
|
|
|
3045
3044
|
decimals?: number | undefined;
|
|
3046
3045
|
iconUrl?: string | undefined;
|
|
3047
3046
|
};
|
|
3047
|
+
label: string;
|
|
3048
3048
|
}, {
|
|
3049
3049
|
type: "nft";
|
|
3050
|
-
label: string;
|
|
3051
3050
|
token: {
|
|
3052
3051
|
name: string;
|
|
3053
3052
|
address: string;
|
|
@@ -3057,13 +3056,13 @@ export declare const activitySchema: z.ZodObject<{
|
|
|
3057
3056
|
decimals?: number | undefined;
|
|
3058
3057
|
iconUrl?: string | undefined;
|
|
3059
3058
|
};
|
|
3059
|
+
label: string;
|
|
3060
3060
|
}>]>, "many">>;
|
|
3061
3061
|
}, "strip", z.ZodTypeAny, {
|
|
3062
3062
|
name: string;
|
|
3063
3063
|
properties: ({
|
|
3064
3064
|
type: "amount";
|
|
3065
3065
|
amount: string;
|
|
3066
|
-
label: string;
|
|
3067
3066
|
token: {
|
|
3068
3067
|
name: string;
|
|
3069
3068
|
address: string;
|
|
@@ -3073,6 +3072,7 @@ export declare const activitySchema: z.ZodObject<{
|
|
|
3073
3072
|
decimals?: number | undefined;
|
|
3074
3073
|
iconUrl?: string | undefined;
|
|
3075
3074
|
};
|
|
3075
|
+
label: string;
|
|
3076
3076
|
usd: string;
|
|
3077
3077
|
editable: boolean;
|
|
3078
3078
|
} | {
|
|
@@ -3087,7 +3087,6 @@ export declare const activitySchema: z.ZodObject<{
|
|
|
3087
3087
|
label: string;
|
|
3088
3088
|
} | {
|
|
3089
3089
|
type: "token_address";
|
|
3090
|
-
label: string;
|
|
3091
3090
|
token: {
|
|
3092
3091
|
name: string;
|
|
3093
3092
|
address: string;
|
|
@@ -3097,6 +3096,7 @@ export declare const activitySchema: z.ZodObject<{
|
|
|
3097
3096
|
decimals?: number | undefined;
|
|
3098
3097
|
iconUrl?: string | undefined;
|
|
3099
3098
|
};
|
|
3099
|
+
label: string;
|
|
3100
3100
|
} | {
|
|
3101
3101
|
type: "calldata";
|
|
3102
3102
|
calldata: string[];
|
|
@@ -3108,7 +3108,6 @@ export declare const activitySchema: z.ZodObject<{
|
|
|
3108
3108
|
text: string;
|
|
3109
3109
|
} | {
|
|
3110
3110
|
type: "nft";
|
|
3111
|
-
label: string;
|
|
3112
3111
|
token: {
|
|
3113
3112
|
name: string;
|
|
3114
3113
|
address: string;
|
|
@@ -3118,11 +3117,11 @@ export declare const activitySchema: z.ZodObject<{
|
|
|
3118
3117
|
decimals?: number | undefined;
|
|
3119
3118
|
iconUrl?: string | undefined;
|
|
3120
3119
|
};
|
|
3120
|
+
label: string;
|
|
3121
3121
|
})[];
|
|
3122
3122
|
defaultProperties?: ({
|
|
3123
3123
|
type: "amount";
|
|
3124
3124
|
amount: string;
|
|
3125
|
-
label: string;
|
|
3126
3125
|
token: {
|
|
3127
3126
|
name: string;
|
|
3128
3127
|
address: string;
|
|
@@ -3132,6 +3131,7 @@ export declare const activitySchema: z.ZodObject<{
|
|
|
3132
3131
|
decimals?: number | undefined;
|
|
3133
3132
|
iconUrl?: string | undefined;
|
|
3134
3133
|
};
|
|
3134
|
+
label: string;
|
|
3135
3135
|
usd: string;
|
|
3136
3136
|
editable: boolean;
|
|
3137
3137
|
} | {
|
|
@@ -3146,7 +3146,6 @@ export declare const activitySchema: z.ZodObject<{
|
|
|
3146
3146
|
label: string;
|
|
3147
3147
|
} | {
|
|
3148
3148
|
type: "token_address";
|
|
3149
|
-
label: string;
|
|
3150
3149
|
token: {
|
|
3151
3150
|
name: string;
|
|
3152
3151
|
address: string;
|
|
@@ -3156,6 +3155,7 @@ export declare const activitySchema: z.ZodObject<{
|
|
|
3156
3155
|
decimals?: number | undefined;
|
|
3157
3156
|
iconUrl?: string | undefined;
|
|
3158
3157
|
};
|
|
3158
|
+
label: string;
|
|
3159
3159
|
} | {
|
|
3160
3160
|
type: "calldata";
|
|
3161
3161
|
calldata: string[];
|
|
@@ -3167,7 +3167,6 @@ export declare const activitySchema: z.ZodObject<{
|
|
|
3167
3167
|
text: string;
|
|
3168
3168
|
} | {
|
|
3169
3169
|
type: "nft";
|
|
3170
|
-
label: string;
|
|
3171
3170
|
token: {
|
|
3172
3171
|
name: string;
|
|
3173
3172
|
address: string;
|
|
@@ -3177,13 +3176,13 @@ export declare const activitySchema: z.ZodObject<{
|
|
|
3177
3176
|
decimals?: number | undefined;
|
|
3178
3177
|
iconUrl?: string | undefined;
|
|
3179
3178
|
};
|
|
3179
|
+
label: string;
|
|
3180
3180
|
})[] | undefined;
|
|
3181
3181
|
}, {
|
|
3182
3182
|
name: string;
|
|
3183
3183
|
properties: ({
|
|
3184
3184
|
type: "amount";
|
|
3185
3185
|
amount: string;
|
|
3186
|
-
label: string;
|
|
3187
3186
|
token: {
|
|
3188
3187
|
name: string;
|
|
3189
3188
|
address: string;
|
|
@@ -3193,6 +3192,7 @@ export declare const activitySchema: z.ZodObject<{
|
|
|
3193
3192
|
decimals?: number | undefined;
|
|
3194
3193
|
iconUrl?: string | undefined;
|
|
3195
3194
|
};
|
|
3195
|
+
label: string;
|
|
3196
3196
|
usd: string;
|
|
3197
3197
|
editable: boolean;
|
|
3198
3198
|
} | {
|
|
@@ -3207,7 +3207,6 @@ export declare const activitySchema: z.ZodObject<{
|
|
|
3207
3207
|
label: string;
|
|
3208
3208
|
} | {
|
|
3209
3209
|
type: "token_address";
|
|
3210
|
-
label: string;
|
|
3211
3210
|
token: {
|
|
3212
3211
|
name: string;
|
|
3213
3212
|
address: string;
|
|
@@ -3217,6 +3216,7 @@ export declare const activitySchema: z.ZodObject<{
|
|
|
3217
3216
|
decimals?: number | undefined;
|
|
3218
3217
|
iconUrl?: string | undefined;
|
|
3219
3218
|
};
|
|
3219
|
+
label: string;
|
|
3220
3220
|
} | {
|
|
3221
3221
|
type: "calldata";
|
|
3222
3222
|
calldata: string[];
|
|
@@ -3228,7 +3228,6 @@ export declare const activitySchema: z.ZodObject<{
|
|
|
3228
3228
|
text: string;
|
|
3229
3229
|
} | {
|
|
3230
3230
|
type: "nft";
|
|
3231
|
-
label: string;
|
|
3232
3231
|
token: {
|
|
3233
3232
|
name: string;
|
|
3234
3233
|
address: string;
|
|
@@ -3238,11 +3237,11 @@ export declare const activitySchema: z.ZodObject<{
|
|
|
3238
3237
|
decimals?: number | undefined;
|
|
3239
3238
|
iconUrl?: string | undefined;
|
|
3240
3239
|
};
|
|
3240
|
+
label: string;
|
|
3241
3241
|
})[];
|
|
3242
3242
|
defaultProperties?: ({
|
|
3243
3243
|
type: "amount";
|
|
3244
3244
|
amount: string;
|
|
3245
|
-
label: string;
|
|
3246
3245
|
token: {
|
|
3247
3246
|
name: string;
|
|
3248
3247
|
address: string;
|
|
@@ -3252,6 +3251,7 @@ export declare const activitySchema: z.ZodObject<{
|
|
|
3252
3251
|
decimals?: number | undefined;
|
|
3253
3252
|
iconUrl?: string | undefined;
|
|
3254
3253
|
};
|
|
3254
|
+
label: string;
|
|
3255
3255
|
usd: string;
|
|
3256
3256
|
editable: boolean;
|
|
3257
3257
|
} | {
|
|
@@ -3266,7 +3266,6 @@ export declare const activitySchema: z.ZodObject<{
|
|
|
3266
3266
|
label: string;
|
|
3267
3267
|
} | {
|
|
3268
3268
|
type: "token_address";
|
|
3269
|
-
label: string;
|
|
3270
3269
|
token: {
|
|
3271
3270
|
name: string;
|
|
3272
3271
|
address: string;
|
|
@@ -3276,6 +3275,7 @@ export declare const activitySchema: z.ZodObject<{
|
|
|
3276
3275
|
decimals?: number | undefined;
|
|
3277
3276
|
iconUrl?: string | undefined;
|
|
3278
3277
|
};
|
|
3278
|
+
label: string;
|
|
3279
3279
|
} | {
|
|
3280
3280
|
type: "calldata";
|
|
3281
3281
|
calldata: string[];
|
|
@@ -3287,7 +3287,6 @@ export declare const activitySchema: z.ZodObject<{
|
|
|
3287
3287
|
text: string;
|
|
3288
3288
|
} | {
|
|
3289
3289
|
type: "nft";
|
|
3290
|
-
label: string;
|
|
3291
3290
|
token: {
|
|
3292
3291
|
name: string;
|
|
3293
3292
|
address: string;
|
|
@@ -3297,6 +3296,7 @@ export declare const activitySchema: z.ZodObject<{
|
|
|
3297
3296
|
decimals?: number | undefined;
|
|
3298
3297
|
iconUrl?: string | undefined;
|
|
3299
3298
|
};
|
|
3299
|
+
label: string;
|
|
3300
3300
|
})[] | undefined;
|
|
3301
3301
|
}>, "many">>;
|
|
3302
3302
|
title: z.ZodOptional<z.ZodString>;
|
|
@@ -3311,6 +3311,8 @@ export declare const activitySchema: z.ZodObject<{
|
|
|
3311
3311
|
status: "pending" | "success" | "failure";
|
|
3312
3312
|
type: "payment" | "approval" | "changePubKey" | "dappInteraction" | "deploy" | "gift" | "multicall" | "security" | "trade";
|
|
3313
3313
|
wallet: `0x${string}`;
|
|
3314
|
+
id: string;
|
|
3315
|
+
group: "security" | "finance";
|
|
3314
3316
|
details: {
|
|
3315
3317
|
type: "deploy";
|
|
3316
3318
|
contractAddress: `0x${string}`;
|
|
@@ -3467,9 +3469,6 @@ export declare const activitySchema: z.ZodObject<{
|
|
|
3467
3469
|
};
|
|
3468
3470
|
}[];
|
|
3469
3471
|
};
|
|
3470
|
-
source: string;
|
|
3471
|
-
id: string;
|
|
3472
|
-
group: "security" | "finance";
|
|
3473
3472
|
transfers: {
|
|
3474
3473
|
type: "payment" | "gasFee";
|
|
3475
3474
|
leg: "credit" | "debit";
|
|
@@ -3488,6 +3487,7 @@ export declare const activitySchema: z.ZodObject<{
|
|
|
3488
3487
|
network: string;
|
|
3489
3488
|
compositeId: string;
|
|
3490
3489
|
txSender: `0x${string}`;
|
|
3490
|
+
source: string;
|
|
3491
3491
|
submitted: number;
|
|
3492
3492
|
lastModified: number;
|
|
3493
3493
|
transaction: {
|
|
@@ -3502,7 +3502,6 @@ export declare const activitySchema: z.ZodObject<{
|
|
|
3502
3502
|
type: "wallet" | "token";
|
|
3503
3503
|
network: "ethereum" | "zksync" | "zksync2" | "starknet";
|
|
3504
3504
|
}[] | null;
|
|
3505
|
-
title?: string | undefined;
|
|
3506
3505
|
fees?: {
|
|
3507
3506
|
type: string;
|
|
3508
3507
|
to: `0x${string}`;
|
|
@@ -3550,7 +3549,6 @@ export declare const activitySchema: z.ZodObject<{
|
|
|
3550
3549
|
properties: ({
|
|
3551
3550
|
type: "amount";
|
|
3552
3551
|
amount: string;
|
|
3553
|
-
label: string;
|
|
3554
3552
|
token: {
|
|
3555
3553
|
name: string;
|
|
3556
3554
|
address: string;
|
|
@@ -3560,6 +3558,7 @@ export declare const activitySchema: z.ZodObject<{
|
|
|
3560
3558
|
decimals?: number | undefined;
|
|
3561
3559
|
iconUrl?: string | undefined;
|
|
3562
3560
|
};
|
|
3561
|
+
label: string;
|
|
3563
3562
|
usd: string;
|
|
3564
3563
|
editable: boolean;
|
|
3565
3564
|
} | {
|
|
@@ -3574,7 +3573,6 @@ export declare const activitySchema: z.ZodObject<{
|
|
|
3574
3573
|
label: string;
|
|
3575
3574
|
} | {
|
|
3576
3575
|
type: "token_address";
|
|
3577
|
-
label: string;
|
|
3578
3576
|
token: {
|
|
3579
3577
|
name: string;
|
|
3580
3578
|
address: string;
|
|
@@ -3584,6 +3582,7 @@ export declare const activitySchema: z.ZodObject<{
|
|
|
3584
3582
|
decimals?: number | undefined;
|
|
3585
3583
|
iconUrl?: string | undefined;
|
|
3586
3584
|
};
|
|
3585
|
+
label: string;
|
|
3587
3586
|
} | {
|
|
3588
3587
|
type: "calldata";
|
|
3589
3588
|
calldata: string[];
|
|
@@ -3595,7 +3594,6 @@ export declare const activitySchema: z.ZodObject<{
|
|
|
3595
3594
|
text: string;
|
|
3596
3595
|
} | {
|
|
3597
3596
|
type: "nft";
|
|
3598
|
-
label: string;
|
|
3599
3597
|
token: {
|
|
3600
3598
|
name: string;
|
|
3601
3599
|
address: string;
|
|
@@ -3605,11 +3603,11 @@ export declare const activitySchema: z.ZodObject<{
|
|
|
3605
3603
|
decimals?: number | undefined;
|
|
3606
3604
|
iconUrl?: string | undefined;
|
|
3607
3605
|
};
|
|
3606
|
+
label: string;
|
|
3608
3607
|
})[];
|
|
3609
3608
|
defaultProperties?: ({
|
|
3610
3609
|
type: "amount";
|
|
3611
3610
|
amount: string;
|
|
3612
|
-
label: string;
|
|
3613
3611
|
token: {
|
|
3614
3612
|
name: string;
|
|
3615
3613
|
address: string;
|
|
@@ -3619,6 +3617,7 @@ export declare const activitySchema: z.ZodObject<{
|
|
|
3619
3617
|
decimals?: number | undefined;
|
|
3620
3618
|
iconUrl?: string | undefined;
|
|
3621
3619
|
};
|
|
3620
|
+
label: string;
|
|
3622
3621
|
usd: string;
|
|
3623
3622
|
editable: boolean;
|
|
3624
3623
|
} | {
|
|
@@ -3633,7 +3632,6 @@ export declare const activitySchema: z.ZodObject<{
|
|
|
3633
3632
|
label: string;
|
|
3634
3633
|
} | {
|
|
3635
3634
|
type: "token_address";
|
|
3636
|
-
label: string;
|
|
3637
3635
|
token: {
|
|
3638
3636
|
name: string;
|
|
3639
3637
|
address: string;
|
|
@@ -3643,6 +3641,7 @@ export declare const activitySchema: z.ZodObject<{
|
|
|
3643
3641
|
decimals?: number | undefined;
|
|
3644
3642
|
iconUrl?: string | undefined;
|
|
3645
3643
|
};
|
|
3644
|
+
label: string;
|
|
3646
3645
|
} | {
|
|
3647
3646
|
type: "calldata";
|
|
3648
3647
|
calldata: string[];
|
|
@@ -3654,7 +3653,6 @@ export declare const activitySchema: z.ZodObject<{
|
|
|
3654
3653
|
text: string;
|
|
3655
3654
|
} | {
|
|
3656
3655
|
type: "nft";
|
|
3657
|
-
label: string;
|
|
3658
3656
|
token: {
|
|
3659
3657
|
name: string;
|
|
3660
3658
|
address: string;
|
|
@@ -3664,8 +3662,10 @@ export declare const activitySchema: z.ZodObject<{
|
|
|
3664
3662
|
decimals?: number | undefined;
|
|
3665
3663
|
iconUrl?: string | undefined;
|
|
3666
3664
|
};
|
|
3665
|
+
label: string;
|
|
3667
3666
|
})[] | undefined;
|
|
3668
3667
|
}[] | undefined;
|
|
3668
|
+
title?: string | undefined;
|
|
3669
3669
|
multisigDetails?: {
|
|
3670
3670
|
signers: `0x${string}`[];
|
|
3671
3671
|
} | undefined;
|
|
@@ -3673,6 +3673,8 @@ export declare const activitySchema: z.ZodObject<{
|
|
|
3673
3673
|
status: "pending" | "success" | "failure";
|
|
3674
3674
|
type: "payment" | "approval" | "changePubKey" | "dappInteraction" | "deploy" | "gift" | "multicall" | "security" | "trade";
|
|
3675
3675
|
wallet: string;
|
|
3676
|
+
id: string;
|
|
3677
|
+
group: "security" | "finance";
|
|
3676
3678
|
details: {
|
|
3677
3679
|
type: "deploy";
|
|
3678
3680
|
contractAddress: string;
|
|
@@ -3829,9 +3831,6 @@ export declare const activitySchema: z.ZodObject<{
|
|
|
3829
3831
|
};
|
|
3830
3832
|
}[];
|
|
3831
3833
|
};
|
|
3832
|
-
source: string;
|
|
3833
|
-
id: string;
|
|
3834
|
-
group: "security" | "finance";
|
|
3835
3834
|
transfers: {
|
|
3836
3835
|
type: "payment" | "gasFee";
|
|
3837
3836
|
leg: "credit" | "debit";
|
|
@@ -3850,6 +3849,7 @@ export declare const activitySchema: z.ZodObject<{
|
|
|
3850
3849
|
network: string;
|
|
3851
3850
|
compositeId: string;
|
|
3852
3851
|
txSender: string;
|
|
3852
|
+
source: string;
|
|
3853
3853
|
submitted: number;
|
|
3854
3854
|
lastModified: number;
|
|
3855
3855
|
transaction: {
|
|
@@ -3864,7 +3864,6 @@ export declare const activitySchema: z.ZodObject<{
|
|
|
3864
3864
|
type: "wallet" | "token";
|
|
3865
3865
|
network: "ethereum" | "zksync" | "zksync2" | "starknet";
|
|
3866
3866
|
}[] | null;
|
|
3867
|
-
title?: string | undefined;
|
|
3868
3867
|
fees?: {
|
|
3869
3868
|
type: string;
|
|
3870
3869
|
to: string;
|
|
@@ -3912,7 +3911,6 @@ export declare const activitySchema: z.ZodObject<{
|
|
|
3912
3911
|
properties: ({
|
|
3913
3912
|
type: "amount";
|
|
3914
3913
|
amount: string;
|
|
3915
|
-
label: string;
|
|
3916
3914
|
token: {
|
|
3917
3915
|
name: string;
|
|
3918
3916
|
address: string;
|
|
@@ -3922,6 +3920,7 @@ export declare const activitySchema: z.ZodObject<{
|
|
|
3922
3920
|
decimals?: number | undefined;
|
|
3923
3921
|
iconUrl?: string | undefined;
|
|
3924
3922
|
};
|
|
3923
|
+
label: string;
|
|
3925
3924
|
usd: string;
|
|
3926
3925
|
editable: boolean;
|
|
3927
3926
|
} | {
|
|
@@ -3936,7 +3935,6 @@ export declare const activitySchema: z.ZodObject<{
|
|
|
3936
3935
|
label: string;
|
|
3937
3936
|
} | {
|
|
3938
3937
|
type: "token_address";
|
|
3939
|
-
label: string;
|
|
3940
3938
|
token: {
|
|
3941
3939
|
name: string;
|
|
3942
3940
|
address: string;
|
|
@@ -3946,6 +3944,7 @@ export declare const activitySchema: z.ZodObject<{
|
|
|
3946
3944
|
decimals?: number | undefined;
|
|
3947
3945
|
iconUrl?: string | undefined;
|
|
3948
3946
|
};
|
|
3947
|
+
label: string;
|
|
3949
3948
|
} | {
|
|
3950
3949
|
type: "calldata";
|
|
3951
3950
|
calldata: string[];
|
|
@@ -3957,7 +3956,6 @@ export declare const activitySchema: z.ZodObject<{
|
|
|
3957
3956
|
text: string;
|
|
3958
3957
|
} | {
|
|
3959
3958
|
type: "nft";
|
|
3960
|
-
label: string;
|
|
3961
3959
|
token: {
|
|
3962
3960
|
name: string;
|
|
3963
3961
|
address: string;
|
|
@@ -3967,11 +3965,11 @@ export declare const activitySchema: z.ZodObject<{
|
|
|
3967
3965
|
decimals?: number | undefined;
|
|
3968
3966
|
iconUrl?: string | undefined;
|
|
3969
3967
|
};
|
|
3968
|
+
label: string;
|
|
3970
3969
|
})[];
|
|
3971
3970
|
defaultProperties?: ({
|
|
3972
3971
|
type: "amount";
|
|
3973
3972
|
amount: string;
|
|
3974
|
-
label: string;
|
|
3975
3973
|
token: {
|
|
3976
3974
|
name: string;
|
|
3977
3975
|
address: string;
|
|
@@ -3981,6 +3979,7 @@ export declare const activitySchema: z.ZodObject<{
|
|
|
3981
3979
|
decimals?: number | undefined;
|
|
3982
3980
|
iconUrl?: string | undefined;
|
|
3983
3981
|
};
|
|
3982
|
+
label: string;
|
|
3984
3983
|
usd: string;
|
|
3985
3984
|
editable: boolean;
|
|
3986
3985
|
} | {
|
|
@@ -3995,7 +3994,6 @@ export declare const activitySchema: z.ZodObject<{
|
|
|
3995
3994
|
label: string;
|
|
3996
3995
|
} | {
|
|
3997
3996
|
type: "token_address";
|
|
3998
|
-
label: string;
|
|
3999
3997
|
token: {
|
|
4000
3998
|
name: string;
|
|
4001
3999
|
address: string;
|
|
@@ -4005,6 +4003,7 @@ export declare const activitySchema: z.ZodObject<{
|
|
|
4005
4003
|
decimals?: number | undefined;
|
|
4006
4004
|
iconUrl?: string | undefined;
|
|
4007
4005
|
};
|
|
4006
|
+
label: string;
|
|
4008
4007
|
} | {
|
|
4009
4008
|
type: "calldata";
|
|
4010
4009
|
calldata: string[];
|
|
@@ -4016,7 +4015,6 @@ export declare const activitySchema: z.ZodObject<{
|
|
|
4016
4015
|
text: string;
|
|
4017
4016
|
} | {
|
|
4018
4017
|
type: "nft";
|
|
4019
|
-
label: string;
|
|
4020
4018
|
token: {
|
|
4021
4019
|
name: string;
|
|
4022
4020
|
address: string;
|
|
@@ -4026,8 +4024,10 @@ export declare const activitySchema: z.ZodObject<{
|
|
|
4026
4024
|
decimals?: number | undefined;
|
|
4027
4025
|
iconUrl?: string | undefined;
|
|
4028
4026
|
};
|
|
4027
|
+
label: string;
|
|
4029
4028
|
})[] | undefined;
|
|
4030
4029
|
}[] | undefined;
|
|
4030
|
+
title?: string | undefined;
|
|
4031
4031
|
multisigDetails?: {
|
|
4032
4032
|
signers: string[];
|
|
4033
4033
|
} | undefined;
|
|
@@ -5423,7 +5423,6 @@ export declare const nativeActivitySchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
5423
5423
|
}, "strip", z.ZodTypeAny, {
|
|
5424
5424
|
type: "amount";
|
|
5425
5425
|
amount: string;
|
|
5426
|
-
label: string;
|
|
5427
5426
|
token: {
|
|
5428
5427
|
name: string;
|
|
5429
5428
|
address: string;
|
|
@@ -5433,12 +5432,12 @@ export declare const nativeActivitySchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
5433
5432
|
decimals?: number | undefined;
|
|
5434
5433
|
iconUrl?: string | undefined;
|
|
5435
5434
|
};
|
|
5435
|
+
label: string;
|
|
5436
5436
|
usd: string;
|
|
5437
5437
|
editable: boolean;
|
|
5438
5438
|
}, {
|
|
5439
5439
|
type: "amount";
|
|
5440
5440
|
amount: string;
|
|
5441
|
-
label: string;
|
|
5442
5441
|
token: {
|
|
5443
5442
|
name: string;
|
|
5444
5443
|
address: string;
|
|
@@ -5448,6 +5447,7 @@ export declare const nativeActivitySchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
5448
5447
|
decimals?: number | undefined;
|
|
5449
5448
|
iconUrl?: string | undefined;
|
|
5450
5449
|
};
|
|
5450
|
+
label: string;
|
|
5451
5451
|
usd: string;
|
|
5452
5452
|
editable: boolean;
|
|
5453
5453
|
}>, z.ZodObject<{
|
|
@@ -5510,7 +5510,6 @@ export declare const nativeActivitySchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
5510
5510
|
}>;
|
|
5511
5511
|
}, "strip", z.ZodTypeAny, {
|
|
5512
5512
|
type: "token_address";
|
|
5513
|
-
label: string;
|
|
5514
5513
|
token: {
|
|
5515
5514
|
name: string;
|
|
5516
5515
|
address: string;
|
|
@@ -5520,9 +5519,9 @@ export declare const nativeActivitySchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
5520
5519
|
decimals?: number | undefined;
|
|
5521
5520
|
iconUrl?: string | undefined;
|
|
5522
5521
|
};
|
|
5522
|
+
label: string;
|
|
5523
5523
|
}, {
|
|
5524
5524
|
type: "token_address";
|
|
5525
|
-
label: string;
|
|
5526
5525
|
token: {
|
|
5527
5526
|
name: string;
|
|
5528
5527
|
address: string;
|
|
@@ -5532,6 +5531,7 @@ export declare const nativeActivitySchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
5532
5531
|
decimals?: number | undefined;
|
|
5533
5532
|
iconUrl?: string | undefined;
|
|
5534
5533
|
};
|
|
5534
|
+
label: string;
|
|
5535
5535
|
}>, z.ZodObject<{
|
|
5536
5536
|
type: z.ZodLiteral<"calldata">;
|
|
5537
5537
|
label: z.ZodString;
|
|
@@ -5589,7 +5589,6 @@ export declare const nativeActivitySchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
5589
5589
|
}>;
|
|
5590
5590
|
}, "strip", z.ZodTypeAny, {
|
|
5591
5591
|
type: "nft";
|
|
5592
|
-
label: string;
|
|
5593
5592
|
token: {
|
|
5594
5593
|
name: string;
|
|
5595
5594
|
address: string;
|
|
@@ -5599,9 +5598,9 @@ export declare const nativeActivitySchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
5599
5598
|
decimals?: number | undefined;
|
|
5600
5599
|
iconUrl?: string | undefined;
|
|
5601
5600
|
};
|
|
5601
|
+
label: string;
|
|
5602
5602
|
}, {
|
|
5603
5603
|
type: "nft";
|
|
5604
|
-
label: string;
|
|
5605
5604
|
token: {
|
|
5606
5605
|
name: string;
|
|
5607
5606
|
address: string;
|
|
@@ -5611,6 +5610,7 @@ export declare const nativeActivitySchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
5611
5610
|
decimals?: number | undefined;
|
|
5612
5611
|
iconUrl?: string | undefined;
|
|
5613
5612
|
};
|
|
5613
|
+
label: string;
|
|
5614
5614
|
}>]>, "many">;
|
|
5615
5615
|
defaultProperties: z.ZodOptional<z.ZodArray<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
5616
5616
|
type: z.ZodLiteral<"amount">;
|
|
@@ -5646,7 +5646,6 @@ export declare const nativeActivitySchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
5646
5646
|
}, "strip", z.ZodTypeAny, {
|
|
5647
5647
|
type: "amount";
|
|
5648
5648
|
amount: string;
|
|
5649
|
-
label: string;
|
|
5650
5649
|
token: {
|
|
5651
5650
|
name: string;
|
|
5652
5651
|
address: string;
|
|
@@ -5656,12 +5655,12 @@ export declare const nativeActivitySchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
5656
5655
|
decimals?: number | undefined;
|
|
5657
5656
|
iconUrl?: string | undefined;
|
|
5658
5657
|
};
|
|
5658
|
+
label: string;
|
|
5659
5659
|
usd: string;
|
|
5660
5660
|
editable: boolean;
|
|
5661
5661
|
}, {
|
|
5662
5662
|
type: "amount";
|
|
5663
5663
|
amount: string;
|
|
5664
|
-
label: string;
|
|
5665
5664
|
token: {
|
|
5666
5665
|
name: string;
|
|
5667
5666
|
address: string;
|
|
@@ -5671,6 +5670,7 @@ export declare const nativeActivitySchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
5671
5670
|
decimals?: number | undefined;
|
|
5672
5671
|
iconUrl?: string | undefined;
|
|
5673
5672
|
};
|
|
5673
|
+
label: string;
|
|
5674
5674
|
usd: string;
|
|
5675
5675
|
editable: boolean;
|
|
5676
5676
|
}>, z.ZodObject<{
|
|
@@ -5733,7 +5733,6 @@ export declare const nativeActivitySchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
5733
5733
|
}>;
|
|
5734
5734
|
}, "strip", z.ZodTypeAny, {
|
|
5735
5735
|
type: "token_address";
|
|
5736
|
-
label: string;
|
|
5737
5736
|
token: {
|
|
5738
5737
|
name: string;
|
|
5739
5738
|
address: string;
|
|
@@ -5743,9 +5742,9 @@ export declare const nativeActivitySchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
5743
5742
|
decimals?: number | undefined;
|
|
5744
5743
|
iconUrl?: string | undefined;
|
|
5745
5744
|
};
|
|
5745
|
+
label: string;
|
|
5746
5746
|
}, {
|
|
5747
5747
|
type: "token_address";
|
|
5748
|
-
label: string;
|
|
5749
5748
|
token: {
|
|
5750
5749
|
name: string;
|
|
5751
5750
|
address: string;
|
|
@@ -5755,6 +5754,7 @@ export declare const nativeActivitySchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
5755
5754
|
decimals?: number | undefined;
|
|
5756
5755
|
iconUrl?: string | undefined;
|
|
5757
5756
|
};
|
|
5757
|
+
label: string;
|
|
5758
5758
|
}>, z.ZodObject<{
|
|
5759
5759
|
type: z.ZodLiteral<"calldata">;
|
|
5760
5760
|
label: z.ZodString;
|
|
@@ -5812,7 +5812,6 @@ export declare const nativeActivitySchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
5812
5812
|
}>;
|
|
5813
5813
|
}, "strip", z.ZodTypeAny, {
|
|
5814
5814
|
type: "nft";
|
|
5815
|
-
label: string;
|
|
5816
5815
|
token: {
|
|
5817
5816
|
name: string;
|
|
5818
5817
|
address: string;
|
|
@@ -5822,9 +5821,9 @@ export declare const nativeActivitySchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
5822
5821
|
decimals?: number | undefined;
|
|
5823
5822
|
iconUrl?: string | undefined;
|
|
5824
5823
|
};
|
|
5824
|
+
label: string;
|
|
5825
5825
|
}, {
|
|
5826
5826
|
type: "nft";
|
|
5827
|
-
label: string;
|
|
5828
5827
|
token: {
|
|
5829
5828
|
name: string;
|
|
5830
5829
|
address: string;
|
|
@@ -5834,13 +5833,13 @@ export declare const nativeActivitySchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
5834
5833
|
decimals?: number | undefined;
|
|
5835
5834
|
iconUrl?: string | undefined;
|
|
5836
5835
|
};
|
|
5836
|
+
label: string;
|
|
5837
5837
|
}>]>, "many">>;
|
|
5838
5838
|
}, "strip", z.ZodTypeAny, {
|
|
5839
5839
|
name: string;
|
|
5840
5840
|
properties: ({
|
|
5841
5841
|
type: "amount";
|
|
5842
5842
|
amount: string;
|
|
5843
|
-
label: string;
|
|
5844
5843
|
token: {
|
|
5845
5844
|
name: string;
|
|
5846
5845
|
address: string;
|
|
@@ -5850,6 +5849,7 @@ export declare const nativeActivitySchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
5850
5849
|
decimals?: number | undefined;
|
|
5851
5850
|
iconUrl?: string | undefined;
|
|
5852
5851
|
};
|
|
5852
|
+
label: string;
|
|
5853
5853
|
usd: string;
|
|
5854
5854
|
editable: boolean;
|
|
5855
5855
|
} | {
|
|
@@ -5864,7 +5864,6 @@ export declare const nativeActivitySchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
5864
5864
|
label: string;
|
|
5865
5865
|
} | {
|
|
5866
5866
|
type: "token_address";
|
|
5867
|
-
label: string;
|
|
5868
5867
|
token: {
|
|
5869
5868
|
name: string;
|
|
5870
5869
|
address: string;
|
|
@@ -5874,6 +5873,7 @@ export declare const nativeActivitySchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
5874
5873
|
decimals?: number | undefined;
|
|
5875
5874
|
iconUrl?: string | undefined;
|
|
5876
5875
|
};
|
|
5876
|
+
label: string;
|
|
5877
5877
|
} | {
|
|
5878
5878
|
type: "calldata";
|
|
5879
5879
|
calldata: string[];
|
|
@@ -5885,7 +5885,6 @@ export declare const nativeActivitySchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
5885
5885
|
text: string;
|
|
5886
5886
|
} | {
|
|
5887
5887
|
type: "nft";
|
|
5888
|
-
label: string;
|
|
5889
5888
|
token: {
|
|
5890
5889
|
name: string;
|
|
5891
5890
|
address: string;
|
|
@@ -5895,11 +5894,11 @@ export declare const nativeActivitySchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
5895
5894
|
decimals?: number | undefined;
|
|
5896
5895
|
iconUrl?: string | undefined;
|
|
5897
5896
|
};
|
|
5897
|
+
label: string;
|
|
5898
5898
|
})[];
|
|
5899
5899
|
defaultProperties?: ({
|
|
5900
5900
|
type: "amount";
|
|
5901
5901
|
amount: string;
|
|
5902
|
-
label: string;
|
|
5903
5902
|
token: {
|
|
5904
5903
|
name: string;
|
|
5905
5904
|
address: string;
|
|
@@ -5909,6 +5908,7 @@ export declare const nativeActivitySchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
5909
5908
|
decimals?: number | undefined;
|
|
5910
5909
|
iconUrl?: string | undefined;
|
|
5911
5910
|
};
|
|
5911
|
+
label: string;
|
|
5912
5912
|
usd: string;
|
|
5913
5913
|
editable: boolean;
|
|
5914
5914
|
} | {
|
|
@@ -5923,7 +5923,6 @@ export declare const nativeActivitySchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
5923
5923
|
label: string;
|
|
5924
5924
|
} | {
|
|
5925
5925
|
type: "token_address";
|
|
5926
|
-
label: string;
|
|
5927
5926
|
token: {
|
|
5928
5927
|
name: string;
|
|
5929
5928
|
address: string;
|
|
@@ -5933,6 +5932,7 @@ export declare const nativeActivitySchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
5933
5932
|
decimals?: number | undefined;
|
|
5934
5933
|
iconUrl?: string | undefined;
|
|
5935
5934
|
};
|
|
5935
|
+
label: string;
|
|
5936
5936
|
} | {
|
|
5937
5937
|
type: "calldata";
|
|
5938
5938
|
calldata: string[];
|
|
@@ -5944,7 +5944,6 @@ export declare const nativeActivitySchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
5944
5944
|
text: string;
|
|
5945
5945
|
} | {
|
|
5946
5946
|
type: "nft";
|
|
5947
|
-
label: string;
|
|
5948
5947
|
token: {
|
|
5949
5948
|
name: string;
|
|
5950
5949
|
address: string;
|
|
@@ -5954,13 +5953,13 @@ export declare const nativeActivitySchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
5954
5953
|
decimals?: number | undefined;
|
|
5955
5954
|
iconUrl?: string | undefined;
|
|
5956
5955
|
};
|
|
5956
|
+
label: string;
|
|
5957
5957
|
})[] | undefined;
|
|
5958
5958
|
}, {
|
|
5959
5959
|
name: string;
|
|
5960
5960
|
properties: ({
|
|
5961
5961
|
type: "amount";
|
|
5962
5962
|
amount: string;
|
|
5963
|
-
label: string;
|
|
5964
5963
|
token: {
|
|
5965
5964
|
name: string;
|
|
5966
5965
|
address: string;
|
|
@@ -5970,6 +5969,7 @@ export declare const nativeActivitySchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
5970
5969
|
decimals?: number | undefined;
|
|
5971
5970
|
iconUrl?: string | undefined;
|
|
5972
5971
|
};
|
|
5972
|
+
label: string;
|
|
5973
5973
|
usd: string;
|
|
5974
5974
|
editable: boolean;
|
|
5975
5975
|
} | {
|
|
@@ -5984,7 +5984,6 @@ export declare const nativeActivitySchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
5984
5984
|
label: string;
|
|
5985
5985
|
} | {
|
|
5986
5986
|
type: "token_address";
|
|
5987
|
-
label: string;
|
|
5988
5987
|
token: {
|
|
5989
5988
|
name: string;
|
|
5990
5989
|
address: string;
|
|
@@ -5994,6 +5993,7 @@ export declare const nativeActivitySchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
5994
5993
|
decimals?: number | undefined;
|
|
5995
5994
|
iconUrl?: string | undefined;
|
|
5996
5995
|
};
|
|
5996
|
+
label: string;
|
|
5997
5997
|
} | {
|
|
5998
5998
|
type: "calldata";
|
|
5999
5999
|
calldata: string[];
|
|
@@ -6005,7 +6005,6 @@ export declare const nativeActivitySchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
6005
6005
|
text: string;
|
|
6006
6006
|
} | {
|
|
6007
6007
|
type: "nft";
|
|
6008
|
-
label: string;
|
|
6009
6008
|
token: {
|
|
6010
6009
|
name: string;
|
|
6011
6010
|
address: string;
|
|
@@ -6015,11 +6014,11 @@ export declare const nativeActivitySchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
6015
6014
|
decimals?: number | undefined;
|
|
6016
6015
|
iconUrl?: string | undefined;
|
|
6017
6016
|
};
|
|
6017
|
+
label: string;
|
|
6018
6018
|
})[];
|
|
6019
6019
|
defaultProperties?: ({
|
|
6020
6020
|
type: "amount";
|
|
6021
6021
|
amount: string;
|
|
6022
|
-
label: string;
|
|
6023
6022
|
token: {
|
|
6024
6023
|
name: string;
|
|
6025
6024
|
address: string;
|
|
@@ -6029,6 +6028,7 @@ export declare const nativeActivitySchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
6029
6028
|
decimals?: number | undefined;
|
|
6030
6029
|
iconUrl?: string | undefined;
|
|
6031
6030
|
};
|
|
6031
|
+
label: string;
|
|
6032
6032
|
usd: string;
|
|
6033
6033
|
editable: boolean;
|
|
6034
6034
|
} | {
|
|
@@ -6043,7 +6043,6 @@ export declare const nativeActivitySchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
6043
6043
|
label: string;
|
|
6044
6044
|
} | {
|
|
6045
6045
|
type: "token_address";
|
|
6046
|
-
label: string;
|
|
6047
6046
|
token: {
|
|
6048
6047
|
name: string;
|
|
6049
6048
|
address: string;
|
|
@@ -6053,6 +6052,7 @@ export declare const nativeActivitySchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
6053
6052
|
decimals?: number | undefined;
|
|
6054
6053
|
iconUrl?: string | undefined;
|
|
6055
6054
|
};
|
|
6055
|
+
label: string;
|
|
6056
6056
|
} | {
|
|
6057
6057
|
type: "calldata";
|
|
6058
6058
|
calldata: string[];
|
|
@@ -6064,7 +6064,6 @@ export declare const nativeActivitySchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
6064
6064
|
text: string;
|
|
6065
6065
|
} | {
|
|
6066
6066
|
type: "nft";
|
|
6067
|
-
label: string;
|
|
6068
6067
|
token: {
|
|
6069
6068
|
name: string;
|
|
6070
6069
|
address: string;
|
|
@@ -6074,6 +6073,7 @@ export declare const nativeActivitySchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
6074
6073
|
decimals?: number | undefined;
|
|
6075
6074
|
iconUrl?: string | undefined;
|
|
6076
6075
|
};
|
|
6076
|
+
label: string;
|
|
6077
6077
|
})[] | undefined;
|
|
6078
6078
|
}>, "many">>;
|
|
6079
6079
|
title: z.ZodOptional<z.ZodString>;
|
|
@@ -6165,12 +6165,6 @@ export declare const nativeActivitySchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
6165
6165
|
transaction: {
|
|
6166
6166
|
hash: string;
|
|
6167
6167
|
};
|
|
6168
|
-
meta?: {
|
|
6169
|
-
icon?: string | undefined;
|
|
6170
|
-
title?: string | undefined;
|
|
6171
|
-
shortTitle?: string | undefined;
|
|
6172
|
-
subtitle?: string | undefined;
|
|
6173
|
-
} | undefined;
|
|
6174
6168
|
fees?: {
|
|
6175
6169
|
type: string;
|
|
6176
6170
|
to: `0x${string}`;
|
|
@@ -6222,7 +6216,6 @@ export declare const nativeActivitySchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
6222
6216
|
properties: ({
|
|
6223
6217
|
type: "amount";
|
|
6224
6218
|
amount: string;
|
|
6225
|
-
label: string;
|
|
6226
6219
|
token: {
|
|
6227
6220
|
name: string;
|
|
6228
6221
|
address: string;
|
|
@@ -6232,6 +6225,7 @@ export declare const nativeActivitySchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
6232
6225
|
decimals?: number | undefined;
|
|
6233
6226
|
iconUrl?: string | undefined;
|
|
6234
6227
|
};
|
|
6228
|
+
label: string;
|
|
6235
6229
|
usd: string;
|
|
6236
6230
|
editable: boolean;
|
|
6237
6231
|
} | {
|
|
@@ -6246,7 +6240,6 @@ export declare const nativeActivitySchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
6246
6240
|
label: string;
|
|
6247
6241
|
} | {
|
|
6248
6242
|
type: "token_address";
|
|
6249
|
-
label: string;
|
|
6250
6243
|
token: {
|
|
6251
6244
|
name: string;
|
|
6252
6245
|
address: string;
|
|
@@ -6256,6 +6249,7 @@ export declare const nativeActivitySchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
6256
6249
|
decimals?: number | undefined;
|
|
6257
6250
|
iconUrl?: string | undefined;
|
|
6258
6251
|
};
|
|
6252
|
+
label: string;
|
|
6259
6253
|
} | {
|
|
6260
6254
|
type: "calldata";
|
|
6261
6255
|
calldata: string[];
|
|
@@ -6267,7 +6261,6 @@ export declare const nativeActivitySchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
6267
6261
|
text: string;
|
|
6268
6262
|
} | {
|
|
6269
6263
|
type: "nft";
|
|
6270
|
-
label: string;
|
|
6271
6264
|
token: {
|
|
6272
6265
|
name: string;
|
|
6273
6266
|
address: string;
|
|
@@ -6277,11 +6270,11 @@ export declare const nativeActivitySchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
6277
6270
|
decimals?: number | undefined;
|
|
6278
6271
|
iconUrl?: string | undefined;
|
|
6279
6272
|
};
|
|
6273
|
+
label: string;
|
|
6280
6274
|
})[];
|
|
6281
6275
|
defaultProperties?: ({
|
|
6282
6276
|
type: "amount";
|
|
6283
6277
|
amount: string;
|
|
6284
|
-
label: string;
|
|
6285
6278
|
token: {
|
|
6286
6279
|
name: string;
|
|
6287
6280
|
address: string;
|
|
@@ -6291,6 +6284,7 @@ export declare const nativeActivitySchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
6291
6284
|
decimals?: number | undefined;
|
|
6292
6285
|
iconUrl?: string | undefined;
|
|
6293
6286
|
};
|
|
6287
|
+
label: string;
|
|
6294
6288
|
usd: string;
|
|
6295
6289
|
editable: boolean;
|
|
6296
6290
|
} | {
|
|
@@ -6305,7 +6299,6 @@ export declare const nativeActivitySchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
6305
6299
|
label: string;
|
|
6306
6300
|
} | {
|
|
6307
6301
|
type: "token_address";
|
|
6308
|
-
label: string;
|
|
6309
6302
|
token: {
|
|
6310
6303
|
name: string;
|
|
6311
6304
|
address: string;
|
|
@@ -6315,6 +6308,7 @@ export declare const nativeActivitySchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
6315
6308
|
decimals?: number | undefined;
|
|
6316
6309
|
iconUrl?: string | undefined;
|
|
6317
6310
|
};
|
|
6311
|
+
label: string;
|
|
6318
6312
|
} | {
|
|
6319
6313
|
type: "calldata";
|
|
6320
6314
|
calldata: string[];
|
|
@@ -6326,7 +6320,6 @@ export declare const nativeActivitySchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
6326
6320
|
text: string;
|
|
6327
6321
|
} | {
|
|
6328
6322
|
type: "nft";
|
|
6329
|
-
label: string;
|
|
6330
6323
|
token: {
|
|
6331
6324
|
name: string;
|
|
6332
6325
|
address: string;
|
|
@@ -6336,11 +6329,18 @@ export declare const nativeActivitySchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
6336
6329
|
decimals?: number | undefined;
|
|
6337
6330
|
iconUrl?: string | undefined;
|
|
6338
6331
|
};
|
|
6332
|
+
label: string;
|
|
6339
6333
|
})[] | undefined;
|
|
6340
6334
|
}[] | undefined;
|
|
6341
6335
|
multisigDetails?: {
|
|
6342
6336
|
signers: `0x${string}`[];
|
|
6343
6337
|
} | undefined;
|
|
6338
|
+
meta?: {
|
|
6339
|
+
icon?: string | undefined;
|
|
6340
|
+
title?: string | undefined;
|
|
6341
|
+
shortTitle?: string | undefined;
|
|
6342
|
+
subtitle?: string | undefined;
|
|
6343
|
+
} | undefined;
|
|
6344
6344
|
}, {
|
|
6345
6345
|
status: "rejected" | "pending" | "success" | "failure" | "cancelled" | "queued";
|
|
6346
6346
|
type: "native";
|
|
@@ -6349,12 +6349,6 @@ export declare const nativeActivitySchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
6349
6349
|
transaction: {
|
|
6350
6350
|
hash: string;
|
|
6351
6351
|
};
|
|
6352
|
-
meta?: {
|
|
6353
|
-
icon?: string | undefined;
|
|
6354
|
-
title?: string | undefined;
|
|
6355
|
-
shortTitle?: string | undefined;
|
|
6356
|
-
subtitle?: string | undefined;
|
|
6357
|
-
} | undefined;
|
|
6358
6352
|
fees?: {
|
|
6359
6353
|
type: string;
|
|
6360
6354
|
to: string;
|
|
@@ -6406,7 +6400,6 @@ export declare const nativeActivitySchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
6406
6400
|
properties: ({
|
|
6407
6401
|
type: "amount";
|
|
6408
6402
|
amount: string;
|
|
6409
|
-
label: string;
|
|
6410
6403
|
token: {
|
|
6411
6404
|
name: string;
|
|
6412
6405
|
address: string;
|
|
@@ -6416,6 +6409,7 @@ export declare const nativeActivitySchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
6416
6409
|
decimals?: number | undefined;
|
|
6417
6410
|
iconUrl?: string | undefined;
|
|
6418
6411
|
};
|
|
6412
|
+
label: string;
|
|
6419
6413
|
usd: string;
|
|
6420
6414
|
editable: boolean;
|
|
6421
6415
|
} | {
|
|
@@ -6430,7 +6424,6 @@ export declare const nativeActivitySchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
6430
6424
|
label: string;
|
|
6431
6425
|
} | {
|
|
6432
6426
|
type: "token_address";
|
|
6433
|
-
label: string;
|
|
6434
6427
|
token: {
|
|
6435
6428
|
name: string;
|
|
6436
6429
|
address: string;
|
|
@@ -6440,6 +6433,7 @@ export declare const nativeActivitySchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
6440
6433
|
decimals?: number | undefined;
|
|
6441
6434
|
iconUrl?: string | undefined;
|
|
6442
6435
|
};
|
|
6436
|
+
label: string;
|
|
6443
6437
|
} | {
|
|
6444
6438
|
type: "calldata";
|
|
6445
6439
|
calldata: string[];
|
|
@@ -6451,7 +6445,6 @@ export declare const nativeActivitySchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
6451
6445
|
text: string;
|
|
6452
6446
|
} | {
|
|
6453
6447
|
type: "nft";
|
|
6454
|
-
label: string;
|
|
6455
6448
|
token: {
|
|
6456
6449
|
name: string;
|
|
6457
6450
|
address: string;
|
|
@@ -6461,11 +6454,11 @@ export declare const nativeActivitySchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
6461
6454
|
decimals?: number | undefined;
|
|
6462
6455
|
iconUrl?: string | undefined;
|
|
6463
6456
|
};
|
|
6457
|
+
label: string;
|
|
6464
6458
|
})[];
|
|
6465
6459
|
defaultProperties?: ({
|
|
6466
6460
|
type: "amount";
|
|
6467
6461
|
amount: string;
|
|
6468
|
-
label: string;
|
|
6469
6462
|
token: {
|
|
6470
6463
|
name: string;
|
|
6471
6464
|
address: string;
|
|
@@ -6475,6 +6468,7 @@ export declare const nativeActivitySchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
6475
6468
|
decimals?: number | undefined;
|
|
6476
6469
|
iconUrl?: string | undefined;
|
|
6477
6470
|
};
|
|
6471
|
+
label: string;
|
|
6478
6472
|
usd: string;
|
|
6479
6473
|
editable: boolean;
|
|
6480
6474
|
} | {
|
|
@@ -6489,7 +6483,6 @@ export declare const nativeActivitySchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
6489
6483
|
label: string;
|
|
6490
6484
|
} | {
|
|
6491
6485
|
type: "token_address";
|
|
6492
|
-
label: string;
|
|
6493
6486
|
token: {
|
|
6494
6487
|
name: string;
|
|
6495
6488
|
address: string;
|
|
@@ -6499,6 +6492,7 @@ export declare const nativeActivitySchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
6499
6492
|
decimals?: number | undefined;
|
|
6500
6493
|
iconUrl?: string | undefined;
|
|
6501
6494
|
};
|
|
6495
|
+
label: string;
|
|
6502
6496
|
} | {
|
|
6503
6497
|
type: "calldata";
|
|
6504
6498
|
calldata: string[];
|
|
@@ -6510,7 +6504,6 @@ export declare const nativeActivitySchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
6510
6504
|
text: string;
|
|
6511
6505
|
} | {
|
|
6512
6506
|
type: "nft";
|
|
6513
|
-
label: string;
|
|
6514
6507
|
token: {
|
|
6515
6508
|
name: string;
|
|
6516
6509
|
address: string;
|
|
@@ -6520,11 +6513,18 @@ export declare const nativeActivitySchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
6520
6513
|
decimals?: number | undefined;
|
|
6521
6514
|
iconUrl?: string | undefined;
|
|
6522
6515
|
};
|
|
6516
|
+
label: string;
|
|
6523
6517
|
})[] | undefined;
|
|
6524
6518
|
}[] | undefined;
|
|
6525
6519
|
multisigDetails?: {
|
|
6526
6520
|
signers: string[];
|
|
6527
6521
|
} | undefined;
|
|
6522
|
+
meta?: {
|
|
6523
|
+
icon?: string | undefined;
|
|
6524
|
+
title?: string | undefined;
|
|
6525
|
+
shortTitle?: string | undefined;
|
|
6526
|
+
subtitle?: string | undefined;
|
|
6527
|
+
} | undefined;
|
|
6528
6528
|
}>;
|
|
6529
6529
|
export type NativeActivity = z.infer<typeof nativeActivitySchema>;
|
|
6530
6530
|
export type AnyActivity = Activity | NativeActivity;
|
|
@@ -7895,7 +7895,6 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
|
|
|
7895
7895
|
}, "strip", z.ZodTypeAny, {
|
|
7896
7896
|
type: "amount";
|
|
7897
7897
|
amount: string;
|
|
7898
|
-
label: string;
|
|
7899
7898
|
token: {
|
|
7900
7899
|
name: string;
|
|
7901
7900
|
address: string;
|
|
@@ -7905,12 +7904,12 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
|
|
|
7905
7904
|
decimals?: number | undefined;
|
|
7906
7905
|
iconUrl?: string | undefined;
|
|
7907
7906
|
};
|
|
7907
|
+
label: string;
|
|
7908
7908
|
usd: string;
|
|
7909
7909
|
editable: boolean;
|
|
7910
7910
|
}, {
|
|
7911
7911
|
type: "amount";
|
|
7912
7912
|
amount: string;
|
|
7913
|
-
label: string;
|
|
7914
7913
|
token: {
|
|
7915
7914
|
name: string;
|
|
7916
7915
|
address: string;
|
|
@@ -7920,6 +7919,7 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
|
|
|
7920
7919
|
decimals?: number | undefined;
|
|
7921
7920
|
iconUrl?: string | undefined;
|
|
7922
7921
|
};
|
|
7922
|
+
label: string;
|
|
7923
7923
|
usd: string;
|
|
7924
7924
|
editable: boolean;
|
|
7925
7925
|
}>, z.ZodObject<{
|
|
@@ -7982,7 +7982,6 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
|
|
|
7982
7982
|
}>;
|
|
7983
7983
|
}, "strip", z.ZodTypeAny, {
|
|
7984
7984
|
type: "token_address";
|
|
7985
|
-
label: string;
|
|
7986
7985
|
token: {
|
|
7987
7986
|
name: string;
|
|
7988
7987
|
address: string;
|
|
@@ -7992,9 +7991,9 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
|
|
|
7992
7991
|
decimals?: number | undefined;
|
|
7993
7992
|
iconUrl?: string | undefined;
|
|
7994
7993
|
};
|
|
7994
|
+
label: string;
|
|
7995
7995
|
}, {
|
|
7996
7996
|
type: "token_address";
|
|
7997
|
-
label: string;
|
|
7998
7997
|
token: {
|
|
7999
7998
|
name: string;
|
|
8000
7999
|
address: string;
|
|
@@ -8004,6 +8003,7 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
|
|
|
8004
8003
|
decimals?: number | undefined;
|
|
8005
8004
|
iconUrl?: string | undefined;
|
|
8006
8005
|
};
|
|
8006
|
+
label: string;
|
|
8007
8007
|
}>, z.ZodObject<{
|
|
8008
8008
|
type: z.ZodLiteral<"calldata">;
|
|
8009
8009
|
label: z.ZodString;
|
|
@@ -8061,7 +8061,6 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
|
|
|
8061
8061
|
}>;
|
|
8062
8062
|
}, "strip", z.ZodTypeAny, {
|
|
8063
8063
|
type: "nft";
|
|
8064
|
-
label: string;
|
|
8065
8064
|
token: {
|
|
8066
8065
|
name: string;
|
|
8067
8066
|
address: string;
|
|
@@ -8071,9 +8070,9 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
|
|
|
8071
8070
|
decimals?: number | undefined;
|
|
8072
8071
|
iconUrl?: string | undefined;
|
|
8073
8072
|
};
|
|
8073
|
+
label: string;
|
|
8074
8074
|
}, {
|
|
8075
8075
|
type: "nft";
|
|
8076
|
-
label: string;
|
|
8077
8076
|
token: {
|
|
8078
8077
|
name: string;
|
|
8079
8078
|
address: string;
|
|
@@ -8083,6 +8082,7 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
|
|
|
8083
8082
|
decimals?: number | undefined;
|
|
8084
8083
|
iconUrl?: string | undefined;
|
|
8085
8084
|
};
|
|
8085
|
+
label: string;
|
|
8086
8086
|
}>]>, "many">;
|
|
8087
8087
|
defaultProperties: z.ZodOptional<z.ZodArray<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
8088
8088
|
type: z.ZodLiteral<"amount">;
|
|
@@ -8118,7 +8118,6 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
|
|
|
8118
8118
|
}, "strip", z.ZodTypeAny, {
|
|
8119
8119
|
type: "amount";
|
|
8120
8120
|
amount: string;
|
|
8121
|
-
label: string;
|
|
8122
8121
|
token: {
|
|
8123
8122
|
name: string;
|
|
8124
8123
|
address: string;
|
|
@@ -8128,12 +8127,12 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
|
|
|
8128
8127
|
decimals?: number | undefined;
|
|
8129
8128
|
iconUrl?: string | undefined;
|
|
8130
8129
|
};
|
|
8130
|
+
label: string;
|
|
8131
8131
|
usd: string;
|
|
8132
8132
|
editable: boolean;
|
|
8133
8133
|
}, {
|
|
8134
8134
|
type: "amount";
|
|
8135
8135
|
amount: string;
|
|
8136
|
-
label: string;
|
|
8137
8136
|
token: {
|
|
8138
8137
|
name: string;
|
|
8139
8138
|
address: string;
|
|
@@ -8143,6 +8142,7 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
|
|
|
8143
8142
|
decimals?: number | undefined;
|
|
8144
8143
|
iconUrl?: string | undefined;
|
|
8145
8144
|
};
|
|
8145
|
+
label: string;
|
|
8146
8146
|
usd: string;
|
|
8147
8147
|
editable: boolean;
|
|
8148
8148
|
}>, z.ZodObject<{
|
|
@@ -8205,7 +8205,6 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
|
|
|
8205
8205
|
}>;
|
|
8206
8206
|
}, "strip", z.ZodTypeAny, {
|
|
8207
8207
|
type: "token_address";
|
|
8208
|
-
label: string;
|
|
8209
8208
|
token: {
|
|
8210
8209
|
name: string;
|
|
8211
8210
|
address: string;
|
|
@@ -8215,9 +8214,9 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
|
|
|
8215
8214
|
decimals?: number | undefined;
|
|
8216
8215
|
iconUrl?: string | undefined;
|
|
8217
8216
|
};
|
|
8217
|
+
label: string;
|
|
8218
8218
|
}, {
|
|
8219
8219
|
type: "token_address";
|
|
8220
|
-
label: string;
|
|
8221
8220
|
token: {
|
|
8222
8221
|
name: string;
|
|
8223
8222
|
address: string;
|
|
@@ -8227,6 +8226,7 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
|
|
|
8227
8226
|
decimals?: number | undefined;
|
|
8228
8227
|
iconUrl?: string | undefined;
|
|
8229
8228
|
};
|
|
8229
|
+
label: string;
|
|
8230
8230
|
}>, z.ZodObject<{
|
|
8231
8231
|
type: z.ZodLiteral<"calldata">;
|
|
8232
8232
|
label: z.ZodString;
|
|
@@ -8284,7 +8284,6 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
|
|
|
8284
8284
|
}>;
|
|
8285
8285
|
}, "strip", z.ZodTypeAny, {
|
|
8286
8286
|
type: "nft";
|
|
8287
|
-
label: string;
|
|
8288
8287
|
token: {
|
|
8289
8288
|
name: string;
|
|
8290
8289
|
address: string;
|
|
@@ -8294,9 +8293,9 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
|
|
|
8294
8293
|
decimals?: number | undefined;
|
|
8295
8294
|
iconUrl?: string | undefined;
|
|
8296
8295
|
};
|
|
8296
|
+
label: string;
|
|
8297
8297
|
}, {
|
|
8298
8298
|
type: "nft";
|
|
8299
|
-
label: string;
|
|
8300
8299
|
token: {
|
|
8301
8300
|
name: string;
|
|
8302
8301
|
address: string;
|
|
@@ -8306,13 +8305,13 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
|
|
|
8306
8305
|
decimals?: number | undefined;
|
|
8307
8306
|
iconUrl?: string | undefined;
|
|
8308
8307
|
};
|
|
8308
|
+
label: string;
|
|
8309
8309
|
}>]>, "many">>;
|
|
8310
8310
|
}, "strip", z.ZodTypeAny, {
|
|
8311
8311
|
name: string;
|
|
8312
8312
|
properties: ({
|
|
8313
8313
|
type: "amount";
|
|
8314
8314
|
amount: string;
|
|
8315
|
-
label: string;
|
|
8316
8315
|
token: {
|
|
8317
8316
|
name: string;
|
|
8318
8317
|
address: string;
|
|
@@ -8322,6 +8321,7 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
|
|
|
8322
8321
|
decimals?: number | undefined;
|
|
8323
8322
|
iconUrl?: string | undefined;
|
|
8324
8323
|
};
|
|
8324
|
+
label: string;
|
|
8325
8325
|
usd: string;
|
|
8326
8326
|
editable: boolean;
|
|
8327
8327
|
} | {
|
|
@@ -8336,7 +8336,6 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
|
|
|
8336
8336
|
label: string;
|
|
8337
8337
|
} | {
|
|
8338
8338
|
type: "token_address";
|
|
8339
|
-
label: string;
|
|
8340
8339
|
token: {
|
|
8341
8340
|
name: string;
|
|
8342
8341
|
address: string;
|
|
@@ -8346,6 +8345,7 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
|
|
|
8346
8345
|
decimals?: number | undefined;
|
|
8347
8346
|
iconUrl?: string | undefined;
|
|
8348
8347
|
};
|
|
8348
|
+
label: string;
|
|
8349
8349
|
} | {
|
|
8350
8350
|
type: "calldata";
|
|
8351
8351
|
calldata: string[];
|
|
@@ -8357,7 +8357,6 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
|
|
|
8357
8357
|
text: string;
|
|
8358
8358
|
} | {
|
|
8359
8359
|
type: "nft";
|
|
8360
|
-
label: string;
|
|
8361
8360
|
token: {
|
|
8362
8361
|
name: string;
|
|
8363
8362
|
address: string;
|
|
@@ -8367,11 +8366,11 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
|
|
|
8367
8366
|
decimals?: number | undefined;
|
|
8368
8367
|
iconUrl?: string | undefined;
|
|
8369
8368
|
};
|
|
8369
|
+
label: string;
|
|
8370
8370
|
})[];
|
|
8371
8371
|
defaultProperties?: ({
|
|
8372
8372
|
type: "amount";
|
|
8373
8373
|
amount: string;
|
|
8374
|
-
label: string;
|
|
8375
8374
|
token: {
|
|
8376
8375
|
name: string;
|
|
8377
8376
|
address: string;
|
|
@@ -8381,6 +8380,7 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
|
|
|
8381
8380
|
decimals?: number | undefined;
|
|
8382
8381
|
iconUrl?: string | undefined;
|
|
8383
8382
|
};
|
|
8383
|
+
label: string;
|
|
8384
8384
|
usd: string;
|
|
8385
8385
|
editable: boolean;
|
|
8386
8386
|
} | {
|
|
@@ -8395,7 +8395,6 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
|
|
|
8395
8395
|
label: string;
|
|
8396
8396
|
} | {
|
|
8397
8397
|
type: "token_address";
|
|
8398
|
-
label: string;
|
|
8399
8398
|
token: {
|
|
8400
8399
|
name: string;
|
|
8401
8400
|
address: string;
|
|
@@ -8405,6 +8404,7 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
|
|
|
8405
8404
|
decimals?: number | undefined;
|
|
8406
8405
|
iconUrl?: string | undefined;
|
|
8407
8406
|
};
|
|
8407
|
+
label: string;
|
|
8408
8408
|
} | {
|
|
8409
8409
|
type: "calldata";
|
|
8410
8410
|
calldata: string[];
|
|
@@ -8416,7 +8416,6 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
|
|
|
8416
8416
|
text: string;
|
|
8417
8417
|
} | {
|
|
8418
8418
|
type: "nft";
|
|
8419
|
-
label: string;
|
|
8420
8419
|
token: {
|
|
8421
8420
|
name: string;
|
|
8422
8421
|
address: string;
|
|
@@ -8426,13 +8425,13 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
|
|
|
8426
8425
|
decimals?: number | undefined;
|
|
8427
8426
|
iconUrl?: string | undefined;
|
|
8428
8427
|
};
|
|
8428
|
+
label: string;
|
|
8429
8429
|
})[] | undefined;
|
|
8430
8430
|
}, {
|
|
8431
8431
|
name: string;
|
|
8432
8432
|
properties: ({
|
|
8433
8433
|
type: "amount";
|
|
8434
8434
|
amount: string;
|
|
8435
|
-
label: string;
|
|
8436
8435
|
token: {
|
|
8437
8436
|
name: string;
|
|
8438
8437
|
address: string;
|
|
@@ -8442,6 +8441,7 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
|
|
|
8442
8441
|
decimals?: number | undefined;
|
|
8443
8442
|
iconUrl?: string | undefined;
|
|
8444
8443
|
};
|
|
8444
|
+
label: string;
|
|
8445
8445
|
usd: string;
|
|
8446
8446
|
editable: boolean;
|
|
8447
8447
|
} | {
|
|
@@ -8456,7 +8456,6 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
|
|
|
8456
8456
|
label: string;
|
|
8457
8457
|
} | {
|
|
8458
8458
|
type: "token_address";
|
|
8459
|
-
label: string;
|
|
8460
8459
|
token: {
|
|
8461
8460
|
name: string;
|
|
8462
8461
|
address: string;
|
|
@@ -8466,6 +8465,7 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
|
|
|
8466
8465
|
decimals?: number | undefined;
|
|
8467
8466
|
iconUrl?: string | undefined;
|
|
8468
8467
|
};
|
|
8468
|
+
label: string;
|
|
8469
8469
|
} | {
|
|
8470
8470
|
type: "calldata";
|
|
8471
8471
|
calldata: string[];
|
|
@@ -8477,7 +8477,6 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
|
|
|
8477
8477
|
text: string;
|
|
8478
8478
|
} | {
|
|
8479
8479
|
type: "nft";
|
|
8480
|
-
label: string;
|
|
8481
8480
|
token: {
|
|
8482
8481
|
name: string;
|
|
8483
8482
|
address: string;
|
|
@@ -8487,11 +8486,11 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
|
|
|
8487
8486
|
decimals?: number | undefined;
|
|
8488
8487
|
iconUrl?: string | undefined;
|
|
8489
8488
|
};
|
|
8489
|
+
label: string;
|
|
8490
8490
|
})[];
|
|
8491
8491
|
defaultProperties?: ({
|
|
8492
8492
|
type: "amount";
|
|
8493
8493
|
amount: string;
|
|
8494
|
-
label: string;
|
|
8495
8494
|
token: {
|
|
8496
8495
|
name: string;
|
|
8497
8496
|
address: string;
|
|
@@ -8501,6 +8500,7 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
|
|
|
8501
8500
|
decimals?: number | undefined;
|
|
8502
8501
|
iconUrl?: string | undefined;
|
|
8503
8502
|
};
|
|
8503
|
+
label: string;
|
|
8504
8504
|
usd: string;
|
|
8505
8505
|
editable: boolean;
|
|
8506
8506
|
} | {
|
|
@@ -8515,7 +8515,6 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
|
|
|
8515
8515
|
label: string;
|
|
8516
8516
|
} | {
|
|
8517
8517
|
type: "token_address";
|
|
8518
|
-
label: string;
|
|
8519
8518
|
token: {
|
|
8520
8519
|
name: string;
|
|
8521
8520
|
address: string;
|
|
@@ -8525,6 +8524,7 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
|
|
|
8525
8524
|
decimals?: number | undefined;
|
|
8526
8525
|
iconUrl?: string | undefined;
|
|
8527
8526
|
};
|
|
8527
|
+
label: string;
|
|
8528
8528
|
} | {
|
|
8529
8529
|
type: "calldata";
|
|
8530
8530
|
calldata: string[];
|
|
@@ -8536,7 +8536,6 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
|
|
|
8536
8536
|
text: string;
|
|
8537
8537
|
} | {
|
|
8538
8538
|
type: "nft";
|
|
8539
|
-
label: string;
|
|
8540
8539
|
token: {
|
|
8541
8540
|
name: string;
|
|
8542
8541
|
address: string;
|
|
@@ -8546,6 +8545,7 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
|
|
|
8546
8545
|
decimals?: number | undefined;
|
|
8547
8546
|
iconUrl?: string | undefined;
|
|
8548
8547
|
};
|
|
8548
|
+
label: string;
|
|
8549
8549
|
})[] | undefined;
|
|
8550
8550
|
}>, "many">>;
|
|
8551
8551
|
title: z.ZodOptional<z.ZodString>;
|
|
@@ -8560,6 +8560,8 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
|
|
|
8560
8560
|
status: "pending" | "success" | "failure";
|
|
8561
8561
|
type: "payment" | "approval" | "changePubKey" | "dappInteraction" | "deploy" | "gift" | "multicall" | "security" | "trade";
|
|
8562
8562
|
wallet: `0x${string}`;
|
|
8563
|
+
id: string;
|
|
8564
|
+
group: "security" | "finance";
|
|
8563
8565
|
details: {
|
|
8564
8566
|
type: "deploy";
|
|
8565
8567
|
contractAddress: `0x${string}`;
|
|
@@ -8716,9 +8718,6 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
|
|
|
8716
8718
|
};
|
|
8717
8719
|
}[];
|
|
8718
8720
|
};
|
|
8719
|
-
source: string;
|
|
8720
|
-
id: string;
|
|
8721
|
-
group: "security" | "finance";
|
|
8722
8721
|
transfers: {
|
|
8723
8722
|
type: "payment" | "gasFee";
|
|
8724
8723
|
leg: "credit" | "debit";
|
|
@@ -8737,6 +8736,7 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
|
|
|
8737
8736
|
network: string;
|
|
8738
8737
|
compositeId: string;
|
|
8739
8738
|
txSender: `0x${string}`;
|
|
8739
|
+
source: string;
|
|
8740
8740
|
submitted: number;
|
|
8741
8741
|
lastModified: number;
|
|
8742
8742
|
transaction: {
|
|
@@ -8751,7 +8751,6 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
|
|
|
8751
8751
|
type: "wallet" | "token";
|
|
8752
8752
|
network: "ethereum" | "zksync" | "zksync2" | "starknet";
|
|
8753
8753
|
}[] | null;
|
|
8754
|
-
title?: string | undefined;
|
|
8755
8754
|
fees?: {
|
|
8756
8755
|
type: string;
|
|
8757
8756
|
to: `0x${string}`;
|
|
@@ -8799,7 +8798,6 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
|
|
|
8799
8798
|
properties: ({
|
|
8800
8799
|
type: "amount";
|
|
8801
8800
|
amount: string;
|
|
8802
|
-
label: string;
|
|
8803
8801
|
token: {
|
|
8804
8802
|
name: string;
|
|
8805
8803
|
address: string;
|
|
@@ -8809,6 +8807,7 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
|
|
|
8809
8807
|
decimals?: number | undefined;
|
|
8810
8808
|
iconUrl?: string | undefined;
|
|
8811
8809
|
};
|
|
8810
|
+
label: string;
|
|
8812
8811
|
usd: string;
|
|
8813
8812
|
editable: boolean;
|
|
8814
8813
|
} | {
|
|
@@ -8823,7 +8822,6 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
|
|
|
8823
8822
|
label: string;
|
|
8824
8823
|
} | {
|
|
8825
8824
|
type: "token_address";
|
|
8826
|
-
label: string;
|
|
8827
8825
|
token: {
|
|
8828
8826
|
name: string;
|
|
8829
8827
|
address: string;
|
|
@@ -8833,6 +8831,7 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
|
|
|
8833
8831
|
decimals?: number | undefined;
|
|
8834
8832
|
iconUrl?: string | undefined;
|
|
8835
8833
|
};
|
|
8834
|
+
label: string;
|
|
8836
8835
|
} | {
|
|
8837
8836
|
type: "calldata";
|
|
8838
8837
|
calldata: string[];
|
|
@@ -8844,7 +8843,6 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
|
|
|
8844
8843
|
text: string;
|
|
8845
8844
|
} | {
|
|
8846
8845
|
type: "nft";
|
|
8847
|
-
label: string;
|
|
8848
8846
|
token: {
|
|
8849
8847
|
name: string;
|
|
8850
8848
|
address: string;
|
|
@@ -8854,11 +8852,11 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
|
|
|
8854
8852
|
decimals?: number | undefined;
|
|
8855
8853
|
iconUrl?: string | undefined;
|
|
8856
8854
|
};
|
|
8855
|
+
label: string;
|
|
8857
8856
|
})[];
|
|
8858
8857
|
defaultProperties?: ({
|
|
8859
8858
|
type: "amount";
|
|
8860
8859
|
amount: string;
|
|
8861
|
-
label: string;
|
|
8862
8860
|
token: {
|
|
8863
8861
|
name: string;
|
|
8864
8862
|
address: string;
|
|
@@ -8868,6 +8866,7 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
|
|
|
8868
8866
|
decimals?: number | undefined;
|
|
8869
8867
|
iconUrl?: string | undefined;
|
|
8870
8868
|
};
|
|
8869
|
+
label: string;
|
|
8871
8870
|
usd: string;
|
|
8872
8871
|
editable: boolean;
|
|
8873
8872
|
} | {
|
|
@@ -8882,7 +8881,6 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
|
|
|
8882
8881
|
label: string;
|
|
8883
8882
|
} | {
|
|
8884
8883
|
type: "token_address";
|
|
8885
|
-
label: string;
|
|
8886
8884
|
token: {
|
|
8887
8885
|
name: string;
|
|
8888
8886
|
address: string;
|
|
@@ -8892,6 +8890,7 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
|
|
|
8892
8890
|
decimals?: number | undefined;
|
|
8893
8891
|
iconUrl?: string | undefined;
|
|
8894
8892
|
};
|
|
8893
|
+
label: string;
|
|
8895
8894
|
} | {
|
|
8896
8895
|
type: "calldata";
|
|
8897
8896
|
calldata: string[];
|
|
@@ -8903,7 +8902,6 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
|
|
|
8903
8902
|
text: string;
|
|
8904
8903
|
} | {
|
|
8905
8904
|
type: "nft";
|
|
8906
|
-
label: string;
|
|
8907
8905
|
token: {
|
|
8908
8906
|
name: string;
|
|
8909
8907
|
address: string;
|
|
@@ -8913,8 +8911,10 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
|
|
|
8913
8911
|
decimals?: number | undefined;
|
|
8914
8912
|
iconUrl?: string | undefined;
|
|
8915
8913
|
};
|
|
8914
|
+
label: string;
|
|
8916
8915
|
})[] | undefined;
|
|
8917
8916
|
}[] | undefined;
|
|
8917
|
+
title?: string | undefined;
|
|
8918
8918
|
multisigDetails?: {
|
|
8919
8919
|
signers: `0x${string}`[];
|
|
8920
8920
|
} | undefined;
|
|
@@ -8922,6 +8922,8 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
|
|
|
8922
8922
|
status: "pending" | "success" | "failure";
|
|
8923
8923
|
type: "payment" | "approval" | "changePubKey" | "dappInteraction" | "deploy" | "gift" | "multicall" | "security" | "trade";
|
|
8924
8924
|
wallet: string;
|
|
8925
|
+
id: string;
|
|
8926
|
+
group: "security" | "finance";
|
|
8925
8927
|
details: {
|
|
8926
8928
|
type: "deploy";
|
|
8927
8929
|
contractAddress: string;
|
|
@@ -9078,9 +9080,6 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
|
|
|
9078
9080
|
};
|
|
9079
9081
|
}[];
|
|
9080
9082
|
};
|
|
9081
|
-
source: string;
|
|
9082
|
-
id: string;
|
|
9083
|
-
group: "security" | "finance";
|
|
9084
9083
|
transfers: {
|
|
9085
9084
|
type: "payment" | "gasFee";
|
|
9086
9085
|
leg: "credit" | "debit";
|
|
@@ -9099,6 +9098,7 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
|
|
|
9099
9098
|
network: string;
|
|
9100
9099
|
compositeId: string;
|
|
9101
9100
|
txSender: string;
|
|
9101
|
+
source: string;
|
|
9102
9102
|
submitted: number;
|
|
9103
9103
|
lastModified: number;
|
|
9104
9104
|
transaction: {
|
|
@@ -9113,7 +9113,6 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
|
|
|
9113
9113
|
type: "wallet" | "token";
|
|
9114
9114
|
network: "ethereum" | "zksync" | "zksync2" | "starknet";
|
|
9115
9115
|
}[] | null;
|
|
9116
|
-
title?: string | undefined;
|
|
9117
9116
|
fees?: {
|
|
9118
9117
|
type: string;
|
|
9119
9118
|
to: string;
|
|
@@ -9161,7 +9160,6 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
|
|
|
9161
9160
|
properties: ({
|
|
9162
9161
|
type: "amount";
|
|
9163
9162
|
amount: string;
|
|
9164
|
-
label: string;
|
|
9165
9163
|
token: {
|
|
9166
9164
|
name: string;
|
|
9167
9165
|
address: string;
|
|
@@ -9171,6 +9169,7 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
|
|
|
9171
9169
|
decimals?: number | undefined;
|
|
9172
9170
|
iconUrl?: string | undefined;
|
|
9173
9171
|
};
|
|
9172
|
+
label: string;
|
|
9174
9173
|
usd: string;
|
|
9175
9174
|
editable: boolean;
|
|
9176
9175
|
} | {
|
|
@@ -9185,7 +9184,6 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
|
|
|
9185
9184
|
label: string;
|
|
9186
9185
|
} | {
|
|
9187
9186
|
type: "token_address";
|
|
9188
|
-
label: string;
|
|
9189
9187
|
token: {
|
|
9190
9188
|
name: string;
|
|
9191
9189
|
address: string;
|
|
@@ -9195,6 +9193,7 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
|
|
|
9195
9193
|
decimals?: number | undefined;
|
|
9196
9194
|
iconUrl?: string | undefined;
|
|
9197
9195
|
};
|
|
9196
|
+
label: string;
|
|
9198
9197
|
} | {
|
|
9199
9198
|
type: "calldata";
|
|
9200
9199
|
calldata: string[];
|
|
@@ -9206,7 +9205,6 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
|
|
|
9206
9205
|
text: string;
|
|
9207
9206
|
} | {
|
|
9208
9207
|
type: "nft";
|
|
9209
|
-
label: string;
|
|
9210
9208
|
token: {
|
|
9211
9209
|
name: string;
|
|
9212
9210
|
address: string;
|
|
@@ -9216,11 +9214,11 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
|
|
|
9216
9214
|
decimals?: number | undefined;
|
|
9217
9215
|
iconUrl?: string | undefined;
|
|
9218
9216
|
};
|
|
9217
|
+
label: string;
|
|
9219
9218
|
})[];
|
|
9220
9219
|
defaultProperties?: ({
|
|
9221
9220
|
type: "amount";
|
|
9222
9221
|
amount: string;
|
|
9223
|
-
label: string;
|
|
9224
9222
|
token: {
|
|
9225
9223
|
name: string;
|
|
9226
9224
|
address: string;
|
|
@@ -9230,6 +9228,7 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
|
|
|
9230
9228
|
decimals?: number | undefined;
|
|
9231
9229
|
iconUrl?: string | undefined;
|
|
9232
9230
|
};
|
|
9231
|
+
label: string;
|
|
9233
9232
|
usd: string;
|
|
9234
9233
|
editable: boolean;
|
|
9235
9234
|
} | {
|
|
@@ -9244,7 +9243,6 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
|
|
|
9244
9243
|
label: string;
|
|
9245
9244
|
} | {
|
|
9246
9245
|
type: "token_address";
|
|
9247
|
-
label: string;
|
|
9248
9246
|
token: {
|
|
9249
9247
|
name: string;
|
|
9250
9248
|
address: string;
|
|
@@ -9254,6 +9252,7 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
|
|
|
9254
9252
|
decimals?: number | undefined;
|
|
9255
9253
|
iconUrl?: string | undefined;
|
|
9256
9254
|
};
|
|
9255
|
+
label: string;
|
|
9257
9256
|
} | {
|
|
9258
9257
|
type: "calldata";
|
|
9259
9258
|
calldata: string[];
|
|
@@ -9265,7 +9264,6 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
|
|
|
9265
9264
|
text: string;
|
|
9266
9265
|
} | {
|
|
9267
9266
|
type: "nft";
|
|
9268
|
-
label: string;
|
|
9269
9267
|
token: {
|
|
9270
9268
|
name: string;
|
|
9271
9269
|
address: string;
|
|
@@ -9275,8 +9273,10 @@ export declare const activitiesSchema: z.ZodArray<z.ZodObject<{
|
|
|
9275
9273
|
decimals?: number | undefined;
|
|
9276
9274
|
iconUrl?: string | undefined;
|
|
9277
9275
|
};
|
|
9276
|
+
label: string;
|
|
9278
9277
|
})[] | undefined;
|
|
9279
9278
|
}[] | undefined;
|
|
9279
|
+
title?: string | undefined;
|
|
9280
9280
|
multisigDetails?: {
|
|
9281
9281
|
signers: string[];
|
|
9282
9282
|
} | undefined;
|
|
@@ -10649,7 +10649,6 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
10649
10649
|
}, "strip", z.ZodTypeAny, {
|
|
10650
10650
|
type: "amount";
|
|
10651
10651
|
amount: string;
|
|
10652
|
-
label: string;
|
|
10653
10652
|
token: {
|
|
10654
10653
|
name: string;
|
|
10655
10654
|
address: string;
|
|
@@ -10659,12 +10658,12 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
10659
10658
|
decimals?: number | undefined;
|
|
10660
10659
|
iconUrl?: string | undefined;
|
|
10661
10660
|
};
|
|
10661
|
+
label: string;
|
|
10662
10662
|
usd: string;
|
|
10663
10663
|
editable: boolean;
|
|
10664
10664
|
}, {
|
|
10665
10665
|
type: "amount";
|
|
10666
10666
|
amount: string;
|
|
10667
|
-
label: string;
|
|
10668
10667
|
token: {
|
|
10669
10668
|
name: string;
|
|
10670
10669
|
address: string;
|
|
@@ -10674,6 +10673,7 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
10674
10673
|
decimals?: number | undefined;
|
|
10675
10674
|
iconUrl?: string | undefined;
|
|
10676
10675
|
};
|
|
10676
|
+
label: string;
|
|
10677
10677
|
usd: string;
|
|
10678
10678
|
editable: boolean;
|
|
10679
10679
|
}>, z.ZodObject<{
|
|
@@ -10736,7 +10736,6 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
10736
10736
|
}>;
|
|
10737
10737
|
}, "strip", z.ZodTypeAny, {
|
|
10738
10738
|
type: "token_address";
|
|
10739
|
-
label: string;
|
|
10740
10739
|
token: {
|
|
10741
10740
|
name: string;
|
|
10742
10741
|
address: string;
|
|
@@ -10746,9 +10745,9 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
10746
10745
|
decimals?: number | undefined;
|
|
10747
10746
|
iconUrl?: string | undefined;
|
|
10748
10747
|
};
|
|
10748
|
+
label: string;
|
|
10749
10749
|
}, {
|
|
10750
10750
|
type: "token_address";
|
|
10751
|
-
label: string;
|
|
10752
10751
|
token: {
|
|
10753
10752
|
name: string;
|
|
10754
10753
|
address: string;
|
|
@@ -10758,6 +10757,7 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
10758
10757
|
decimals?: number | undefined;
|
|
10759
10758
|
iconUrl?: string | undefined;
|
|
10760
10759
|
};
|
|
10760
|
+
label: string;
|
|
10761
10761
|
}>, z.ZodObject<{
|
|
10762
10762
|
type: z.ZodLiteral<"calldata">;
|
|
10763
10763
|
label: z.ZodString;
|
|
@@ -10815,7 +10815,6 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
10815
10815
|
}>;
|
|
10816
10816
|
}, "strip", z.ZodTypeAny, {
|
|
10817
10817
|
type: "nft";
|
|
10818
|
-
label: string;
|
|
10819
10818
|
token: {
|
|
10820
10819
|
name: string;
|
|
10821
10820
|
address: string;
|
|
@@ -10825,9 +10824,9 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
10825
10824
|
decimals?: number | undefined;
|
|
10826
10825
|
iconUrl?: string | undefined;
|
|
10827
10826
|
};
|
|
10827
|
+
label: string;
|
|
10828
10828
|
}, {
|
|
10829
10829
|
type: "nft";
|
|
10830
|
-
label: string;
|
|
10831
10830
|
token: {
|
|
10832
10831
|
name: string;
|
|
10833
10832
|
address: string;
|
|
@@ -10837,6 +10836,7 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
10837
10836
|
decimals?: number | undefined;
|
|
10838
10837
|
iconUrl?: string | undefined;
|
|
10839
10838
|
};
|
|
10839
|
+
label: string;
|
|
10840
10840
|
}>]>, "many">;
|
|
10841
10841
|
defaultProperties: z.ZodOptional<z.ZodArray<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
10842
10842
|
type: z.ZodLiteral<"amount">;
|
|
@@ -10872,7 +10872,6 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
10872
10872
|
}, "strip", z.ZodTypeAny, {
|
|
10873
10873
|
type: "amount";
|
|
10874
10874
|
amount: string;
|
|
10875
|
-
label: string;
|
|
10876
10875
|
token: {
|
|
10877
10876
|
name: string;
|
|
10878
10877
|
address: string;
|
|
@@ -10882,12 +10881,12 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
10882
10881
|
decimals?: number | undefined;
|
|
10883
10882
|
iconUrl?: string | undefined;
|
|
10884
10883
|
};
|
|
10884
|
+
label: string;
|
|
10885
10885
|
usd: string;
|
|
10886
10886
|
editable: boolean;
|
|
10887
10887
|
}, {
|
|
10888
10888
|
type: "amount";
|
|
10889
10889
|
amount: string;
|
|
10890
|
-
label: string;
|
|
10891
10890
|
token: {
|
|
10892
10891
|
name: string;
|
|
10893
10892
|
address: string;
|
|
@@ -10897,6 +10896,7 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
10897
10896
|
decimals?: number | undefined;
|
|
10898
10897
|
iconUrl?: string | undefined;
|
|
10899
10898
|
};
|
|
10899
|
+
label: string;
|
|
10900
10900
|
usd: string;
|
|
10901
10901
|
editable: boolean;
|
|
10902
10902
|
}>, z.ZodObject<{
|
|
@@ -10959,7 +10959,6 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
10959
10959
|
}>;
|
|
10960
10960
|
}, "strip", z.ZodTypeAny, {
|
|
10961
10961
|
type: "token_address";
|
|
10962
|
-
label: string;
|
|
10963
10962
|
token: {
|
|
10964
10963
|
name: string;
|
|
10965
10964
|
address: string;
|
|
@@ -10969,9 +10968,9 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
10969
10968
|
decimals?: number | undefined;
|
|
10970
10969
|
iconUrl?: string | undefined;
|
|
10971
10970
|
};
|
|
10971
|
+
label: string;
|
|
10972
10972
|
}, {
|
|
10973
10973
|
type: "token_address";
|
|
10974
|
-
label: string;
|
|
10975
10974
|
token: {
|
|
10976
10975
|
name: string;
|
|
10977
10976
|
address: string;
|
|
@@ -10981,6 +10980,7 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
10981
10980
|
decimals?: number | undefined;
|
|
10982
10981
|
iconUrl?: string | undefined;
|
|
10983
10982
|
};
|
|
10983
|
+
label: string;
|
|
10984
10984
|
}>, z.ZodObject<{
|
|
10985
10985
|
type: z.ZodLiteral<"calldata">;
|
|
10986
10986
|
label: z.ZodString;
|
|
@@ -11038,7 +11038,6 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
11038
11038
|
}>;
|
|
11039
11039
|
}, "strip", z.ZodTypeAny, {
|
|
11040
11040
|
type: "nft";
|
|
11041
|
-
label: string;
|
|
11042
11041
|
token: {
|
|
11043
11042
|
name: string;
|
|
11044
11043
|
address: string;
|
|
@@ -11048,9 +11047,9 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
11048
11047
|
decimals?: number | undefined;
|
|
11049
11048
|
iconUrl?: string | undefined;
|
|
11050
11049
|
};
|
|
11050
|
+
label: string;
|
|
11051
11051
|
}, {
|
|
11052
11052
|
type: "nft";
|
|
11053
|
-
label: string;
|
|
11054
11053
|
token: {
|
|
11055
11054
|
name: string;
|
|
11056
11055
|
address: string;
|
|
@@ -11060,13 +11059,13 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
11060
11059
|
decimals?: number | undefined;
|
|
11061
11060
|
iconUrl?: string | undefined;
|
|
11062
11061
|
};
|
|
11062
|
+
label: string;
|
|
11063
11063
|
}>]>, "many">>;
|
|
11064
11064
|
}, "strip", z.ZodTypeAny, {
|
|
11065
11065
|
name: string;
|
|
11066
11066
|
properties: ({
|
|
11067
11067
|
type: "amount";
|
|
11068
11068
|
amount: string;
|
|
11069
|
-
label: string;
|
|
11070
11069
|
token: {
|
|
11071
11070
|
name: string;
|
|
11072
11071
|
address: string;
|
|
@@ -11076,6 +11075,7 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
11076
11075
|
decimals?: number | undefined;
|
|
11077
11076
|
iconUrl?: string | undefined;
|
|
11078
11077
|
};
|
|
11078
|
+
label: string;
|
|
11079
11079
|
usd: string;
|
|
11080
11080
|
editable: boolean;
|
|
11081
11081
|
} | {
|
|
@@ -11090,7 +11090,6 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
11090
11090
|
label: string;
|
|
11091
11091
|
} | {
|
|
11092
11092
|
type: "token_address";
|
|
11093
|
-
label: string;
|
|
11094
11093
|
token: {
|
|
11095
11094
|
name: string;
|
|
11096
11095
|
address: string;
|
|
@@ -11100,6 +11099,7 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
11100
11099
|
decimals?: number | undefined;
|
|
11101
11100
|
iconUrl?: string | undefined;
|
|
11102
11101
|
};
|
|
11102
|
+
label: string;
|
|
11103
11103
|
} | {
|
|
11104
11104
|
type: "calldata";
|
|
11105
11105
|
calldata: string[];
|
|
@@ -11111,7 +11111,6 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
11111
11111
|
text: string;
|
|
11112
11112
|
} | {
|
|
11113
11113
|
type: "nft";
|
|
11114
|
-
label: string;
|
|
11115
11114
|
token: {
|
|
11116
11115
|
name: string;
|
|
11117
11116
|
address: string;
|
|
@@ -11121,11 +11120,11 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
11121
11120
|
decimals?: number | undefined;
|
|
11122
11121
|
iconUrl?: string | undefined;
|
|
11123
11122
|
};
|
|
11123
|
+
label: string;
|
|
11124
11124
|
})[];
|
|
11125
11125
|
defaultProperties?: ({
|
|
11126
11126
|
type: "amount";
|
|
11127
11127
|
amount: string;
|
|
11128
|
-
label: string;
|
|
11129
11128
|
token: {
|
|
11130
11129
|
name: string;
|
|
11131
11130
|
address: string;
|
|
@@ -11135,6 +11134,7 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
11135
11134
|
decimals?: number | undefined;
|
|
11136
11135
|
iconUrl?: string | undefined;
|
|
11137
11136
|
};
|
|
11137
|
+
label: string;
|
|
11138
11138
|
usd: string;
|
|
11139
11139
|
editable: boolean;
|
|
11140
11140
|
} | {
|
|
@@ -11149,7 +11149,6 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
11149
11149
|
label: string;
|
|
11150
11150
|
} | {
|
|
11151
11151
|
type: "token_address";
|
|
11152
|
-
label: string;
|
|
11153
11152
|
token: {
|
|
11154
11153
|
name: string;
|
|
11155
11154
|
address: string;
|
|
@@ -11159,6 +11158,7 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
11159
11158
|
decimals?: number | undefined;
|
|
11160
11159
|
iconUrl?: string | undefined;
|
|
11161
11160
|
};
|
|
11161
|
+
label: string;
|
|
11162
11162
|
} | {
|
|
11163
11163
|
type: "calldata";
|
|
11164
11164
|
calldata: string[];
|
|
@@ -11170,7 +11170,6 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
11170
11170
|
text: string;
|
|
11171
11171
|
} | {
|
|
11172
11172
|
type: "nft";
|
|
11173
|
-
label: string;
|
|
11174
11173
|
token: {
|
|
11175
11174
|
name: string;
|
|
11176
11175
|
address: string;
|
|
@@ -11180,13 +11179,13 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
11180
11179
|
decimals?: number | undefined;
|
|
11181
11180
|
iconUrl?: string | undefined;
|
|
11182
11181
|
};
|
|
11182
|
+
label: string;
|
|
11183
11183
|
})[] | undefined;
|
|
11184
11184
|
}, {
|
|
11185
11185
|
name: string;
|
|
11186
11186
|
properties: ({
|
|
11187
11187
|
type: "amount";
|
|
11188
11188
|
amount: string;
|
|
11189
|
-
label: string;
|
|
11190
11189
|
token: {
|
|
11191
11190
|
name: string;
|
|
11192
11191
|
address: string;
|
|
@@ -11196,6 +11195,7 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
11196
11195
|
decimals?: number | undefined;
|
|
11197
11196
|
iconUrl?: string | undefined;
|
|
11198
11197
|
};
|
|
11198
|
+
label: string;
|
|
11199
11199
|
usd: string;
|
|
11200
11200
|
editable: boolean;
|
|
11201
11201
|
} | {
|
|
@@ -11210,7 +11210,6 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
11210
11210
|
label: string;
|
|
11211
11211
|
} | {
|
|
11212
11212
|
type: "token_address";
|
|
11213
|
-
label: string;
|
|
11214
11213
|
token: {
|
|
11215
11214
|
name: string;
|
|
11216
11215
|
address: string;
|
|
@@ -11220,6 +11219,7 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
11220
11219
|
decimals?: number | undefined;
|
|
11221
11220
|
iconUrl?: string | undefined;
|
|
11222
11221
|
};
|
|
11222
|
+
label: string;
|
|
11223
11223
|
} | {
|
|
11224
11224
|
type: "calldata";
|
|
11225
11225
|
calldata: string[];
|
|
@@ -11231,7 +11231,6 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
11231
11231
|
text: string;
|
|
11232
11232
|
} | {
|
|
11233
11233
|
type: "nft";
|
|
11234
|
-
label: string;
|
|
11235
11234
|
token: {
|
|
11236
11235
|
name: string;
|
|
11237
11236
|
address: string;
|
|
@@ -11241,11 +11240,11 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
11241
11240
|
decimals?: number | undefined;
|
|
11242
11241
|
iconUrl?: string | undefined;
|
|
11243
11242
|
};
|
|
11243
|
+
label: string;
|
|
11244
11244
|
})[];
|
|
11245
11245
|
defaultProperties?: ({
|
|
11246
11246
|
type: "amount";
|
|
11247
11247
|
amount: string;
|
|
11248
|
-
label: string;
|
|
11249
11248
|
token: {
|
|
11250
11249
|
name: string;
|
|
11251
11250
|
address: string;
|
|
@@ -11255,6 +11254,7 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
11255
11254
|
decimals?: number | undefined;
|
|
11256
11255
|
iconUrl?: string | undefined;
|
|
11257
11256
|
};
|
|
11257
|
+
label: string;
|
|
11258
11258
|
usd: string;
|
|
11259
11259
|
editable: boolean;
|
|
11260
11260
|
} | {
|
|
@@ -11269,7 +11269,6 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
11269
11269
|
label: string;
|
|
11270
11270
|
} | {
|
|
11271
11271
|
type: "token_address";
|
|
11272
|
-
label: string;
|
|
11273
11272
|
token: {
|
|
11274
11273
|
name: string;
|
|
11275
11274
|
address: string;
|
|
@@ -11279,6 +11278,7 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
11279
11278
|
decimals?: number | undefined;
|
|
11280
11279
|
iconUrl?: string | undefined;
|
|
11281
11280
|
};
|
|
11281
|
+
label: string;
|
|
11282
11282
|
} | {
|
|
11283
11283
|
type: "calldata";
|
|
11284
11284
|
calldata: string[];
|
|
@@ -11290,7 +11290,6 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
11290
11290
|
text: string;
|
|
11291
11291
|
} | {
|
|
11292
11292
|
type: "nft";
|
|
11293
|
-
label: string;
|
|
11294
11293
|
token: {
|
|
11295
11294
|
name: string;
|
|
11296
11295
|
address: string;
|
|
@@ -11300,6 +11299,7 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
11300
11299
|
decimals?: number | undefined;
|
|
11301
11300
|
iconUrl?: string | undefined;
|
|
11302
11301
|
};
|
|
11302
|
+
label: string;
|
|
11303
11303
|
})[] | undefined;
|
|
11304
11304
|
}>, "many">>;
|
|
11305
11305
|
title: z.ZodOptional<z.ZodString>;
|
|
@@ -11314,6 +11314,8 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
11314
11314
|
status: "pending" | "success" | "failure";
|
|
11315
11315
|
type: "payment" | "approval" | "changePubKey" | "dappInteraction" | "deploy" | "gift" | "multicall" | "security" | "trade";
|
|
11316
11316
|
wallet: `0x${string}`;
|
|
11317
|
+
id: string;
|
|
11318
|
+
group: "security" | "finance";
|
|
11317
11319
|
details: {
|
|
11318
11320
|
type: "deploy";
|
|
11319
11321
|
contractAddress: `0x${string}`;
|
|
@@ -11470,9 +11472,6 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
11470
11472
|
};
|
|
11471
11473
|
}[];
|
|
11472
11474
|
};
|
|
11473
|
-
source: string;
|
|
11474
|
-
id: string;
|
|
11475
|
-
group: "security" | "finance";
|
|
11476
11475
|
transfers: {
|
|
11477
11476
|
type: "payment" | "gasFee";
|
|
11478
11477
|
leg: "credit" | "debit";
|
|
@@ -11491,6 +11490,7 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
11491
11490
|
network: string;
|
|
11492
11491
|
compositeId: string;
|
|
11493
11492
|
txSender: `0x${string}`;
|
|
11493
|
+
source: string;
|
|
11494
11494
|
submitted: number;
|
|
11495
11495
|
lastModified: number;
|
|
11496
11496
|
transaction: {
|
|
@@ -11505,7 +11505,6 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
11505
11505
|
type: "wallet" | "token";
|
|
11506
11506
|
network: "ethereum" | "zksync" | "zksync2" | "starknet";
|
|
11507
11507
|
}[] | null;
|
|
11508
|
-
title?: string | undefined;
|
|
11509
11508
|
fees?: {
|
|
11510
11509
|
type: string;
|
|
11511
11510
|
to: `0x${string}`;
|
|
@@ -11553,7 +11552,6 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
11553
11552
|
properties: ({
|
|
11554
11553
|
type: "amount";
|
|
11555
11554
|
amount: string;
|
|
11556
|
-
label: string;
|
|
11557
11555
|
token: {
|
|
11558
11556
|
name: string;
|
|
11559
11557
|
address: string;
|
|
@@ -11563,6 +11561,7 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
11563
11561
|
decimals?: number | undefined;
|
|
11564
11562
|
iconUrl?: string | undefined;
|
|
11565
11563
|
};
|
|
11564
|
+
label: string;
|
|
11566
11565
|
usd: string;
|
|
11567
11566
|
editable: boolean;
|
|
11568
11567
|
} | {
|
|
@@ -11577,7 +11576,6 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
11577
11576
|
label: string;
|
|
11578
11577
|
} | {
|
|
11579
11578
|
type: "token_address";
|
|
11580
|
-
label: string;
|
|
11581
11579
|
token: {
|
|
11582
11580
|
name: string;
|
|
11583
11581
|
address: string;
|
|
@@ -11587,6 +11585,7 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
11587
11585
|
decimals?: number | undefined;
|
|
11588
11586
|
iconUrl?: string | undefined;
|
|
11589
11587
|
};
|
|
11588
|
+
label: string;
|
|
11590
11589
|
} | {
|
|
11591
11590
|
type: "calldata";
|
|
11592
11591
|
calldata: string[];
|
|
@@ -11598,7 +11597,6 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
11598
11597
|
text: string;
|
|
11599
11598
|
} | {
|
|
11600
11599
|
type: "nft";
|
|
11601
|
-
label: string;
|
|
11602
11600
|
token: {
|
|
11603
11601
|
name: string;
|
|
11604
11602
|
address: string;
|
|
@@ -11608,11 +11606,11 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
11608
11606
|
decimals?: number | undefined;
|
|
11609
11607
|
iconUrl?: string | undefined;
|
|
11610
11608
|
};
|
|
11609
|
+
label: string;
|
|
11611
11610
|
})[];
|
|
11612
11611
|
defaultProperties?: ({
|
|
11613
11612
|
type: "amount";
|
|
11614
11613
|
amount: string;
|
|
11615
|
-
label: string;
|
|
11616
11614
|
token: {
|
|
11617
11615
|
name: string;
|
|
11618
11616
|
address: string;
|
|
@@ -11622,6 +11620,7 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
11622
11620
|
decimals?: number | undefined;
|
|
11623
11621
|
iconUrl?: string | undefined;
|
|
11624
11622
|
};
|
|
11623
|
+
label: string;
|
|
11625
11624
|
usd: string;
|
|
11626
11625
|
editable: boolean;
|
|
11627
11626
|
} | {
|
|
@@ -11636,7 +11635,6 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
11636
11635
|
label: string;
|
|
11637
11636
|
} | {
|
|
11638
11637
|
type: "token_address";
|
|
11639
|
-
label: string;
|
|
11640
11638
|
token: {
|
|
11641
11639
|
name: string;
|
|
11642
11640
|
address: string;
|
|
@@ -11646,6 +11644,7 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
11646
11644
|
decimals?: number | undefined;
|
|
11647
11645
|
iconUrl?: string | undefined;
|
|
11648
11646
|
};
|
|
11647
|
+
label: string;
|
|
11649
11648
|
} | {
|
|
11650
11649
|
type: "calldata";
|
|
11651
11650
|
calldata: string[];
|
|
@@ -11657,7 +11656,6 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
11657
11656
|
text: string;
|
|
11658
11657
|
} | {
|
|
11659
11658
|
type: "nft";
|
|
11660
|
-
label: string;
|
|
11661
11659
|
token: {
|
|
11662
11660
|
name: string;
|
|
11663
11661
|
address: string;
|
|
@@ -11667,8 +11665,10 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
11667
11665
|
decimals?: number | undefined;
|
|
11668
11666
|
iconUrl?: string | undefined;
|
|
11669
11667
|
};
|
|
11668
|
+
label: string;
|
|
11670
11669
|
})[] | undefined;
|
|
11671
11670
|
}[] | undefined;
|
|
11671
|
+
title?: string | undefined;
|
|
11672
11672
|
multisigDetails?: {
|
|
11673
11673
|
signers: `0x${string}`[];
|
|
11674
11674
|
} | undefined;
|
|
@@ -11676,6 +11676,8 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
11676
11676
|
status: "pending" | "success" | "failure";
|
|
11677
11677
|
type: "payment" | "approval" | "changePubKey" | "dappInteraction" | "deploy" | "gift" | "multicall" | "security" | "trade";
|
|
11678
11678
|
wallet: string;
|
|
11679
|
+
id: string;
|
|
11680
|
+
group: "security" | "finance";
|
|
11679
11681
|
details: {
|
|
11680
11682
|
type: "deploy";
|
|
11681
11683
|
contractAddress: string;
|
|
@@ -11832,9 +11834,6 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
11832
11834
|
};
|
|
11833
11835
|
}[];
|
|
11834
11836
|
};
|
|
11835
|
-
source: string;
|
|
11836
|
-
id: string;
|
|
11837
|
-
group: "security" | "finance";
|
|
11838
11837
|
transfers: {
|
|
11839
11838
|
type: "payment" | "gasFee";
|
|
11840
11839
|
leg: "credit" | "debit";
|
|
@@ -11853,6 +11852,7 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
11853
11852
|
network: string;
|
|
11854
11853
|
compositeId: string;
|
|
11855
11854
|
txSender: string;
|
|
11855
|
+
source: string;
|
|
11856
11856
|
submitted: number;
|
|
11857
11857
|
lastModified: number;
|
|
11858
11858
|
transaction: {
|
|
@@ -11867,7 +11867,6 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
11867
11867
|
type: "wallet" | "token";
|
|
11868
11868
|
network: "ethereum" | "zksync" | "zksync2" | "starknet";
|
|
11869
11869
|
}[] | null;
|
|
11870
|
-
title?: string | undefined;
|
|
11871
11870
|
fees?: {
|
|
11872
11871
|
type: string;
|
|
11873
11872
|
to: string;
|
|
@@ -11915,7 +11914,6 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
11915
11914
|
properties: ({
|
|
11916
11915
|
type: "amount";
|
|
11917
11916
|
amount: string;
|
|
11918
|
-
label: string;
|
|
11919
11917
|
token: {
|
|
11920
11918
|
name: string;
|
|
11921
11919
|
address: string;
|
|
@@ -11925,6 +11923,7 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
11925
11923
|
decimals?: number | undefined;
|
|
11926
11924
|
iconUrl?: string | undefined;
|
|
11927
11925
|
};
|
|
11926
|
+
label: string;
|
|
11928
11927
|
usd: string;
|
|
11929
11928
|
editable: boolean;
|
|
11930
11929
|
} | {
|
|
@@ -11939,7 +11938,6 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
11939
11938
|
label: string;
|
|
11940
11939
|
} | {
|
|
11941
11940
|
type: "token_address";
|
|
11942
|
-
label: string;
|
|
11943
11941
|
token: {
|
|
11944
11942
|
name: string;
|
|
11945
11943
|
address: string;
|
|
@@ -11949,6 +11947,7 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
11949
11947
|
decimals?: number | undefined;
|
|
11950
11948
|
iconUrl?: string | undefined;
|
|
11951
11949
|
};
|
|
11950
|
+
label: string;
|
|
11952
11951
|
} | {
|
|
11953
11952
|
type: "calldata";
|
|
11954
11953
|
calldata: string[];
|
|
@@ -11960,7 +11959,6 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
11960
11959
|
text: string;
|
|
11961
11960
|
} | {
|
|
11962
11961
|
type: "nft";
|
|
11963
|
-
label: string;
|
|
11964
11962
|
token: {
|
|
11965
11963
|
name: string;
|
|
11966
11964
|
address: string;
|
|
@@ -11970,11 +11968,11 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
11970
11968
|
decimals?: number | undefined;
|
|
11971
11969
|
iconUrl?: string | undefined;
|
|
11972
11970
|
};
|
|
11971
|
+
label: string;
|
|
11973
11972
|
})[];
|
|
11974
11973
|
defaultProperties?: ({
|
|
11975
11974
|
type: "amount";
|
|
11976
11975
|
amount: string;
|
|
11977
|
-
label: string;
|
|
11978
11976
|
token: {
|
|
11979
11977
|
name: string;
|
|
11980
11978
|
address: string;
|
|
@@ -11984,6 +11982,7 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
11984
11982
|
decimals?: number | undefined;
|
|
11985
11983
|
iconUrl?: string | undefined;
|
|
11986
11984
|
};
|
|
11985
|
+
label: string;
|
|
11987
11986
|
usd: string;
|
|
11988
11987
|
editable: boolean;
|
|
11989
11988
|
} | {
|
|
@@ -11998,7 +11997,6 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
11998
11997
|
label: string;
|
|
11999
11998
|
} | {
|
|
12000
11999
|
type: "token_address";
|
|
12001
|
-
label: string;
|
|
12002
12000
|
token: {
|
|
12003
12001
|
name: string;
|
|
12004
12002
|
address: string;
|
|
@@ -12008,6 +12006,7 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
12008
12006
|
decimals?: number | undefined;
|
|
12009
12007
|
iconUrl?: string | undefined;
|
|
12010
12008
|
};
|
|
12009
|
+
label: string;
|
|
12011
12010
|
} | {
|
|
12012
12011
|
type: "calldata";
|
|
12013
12012
|
calldata: string[];
|
|
@@ -12019,7 +12018,6 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
12019
12018
|
text: string;
|
|
12020
12019
|
} | {
|
|
12021
12020
|
type: "nft";
|
|
12022
|
-
label: string;
|
|
12023
12021
|
token: {
|
|
12024
12022
|
name: string;
|
|
12025
12023
|
address: string;
|
|
@@ -12029,8 +12027,10 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
12029
12027
|
decimals?: number | undefined;
|
|
12030
12028
|
iconUrl?: string | undefined;
|
|
12031
12029
|
};
|
|
12030
|
+
label: string;
|
|
12032
12031
|
})[] | undefined;
|
|
12033
12032
|
}[] | undefined;
|
|
12033
|
+
title?: string | undefined;
|
|
12034
12034
|
multisigDetails?: {
|
|
12035
12035
|
signers: string[];
|
|
12036
12036
|
} | undefined;
|
|
@@ -12046,6 +12046,8 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
12046
12046
|
status: "pending" | "success" | "failure";
|
|
12047
12047
|
type: "payment" | "approval" | "changePubKey" | "dappInteraction" | "deploy" | "gift" | "multicall" | "security" | "trade";
|
|
12048
12048
|
wallet: `0x${string}`;
|
|
12049
|
+
id: string;
|
|
12050
|
+
group: "security" | "finance";
|
|
12049
12051
|
details: {
|
|
12050
12052
|
type: "deploy";
|
|
12051
12053
|
contractAddress: `0x${string}`;
|
|
@@ -12202,9 +12204,6 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
12202
12204
|
};
|
|
12203
12205
|
}[];
|
|
12204
12206
|
};
|
|
12205
|
-
source: string;
|
|
12206
|
-
id: string;
|
|
12207
|
-
group: "security" | "finance";
|
|
12208
12207
|
transfers: {
|
|
12209
12208
|
type: "payment" | "gasFee";
|
|
12210
12209
|
leg: "credit" | "debit";
|
|
@@ -12223,6 +12222,7 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
12223
12222
|
network: string;
|
|
12224
12223
|
compositeId: string;
|
|
12225
12224
|
txSender: `0x${string}`;
|
|
12225
|
+
source: string;
|
|
12226
12226
|
submitted: number;
|
|
12227
12227
|
lastModified: number;
|
|
12228
12228
|
transaction: {
|
|
@@ -12237,7 +12237,6 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
12237
12237
|
type: "wallet" | "token";
|
|
12238
12238
|
network: "ethereum" | "zksync" | "zksync2" | "starknet";
|
|
12239
12239
|
}[] | null;
|
|
12240
|
-
title?: string | undefined;
|
|
12241
12240
|
fees?: {
|
|
12242
12241
|
type: string;
|
|
12243
12242
|
to: `0x${string}`;
|
|
@@ -12285,7 +12284,6 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
12285
12284
|
properties: ({
|
|
12286
12285
|
type: "amount";
|
|
12287
12286
|
amount: string;
|
|
12288
|
-
label: string;
|
|
12289
12287
|
token: {
|
|
12290
12288
|
name: string;
|
|
12291
12289
|
address: string;
|
|
@@ -12295,6 +12293,7 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
12295
12293
|
decimals?: number | undefined;
|
|
12296
12294
|
iconUrl?: string | undefined;
|
|
12297
12295
|
};
|
|
12296
|
+
label: string;
|
|
12298
12297
|
usd: string;
|
|
12299
12298
|
editable: boolean;
|
|
12300
12299
|
} | {
|
|
@@ -12309,7 +12308,6 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
12309
12308
|
label: string;
|
|
12310
12309
|
} | {
|
|
12311
12310
|
type: "token_address";
|
|
12312
|
-
label: string;
|
|
12313
12311
|
token: {
|
|
12314
12312
|
name: string;
|
|
12315
12313
|
address: string;
|
|
@@ -12319,6 +12317,7 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
12319
12317
|
decimals?: number | undefined;
|
|
12320
12318
|
iconUrl?: string | undefined;
|
|
12321
12319
|
};
|
|
12320
|
+
label: string;
|
|
12322
12321
|
} | {
|
|
12323
12322
|
type: "calldata";
|
|
12324
12323
|
calldata: string[];
|
|
@@ -12330,7 +12329,6 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
12330
12329
|
text: string;
|
|
12331
12330
|
} | {
|
|
12332
12331
|
type: "nft";
|
|
12333
|
-
label: string;
|
|
12334
12332
|
token: {
|
|
12335
12333
|
name: string;
|
|
12336
12334
|
address: string;
|
|
@@ -12340,11 +12338,11 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
12340
12338
|
decimals?: number | undefined;
|
|
12341
12339
|
iconUrl?: string | undefined;
|
|
12342
12340
|
};
|
|
12341
|
+
label: string;
|
|
12343
12342
|
})[];
|
|
12344
12343
|
defaultProperties?: ({
|
|
12345
12344
|
type: "amount";
|
|
12346
12345
|
amount: string;
|
|
12347
|
-
label: string;
|
|
12348
12346
|
token: {
|
|
12349
12347
|
name: string;
|
|
12350
12348
|
address: string;
|
|
@@ -12354,6 +12352,7 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
12354
12352
|
decimals?: number | undefined;
|
|
12355
12353
|
iconUrl?: string | undefined;
|
|
12356
12354
|
};
|
|
12355
|
+
label: string;
|
|
12357
12356
|
usd: string;
|
|
12358
12357
|
editable: boolean;
|
|
12359
12358
|
} | {
|
|
@@ -12368,7 +12367,6 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
12368
12367
|
label: string;
|
|
12369
12368
|
} | {
|
|
12370
12369
|
type: "token_address";
|
|
12371
|
-
label: string;
|
|
12372
12370
|
token: {
|
|
12373
12371
|
name: string;
|
|
12374
12372
|
address: string;
|
|
@@ -12378,6 +12376,7 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
12378
12376
|
decimals?: number | undefined;
|
|
12379
12377
|
iconUrl?: string | undefined;
|
|
12380
12378
|
};
|
|
12379
|
+
label: string;
|
|
12381
12380
|
} | {
|
|
12382
12381
|
type: "calldata";
|
|
12383
12382
|
calldata: string[];
|
|
@@ -12389,7 +12388,6 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
12389
12388
|
text: string;
|
|
12390
12389
|
} | {
|
|
12391
12390
|
type: "nft";
|
|
12392
|
-
label: string;
|
|
12393
12391
|
token: {
|
|
12394
12392
|
name: string;
|
|
12395
12393
|
address: string;
|
|
@@ -12399,8 +12397,10 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
12399
12397
|
decimals?: number | undefined;
|
|
12400
12398
|
iconUrl?: string | undefined;
|
|
12401
12399
|
};
|
|
12400
|
+
label: string;
|
|
12402
12401
|
})[] | undefined;
|
|
12403
12402
|
}[] | undefined;
|
|
12403
|
+
title?: string | undefined;
|
|
12404
12404
|
multisigDetails?: {
|
|
12405
12405
|
signers: `0x${string}`[];
|
|
12406
12406
|
} | undefined;
|
|
@@ -12414,6 +12414,8 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
12414
12414
|
status: "pending" | "success" | "failure";
|
|
12415
12415
|
type: "payment" | "approval" | "changePubKey" | "dappInteraction" | "deploy" | "gift" | "multicall" | "security" | "trade";
|
|
12416
12416
|
wallet: string;
|
|
12417
|
+
id: string;
|
|
12418
|
+
group: "security" | "finance";
|
|
12417
12419
|
details: {
|
|
12418
12420
|
type: "deploy";
|
|
12419
12421
|
contractAddress: string;
|
|
@@ -12570,9 +12572,6 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
12570
12572
|
};
|
|
12571
12573
|
}[];
|
|
12572
12574
|
};
|
|
12573
|
-
source: string;
|
|
12574
|
-
id: string;
|
|
12575
|
-
group: "security" | "finance";
|
|
12576
12575
|
transfers: {
|
|
12577
12576
|
type: "payment" | "gasFee";
|
|
12578
12577
|
leg: "credit" | "debit";
|
|
@@ -12591,6 +12590,7 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
12591
12590
|
network: string;
|
|
12592
12591
|
compositeId: string;
|
|
12593
12592
|
txSender: string;
|
|
12593
|
+
source: string;
|
|
12594
12594
|
submitted: number;
|
|
12595
12595
|
lastModified: number;
|
|
12596
12596
|
transaction: {
|
|
@@ -12605,7 +12605,6 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
12605
12605
|
type: "wallet" | "token";
|
|
12606
12606
|
network: "ethereum" | "zksync" | "zksync2" | "starknet";
|
|
12607
12607
|
}[] | null;
|
|
12608
|
-
title?: string | undefined;
|
|
12609
12608
|
fees?: {
|
|
12610
12609
|
type: string;
|
|
12611
12610
|
to: string;
|
|
@@ -12653,7 +12652,6 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
12653
12652
|
properties: ({
|
|
12654
12653
|
type: "amount";
|
|
12655
12654
|
amount: string;
|
|
12656
|
-
label: string;
|
|
12657
12655
|
token: {
|
|
12658
12656
|
name: string;
|
|
12659
12657
|
address: string;
|
|
@@ -12663,6 +12661,7 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
12663
12661
|
decimals?: number | undefined;
|
|
12664
12662
|
iconUrl?: string | undefined;
|
|
12665
12663
|
};
|
|
12664
|
+
label: string;
|
|
12666
12665
|
usd: string;
|
|
12667
12666
|
editable: boolean;
|
|
12668
12667
|
} | {
|
|
@@ -12677,7 +12676,6 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
12677
12676
|
label: string;
|
|
12678
12677
|
} | {
|
|
12679
12678
|
type: "token_address";
|
|
12680
|
-
label: string;
|
|
12681
12679
|
token: {
|
|
12682
12680
|
name: string;
|
|
12683
12681
|
address: string;
|
|
@@ -12687,6 +12685,7 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
12687
12685
|
decimals?: number | undefined;
|
|
12688
12686
|
iconUrl?: string | undefined;
|
|
12689
12687
|
};
|
|
12688
|
+
label: string;
|
|
12690
12689
|
} | {
|
|
12691
12690
|
type: "calldata";
|
|
12692
12691
|
calldata: string[];
|
|
@@ -12698,7 +12697,6 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
12698
12697
|
text: string;
|
|
12699
12698
|
} | {
|
|
12700
12699
|
type: "nft";
|
|
12701
|
-
label: string;
|
|
12702
12700
|
token: {
|
|
12703
12701
|
name: string;
|
|
12704
12702
|
address: string;
|
|
@@ -12708,11 +12706,11 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
12708
12706
|
decimals?: number | undefined;
|
|
12709
12707
|
iconUrl?: string | undefined;
|
|
12710
12708
|
};
|
|
12709
|
+
label: string;
|
|
12711
12710
|
})[];
|
|
12712
12711
|
defaultProperties?: ({
|
|
12713
12712
|
type: "amount";
|
|
12714
12713
|
amount: string;
|
|
12715
|
-
label: string;
|
|
12716
12714
|
token: {
|
|
12717
12715
|
name: string;
|
|
12718
12716
|
address: string;
|
|
@@ -12722,6 +12720,7 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
12722
12720
|
decimals?: number | undefined;
|
|
12723
12721
|
iconUrl?: string | undefined;
|
|
12724
12722
|
};
|
|
12723
|
+
label: string;
|
|
12725
12724
|
usd: string;
|
|
12726
12725
|
editable: boolean;
|
|
12727
12726
|
} | {
|
|
@@ -12736,7 +12735,6 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
12736
12735
|
label: string;
|
|
12737
12736
|
} | {
|
|
12738
12737
|
type: "token_address";
|
|
12739
|
-
label: string;
|
|
12740
12738
|
token: {
|
|
12741
12739
|
name: string;
|
|
12742
12740
|
address: string;
|
|
@@ -12746,6 +12744,7 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
12746
12744
|
decimals?: number | undefined;
|
|
12747
12745
|
iconUrl?: string | undefined;
|
|
12748
12746
|
};
|
|
12747
|
+
label: string;
|
|
12749
12748
|
} | {
|
|
12750
12749
|
type: "calldata";
|
|
12751
12750
|
calldata: string[];
|
|
@@ -12757,7 +12756,6 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
12757
12756
|
text: string;
|
|
12758
12757
|
} | {
|
|
12759
12758
|
type: "nft";
|
|
12760
|
-
label: string;
|
|
12761
12759
|
token: {
|
|
12762
12760
|
name: string;
|
|
12763
12761
|
address: string;
|
|
@@ -12767,8 +12765,10 @@ export declare const activityResponseSchema: z.ZodObject<{
|
|
|
12767
12765
|
decimals?: number | undefined;
|
|
12768
12766
|
iconUrl?: string | undefined;
|
|
12769
12767
|
};
|
|
12768
|
+
label: string;
|
|
12770
12769
|
})[] | undefined;
|
|
12771
12770
|
}[] | undefined;
|
|
12771
|
+
title?: string | undefined;
|
|
12772
12772
|
multisigDetails?: {
|
|
12773
12773
|
signers: string[];
|
|
12774
12774
|
} | undefined;
|