@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.
- package/.turbo/turbo-build.log +1 -1
- package/dist/node_esbuild.cjs +15 -0
- package/dist/node_esbuild.cjs.map +2 -2
- package/package.json +4 -4
package/.turbo/turbo-build.log
CHANGED
package/dist/node_esbuild.cjs
CHANGED
|
@@ -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",
|