@towns-protocol/xchain-monitor 0.0.439 → 0.0.441

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.
@@ -11,4 +11,4 @@ $ bun ./esbuild.config.mjs
11
11
  dist/pino-pretty.cjs.map 203.6kb
12
12
  dist/thread-stream-worker.cjs.map 12.0kb
13
13
 
14
- ⚡ Done in 1320ms
14
+ ⚡ Done in 1300ms
@@ -85024,6 +85024,16 @@ var _abi35 = [
85024
85024
  name: "CurrencyIsZero",
85025
85025
  inputs: []
85026
85026
  },
85027
+ {
85028
+ type: "error",
85029
+ name: "Deprecated",
85030
+ inputs: []
85031
+ },
85032
+ {
85033
+ type: "error",
85034
+ name: "InvalidAddressInput",
85035
+ inputs: []
85036
+ },
85027
85037
  {
85028
85038
  type: "error",
85029
85039
  name: "InvalidRecipientType",
@@ -85039,6 +85049,11 @@ var _abi35 = [
85039
85049
  name: "MsgValueMismatch",
85040
85050
  inputs: []
85041
85051
  },
85052
+ {
85053
+ type: "error",
85054
+ name: "NotSenderOfTip",
85055
+ inputs: []
85056
+ },
85042
85057
  {
85043
85058
  type: "error",
85044
85059
  name: "ReceiverIsNotMember",