@chainflip/rpc 2.2.0-tron-dev.3 → 2.2.0-tron-dev.4

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/parsers.mjs CHANGED
@@ -328,6 +328,10 @@ const requestSwapParameterEncoding = z.discriminatedUnion("chain", [
328
328
  }),
329
329
  evmBrokerRequestSwapParameterEncoding.extend({ chain: z.literal("Ethereum") }),
330
330
  evmBrokerRequestSwapParameterEncoding.extend({ chain: z.literal("Arbitrum") }),
331
+ evmBrokerRequestSwapParameterEncoding.extend({
332
+ chain: z.literal("Tron"),
333
+ note: hexString
334
+ }),
331
335
  z.object({
332
336
  chain: z.literal("Solana"),
333
337
  program_id: z.string(),
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@chainflip/rpc",
3
- "version": "2.2.0-tron-dev.3",
3
+ "version": "2.2.0-tron-dev.4",
4
4
  "type": "module",
5
5
  "dependencies": {
6
- "@chainflip/utils": "2.1.7-tron-dev.2",
6
+ "@chainflip/utils": "2.2.0-tron-dev.3",
7
7
  "zod": "^3.25.75"
8
8
  },
9
9
  "devDependencies": {