@layerzerolabs/dw-model 0.0.35 → 0.0.41

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.
Files changed (73) hide show
  1. package/.turbo/turbo-build.log +57 -39
  2. package/.turbo/turbo-checkdeps.log +1 -1
  3. package/dist/{I5Y6PVV3.cjs → 6BMR4IBR.cjs} +3 -3
  4. package/dist/6BMR4IBR.cjs.map +1 -0
  5. package/dist/{FSE3MMIN.js → EO46S7WG.js} +3 -3
  6. package/dist/EO46S7WG.js.map +1 -0
  7. package/dist/{2CWM6VQ3.cjs → FVSZJAM6.cjs} +23 -3
  8. package/dist/FVSZJAM6.cjs.map +1 -0
  9. package/dist/{27PH4KSM.js → HSV7MID6.js} +20 -4
  10. package/dist/HSV7MID6.js.map +1 -0
  11. package/dist/IN5O3BJZ.cjs +4 -0
  12. package/dist/IN5O3BJZ.cjs.map +1 -0
  13. package/dist/RRCJRWBC.cjs +47 -0
  14. package/dist/RRCJRWBC.cjs.map +1 -0
  15. package/dist/VY5UCLYA.js +34 -0
  16. package/dist/VY5UCLYA.js.map +1 -0
  17. package/dist/ZCFXJFGI.js +3 -0
  18. package/dist/ZCFXJFGI.js.map +1 -0
  19. package/dist/deploy/index.cjs +22 -6
  20. package/dist/deploy/index.d.ts +1 -1
  21. package/dist/deploy/index.d.ts.map +1 -1
  22. package/dist/deploy/index.js +1 -1
  23. package/dist/deploy/schemata.cjs +44 -0
  24. package/dist/deploy/schemata.cjs.map +1 -0
  25. package/dist/deploy/{types.d.ts → schemata.d.ts} +1908 -21
  26. package/dist/deploy/schemata.d.ts.map +1 -0
  27. package/dist/deploy/schemata.js +3 -0
  28. package/dist/deploy/schemata.js.map +1 -0
  29. package/dist/index.cjs +61 -11
  30. package/dist/index.d.ts +1 -0
  31. package/dist/index.d.ts.map +1 -1
  32. package/dist/index.js +4 -2
  33. package/dist/upgrade/index.cjs +41 -0
  34. package/dist/upgrade/index.cjs.map +1 -0
  35. package/dist/upgrade/index.d.ts +2 -0
  36. package/dist/upgrade/index.d.ts.map +1 -0
  37. package/dist/upgrade/index.js +4 -0
  38. package/dist/upgrade/index.js.map +1 -0
  39. package/dist/upgrade/types.cjs +40 -0
  40. package/dist/upgrade/types.d.ts +30 -0
  41. package/dist/upgrade/types.d.ts.map +1 -0
  42. package/dist/upgrade/types.js +3 -0
  43. package/dist/wire/index.cjs +5 -5
  44. package/dist/wire/index.d.ts +1 -1
  45. package/dist/wire/index.d.ts.map +1 -1
  46. package/dist/wire/index.js +1 -1
  47. package/dist/wire/schemata.cjs +24 -0
  48. package/dist/wire/schemata.cjs.map +1 -0
  49. package/dist/wire/{types.d.ts → schemata.d.ts} +1 -1
  50. package/dist/wire/schemata.d.ts.map +1 -0
  51. package/dist/wire/{types.js → schemata.js} +3 -3
  52. package/dist/wire/schemata.js.map +1 -0
  53. package/package.json +8 -8
  54. package/src/deploy/index.ts +1 -1
  55. package/src/deploy/{types.ts → schemata.ts} +23 -0
  56. package/src/index.ts +1 -0
  57. package/src/upgrade/index.ts +1 -0
  58. package/src/upgrade/types.ts +38 -0
  59. package/src/wire/index.ts +1 -1
  60. package/dist/27PH4KSM.js.map +0 -1
  61. package/dist/2CWM6VQ3.cjs.map +0 -1
  62. package/dist/FSE3MMIN.js.map +0 -1
  63. package/dist/I5Y6PVV3.cjs.map +0 -1
  64. package/dist/deploy/types.cjs +0 -28
  65. package/dist/deploy/types.d.ts.map +0 -1
  66. package/dist/deploy/types.js +0 -3
  67. package/dist/wire/types.cjs +0 -24
  68. package/dist/wire/types.cjs.map +0 -1
  69. package/dist/wire/types.d.ts.map +0 -1
  70. package/dist/wire/types.js.map +0 -1
  71. /package/dist/{deploy → upgrade}/types.cjs.map +0 -0
  72. /package/dist/{deploy → upgrade}/types.js.map +0 -0
  73. /package/src/wire/{types.ts → schemata.ts} +0 -0
@@ -8,7 +8,7 @@ export declare const deployWorkflowChainResultItemSchema: z.ZodUnion<readonly [z
8
8
  name: z.ZodString;
9
9
  success: z.ZodLiteral<true>;
10
10
  deploymentInfo: z.ZodUnion<readonly [z.ZodObject<{
11
- contractName: z.ZodOptional<z.ZodString>;
11
+ contractName: z.ZodString;
12
12
  chainName: z.ZodString;
13
13
  networkId: z.ZodNumber;
14
14
  address: z.ZodObject<{
@@ -473,7 +473,7 @@ export declare const deployWorkflowChainResultItemSchema: z.ZodUnion<readonly [z
473
473
  deployedBytecode: z.ZodOptional<z.ZodString>;
474
474
  extraDeploymentInfo: z.ZodUndefined | z.ZodOptional<z.ZodUndefined>;
475
475
  }, z.core.$strip>, z.ZodObject<{
476
- contractName: z.ZodOptional<z.ZodString>;
476
+ contractName: z.ZodString;
477
477
  chainName: z.ZodString;
478
478
  networkId: z.ZodNumber;
479
479
  address: z.ZodObject<{
@@ -940,7 +940,7 @@ export declare const deployWorkflowChainResultItemSchema: z.ZodUnion<readonly [z
940
940
  accounts: z.ZodRecord<z.ZodString, z.ZodString>;
941
941
  }, z.core.$strip>>;
942
942
  }, z.core.$strip>, z.ZodObject<{
943
- contractName: z.ZodOptional<z.ZodString>;
943
+ contractName: z.ZodString;
944
944
  chainName: z.ZodString;
945
945
  networkId: z.ZodNumber;
946
946
  address: z.ZodObject<{
@@ -1408,7 +1408,7 @@ export declare const deployWorkflowChainResultItemSchema: z.ZodUnion<readonly [z
1408
1408
  moduleName: z.ZodString;
1409
1409
  }, z.core.$strip>>;
1410
1410
  }, z.core.$strip>, z.ZodObject<{
1411
- contractName: z.ZodOptional<z.ZodString>;
1411
+ contractName: z.ZodString;
1412
1412
  chainName: z.ZodString;
1413
1413
  networkId: z.ZodNumber;
1414
1414
  address: z.ZodObject<{
@@ -1886,7 +1886,7 @@ export declare const deployWorkflowChainResultSchema: z.ZodObject<{
1886
1886
  name: z.ZodString;
1887
1887
  success: z.ZodLiteral<true>;
1888
1888
  deploymentInfo: z.ZodUnion<readonly [z.ZodObject<{
1889
- contractName: z.ZodOptional<z.ZodString>;
1889
+ contractName: z.ZodString;
1890
1890
  chainName: z.ZodString;
1891
1891
  networkId: z.ZodNumber;
1892
1892
  address: z.ZodObject<{
@@ -2351,7 +2351,7 @@ export declare const deployWorkflowChainResultSchema: z.ZodObject<{
2351
2351
  deployedBytecode: z.ZodOptional<z.ZodString>;
2352
2352
  extraDeploymentInfo: z.ZodUndefined | z.ZodOptional<z.ZodUndefined>;
2353
2353
  }, z.core.$strip>, z.ZodObject<{
2354
- contractName: z.ZodOptional<z.ZodString>;
2354
+ contractName: z.ZodString;
2355
2355
  chainName: z.ZodString;
2356
2356
  networkId: z.ZodNumber;
2357
2357
  address: z.ZodObject<{
@@ -2818,7 +2818,7 @@ export declare const deployWorkflowChainResultSchema: z.ZodObject<{
2818
2818
  accounts: z.ZodRecord<z.ZodString, z.ZodString>;
2819
2819
  }, z.core.$strip>>;
2820
2820
  }, z.core.$strip>, z.ZodObject<{
2821
- contractName: z.ZodOptional<z.ZodString>;
2821
+ contractName: z.ZodString;
2822
2822
  chainName: z.ZodString;
2823
2823
  networkId: z.ZodNumber;
2824
2824
  address: z.ZodObject<{
@@ -3286,7 +3286,7 @@ export declare const deployWorkflowChainResultSchema: z.ZodObject<{
3286
3286
  moduleName: z.ZodString;
3287
3287
  }, z.core.$strip>>;
3288
3288
  }, z.core.$strip>, z.ZodObject<{
3289
- contractName: z.ZodOptional<z.ZodString>;
3289
+ contractName: z.ZodString;
3290
3290
  chainName: z.ZodString;
3291
3291
  networkId: z.ZodNumber;
3292
3292
  address: z.ZodObject<{
@@ -3765,7 +3765,7 @@ export declare const deployWorkflowChainStateSchema: z.ZodObject<{
3765
3765
  name: z.ZodString;
3766
3766
  success: z.ZodLiteral<true>;
3767
3767
  deploymentInfo: z.ZodUnion<readonly [z.ZodObject<{
3768
- contractName: z.ZodOptional<z.ZodString>;
3768
+ contractName: z.ZodString;
3769
3769
  chainName: z.ZodString;
3770
3770
  networkId: z.ZodNumber;
3771
3771
  address: z.ZodObject<{
@@ -4230,7 +4230,7 @@ export declare const deployWorkflowChainStateSchema: z.ZodObject<{
4230
4230
  deployedBytecode: z.ZodOptional<z.ZodString>;
4231
4231
  extraDeploymentInfo: z.ZodUndefined | z.ZodOptional<z.ZodUndefined>;
4232
4232
  }, z.core.$strip>, z.ZodObject<{
4233
- contractName: z.ZodOptional<z.ZodString>;
4233
+ contractName: z.ZodString;
4234
4234
  chainName: z.ZodString;
4235
4235
  networkId: z.ZodNumber;
4236
4236
  address: z.ZodObject<{
@@ -4697,7 +4697,7 @@ export declare const deployWorkflowChainStateSchema: z.ZodObject<{
4697
4697
  accounts: z.ZodRecord<z.ZodString, z.ZodString>;
4698
4698
  }, z.core.$strip>>;
4699
4699
  }, z.core.$strip>, z.ZodObject<{
4700
- contractName: z.ZodOptional<z.ZodString>;
4700
+ contractName: z.ZodString;
4701
4701
  chainName: z.ZodString;
4702
4702
  networkId: z.ZodNumber;
4703
4703
  address: z.ZodObject<{
@@ -5165,7 +5165,7 @@ export declare const deployWorkflowChainStateSchema: z.ZodObject<{
5165
5165
  moduleName: z.ZodString;
5166
5166
  }, z.core.$strip>>;
5167
5167
  }, z.core.$strip>, z.ZodObject<{
5168
- contractName: z.ZodOptional<z.ZodString>;
5168
+ contractName: z.ZodString;
5169
5169
  chainName: z.ZodString;
5170
5170
  networkId: z.ZodNumber;
5171
5171
  address: z.ZodObject<{
@@ -5650,7 +5650,7 @@ export declare const deployWorkflowOrchestratorResultSchema: z.ZodObject<{
5650
5650
  name: z.ZodString;
5651
5651
  success: z.ZodLiteral<true>;
5652
5652
  deploymentInfo: z.ZodUnion<readonly [z.ZodObject<{
5653
- contractName: z.ZodOptional<z.ZodString>;
5653
+ contractName: z.ZodString;
5654
5654
  chainName: z.ZodString;
5655
5655
  networkId: z.ZodNumber;
5656
5656
  address: z.ZodObject<{
@@ -6115,7 +6115,7 @@ export declare const deployWorkflowOrchestratorResultSchema: z.ZodObject<{
6115
6115
  deployedBytecode: z.ZodOptional<z.ZodString>;
6116
6116
  extraDeploymentInfo: z.ZodUndefined | z.ZodOptional<z.ZodUndefined>;
6117
6117
  }, z.core.$strip>, z.ZodObject<{
6118
- contractName: z.ZodOptional<z.ZodString>;
6118
+ contractName: z.ZodString;
6119
6119
  chainName: z.ZodString;
6120
6120
  networkId: z.ZodNumber;
6121
6121
  address: z.ZodObject<{
@@ -6582,7 +6582,7 @@ export declare const deployWorkflowOrchestratorResultSchema: z.ZodObject<{
6582
6582
  accounts: z.ZodRecord<z.ZodString, z.ZodString>;
6583
6583
  }, z.core.$strip>>;
6584
6584
  }, z.core.$strip>, z.ZodObject<{
6585
- contractName: z.ZodOptional<z.ZodString>;
6585
+ contractName: z.ZodString;
6586
6586
  chainName: z.ZodString;
6587
6587
  networkId: z.ZodNumber;
6588
6588
  address: z.ZodObject<{
@@ -7050,7 +7050,7 @@ export declare const deployWorkflowOrchestratorResultSchema: z.ZodObject<{
7050
7050
  moduleName: z.ZodString;
7051
7051
  }, z.core.$strip>>;
7052
7052
  }, z.core.$strip>, z.ZodObject<{
7053
- contractName: z.ZodOptional<z.ZodString>;
7053
+ contractName: z.ZodString;
7054
7054
  chainName: z.ZodString;
7055
7055
  networkId: z.ZodNumber;
7056
7056
  address: z.ZodObject<{
@@ -7531,7 +7531,7 @@ export declare const deployWorkflowOrchestratorStateSchema: z.ZodObject<{
7531
7531
  name: z.ZodString;
7532
7532
  success: z.ZodLiteral<true>;
7533
7533
  deploymentInfo: z.ZodUnion<readonly [z.ZodObject<{
7534
- contractName: z.ZodOptional<z.ZodString>;
7534
+ contractName: z.ZodString;
7535
7535
  chainName: z.ZodString;
7536
7536
  networkId: z.ZodNumber;
7537
7537
  address: z.ZodObject<{
@@ -7996,7 +7996,7 @@ export declare const deployWorkflowOrchestratorStateSchema: z.ZodObject<{
7996
7996
  deployedBytecode: z.ZodOptional<z.ZodString>;
7997
7997
  extraDeploymentInfo: z.ZodUndefined | z.ZodOptional<z.ZodUndefined>;
7998
7998
  }, z.core.$strip>, z.ZodObject<{
7999
- contractName: z.ZodOptional<z.ZodString>;
7999
+ contractName: z.ZodString;
8000
8000
  chainName: z.ZodString;
8001
8001
  networkId: z.ZodNumber;
8002
8002
  address: z.ZodObject<{
@@ -8463,7 +8463,7 @@ export declare const deployWorkflowOrchestratorStateSchema: z.ZodObject<{
8463
8463
  accounts: z.ZodRecord<z.ZodString, z.ZodString>;
8464
8464
  }, z.core.$strip>>;
8465
8465
  }, z.core.$strip>, z.ZodObject<{
8466
- contractName: z.ZodOptional<z.ZodString>;
8466
+ contractName: z.ZodString;
8467
8467
  chainName: z.ZodString;
8468
8468
  networkId: z.ZodNumber;
8469
8469
  address: z.ZodObject<{
@@ -8931,7 +8931,7 @@ export declare const deployWorkflowOrchestratorStateSchema: z.ZodObject<{
8931
8931
  moduleName: z.ZodString;
8932
8932
  }, z.core.$strip>>;
8933
8933
  }, z.core.$strip>, z.ZodObject<{
8934
- contractName: z.ZodOptional<z.ZodString>;
8934
+ contractName: z.ZodString;
8935
8935
  chainName: z.ZodString;
8936
8936
  networkId: z.ZodNumber;
8937
8937
  address: z.ZodObject<{
@@ -9405,4 +9405,1891 @@ export declare const deployWorkflowOrchestratorStateSchema: z.ZodObject<{
9405
9405
  }, z.core.$strip>;
9406
9406
  export type DeployWorkflowOrchestratorState = z.infer<typeof deployWorkflowOrchestratorStateSchema>;
9407
9407
  export type DeployWorkflowOrchestratorResult = z.infer<typeof deployWorkflowOrchestratorResultSchema>;
9408
- //# sourceMappingURL=types.d.ts.map
9408
+ export declare const getDeploymentBaseArgs: z.ZodObject<{
9409
+ contractName: z.ZodString;
9410
+ }, z.core.$strip>;
9411
+ export type GetDeploymentBaseArgs = z.infer<typeof getDeploymentBaseArgs>;
9412
+ export declare const saveDeploymentBaseArgs: z.ZodObject<{
9413
+ contractName: z.ZodString;
9414
+ deploymentInfo: z.ZodUnion<readonly [z.ZodObject<{
9415
+ contractName: z.ZodString;
9416
+ chainName: z.ZodString;
9417
+ networkId: z.ZodNumber;
9418
+ address: z.ZodObject<{
9419
+ nativeAddress: z.ZodString;
9420
+ chainName: z.ZodUnion<readonly [z.ZodEnum<typeof import("@layerzerolabs/layerzero-definitions").ChainName>, z.ZodEnum<{
9421
+ ton: "ton";
9422
+ avalanche: "avalanche";
9423
+ arbitrum: "arbitrum";
9424
+ optimism: "optimism";
9425
+ mantle: "mantle";
9426
+ tron: "tron";
9427
+ ethereum: "ethereum";
9428
+ solana: "solana";
9429
+ aptos: "aptos";
9430
+ bsc: "bsc";
9431
+ initia: "initia";
9432
+ starknet: "starknet";
9433
+ polygon: "polygon";
9434
+ zkpolygon: "zkpolygon";
9435
+ fantom: "fantom";
9436
+ swimmer: "swimmer";
9437
+ dfk: "dfk";
9438
+ harmony: "harmony";
9439
+ arcana: "arcana";
9440
+ dexalot: "dexalot";
9441
+ castlecrush: "castlecrush";
9442
+ gnosis: "gnosis";
9443
+ celo: "celo";
9444
+ moonbeam: "moonbeam";
9445
+ boba: "boba";
9446
+ portal: "portal";
9447
+ intain: "intain";
9448
+ fuse: "fuse";
9449
+ astar: "astar";
9450
+ zksync: "zksync";
9451
+ shrapnel: "shrapnel";
9452
+ dos: "dos";
9453
+ klaytn: "klaytn";
9454
+ metis: "metis";
9455
+ coredao: "coredao";
9456
+ okx: "okx";
9457
+ meter: "meter";
9458
+ goerli: "goerli";
9459
+ base: "base";
9460
+ zkconsensys: "zkconsensys";
9461
+ sepolia: "sepolia";
9462
+ moonriver: "moonriver";
9463
+ aavegotchi: "aavegotchi";
9464
+ scroll: "scroll";
9465
+ cathay: "cathay";
9466
+ kava: "kava";
9467
+ tenet: "tenet";
9468
+ canto: "canto";
9469
+ orderly: "orderly";
9470
+ nova: "nova";
9471
+ blockgen: "blockgen";
9472
+ meritcircle: "meritcircle";
9473
+ hubble: "hubble";
9474
+ zora: "zora";
9475
+ tomo: "tomo";
9476
+ loot: "loot";
9477
+ telos: "telos";
9478
+ aurora: "aurora";
9479
+ opbnb: "opbnb";
9480
+ shimmer: "shimmer";
9481
+ monad: "monad";
9482
+ lif3: "lif3";
9483
+ spruce: "spruce";
9484
+ pgjjtk: "pgjjtk";
9485
+ oda: "oda";
9486
+ kiwi: "kiwi";
9487
+ conflux: "conflux";
9488
+ eon: "eon";
9489
+ xpla: "xpla";
9490
+ holesky: "holesky";
9491
+ injective: "injective";
9492
+ idex: "idex";
9493
+ zkatana: "zkatana";
9494
+ manta: "manta";
9495
+ frame: "frame";
9496
+ pgn: "pgn";
9497
+ polygoncdk: "polygoncdk";
9498
+ arbsep: "arbsep";
9499
+ optsep: "optsep";
9500
+ bera: "bera";
9501
+ venn: "venn";
9502
+ rarible: "rarible";
9503
+ gunzilla: "gunzilla";
9504
+ rc1: "rc1";
9505
+ etherlink: "etherlink";
9506
+ kiwi2: "kiwi2";
9507
+ bb1: "bb1";
9508
+ joc: "joc";
9509
+ blast: "blast";
9510
+ trondev: "trondev";
9511
+ xai: "xai";
9512
+ tangible: "tangible";
9513
+ basesep: "basesep";
9514
+ mantlesep: "mantlesep";
9515
+ zkpolygonsep: "zkpolygonsep";
9516
+ zksyncsep: "zksyncsep";
9517
+ zorasep: "zorasep";
9518
+ exocore: "exocore";
9519
+ real: "real";
9520
+ tiltyard: "tiltyard";
9521
+ skale: "skale";
9522
+ fraxtal: "fraxtal";
9523
+ sei: "sei";
9524
+ mode: "mode";
9525
+ hedera: "hedera";
9526
+ unreal: "unreal";
9527
+ masa: "masa";
9528
+ merlin: "merlin";
9529
+ homeverse: "homeverse";
9530
+ zkastar: "zkastar";
9531
+ amoy: "amoy";
9532
+ degen: "degen";
9533
+ xlayer: "xlayer";
9534
+ form: "form";
9535
+ ll1: "ll1";
9536
+ mantasep: "mantasep";
9537
+ taiko: "taiko";
9538
+ zircuit: "zircuit";
9539
+ camp: "camp";
9540
+ olive: "olive";
9541
+ sanko: "sanko";
9542
+ bob: "bob";
9543
+ cyber: "cyber";
9544
+ botanix: "botanix";
9545
+ xchain: "xchain";
9546
+ zklink: "zklink";
9547
+ ebi: "ebi";
9548
+ kinto: "kinto";
9549
+ lineasep: "lineasep";
9550
+ iota: "iota";
9551
+ besu1: "besu1";
9552
+ bouncebit: "bouncebit";
9553
+ morph: "morph";
9554
+ gravity: "gravity";
9555
+ bartio: "bartio";
9556
+ metissep: "metissep";
9557
+ flare: "flare";
9558
+ glue: "glue";
9559
+ opencampus: "opencampus";
9560
+ vanar: "vanar";
9561
+ peaq: "peaq";
9562
+ fi: "fi";
9563
+ curtis: "curtis";
9564
+ lyra: "lyra";
9565
+ lightlink: "lightlink";
9566
+ bahamut: "bahamut";
9567
+ codex: "codex";
9568
+ otherworld: "otherworld";
9569
+ abstract: "abstract";
9570
+ root: "root";
9571
+ story: "story";
9572
+ treasure: "treasure";
9573
+ reya: "reya";
9574
+ bitlayer: "bitlayer";
9575
+ dm2verse: "dm2verse";
9576
+ ape: "ape";
9577
+ ozean: "ozean";
9578
+ bevm: "bevm";
9579
+ lisk: "lisk";
9580
+ plume2: "plume2";
9581
+ kevnet: "kevnet";
9582
+ ble: "ble";
9583
+ bl2: "bl2";
9584
+ hyperliquid: "hyperliquid";
9585
+ hyperliquidburned: "hyperliquidburned";
9586
+ unichain: "unichain";
9587
+ minato: "minato";
9588
+ worldcoin: "worldcoin";
9589
+ worldchain: "worldchain";
9590
+ superposition: "superposition";
9591
+ hemi: "hemi";
9592
+ gameswift: "gameswift";
9593
+ odyssey: "odyssey";
9594
+ sophon: "sophon";
9595
+ moksha: "moksha";
9596
+ edu: "edu";
9597
+ citrea: "citrea";
9598
+ islander: "islander";
9599
+ bl3: "bl3";
9600
+ mp1: "mp1";
9601
+ sonic: "sonic";
9602
+ rootstock: "rootstock";
9603
+ flow: "flow";
9604
+ nibiru: "nibiru";
9605
+ nibiruburned: "nibiruburned";
9606
+ swell: "swell";
9607
+ memecoreformicarium: "memecoreformicarium";
9608
+ apexfusionnexus: "apexfusionnexus";
9609
+ goat: "goat";
9610
+ bl4: "bl4";
9611
+ bl5: "bl5";
9612
+ bl6: "bl6";
9613
+ ink: "ink";
9614
+ soneium: "soneium";
9615
+ space: "space";
9616
+ cronosevm: "cronosevm";
9617
+ cronoszkevm: "cronoszkevm";
9618
+ stabledevnet: "stabledevnet";
9619
+ xdc: "xdc";
9620
+ concrete: "concrete";
9621
+ plume: "plume";
9622
+ plumephoenix: "plumephoenix";
9623
+ megaeth: "megaeth";
9624
+ bepolia: "bepolia";
9625
+ gunz: "gunz";
9626
+ animechain: "animechain";
9627
+ lens: "lens";
9628
+ stable: "stable";
9629
+ ondo: "ondo";
9630
+ somnia: "somnia";
9631
+ converge: "converge";
9632
+ subtensorevm: "subtensorevm";
9633
+ katana: "katana";
9634
+ tacspb: "tacspb";
9635
+ tac: "tac";
9636
+ somniashannon: "somniashannon";
9637
+ siliconsepolia: "siliconsepolia";
9638
+ ethereal: "ethereal";
9639
+ silicon: "silicon";
9640
+ injective1439: "injective1439";
9641
+ plasma: "plasma";
9642
+ sui: "sui";
9643
+ }>]>;
9644
+ }, z.core.$strip>;
9645
+ normalizedAddress: z.ZodType<import("@layerzerolabs/typescript-utils").NormalizedHexString, unknown, z.core.$ZodTypeInternals<import("@layerzerolabs/typescript-utils").NormalizedHexString, unknown>>;
9646
+ deploymentTimestamp: z.ZodNumber;
9647
+ deployerAddress: z.ZodObject<{
9648
+ nativeAddress: z.ZodString;
9649
+ chainName: z.ZodUnion<readonly [z.ZodEnum<typeof import("@layerzerolabs/layerzero-definitions").ChainName>, z.ZodEnum<{
9650
+ ton: "ton";
9651
+ avalanche: "avalanche";
9652
+ arbitrum: "arbitrum";
9653
+ optimism: "optimism";
9654
+ mantle: "mantle";
9655
+ tron: "tron";
9656
+ ethereum: "ethereum";
9657
+ solana: "solana";
9658
+ aptos: "aptos";
9659
+ bsc: "bsc";
9660
+ initia: "initia";
9661
+ starknet: "starknet";
9662
+ polygon: "polygon";
9663
+ zkpolygon: "zkpolygon";
9664
+ fantom: "fantom";
9665
+ swimmer: "swimmer";
9666
+ dfk: "dfk";
9667
+ harmony: "harmony";
9668
+ arcana: "arcana";
9669
+ dexalot: "dexalot";
9670
+ castlecrush: "castlecrush";
9671
+ gnosis: "gnosis";
9672
+ celo: "celo";
9673
+ moonbeam: "moonbeam";
9674
+ boba: "boba";
9675
+ portal: "portal";
9676
+ intain: "intain";
9677
+ fuse: "fuse";
9678
+ astar: "astar";
9679
+ zksync: "zksync";
9680
+ shrapnel: "shrapnel";
9681
+ dos: "dos";
9682
+ klaytn: "klaytn";
9683
+ metis: "metis";
9684
+ coredao: "coredao";
9685
+ okx: "okx";
9686
+ meter: "meter";
9687
+ goerli: "goerli";
9688
+ base: "base";
9689
+ zkconsensys: "zkconsensys";
9690
+ sepolia: "sepolia";
9691
+ moonriver: "moonriver";
9692
+ aavegotchi: "aavegotchi";
9693
+ scroll: "scroll";
9694
+ cathay: "cathay";
9695
+ kava: "kava";
9696
+ tenet: "tenet";
9697
+ canto: "canto";
9698
+ orderly: "orderly";
9699
+ nova: "nova";
9700
+ blockgen: "blockgen";
9701
+ meritcircle: "meritcircle";
9702
+ hubble: "hubble";
9703
+ zora: "zora";
9704
+ tomo: "tomo";
9705
+ loot: "loot";
9706
+ telos: "telos";
9707
+ aurora: "aurora";
9708
+ opbnb: "opbnb";
9709
+ shimmer: "shimmer";
9710
+ monad: "monad";
9711
+ lif3: "lif3";
9712
+ spruce: "spruce";
9713
+ pgjjtk: "pgjjtk";
9714
+ oda: "oda";
9715
+ kiwi: "kiwi";
9716
+ conflux: "conflux";
9717
+ eon: "eon";
9718
+ xpla: "xpla";
9719
+ holesky: "holesky";
9720
+ injective: "injective";
9721
+ idex: "idex";
9722
+ zkatana: "zkatana";
9723
+ manta: "manta";
9724
+ frame: "frame";
9725
+ pgn: "pgn";
9726
+ polygoncdk: "polygoncdk";
9727
+ arbsep: "arbsep";
9728
+ optsep: "optsep";
9729
+ bera: "bera";
9730
+ venn: "venn";
9731
+ rarible: "rarible";
9732
+ gunzilla: "gunzilla";
9733
+ rc1: "rc1";
9734
+ etherlink: "etherlink";
9735
+ kiwi2: "kiwi2";
9736
+ bb1: "bb1";
9737
+ joc: "joc";
9738
+ blast: "blast";
9739
+ trondev: "trondev";
9740
+ xai: "xai";
9741
+ tangible: "tangible";
9742
+ basesep: "basesep";
9743
+ mantlesep: "mantlesep";
9744
+ zkpolygonsep: "zkpolygonsep";
9745
+ zksyncsep: "zksyncsep";
9746
+ zorasep: "zorasep";
9747
+ exocore: "exocore";
9748
+ real: "real";
9749
+ tiltyard: "tiltyard";
9750
+ skale: "skale";
9751
+ fraxtal: "fraxtal";
9752
+ sei: "sei";
9753
+ mode: "mode";
9754
+ hedera: "hedera";
9755
+ unreal: "unreal";
9756
+ masa: "masa";
9757
+ merlin: "merlin";
9758
+ homeverse: "homeverse";
9759
+ zkastar: "zkastar";
9760
+ amoy: "amoy";
9761
+ degen: "degen";
9762
+ xlayer: "xlayer";
9763
+ form: "form";
9764
+ ll1: "ll1";
9765
+ mantasep: "mantasep";
9766
+ taiko: "taiko";
9767
+ zircuit: "zircuit";
9768
+ camp: "camp";
9769
+ olive: "olive";
9770
+ sanko: "sanko";
9771
+ bob: "bob";
9772
+ cyber: "cyber";
9773
+ botanix: "botanix";
9774
+ xchain: "xchain";
9775
+ zklink: "zklink";
9776
+ ebi: "ebi";
9777
+ kinto: "kinto";
9778
+ lineasep: "lineasep";
9779
+ iota: "iota";
9780
+ besu1: "besu1";
9781
+ bouncebit: "bouncebit";
9782
+ morph: "morph";
9783
+ gravity: "gravity";
9784
+ bartio: "bartio";
9785
+ metissep: "metissep";
9786
+ flare: "flare";
9787
+ glue: "glue";
9788
+ opencampus: "opencampus";
9789
+ vanar: "vanar";
9790
+ peaq: "peaq";
9791
+ fi: "fi";
9792
+ curtis: "curtis";
9793
+ lyra: "lyra";
9794
+ lightlink: "lightlink";
9795
+ bahamut: "bahamut";
9796
+ codex: "codex";
9797
+ otherworld: "otherworld";
9798
+ abstract: "abstract";
9799
+ root: "root";
9800
+ story: "story";
9801
+ treasure: "treasure";
9802
+ reya: "reya";
9803
+ bitlayer: "bitlayer";
9804
+ dm2verse: "dm2verse";
9805
+ ape: "ape";
9806
+ ozean: "ozean";
9807
+ bevm: "bevm";
9808
+ lisk: "lisk";
9809
+ plume2: "plume2";
9810
+ kevnet: "kevnet";
9811
+ ble: "ble";
9812
+ bl2: "bl2";
9813
+ hyperliquid: "hyperliquid";
9814
+ hyperliquidburned: "hyperliquidburned";
9815
+ unichain: "unichain";
9816
+ minato: "minato";
9817
+ worldcoin: "worldcoin";
9818
+ worldchain: "worldchain";
9819
+ superposition: "superposition";
9820
+ hemi: "hemi";
9821
+ gameswift: "gameswift";
9822
+ odyssey: "odyssey";
9823
+ sophon: "sophon";
9824
+ moksha: "moksha";
9825
+ edu: "edu";
9826
+ citrea: "citrea";
9827
+ islander: "islander";
9828
+ bl3: "bl3";
9829
+ mp1: "mp1";
9830
+ sonic: "sonic";
9831
+ rootstock: "rootstock";
9832
+ flow: "flow";
9833
+ nibiru: "nibiru";
9834
+ nibiruburned: "nibiruburned";
9835
+ swell: "swell";
9836
+ memecoreformicarium: "memecoreformicarium";
9837
+ apexfusionnexus: "apexfusionnexus";
9838
+ goat: "goat";
9839
+ bl4: "bl4";
9840
+ bl5: "bl5";
9841
+ bl6: "bl6";
9842
+ ink: "ink";
9843
+ soneium: "soneium";
9844
+ space: "space";
9845
+ cronosevm: "cronosevm";
9846
+ cronoszkevm: "cronoszkevm";
9847
+ stabledevnet: "stabledevnet";
9848
+ xdc: "xdc";
9849
+ concrete: "concrete";
9850
+ plume: "plume";
9851
+ plumephoenix: "plumephoenix";
9852
+ megaeth: "megaeth";
9853
+ bepolia: "bepolia";
9854
+ gunz: "gunz";
9855
+ animechain: "animechain";
9856
+ lens: "lens";
9857
+ stable: "stable";
9858
+ ondo: "ondo";
9859
+ somnia: "somnia";
9860
+ converge: "converge";
9861
+ subtensorevm: "subtensorevm";
9862
+ katana: "katana";
9863
+ tacspb: "tacspb";
9864
+ tac: "tac";
9865
+ somniashannon: "somniashannon";
9866
+ siliconsepolia: "siliconsepolia";
9867
+ ethereal: "ethereal";
9868
+ silicon: "silicon";
9869
+ injective1439: "injective1439";
9870
+ plasma: "plasma";
9871
+ sui: "sui";
9872
+ }>]>;
9873
+ }, z.core.$strip>;
9874
+ deployerNormalizedAddress: z.ZodType<import("@layerzerolabs/typescript-utils").NormalizedHexString, unknown, z.core.$ZodTypeInternals<import("@layerzerolabs/typescript-utils").NormalizedHexString, unknown>>;
9875
+ txHash: z.ZodString;
9876
+ bytecodeHash: z.ZodOptional<z.ZodString>;
9877
+ deployedBytecode: z.ZodOptional<z.ZodString>;
9878
+ extraDeploymentInfo: z.ZodUndefined | z.ZodOptional<z.ZodUndefined>;
9879
+ }, z.core.$strip>, z.ZodObject<{
9880
+ contractName: z.ZodString;
9881
+ chainName: z.ZodString;
9882
+ networkId: z.ZodNumber;
9883
+ address: z.ZodObject<{
9884
+ nativeAddress: z.ZodString;
9885
+ chainName: z.ZodUnion<readonly [z.ZodEnum<typeof import("@layerzerolabs/layerzero-definitions").ChainName>, z.ZodEnum<{
9886
+ ton: "ton";
9887
+ avalanche: "avalanche";
9888
+ arbitrum: "arbitrum";
9889
+ optimism: "optimism";
9890
+ mantle: "mantle";
9891
+ tron: "tron";
9892
+ ethereum: "ethereum";
9893
+ solana: "solana";
9894
+ aptos: "aptos";
9895
+ bsc: "bsc";
9896
+ initia: "initia";
9897
+ starknet: "starknet";
9898
+ polygon: "polygon";
9899
+ zkpolygon: "zkpolygon";
9900
+ fantom: "fantom";
9901
+ swimmer: "swimmer";
9902
+ dfk: "dfk";
9903
+ harmony: "harmony";
9904
+ arcana: "arcana";
9905
+ dexalot: "dexalot";
9906
+ castlecrush: "castlecrush";
9907
+ gnosis: "gnosis";
9908
+ celo: "celo";
9909
+ moonbeam: "moonbeam";
9910
+ boba: "boba";
9911
+ portal: "portal";
9912
+ intain: "intain";
9913
+ fuse: "fuse";
9914
+ astar: "astar";
9915
+ zksync: "zksync";
9916
+ shrapnel: "shrapnel";
9917
+ dos: "dos";
9918
+ klaytn: "klaytn";
9919
+ metis: "metis";
9920
+ coredao: "coredao";
9921
+ okx: "okx";
9922
+ meter: "meter";
9923
+ goerli: "goerli";
9924
+ base: "base";
9925
+ zkconsensys: "zkconsensys";
9926
+ sepolia: "sepolia";
9927
+ moonriver: "moonriver";
9928
+ aavegotchi: "aavegotchi";
9929
+ scroll: "scroll";
9930
+ cathay: "cathay";
9931
+ kava: "kava";
9932
+ tenet: "tenet";
9933
+ canto: "canto";
9934
+ orderly: "orderly";
9935
+ nova: "nova";
9936
+ blockgen: "blockgen";
9937
+ meritcircle: "meritcircle";
9938
+ hubble: "hubble";
9939
+ zora: "zora";
9940
+ tomo: "tomo";
9941
+ loot: "loot";
9942
+ telos: "telos";
9943
+ aurora: "aurora";
9944
+ opbnb: "opbnb";
9945
+ shimmer: "shimmer";
9946
+ monad: "monad";
9947
+ lif3: "lif3";
9948
+ spruce: "spruce";
9949
+ pgjjtk: "pgjjtk";
9950
+ oda: "oda";
9951
+ kiwi: "kiwi";
9952
+ conflux: "conflux";
9953
+ eon: "eon";
9954
+ xpla: "xpla";
9955
+ holesky: "holesky";
9956
+ injective: "injective";
9957
+ idex: "idex";
9958
+ zkatana: "zkatana";
9959
+ manta: "manta";
9960
+ frame: "frame";
9961
+ pgn: "pgn";
9962
+ polygoncdk: "polygoncdk";
9963
+ arbsep: "arbsep";
9964
+ optsep: "optsep";
9965
+ bera: "bera";
9966
+ venn: "venn";
9967
+ rarible: "rarible";
9968
+ gunzilla: "gunzilla";
9969
+ rc1: "rc1";
9970
+ etherlink: "etherlink";
9971
+ kiwi2: "kiwi2";
9972
+ bb1: "bb1";
9973
+ joc: "joc";
9974
+ blast: "blast";
9975
+ trondev: "trondev";
9976
+ xai: "xai";
9977
+ tangible: "tangible";
9978
+ basesep: "basesep";
9979
+ mantlesep: "mantlesep";
9980
+ zkpolygonsep: "zkpolygonsep";
9981
+ zksyncsep: "zksyncsep";
9982
+ zorasep: "zorasep";
9983
+ exocore: "exocore";
9984
+ real: "real";
9985
+ tiltyard: "tiltyard";
9986
+ skale: "skale";
9987
+ fraxtal: "fraxtal";
9988
+ sei: "sei";
9989
+ mode: "mode";
9990
+ hedera: "hedera";
9991
+ unreal: "unreal";
9992
+ masa: "masa";
9993
+ merlin: "merlin";
9994
+ homeverse: "homeverse";
9995
+ zkastar: "zkastar";
9996
+ amoy: "amoy";
9997
+ degen: "degen";
9998
+ xlayer: "xlayer";
9999
+ form: "form";
10000
+ ll1: "ll1";
10001
+ mantasep: "mantasep";
10002
+ taiko: "taiko";
10003
+ zircuit: "zircuit";
10004
+ camp: "camp";
10005
+ olive: "olive";
10006
+ sanko: "sanko";
10007
+ bob: "bob";
10008
+ cyber: "cyber";
10009
+ botanix: "botanix";
10010
+ xchain: "xchain";
10011
+ zklink: "zklink";
10012
+ ebi: "ebi";
10013
+ kinto: "kinto";
10014
+ lineasep: "lineasep";
10015
+ iota: "iota";
10016
+ besu1: "besu1";
10017
+ bouncebit: "bouncebit";
10018
+ morph: "morph";
10019
+ gravity: "gravity";
10020
+ bartio: "bartio";
10021
+ metissep: "metissep";
10022
+ flare: "flare";
10023
+ glue: "glue";
10024
+ opencampus: "opencampus";
10025
+ vanar: "vanar";
10026
+ peaq: "peaq";
10027
+ fi: "fi";
10028
+ curtis: "curtis";
10029
+ lyra: "lyra";
10030
+ lightlink: "lightlink";
10031
+ bahamut: "bahamut";
10032
+ codex: "codex";
10033
+ otherworld: "otherworld";
10034
+ abstract: "abstract";
10035
+ root: "root";
10036
+ story: "story";
10037
+ treasure: "treasure";
10038
+ reya: "reya";
10039
+ bitlayer: "bitlayer";
10040
+ dm2verse: "dm2verse";
10041
+ ape: "ape";
10042
+ ozean: "ozean";
10043
+ bevm: "bevm";
10044
+ lisk: "lisk";
10045
+ plume2: "plume2";
10046
+ kevnet: "kevnet";
10047
+ ble: "ble";
10048
+ bl2: "bl2";
10049
+ hyperliquid: "hyperliquid";
10050
+ hyperliquidburned: "hyperliquidburned";
10051
+ unichain: "unichain";
10052
+ minato: "minato";
10053
+ worldcoin: "worldcoin";
10054
+ worldchain: "worldchain";
10055
+ superposition: "superposition";
10056
+ hemi: "hemi";
10057
+ gameswift: "gameswift";
10058
+ odyssey: "odyssey";
10059
+ sophon: "sophon";
10060
+ moksha: "moksha";
10061
+ edu: "edu";
10062
+ citrea: "citrea";
10063
+ islander: "islander";
10064
+ bl3: "bl3";
10065
+ mp1: "mp1";
10066
+ sonic: "sonic";
10067
+ rootstock: "rootstock";
10068
+ flow: "flow";
10069
+ nibiru: "nibiru";
10070
+ nibiruburned: "nibiruburned";
10071
+ swell: "swell";
10072
+ memecoreformicarium: "memecoreformicarium";
10073
+ apexfusionnexus: "apexfusionnexus";
10074
+ goat: "goat";
10075
+ bl4: "bl4";
10076
+ bl5: "bl5";
10077
+ bl6: "bl6";
10078
+ ink: "ink";
10079
+ soneium: "soneium";
10080
+ space: "space";
10081
+ cronosevm: "cronosevm";
10082
+ cronoszkevm: "cronoszkevm";
10083
+ stabledevnet: "stabledevnet";
10084
+ xdc: "xdc";
10085
+ concrete: "concrete";
10086
+ plume: "plume";
10087
+ plumephoenix: "plumephoenix";
10088
+ megaeth: "megaeth";
10089
+ bepolia: "bepolia";
10090
+ gunz: "gunz";
10091
+ animechain: "animechain";
10092
+ lens: "lens";
10093
+ stable: "stable";
10094
+ ondo: "ondo";
10095
+ somnia: "somnia";
10096
+ converge: "converge";
10097
+ subtensorevm: "subtensorevm";
10098
+ katana: "katana";
10099
+ tacspb: "tacspb";
10100
+ tac: "tac";
10101
+ somniashannon: "somniashannon";
10102
+ siliconsepolia: "siliconsepolia";
10103
+ ethereal: "ethereal";
10104
+ silicon: "silicon";
10105
+ injective1439: "injective1439";
10106
+ plasma: "plasma";
10107
+ sui: "sui";
10108
+ }>]>;
10109
+ }, z.core.$strip>;
10110
+ normalizedAddress: z.ZodType<import("@layerzerolabs/typescript-utils").NormalizedHexString, unknown, z.core.$ZodTypeInternals<import("@layerzerolabs/typescript-utils").NormalizedHexString, unknown>>;
10111
+ deploymentTimestamp: z.ZodNumber;
10112
+ deployerAddress: z.ZodObject<{
10113
+ nativeAddress: z.ZodString;
10114
+ chainName: z.ZodUnion<readonly [z.ZodEnum<typeof import("@layerzerolabs/layerzero-definitions").ChainName>, z.ZodEnum<{
10115
+ ton: "ton";
10116
+ avalanche: "avalanche";
10117
+ arbitrum: "arbitrum";
10118
+ optimism: "optimism";
10119
+ mantle: "mantle";
10120
+ tron: "tron";
10121
+ ethereum: "ethereum";
10122
+ solana: "solana";
10123
+ aptos: "aptos";
10124
+ bsc: "bsc";
10125
+ initia: "initia";
10126
+ starknet: "starknet";
10127
+ polygon: "polygon";
10128
+ zkpolygon: "zkpolygon";
10129
+ fantom: "fantom";
10130
+ swimmer: "swimmer";
10131
+ dfk: "dfk";
10132
+ harmony: "harmony";
10133
+ arcana: "arcana";
10134
+ dexalot: "dexalot";
10135
+ castlecrush: "castlecrush";
10136
+ gnosis: "gnosis";
10137
+ celo: "celo";
10138
+ moonbeam: "moonbeam";
10139
+ boba: "boba";
10140
+ portal: "portal";
10141
+ intain: "intain";
10142
+ fuse: "fuse";
10143
+ astar: "astar";
10144
+ zksync: "zksync";
10145
+ shrapnel: "shrapnel";
10146
+ dos: "dos";
10147
+ klaytn: "klaytn";
10148
+ metis: "metis";
10149
+ coredao: "coredao";
10150
+ okx: "okx";
10151
+ meter: "meter";
10152
+ goerli: "goerli";
10153
+ base: "base";
10154
+ zkconsensys: "zkconsensys";
10155
+ sepolia: "sepolia";
10156
+ moonriver: "moonriver";
10157
+ aavegotchi: "aavegotchi";
10158
+ scroll: "scroll";
10159
+ cathay: "cathay";
10160
+ kava: "kava";
10161
+ tenet: "tenet";
10162
+ canto: "canto";
10163
+ orderly: "orderly";
10164
+ nova: "nova";
10165
+ blockgen: "blockgen";
10166
+ meritcircle: "meritcircle";
10167
+ hubble: "hubble";
10168
+ zora: "zora";
10169
+ tomo: "tomo";
10170
+ loot: "loot";
10171
+ telos: "telos";
10172
+ aurora: "aurora";
10173
+ opbnb: "opbnb";
10174
+ shimmer: "shimmer";
10175
+ monad: "monad";
10176
+ lif3: "lif3";
10177
+ spruce: "spruce";
10178
+ pgjjtk: "pgjjtk";
10179
+ oda: "oda";
10180
+ kiwi: "kiwi";
10181
+ conflux: "conflux";
10182
+ eon: "eon";
10183
+ xpla: "xpla";
10184
+ holesky: "holesky";
10185
+ injective: "injective";
10186
+ idex: "idex";
10187
+ zkatana: "zkatana";
10188
+ manta: "manta";
10189
+ frame: "frame";
10190
+ pgn: "pgn";
10191
+ polygoncdk: "polygoncdk";
10192
+ arbsep: "arbsep";
10193
+ optsep: "optsep";
10194
+ bera: "bera";
10195
+ venn: "venn";
10196
+ rarible: "rarible";
10197
+ gunzilla: "gunzilla";
10198
+ rc1: "rc1";
10199
+ etherlink: "etherlink";
10200
+ kiwi2: "kiwi2";
10201
+ bb1: "bb1";
10202
+ joc: "joc";
10203
+ blast: "blast";
10204
+ trondev: "trondev";
10205
+ xai: "xai";
10206
+ tangible: "tangible";
10207
+ basesep: "basesep";
10208
+ mantlesep: "mantlesep";
10209
+ zkpolygonsep: "zkpolygonsep";
10210
+ zksyncsep: "zksyncsep";
10211
+ zorasep: "zorasep";
10212
+ exocore: "exocore";
10213
+ real: "real";
10214
+ tiltyard: "tiltyard";
10215
+ skale: "skale";
10216
+ fraxtal: "fraxtal";
10217
+ sei: "sei";
10218
+ mode: "mode";
10219
+ hedera: "hedera";
10220
+ unreal: "unreal";
10221
+ masa: "masa";
10222
+ merlin: "merlin";
10223
+ homeverse: "homeverse";
10224
+ zkastar: "zkastar";
10225
+ amoy: "amoy";
10226
+ degen: "degen";
10227
+ xlayer: "xlayer";
10228
+ form: "form";
10229
+ ll1: "ll1";
10230
+ mantasep: "mantasep";
10231
+ taiko: "taiko";
10232
+ zircuit: "zircuit";
10233
+ camp: "camp";
10234
+ olive: "olive";
10235
+ sanko: "sanko";
10236
+ bob: "bob";
10237
+ cyber: "cyber";
10238
+ botanix: "botanix";
10239
+ xchain: "xchain";
10240
+ zklink: "zklink";
10241
+ ebi: "ebi";
10242
+ kinto: "kinto";
10243
+ lineasep: "lineasep";
10244
+ iota: "iota";
10245
+ besu1: "besu1";
10246
+ bouncebit: "bouncebit";
10247
+ morph: "morph";
10248
+ gravity: "gravity";
10249
+ bartio: "bartio";
10250
+ metissep: "metissep";
10251
+ flare: "flare";
10252
+ glue: "glue";
10253
+ opencampus: "opencampus";
10254
+ vanar: "vanar";
10255
+ peaq: "peaq";
10256
+ fi: "fi";
10257
+ curtis: "curtis";
10258
+ lyra: "lyra";
10259
+ lightlink: "lightlink";
10260
+ bahamut: "bahamut";
10261
+ codex: "codex";
10262
+ otherworld: "otherworld";
10263
+ abstract: "abstract";
10264
+ root: "root";
10265
+ story: "story";
10266
+ treasure: "treasure";
10267
+ reya: "reya";
10268
+ bitlayer: "bitlayer";
10269
+ dm2verse: "dm2verse";
10270
+ ape: "ape";
10271
+ ozean: "ozean";
10272
+ bevm: "bevm";
10273
+ lisk: "lisk";
10274
+ plume2: "plume2";
10275
+ kevnet: "kevnet";
10276
+ ble: "ble";
10277
+ bl2: "bl2";
10278
+ hyperliquid: "hyperliquid";
10279
+ hyperliquidburned: "hyperliquidburned";
10280
+ unichain: "unichain";
10281
+ minato: "minato";
10282
+ worldcoin: "worldcoin";
10283
+ worldchain: "worldchain";
10284
+ superposition: "superposition";
10285
+ hemi: "hemi";
10286
+ gameswift: "gameswift";
10287
+ odyssey: "odyssey";
10288
+ sophon: "sophon";
10289
+ moksha: "moksha";
10290
+ edu: "edu";
10291
+ citrea: "citrea";
10292
+ islander: "islander";
10293
+ bl3: "bl3";
10294
+ mp1: "mp1";
10295
+ sonic: "sonic";
10296
+ rootstock: "rootstock";
10297
+ flow: "flow";
10298
+ nibiru: "nibiru";
10299
+ nibiruburned: "nibiruburned";
10300
+ swell: "swell";
10301
+ memecoreformicarium: "memecoreformicarium";
10302
+ apexfusionnexus: "apexfusionnexus";
10303
+ goat: "goat";
10304
+ bl4: "bl4";
10305
+ bl5: "bl5";
10306
+ bl6: "bl6";
10307
+ ink: "ink";
10308
+ soneium: "soneium";
10309
+ space: "space";
10310
+ cronosevm: "cronosevm";
10311
+ cronoszkevm: "cronoszkevm";
10312
+ stabledevnet: "stabledevnet";
10313
+ xdc: "xdc";
10314
+ concrete: "concrete";
10315
+ plume: "plume";
10316
+ plumephoenix: "plumephoenix";
10317
+ megaeth: "megaeth";
10318
+ bepolia: "bepolia";
10319
+ gunz: "gunz";
10320
+ animechain: "animechain";
10321
+ lens: "lens";
10322
+ stable: "stable";
10323
+ ondo: "ondo";
10324
+ somnia: "somnia";
10325
+ converge: "converge";
10326
+ subtensorevm: "subtensorevm";
10327
+ katana: "katana";
10328
+ tacspb: "tacspb";
10329
+ tac: "tac";
10330
+ somniashannon: "somniashannon";
10331
+ siliconsepolia: "siliconsepolia";
10332
+ ethereal: "ethereal";
10333
+ silicon: "silicon";
10334
+ injective1439: "injective1439";
10335
+ plasma: "plasma";
10336
+ sui: "sui";
10337
+ }>]>;
10338
+ }, z.core.$strip>;
10339
+ deployerNormalizedAddress: z.ZodType<import("@layerzerolabs/typescript-utils").NormalizedHexString, unknown, z.core.$ZodTypeInternals<import("@layerzerolabs/typescript-utils").NormalizedHexString, unknown>>;
10340
+ txHash: z.ZodString;
10341
+ bytecodeHash: z.ZodOptional<z.ZodString>;
10342
+ deployedBytecode: z.ZodOptional<z.ZodString>;
10343
+ extraDeploymentInfo: z.ZodUndefined | z.ZodOptional<z.ZodObject<{
10344
+ accounts: z.ZodRecord<z.ZodString, z.ZodString>;
10345
+ }, z.core.$strip>>;
10346
+ }, z.core.$strip>, z.ZodObject<{
10347
+ contractName: z.ZodString;
10348
+ chainName: z.ZodString;
10349
+ networkId: z.ZodNumber;
10350
+ address: z.ZodObject<{
10351
+ nativeAddress: z.ZodString;
10352
+ chainName: z.ZodUnion<readonly [z.ZodEnum<typeof import("@layerzerolabs/layerzero-definitions").ChainName>, z.ZodEnum<{
10353
+ ton: "ton";
10354
+ avalanche: "avalanche";
10355
+ arbitrum: "arbitrum";
10356
+ optimism: "optimism";
10357
+ mantle: "mantle";
10358
+ tron: "tron";
10359
+ ethereum: "ethereum";
10360
+ solana: "solana";
10361
+ aptos: "aptos";
10362
+ bsc: "bsc";
10363
+ initia: "initia";
10364
+ starknet: "starknet";
10365
+ polygon: "polygon";
10366
+ zkpolygon: "zkpolygon";
10367
+ fantom: "fantom";
10368
+ swimmer: "swimmer";
10369
+ dfk: "dfk";
10370
+ harmony: "harmony";
10371
+ arcana: "arcana";
10372
+ dexalot: "dexalot";
10373
+ castlecrush: "castlecrush";
10374
+ gnosis: "gnosis";
10375
+ celo: "celo";
10376
+ moonbeam: "moonbeam";
10377
+ boba: "boba";
10378
+ portal: "portal";
10379
+ intain: "intain";
10380
+ fuse: "fuse";
10381
+ astar: "astar";
10382
+ zksync: "zksync";
10383
+ shrapnel: "shrapnel";
10384
+ dos: "dos";
10385
+ klaytn: "klaytn";
10386
+ metis: "metis";
10387
+ coredao: "coredao";
10388
+ okx: "okx";
10389
+ meter: "meter";
10390
+ goerli: "goerli";
10391
+ base: "base";
10392
+ zkconsensys: "zkconsensys";
10393
+ sepolia: "sepolia";
10394
+ moonriver: "moonriver";
10395
+ aavegotchi: "aavegotchi";
10396
+ scroll: "scroll";
10397
+ cathay: "cathay";
10398
+ kava: "kava";
10399
+ tenet: "tenet";
10400
+ canto: "canto";
10401
+ orderly: "orderly";
10402
+ nova: "nova";
10403
+ blockgen: "blockgen";
10404
+ meritcircle: "meritcircle";
10405
+ hubble: "hubble";
10406
+ zora: "zora";
10407
+ tomo: "tomo";
10408
+ loot: "loot";
10409
+ telos: "telos";
10410
+ aurora: "aurora";
10411
+ opbnb: "opbnb";
10412
+ shimmer: "shimmer";
10413
+ monad: "monad";
10414
+ lif3: "lif3";
10415
+ spruce: "spruce";
10416
+ pgjjtk: "pgjjtk";
10417
+ oda: "oda";
10418
+ kiwi: "kiwi";
10419
+ conflux: "conflux";
10420
+ eon: "eon";
10421
+ xpla: "xpla";
10422
+ holesky: "holesky";
10423
+ injective: "injective";
10424
+ idex: "idex";
10425
+ zkatana: "zkatana";
10426
+ manta: "manta";
10427
+ frame: "frame";
10428
+ pgn: "pgn";
10429
+ polygoncdk: "polygoncdk";
10430
+ arbsep: "arbsep";
10431
+ optsep: "optsep";
10432
+ bera: "bera";
10433
+ venn: "venn";
10434
+ rarible: "rarible";
10435
+ gunzilla: "gunzilla";
10436
+ rc1: "rc1";
10437
+ etherlink: "etherlink";
10438
+ kiwi2: "kiwi2";
10439
+ bb1: "bb1";
10440
+ joc: "joc";
10441
+ blast: "blast";
10442
+ trondev: "trondev";
10443
+ xai: "xai";
10444
+ tangible: "tangible";
10445
+ basesep: "basesep";
10446
+ mantlesep: "mantlesep";
10447
+ zkpolygonsep: "zkpolygonsep";
10448
+ zksyncsep: "zksyncsep";
10449
+ zorasep: "zorasep";
10450
+ exocore: "exocore";
10451
+ real: "real";
10452
+ tiltyard: "tiltyard";
10453
+ skale: "skale";
10454
+ fraxtal: "fraxtal";
10455
+ sei: "sei";
10456
+ mode: "mode";
10457
+ hedera: "hedera";
10458
+ unreal: "unreal";
10459
+ masa: "masa";
10460
+ merlin: "merlin";
10461
+ homeverse: "homeverse";
10462
+ zkastar: "zkastar";
10463
+ amoy: "amoy";
10464
+ degen: "degen";
10465
+ xlayer: "xlayer";
10466
+ form: "form";
10467
+ ll1: "ll1";
10468
+ mantasep: "mantasep";
10469
+ taiko: "taiko";
10470
+ zircuit: "zircuit";
10471
+ camp: "camp";
10472
+ olive: "olive";
10473
+ sanko: "sanko";
10474
+ bob: "bob";
10475
+ cyber: "cyber";
10476
+ botanix: "botanix";
10477
+ xchain: "xchain";
10478
+ zklink: "zklink";
10479
+ ebi: "ebi";
10480
+ kinto: "kinto";
10481
+ lineasep: "lineasep";
10482
+ iota: "iota";
10483
+ besu1: "besu1";
10484
+ bouncebit: "bouncebit";
10485
+ morph: "morph";
10486
+ gravity: "gravity";
10487
+ bartio: "bartio";
10488
+ metissep: "metissep";
10489
+ flare: "flare";
10490
+ glue: "glue";
10491
+ opencampus: "opencampus";
10492
+ vanar: "vanar";
10493
+ peaq: "peaq";
10494
+ fi: "fi";
10495
+ curtis: "curtis";
10496
+ lyra: "lyra";
10497
+ lightlink: "lightlink";
10498
+ bahamut: "bahamut";
10499
+ codex: "codex";
10500
+ otherworld: "otherworld";
10501
+ abstract: "abstract";
10502
+ root: "root";
10503
+ story: "story";
10504
+ treasure: "treasure";
10505
+ reya: "reya";
10506
+ bitlayer: "bitlayer";
10507
+ dm2verse: "dm2verse";
10508
+ ape: "ape";
10509
+ ozean: "ozean";
10510
+ bevm: "bevm";
10511
+ lisk: "lisk";
10512
+ plume2: "plume2";
10513
+ kevnet: "kevnet";
10514
+ ble: "ble";
10515
+ bl2: "bl2";
10516
+ hyperliquid: "hyperliquid";
10517
+ hyperliquidburned: "hyperliquidburned";
10518
+ unichain: "unichain";
10519
+ minato: "minato";
10520
+ worldcoin: "worldcoin";
10521
+ worldchain: "worldchain";
10522
+ superposition: "superposition";
10523
+ hemi: "hemi";
10524
+ gameswift: "gameswift";
10525
+ odyssey: "odyssey";
10526
+ sophon: "sophon";
10527
+ moksha: "moksha";
10528
+ edu: "edu";
10529
+ citrea: "citrea";
10530
+ islander: "islander";
10531
+ bl3: "bl3";
10532
+ mp1: "mp1";
10533
+ sonic: "sonic";
10534
+ rootstock: "rootstock";
10535
+ flow: "flow";
10536
+ nibiru: "nibiru";
10537
+ nibiruburned: "nibiruburned";
10538
+ swell: "swell";
10539
+ memecoreformicarium: "memecoreformicarium";
10540
+ apexfusionnexus: "apexfusionnexus";
10541
+ goat: "goat";
10542
+ bl4: "bl4";
10543
+ bl5: "bl5";
10544
+ bl6: "bl6";
10545
+ ink: "ink";
10546
+ soneium: "soneium";
10547
+ space: "space";
10548
+ cronosevm: "cronosevm";
10549
+ cronoszkevm: "cronoszkevm";
10550
+ stabledevnet: "stabledevnet";
10551
+ xdc: "xdc";
10552
+ concrete: "concrete";
10553
+ plume: "plume";
10554
+ plumephoenix: "plumephoenix";
10555
+ megaeth: "megaeth";
10556
+ bepolia: "bepolia";
10557
+ gunz: "gunz";
10558
+ animechain: "animechain";
10559
+ lens: "lens";
10560
+ stable: "stable";
10561
+ ondo: "ondo";
10562
+ somnia: "somnia";
10563
+ converge: "converge";
10564
+ subtensorevm: "subtensorevm";
10565
+ katana: "katana";
10566
+ tacspb: "tacspb";
10567
+ tac: "tac";
10568
+ somniashannon: "somniashannon";
10569
+ siliconsepolia: "siliconsepolia";
10570
+ ethereal: "ethereal";
10571
+ silicon: "silicon";
10572
+ injective1439: "injective1439";
10573
+ plasma: "plasma";
10574
+ sui: "sui";
10575
+ }>]>;
10576
+ }, z.core.$strip>;
10577
+ normalizedAddress: z.ZodType<import("@layerzerolabs/typescript-utils").NormalizedHexString, unknown, z.core.$ZodTypeInternals<import("@layerzerolabs/typescript-utils").NormalizedHexString, unknown>>;
10578
+ deploymentTimestamp: z.ZodNumber;
10579
+ deployerAddress: z.ZodObject<{
10580
+ nativeAddress: z.ZodString;
10581
+ chainName: z.ZodUnion<readonly [z.ZodEnum<typeof import("@layerzerolabs/layerzero-definitions").ChainName>, z.ZodEnum<{
10582
+ ton: "ton";
10583
+ avalanche: "avalanche";
10584
+ arbitrum: "arbitrum";
10585
+ optimism: "optimism";
10586
+ mantle: "mantle";
10587
+ tron: "tron";
10588
+ ethereum: "ethereum";
10589
+ solana: "solana";
10590
+ aptos: "aptos";
10591
+ bsc: "bsc";
10592
+ initia: "initia";
10593
+ starknet: "starknet";
10594
+ polygon: "polygon";
10595
+ zkpolygon: "zkpolygon";
10596
+ fantom: "fantom";
10597
+ swimmer: "swimmer";
10598
+ dfk: "dfk";
10599
+ harmony: "harmony";
10600
+ arcana: "arcana";
10601
+ dexalot: "dexalot";
10602
+ castlecrush: "castlecrush";
10603
+ gnosis: "gnosis";
10604
+ celo: "celo";
10605
+ moonbeam: "moonbeam";
10606
+ boba: "boba";
10607
+ portal: "portal";
10608
+ intain: "intain";
10609
+ fuse: "fuse";
10610
+ astar: "astar";
10611
+ zksync: "zksync";
10612
+ shrapnel: "shrapnel";
10613
+ dos: "dos";
10614
+ klaytn: "klaytn";
10615
+ metis: "metis";
10616
+ coredao: "coredao";
10617
+ okx: "okx";
10618
+ meter: "meter";
10619
+ goerli: "goerli";
10620
+ base: "base";
10621
+ zkconsensys: "zkconsensys";
10622
+ sepolia: "sepolia";
10623
+ moonriver: "moonriver";
10624
+ aavegotchi: "aavegotchi";
10625
+ scroll: "scroll";
10626
+ cathay: "cathay";
10627
+ kava: "kava";
10628
+ tenet: "tenet";
10629
+ canto: "canto";
10630
+ orderly: "orderly";
10631
+ nova: "nova";
10632
+ blockgen: "blockgen";
10633
+ meritcircle: "meritcircle";
10634
+ hubble: "hubble";
10635
+ zora: "zora";
10636
+ tomo: "tomo";
10637
+ loot: "loot";
10638
+ telos: "telos";
10639
+ aurora: "aurora";
10640
+ opbnb: "opbnb";
10641
+ shimmer: "shimmer";
10642
+ monad: "monad";
10643
+ lif3: "lif3";
10644
+ spruce: "spruce";
10645
+ pgjjtk: "pgjjtk";
10646
+ oda: "oda";
10647
+ kiwi: "kiwi";
10648
+ conflux: "conflux";
10649
+ eon: "eon";
10650
+ xpla: "xpla";
10651
+ holesky: "holesky";
10652
+ injective: "injective";
10653
+ idex: "idex";
10654
+ zkatana: "zkatana";
10655
+ manta: "manta";
10656
+ frame: "frame";
10657
+ pgn: "pgn";
10658
+ polygoncdk: "polygoncdk";
10659
+ arbsep: "arbsep";
10660
+ optsep: "optsep";
10661
+ bera: "bera";
10662
+ venn: "venn";
10663
+ rarible: "rarible";
10664
+ gunzilla: "gunzilla";
10665
+ rc1: "rc1";
10666
+ etherlink: "etherlink";
10667
+ kiwi2: "kiwi2";
10668
+ bb1: "bb1";
10669
+ joc: "joc";
10670
+ blast: "blast";
10671
+ trondev: "trondev";
10672
+ xai: "xai";
10673
+ tangible: "tangible";
10674
+ basesep: "basesep";
10675
+ mantlesep: "mantlesep";
10676
+ zkpolygonsep: "zkpolygonsep";
10677
+ zksyncsep: "zksyncsep";
10678
+ zorasep: "zorasep";
10679
+ exocore: "exocore";
10680
+ real: "real";
10681
+ tiltyard: "tiltyard";
10682
+ skale: "skale";
10683
+ fraxtal: "fraxtal";
10684
+ sei: "sei";
10685
+ mode: "mode";
10686
+ hedera: "hedera";
10687
+ unreal: "unreal";
10688
+ masa: "masa";
10689
+ merlin: "merlin";
10690
+ homeverse: "homeverse";
10691
+ zkastar: "zkastar";
10692
+ amoy: "amoy";
10693
+ degen: "degen";
10694
+ xlayer: "xlayer";
10695
+ form: "form";
10696
+ ll1: "ll1";
10697
+ mantasep: "mantasep";
10698
+ taiko: "taiko";
10699
+ zircuit: "zircuit";
10700
+ camp: "camp";
10701
+ olive: "olive";
10702
+ sanko: "sanko";
10703
+ bob: "bob";
10704
+ cyber: "cyber";
10705
+ botanix: "botanix";
10706
+ xchain: "xchain";
10707
+ zklink: "zklink";
10708
+ ebi: "ebi";
10709
+ kinto: "kinto";
10710
+ lineasep: "lineasep";
10711
+ iota: "iota";
10712
+ besu1: "besu1";
10713
+ bouncebit: "bouncebit";
10714
+ morph: "morph";
10715
+ gravity: "gravity";
10716
+ bartio: "bartio";
10717
+ metissep: "metissep";
10718
+ flare: "flare";
10719
+ glue: "glue";
10720
+ opencampus: "opencampus";
10721
+ vanar: "vanar";
10722
+ peaq: "peaq";
10723
+ fi: "fi";
10724
+ curtis: "curtis";
10725
+ lyra: "lyra";
10726
+ lightlink: "lightlink";
10727
+ bahamut: "bahamut";
10728
+ codex: "codex";
10729
+ otherworld: "otherworld";
10730
+ abstract: "abstract";
10731
+ root: "root";
10732
+ story: "story";
10733
+ treasure: "treasure";
10734
+ reya: "reya";
10735
+ bitlayer: "bitlayer";
10736
+ dm2verse: "dm2verse";
10737
+ ape: "ape";
10738
+ ozean: "ozean";
10739
+ bevm: "bevm";
10740
+ lisk: "lisk";
10741
+ plume2: "plume2";
10742
+ kevnet: "kevnet";
10743
+ ble: "ble";
10744
+ bl2: "bl2";
10745
+ hyperliquid: "hyperliquid";
10746
+ hyperliquidburned: "hyperliquidburned";
10747
+ unichain: "unichain";
10748
+ minato: "minato";
10749
+ worldcoin: "worldcoin";
10750
+ worldchain: "worldchain";
10751
+ superposition: "superposition";
10752
+ hemi: "hemi";
10753
+ gameswift: "gameswift";
10754
+ odyssey: "odyssey";
10755
+ sophon: "sophon";
10756
+ moksha: "moksha";
10757
+ edu: "edu";
10758
+ citrea: "citrea";
10759
+ islander: "islander";
10760
+ bl3: "bl3";
10761
+ mp1: "mp1";
10762
+ sonic: "sonic";
10763
+ rootstock: "rootstock";
10764
+ flow: "flow";
10765
+ nibiru: "nibiru";
10766
+ nibiruburned: "nibiruburned";
10767
+ swell: "swell";
10768
+ memecoreformicarium: "memecoreformicarium";
10769
+ apexfusionnexus: "apexfusionnexus";
10770
+ goat: "goat";
10771
+ bl4: "bl4";
10772
+ bl5: "bl5";
10773
+ bl6: "bl6";
10774
+ ink: "ink";
10775
+ soneium: "soneium";
10776
+ space: "space";
10777
+ cronosevm: "cronosevm";
10778
+ cronoszkevm: "cronoszkevm";
10779
+ stabledevnet: "stabledevnet";
10780
+ xdc: "xdc";
10781
+ concrete: "concrete";
10782
+ plume: "plume";
10783
+ plumephoenix: "plumephoenix";
10784
+ megaeth: "megaeth";
10785
+ bepolia: "bepolia";
10786
+ gunz: "gunz";
10787
+ animechain: "animechain";
10788
+ lens: "lens";
10789
+ stable: "stable";
10790
+ ondo: "ondo";
10791
+ somnia: "somnia";
10792
+ converge: "converge";
10793
+ subtensorevm: "subtensorevm";
10794
+ katana: "katana";
10795
+ tacspb: "tacspb";
10796
+ tac: "tac";
10797
+ somniashannon: "somniashannon";
10798
+ siliconsepolia: "siliconsepolia";
10799
+ ethereal: "ethereal";
10800
+ silicon: "silicon";
10801
+ injective1439: "injective1439";
10802
+ plasma: "plasma";
10803
+ sui: "sui";
10804
+ }>]>;
10805
+ }, z.core.$strip>;
10806
+ deployerNormalizedAddress: z.ZodType<import("@layerzerolabs/typescript-utils").NormalizedHexString, unknown, z.core.$ZodTypeInternals<import("@layerzerolabs/typescript-utils").NormalizedHexString, unknown>>;
10807
+ txHash: z.ZodString;
10808
+ bytecodeHash: z.ZodOptional<z.ZodString>;
10809
+ deployedBytecode: z.ZodOptional<z.ZodString>;
10810
+ extraDeploymentInfo: z.ZodUndefined | z.ZodOptional<z.ZodObject<{
10811
+ accountName: z.ZodString;
10812
+ moduleName: z.ZodString;
10813
+ }, z.core.$strip>>;
10814
+ }, z.core.$strip>, z.ZodObject<{
10815
+ contractName: z.ZodString;
10816
+ chainName: z.ZodString;
10817
+ networkId: z.ZodNumber;
10818
+ address: z.ZodObject<{
10819
+ nativeAddress: z.ZodString;
10820
+ chainName: z.ZodUnion<readonly [z.ZodEnum<typeof import("@layerzerolabs/layerzero-definitions").ChainName>, z.ZodEnum<{
10821
+ ton: "ton";
10822
+ avalanche: "avalanche";
10823
+ arbitrum: "arbitrum";
10824
+ optimism: "optimism";
10825
+ mantle: "mantle";
10826
+ tron: "tron";
10827
+ ethereum: "ethereum";
10828
+ solana: "solana";
10829
+ aptos: "aptos";
10830
+ bsc: "bsc";
10831
+ initia: "initia";
10832
+ starknet: "starknet";
10833
+ polygon: "polygon";
10834
+ zkpolygon: "zkpolygon";
10835
+ fantom: "fantom";
10836
+ swimmer: "swimmer";
10837
+ dfk: "dfk";
10838
+ harmony: "harmony";
10839
+ arcana: "arcana";
10840
+ dexalot: "dexalot";
10841
+ castlecrush: "castlecrush";
10842
+ gnosis: "gnosis";
10843
+ celo: "celo";
10844
+ moonbeam: "moonbeam";
10845
+ boba: "boba";
10846
+ portal: "portal";
10847
+ intain: "intain";
10848
+ fuse: "fuse";
10849
+ astar: "astar";
10850
+ zksync: "zksync";
10851
+ shrapnel: "shrapnel";
10852
+ dos: "dos";
10853
+ klaytn: "klaytn";
10854
+ metis: "metis";
10855
+ coredao: "coredao";
10856
+ okx: "okx";
10857
+ meter: "meter";
10858
+ goerli: "goerli";
10859
+ base: "base";
10860
+ zkconsensys: "zkconsensys";
10861
+ sepolia: "sepolia";
10862
+ moonriver: "moonriver";
10863
+ aavegotchi: "aavegotchi";
10864
+ scroll: "scroll";
10865
+ cathay: "cathay";
10866
+ kava: "kava";
10867
+ tenet: "tenet";
10868
+ canto: "canto";
10869
+ orderly: "orderly";
10870
+ nova: "nova";
10871
+ blockgen: "blockgen";
10872
+ meritcircle: "meritcircle";
10873
+ hubble: "hubble";
10874
+ zora: "zora";
10875
+ tomo: "tomo";
10876
+ loot: "loot";
10877
+ telos: "telos";
10878
+ aurora: "aurora";
10879
+ opbnb: "opbnb";
10880
+ shimmer: "shimmer";
10881
+ monad: "monad";
10882
+ lif3: "lif3";
10883
+ spruce: "spruce";
10884
+ pgjjtk: "pgjjtk";
10885
+ oda: "oda";
10886
+ kiwi: "kiwi";
10887
+ conflux: "conflux";
10888
+ eon: "eon";
10889
+ xpla: "xpla";
10890
+ holesky: "holesky";
10891
+ injective: "injective";
10892
+ idex: "idex";
10893
+ zkatana: "zkatana";
10894
+ manta: "manta";
10895
+ frame: "frame";
10896
+ pgn: "pgn";
10897
+ polygoncdk: "polygoncdk";
10898
+ arbsep: "arbsep";
10899
+ optsep: "optsep";
10900
+ bera: "bera";
10901
+ venn: "venn";
10902
+ rarible: "rarible";
10903
+ gunzilla: "gunzilla";
10904
+ rc1: "rc1";
10905
+ etherlink: "etherlink";
10906
+ kiwi2: "kiwi2";
10907
+ bb1: "bb1";
10908
+ joc: "joc";
10909
+ blast: "blast";
10910
+ trondev: "trondev";
10911
+ xai: "xai";
10912
+ tangible: "tangible";
10913
+ basesep: "basesep";
10914
+ mantlesep: "mantlesep";
10915
+ zkpolygonsep: "zkpolygonsep";
10916
+ zksyncsep: "zksyncsep";
10917
+ zorasep: "zorasep";
10918
+ exocore: "exocore";
10919
+ real: "real";
10920
+ tiltyard: "tiltyard";
10921
+ skale: "skale";
10922
+ fraxtal: "fraxtal";
10923
+ sei: "sei";
10924
+ mode: "mode";
10925
+ hedera: "hedera";
10926
+ unreal: "unreal";
10927
+ masa: "masa";
10928
+ merlin: "merlin";
10929
+ homeverse: "homeverse";
10930
+ zkastar: "zkastar";
10931
+ amoy: "amoy";
10932
+ degen: "degen";
10933
+ xlayer: "xlayer";
10934
+ form: "form";
10935
+ ll1: "ll1";
10936
+ mantasep: "mantasep";
10937
+ taiko: "taiko";
10938
+ zircuit: "zircuit";
10939
+ camp: "camp";
10940
+ olive: "olive";
10941
+ sanko: "sanko";
10942
+ bob: "bob";
10943
+ cyber: "cyber";
10944
+ botanix: "botanix";
10945
+ xchain: "xchain";
10946
+ zklink: "zklink";
10947
+ ebi: "ebi";
10948
+ kinto: "kinto";
10949
+ lineasep: "lineasep";
10950
+ iota: "iota";
10951
+ besu1: "besu1";
10952
+ bouncebit: "bouncebit";
10953
+ morph: "morph";
10954
+ gravity: "gravity";
10955
+ bartio: "bartio";
10956
+ metissep: "metissep";
10957
+ flare: "flare";
10958
+ glue: "glue";
10959
+ opencampus: "opencampus";
10960
+ vanar: "vanar";
10961
+ peaq: "peaq";
10962
+ fi: "fi";
10963
+ curtis: "curtis";
10964
+ lyra: "lyra";
10965
+ lightlink: "lightlink";
10966
+ bahamut: "bahamut";
10967
+ codex: "codex";
10968
+ otherworld: "otherworld";
10969
+ abstract: "abstract";
10970
+ root: "root";
10971
+ story: "story";
10972
+ treasure: "treasure";
10973
+ reya: "reya";
10974
+ bitlayer: "bitlayer";
10975
+ dm2verse: "dm2verse";
10976
+ ape: "ape";
10977
+ ozean: "ozean";
10978
+ bevm: "bevm";
10979
+ lisk: "lisk";
10980
+ plume2: "plume2";
10981
+ kevnet: "kevnet";
10982
+ ble: "ble";
10983
+ bl2: "bl2";
10984
+ hyperliquid: "hyperliquid";
10985
+ hyperliquidburned: "hyperliquidburned";
10986
+ unichain: "unichain";
10987
+ minato: "minato";
10988
+ worldcoin: "worldcoin";
10989
+ worldchain: "worldchain";
10990
+ superposition: "superposition";
10991
+ hemi: "hemi";
10992
+ gameswift: "gameswift";
10993
+ odyssey: "odyssey";
10994
+ sophon: "sophon";
10995
+ moksha: "moksha";
10996
+ edu: "edu";
10997
+ citrea: "citrea";
10998
+ islander: "islander";
10999
+ bl3: "bl3";
11000
+ mp1: "mp1";
11001
+ sonic: "sonic";
11002
+ rootstock: "rootstock";
11003
+ flow: "flow";
11004
+ nibiru: "nibiru";
11005
+ nibiruburned: "nibiruburned";
11006
+ swell: "swell";
11007
+ memecoreformicarium: "memecoreformicarium";
11008
+ apexfusionnexus: "apexfusionnexus";
11009
+ goat: "goat";
11010
+ bl4: "bl4";
11011
+ bl5: "bl5";
11012
+ bl6: "bl6";
11013
+ ink: "ink";
11014
+ soneium: "soneium";
11015
+ space: "space";
11016
+ cronosevm: "cronosevm";
11017
+ cronoszkevm: "cronoszkevm";
11018
+ stabledevnet: "stabledevnet";
11019
+ xdc: "xdc";
11020
+ concrete: "concrete";
11021
+ plume: "plume";
11022
+ plumephoenix: "plumephoenix";
11023
+ megaeth: "megaeth";
11024
+ bepolia: "bepolia";
11025
+ gunz: "gunz";
11026
+ animechain: "animechain";
11027
+ lens: "lens";
11028
+ stable: "stable";
11029
+ ondo: "ondo";
11030
+ somnia: "somnia";
11031
+ converge: "converge";
11032
+ subtensorevm: "subtensorevm";
11033
+ katana: "katana";
11034
+ tacspb: "tacspb";
11035
+ tac: "tac";
11036
+ somniashannon: "somniashannon";
11037
+ siliconsepolia: "siliconsepolia";
11038
+ ethereal: "ethereal";
11039
+ silicon: "silicon";
11040
+ injective1439: "injective1439";
11041
+ plasma: "plasma";
11042
+ sui: "sui";
11043
+ }>]>;
11044
+ }, z.core.$strip>;
11045
+ normalizedAddress: z.ZodType<import("@layerzerolabs/typescript-utils").NormalizedHexString, unknown, z.core.$ZodTypeInternals<import("@layerzerolabs/typescript-utils").NormalizedHexString, unknown>>;
11046
+ deploymentTimestamp: z.ZodNumber;
11047
+ deployerAddress: z.ZodObject<{
11048
+ nativeAddress: z.ZodString;
11049
+ chainName: z.ZodUnion<readonly [z.ZodEnum<typeof import("@layerzerolabs/layerzero-definitions").ChainName>, z.ZodEnum<{
11050
+ ton: "ton";
11051
+ avalanche: "avalanche";
11052
+ arbitrum: "arbitrum";
11053
+ optimism: "optimism";
11054
+ mantle: "mantle";
11055
+ tron: "tron";
11056
+ ethereum: "ethereum";
11057
+ solana: "solana";
11058
+ aptos: "aptos";
11059
+ bsc: "bsc";
11060
+ initia: "initia";
11061
+ starknet: "starknet";
11062
+ polygon: "polygon";
11063
+ zkpolygon: "zkpolygon";
11064
+ fantom: "fantom";
11065
+ swimmer: "swimmer";
11066
+ dfk: "dfk";
11067
+ harmony: "harmony";
11068
+ arcana: "arcana";
11069
+ dexalot: "dexalot";
11070
+ castlecrush: "castlecrush";
11071
+ gnosis: "gnosis";
11072
+ celo: "celo";
11073
+ moonbeam: "moonbeam";
11074
+ boba: "boba";
11075
+ portal: "portal";
11076
+ intain: "intain";
11077
+ fuse: "fuse";
11078
+ astar: "astar";
11079
+ zksync: "zksync";
11080
+ shrapnel: "shrapnel";
11081
+ dos: "dos";
11082
+ klaytn: "klaytn";
11083
+ metis: "metis";
11084
+ coredao: "coredao";
11085
+ okx: "okx";
11086
+ meter: "meter";
11087
+ goerli: "goerli";
11088
+ base: "base";
11089
+ zkconsensys: "zkconsensys";
11090
+ sepolia: "sepolia";
11091
+ moonriver: "moonriver";
11092
+ aavegotchi: "aavegotchi";
11093
+ scroll: "scroll";
11094
+ cathay: "cathay";
11095
+ kava: "kava";
11096
+ tenet: "tenet";
11097
+ canto: "canto";
11098
+ orderly: "orderly";
11099
+ nova: "nova";
11100
+ blockgen: "blockgen";
11101
+ meritcircle: "meritcircle";
11102
+ hubble: "hubble";
11103
+ zora: "zora";
11104
+ tomo: "tomo";
11105
+ loot: "loot";
11106
+ telos: "telos";
11107
+ aurora: "aurora";
11108
+ opbnb: "opbnb";
11109
+ shimmer: "shimmer";
11110
+ monad: "monad";
11111
+ lif3: "lif3";
11112
+ spruce: "spruce";
11113
+ pgjjtk: "pgjjtk";
11114
+ oda: "oda";
11115
+ kiwi: "kiwi";
11116
+ conflux: "conflux";
11117
+ eon: "eon";
11118
+ xpla: "xpla";
11119
+ holesky: "holesky";
11120
+ injective: "injective";
11121
+ idex: "idex";
11122
+ zkatana: "zkatana";
11123
+ manta: "manta";
11124
+ frame: "frame";
11125
+ pgn: "pgn";
11126
+ polygoncdk: "polygoncdk";
11127
+ arbsep: "arbsep";
11128
+ optsep: "optsep";
11129
+ bera: "bera";
11130
+ venn: "venn";
11131
+ rarible: "rarible";
11132
+ gunzilla: "gunzilla";
11133
+ rc1: "rc1";
11134
+ etherlink: "etherlink";
11135
+ kiwi2: "kiwi2";
11136
+ bb1: "bb1";
11137
+ joc: "joc";
11138
+ blast: "blast";
11139
+ trondev: "trondev";
11140
+ xai: "xai";
11141
+ tangible: "tangible";
11142
+ basesep: "basesep";
11143
+ mantlesep: "mantlesep";
11144
+ zkpolygonsep: "zkpolygonsep";
11145
+ zksyncsep: "zksyncsep";
11146
+ zorasep: "zorasep";
11147
+ exocore: "exocore";
11148
+ real: "real";
11149
+ tiltyard: "tiltyard";
11150
+ skale: "skale";
11151
+ fraxtal: "fraxtal";
11152
+ sei: "sei";
11153
+ mode: "mode";
11154
+ hedera: "hedera";
11155
+ unreal: "unreal";
11156
+ masa: "masa";
11157
+ merlin: "merlin";
11158
+ homeverse: "homeverse";
11159
+ zkastar: "zkastar";
11160
+ amoy: "amoy";
11161
+ degen: "degen";
11162
+ xlayer: "xlayer";
11163
+ form: "form";
11164
+ ll1: "ll1";
11165
+ mantasep: "mantasep";
11166
+ taiko: "taiko";
11167
+ zircuit: "zircuit";
11168
+ camp: "camp";
11169
+ olive: "olive";
11170
+ sanko: "sanko";
11171
+ bob: "bob";
11172
+ cyber: "cyber";
11173
+ botanix: "botanix";
11174
+ xchain: "xchain";
11175
+ zklink: "zklink";
11176
+ ebi: "ebi";
11177
+ kinto: "kinto";
11178
+ lineasep: "lineasep";
11179
+ iota: "iota";
11180
+ besu1: "besu1";
11181
+ bouncebit: "bouncebit";
11182
+ morph: "morph";
11183
+ gravity: "gravity";
11184
+ bartio: "bartio";
11185
+ metissep: "metissep";
11186
+ flare: "flare";
11187
+ glue: "glue";
11188
+ opencampus: "opencampus";
11189
+ vanar: "vanar";
11190
+ peaq: "peaq";
11191
+ fi: "fi";
11192
+ curtis: "curtis";
11193
+ lyra: "lyra";
11194
+ lightlink: "lightlink";
11195
+ bahamut: "bahamut";
11196
+ codex: "codex";
11197
+ otherworld: "otherworld";
11198
+ abstract: "abstract";
11199
+ root: "root";
11200
+ story: "story";
11201
+ treasure: "treasure";
11202
+ reya: "reya";
11203
+ bitlayer: "bitlayer";
11204
+ dm2verse: "dm2verse";
11205
+ ape: "ape";
11206
+ ozean: "ozean";
11207
+ bevm: "bevm";
11208
+ lisk: "lisk";
11209
+ plume2: "plume2";
11210
+ kevnet: "kevnet";
11211
+ ble: "ble";
11212
+ bl2: "bl2";
11213
+ hyperliquid: "hyperliquid";
11214
+ hyperliquidburned: "hyperliquidburned";
11215
+ unichain: "unichain";
11216
+ minato: "minato";
11217
+ worldcoin: "worldcoin";
11218
+ worldchain: "worldchain";
11219
+ superposition: "superposition";
11220
+ hemi: "hemi";
11221
+ gameswift: "gameswift";
11222
+ odyssey: "odyssey";
11223
+ sophon: "sophon";
11224
+ moksha: "moksha";
11225
+ edu: "edu";
11226
+ citrea: "citrea";
11227
+ islander: "islander";
11228
+ bl3: "bl3";
11229
+ mp1: "mp1";
11230
+ sonic: "sonic";
11231
+ rootstock: "rootstock";
11232
+ flow: "flow";
11233
+ nibiru: "nibiru";
11234
+ nibiruburned: "nibiruburned";
11235
+ swell: "swell";
11236
+ memecoreformicarium: "memecoreformicarium";
11237
+ apexfusionnexus: "apexfusionnexus";
11238
+ goat: "goat";
11239
+ bl4: "bl4";
11240
+ bl5: "bl5";
11241
+ bl6: "bl6";
11242
+ ink: "ink";
11243
+ soneium: "soneium";
11244
+ space: "space";
11245
+ cronosevm: "cronosevm";
11246
+ cronoszkevm: "cronoszkevm";
11247
+ stabledevnet: "stabledevnet";
11248
+ xdc: "xdc";
11249
+ concrete: "concrete";
11250
+ plume: "plume";
11251
+ plumephoenix: "plumephoenix";
11252
+ megaeth: "megaeth";
11253
+ bepolia: "bepolia";
11254
+ gunz: "gunz";
11255
+ animechain: "animechain";
11256
+ lens: "lens";
11257
+ stable: "stable";
11258
+ ondo: "ondo";
11259
+ somnia: "somnia";
11260
+ converge: "converge";
11261
+ subtensorevm: "subtensorevm";
11262
+ katana: "katana";
11263
+ tacspb: "tacspb";
11264
+ tac: "tac";
11265
+ somniashannon: "somniashannon";
11266
+ siliconsepolia: "siliconsepolia";
11267
+ ethereal: "ethereal";
11268
+ silicon: "silicon";
11269
+ injective1439: "injective1439";
11270
+ plasma: "plasma";
11271
+ sui: "sui";
11272
+ }>]>;
11273
+ }, z.core.$strip>;
11274
+ deployerNormalizedAddress: z.ZodType<import("@layerzerolabs/typescript-utils").NormalizedHexString, unknown, z.core.$ZodTypeInternals<import("@layerzerolabs/typescript-utils").NormalizedHexString, unknown>>;
11275
+ txHash: z.ZodString;
11276
+ bytecodeHash: z.ZodOptional<z.ZodString>;
11277
+ deployedBytecode: z.ZodOptional<z.ZodString>;
11278
+ extraDeploymentInfo: z.ZodUndefined | z.ZodOptional<z.ZodObject<{
11279
+ digest: z.ZodString;
11280
+ objectChanges: z.ZodArray<z.ZodCustom<import("@layerzerolabs/deployment-activity-factory").SuiObjectChange, import("@layerzerolabs/deployment-activity-factory").SuiObjectChange>>;
11281
+ }, z.core.$strip>>;
11282
+ }, z.core.$strip>]>;
11283
+ }, z.core.$strip>;
11284
+ export type SaveDeploymentBaseArgs = z.infer<typeof saveDeploymentBaseArgs>;
11285
+ export declare const getVerificationInfoBaseArgs: z.ZodObject<{
11286
+ contractName: z.ZodString;
11287
+ }, z.core.$strip>;
11288
+ export type GetVerificationInfoBaseArgs = z.infer<typeof getVerificationInfoBaseArgs>;
11289
+ export declare const saveVerificationInfoBaseArgs: z.ZodObject<{
11290
+ contractName: z.ZodString;
11291
+ deployedBytecode: z.ZodType<`0x${string}`, unknown, z.core.$ZodTypeInternals<`0x${string}`, unknown>>;
11292
+ deployerWallet: z.ZodType<import("@layerzerolabs/typescript-utils").NormalizedHexString, unknown, z.core.$ZodTypeInternals<import("@layerzerolabs/typescript-utils").NormalizedHexString, unknown>>;
11293
+ }, z.core.$strip>;
11294
+ export type SaveVerificationInfoBaseArgs = z.infer<typeof saveVerificationInfoBaseArgs>;
11295
+ //# sourceMappingURL=schemata.d.ts.map