@wormhole-foundation/sdk-base 1.7.0 → 1.9.0

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 (37) hide show
  1. package/dist/cjs/constants/circle.d.ts +120 -6
  2. package/dist/cjs/constants/circle.d.ts.map +1 -1
  3. package/dist/cjs/constants/circle.js +7 -3
  4. package/dist/cjs/constants/circle.js.map +1 -1
  5. package/dist/cjs/constants/contracts/circle.d.ts +10 -0
  6. package/dist/cjs/constants/contracts/circle.d.ts.map +1 -1
  7. package/dist/cjs/constants/contracts/circle.js +14 -0
  8. package/dist/cjs/constants/contracts/circle.js.map +1 -1
  9. package/dist/cjs/constants/contracts/index.d.ts +241 -3
  10. package/dist/cjs/constants/contracts/index.d.ts.map +1 -1
  11. package/dist/cjs/constants/finality.d.ts +4 -3
  12. package/dist/cjs/constants/finality.d.ts.map +1 -1
  13. package/dist/cjs/constants/finality.js +2 -1
  14. package/dist/cjs/constants/finality.js.map +1 -1
  15. package/dist/cjs/constants/rpc.d.ts +1 -1
  16. package/dist/cjs/constants/rpc.d.ts.map +1 -1
  17. package/dist/cjs/constants/rpc.js +1 -1
  18. package/dist/cjs/constants/rpc.js.map +1 -1
  19. package/dist/esm/constants/circle.d.ts +120 -6
  20. package/dist/esm/constants/circle.d.ts.map +1 -1
  21. package/dist/esm/constants/circle.js +7 -3
  22. package/dist/esm/constants/circle.js.map +1 -1
  23. package/dist/esm/constants/contracts/circle.d.ts +10 -0
  24. package/dist/esm/constants/contracts/circle.d.ts.map +1 -1
  25. package/dist/esm/constants/contracts/circle.js +14 -0
  26. package/dist/esm/constants/contracts/circle.js.map +1 -1
  27. package/dist/esm/constants/contracts/index.d.ts +241 -3
  28. package/dist/esm/constants/contracts/index.d.ts.map +1 -1
  29. package/dist/esm/constants/finality.d.ts +4 -3
  30. package/dist/esm/constants/finality.d.ts.map +1 -1
  31. package/dist/esm/constants/finality.js +2 -1
  32. package/dist/esm/constants/finality.js.map +1 -1
  33. package/dist/esm/constants/rpc.d.ts +1 -1
  34. package/dist/esm/constants/rpc.d.ts.map +1 -1
  35. package/dist/esm/constants/rpc.js +1 -1
  36. package/dist/esm/constants/rpc.js.map +1 -1
  37. package/package.json +1 -1
@@ -7806,6 +7806,12 @@ export declare const circleContracts: (<const K1 extends "Mainnet" | "Testnet",
7806
7806
  readonly wormholeRelayer: "";
7807
7807
  readonly wormhole: "";
7808
7808
  };
7809
+ readonly Unichain: {
7810
+ readonly tokenMessenger: "0x4e744b28E787c3aD0e810eD65A24461D4ac5a762";
7811
+ readonly messageTransmitter: "0x353bE9E2E38AB1D19104534e4edC21c643Df86f4";
7812
+ readonly wormholeRelayer: "";
7813
+ readonly wormhole: "";
7814
+ };
7809
7815
  };
7810
7816
  readonly Testnet: {
7811
7817
  readonly Sepolia: {
@@ -7862,6 +7868,12 @@ export declare const circleContracts: (<const K1 extends "Mainnet" | "Testnet",
7862
7868
  readonly wormholeRelayer: "";
7863
7869
  readonly wormhole: "";
7864
7870
  };
7871
+ readonly Unichain: {
7872
+ readonly tokenMessenger: "0x8ed94B8dAd2Dc5453862ea5e316A8e71AAed9782";
7873
+ readonly messageTransmitter: "0xbc498c326533d675cf571B90A2Ced265ACb7d086";
7874
+ readonly wormholeRelayer: "";
7875
+ readonly wormhole: "";
7876
+ };
7865
7877
  };
7866
7878
  }[K1 extends bigint ? `bigint(${K1})` : K1 extends boolean ? `boolean(${K1})` : K1] extends infer T ? T extends keyof {
7867
7879
  readonly Mainnet: {
@@ -7919,6 +7931,12 @@ export declare const circleContracts: (<const K1 extends "Mainnet" | "Testnet",
7919
7931
  readonly wormholeRelayer: "";
7920
7932
  readonly wormhole: "";
7921
7933
  };
7934
+ readonly Unichain: {
7935
+ readonly tokenMessenger: "0x4e744b28E787c3aD0e810eD65A24461D4ac5a762";
7936
+ readonly messageTransmitter: "0x353bE9E2E38AB1D19104534e4edC21c643Df86f4";
7937
+ readonly wormholeRelayer: "";
7938
+ readonly wormhole: "";
7939
+ };
7922
7940
  };
7923
7941
  readonly Testnet: {
7924
7942
  readonly Sepolia: {
@@ -7975,6 +7993,12 @@ export declare const circleContracts: (<const K1 extends "Mainnet" | "Testnet",
7975
7993
  readonly wormholeRelayer: "";
7976
7994
  readonly wormhole: "";
7977
7995
  };
7996
+ readonly Unichain: {
7997
+ readonly tokenMessenger: "0x8ed94B8dAd2Dc5453862ea5e316A8e71AAed9782";
7998
+ readonly messageTransmitter: "0xbc498c326533d675cf571B90A2Ced265ACb7d086";
7999
+ readonly wormholeRelayer: "";
8000
+ readonly wormhole: "";
8001
+ };
7978
8002
  };
7979
8003
  }[K1 extends bigint ? `bigint(${K1})` : K1 extends boolean ? `boolean(${K1})` : K1] ? T extends `bigint(${infer V extends bigint})` ? V : T extends `boolean(${infer V_1 extends boolean})` ? V_1 : T : never : never>(args_0: K1, args_1: K2) => {
7980
8004
  readonly Mainnet: {
@@ -8032,6 +8056,12 @@ export declare const circleContracts: (<const K1 extends "Mainnet" | "Testnet",
8032
8056
  readonly wormholeRelayer: "";
8033
8057
  readonly wormhole: "";
8034
8058
  };
8059
+ readonly Unichain: {
8060
+ readonly tokenMessenger: "0x4e744b28E787c3aD0e810eD65A24461D4ac5a762";
8061
+ readonly messageTransmitter: "0x353bE9E2E38AB1D19104534e4edC21c643Df86f4";
8062
+ readonly wormholeRelayer: "";
8063
+ readonly wormhole: "";
8064
+ };
8035
8065
  };
8036
8066
  readonly Testnet: {
8037
8067
  readonly Sepolia: {
@@ -8088,6 +8118,12 @@ export declare const circleContracts: (<const K1 extends "Mainnet" | "Testnet",
8088
8118
  readonly wormholeRelayer: "";
8089
8119
  readonly wormhole: "";
8090
8120
  };
8121
+ readonly Unichain: {
8122
+ readonly tokenMessenger: "0x8ed94B8dAd2Dc5453862ea5e316A8e71AAed9782";
8123
+ readonly messageTransmitter: "0xbc498c326533d675cf571B90A2Ced265ACb7d086";
8124
+ readonly wormholeRelayer: "";
8125
+ readonly wormhole: "";
8126
+ };
8091
8127
  };
8092
8128
  }[K1 extends bigint ? `bigint(${K1})` : K1 extends boolean ? `boolean(${K1})` : K1] extends infer T_1 ? T_1 extends {
8093
8129
  readonly Mainnet: {
@@ -8145,6 +8181,12 @@ export declare const circleContracts: (<const K1 extends "Mainnet" | "Testnet",
8145
8181
  readonly wormholeRelayer: "";
8146
8182
  readonly wormhole: "";
8147
8183
  };
8184
+ readonly Unichain: {
8185
+ readonly tokenMessenger: "0x4e744b28E787c3aD0e810eD65A24461D4ac5a762";
8186
+ readonly messageTransmitter: "0x353bE9E2E38AB1D19104534e4edC21c643Df86f4";
8187
+ readonly wormholeRelayer: "";
8188
+ readonly wormhole: "";
8189
+ };
8148
8190
  };
8149
8191
  readonly Testnet: {
8150
8192
  readonly Sepolia: {
@@ -8201,6 +8243,12 @@ export declare const circleContracts: (<const K1 extends "Mainnet" | "Testnet",
8201
8243
  readonly wormholeRelayer: "";
8202
8244
  readonly wormhole: "";
8203
8245
  };
8246
+ readonly Unichain: {
8247
+ readonly tokenMessenger: "0x8ed94B8dAd2Dc5453862ea5e316A8e71AAed9782";
8248
+ readonly messageTransmitter: "0xbc498c326533d675cf571B90A2Ced265ACb7d086";
8249
+ readonly wormholeRelayer: "";
8250
+ readonly wormhole: "";
8251
+ };
8204
8252
  };
8205
8253
  }[K1 extends bigint ? `bigint(${K1})` : K1 extends boolean ? `boolean(${K1})` : K1] ? T_1 extends {
8206
8254
  [key: string]: unknown;
@@ -8253,6 +8301,11 @@ export declare const circleContracts: (<const K1 extends "Mainnet" | "Testnet",
8253
8301
  readonly messageTransmitter: "0x177e17751820e4b4371873ca8c30279be63bdea63b88ed0f2239c2eea10f1772";
8254
8302
  readonly wormholeRelayer: "";
8255
8303
  readonly wormhole: "";
8304
+ } | {
8305
+ readonly tokenMessenger: "0x4e744b28E787c3aD0e810eD65A24461D4ac5a762";
8306
+ readonly messageTransmitter: "0x353bE9E2E38AB1D19104534e4edC21c643Df86f4";
8307
+ readonly wormholeRelayer: "";
8308
+ readonly wormhole: "";
8256
8309
  } | {
8257
8310
  readonly tokenMessenger: "0x9f3B8679c73C2Fef8b59B4f3444d4e156fb70AA5";
8258
8311
  readonly messageTransmitter: "0x7865fAfC2db2093669d92c0F33AeEF291086BEFD";
@@ -8298,6 +8351,11 @@ export declare const circleContracts: (<const K1 extends "Mainnet" | "Testnet",
8298
8351
  readonly messageTransmitter: "0x081e86cebf457a0c6004f35bd648a2794698f52e0dde09a48619dcd3d4cc23d9";
8299
8352
  readonly wormholeRelayer: "";
8300
8353
  readonly wormhole: "";
8354
+ } | {
8355
+ readonly tokenMessenger: "0x8ed94B8dAd2Dc5453862ea5e316A8e71AAed9782";
8356
+ readonly messageTransmitter: "0xbc498c326533d675cf571B90A2Ced265ACb7d086";
8357
+ readonly wormholeRelayer: "";
8358
+ readonly wormhole: "";
8301
8359
  } | undefined;
8302
8360
  } & {
8303
8361
  readonly subMap: <const K extends "Mainnet" | "Testnet">(key: K) => (K extends bigint ? `bigint(${K})` : K extends boolean ? `boolean(${K})` : K) extends infer T_2 ? T_2 extends (K extends bigint ? `bigint(${K})` : K extends boolean ? `boolean(${K})` : K) ? T_2 extends "Mainnet" | "Testnet" ? {
@@ -8356,6 +8414,12 @@ export declare const circleContracts: (<const K1 extends "Mainnet" | "Testnet",
8356
8414
  readonly wormholeRelayer: "";
8357
8415
  readonly wormhole: "";
8358
8416
  };
8417
+ readonly Unichain: {
8418
+ readonly tokenMessenger: "0x4e744b28E787c3aD0e810eD65A24461D4ac5a762";
8419
+ readonly messageTransmitter: "0x353bE9E2E38AB1D19104534e4edC21c643Df86f4";
8420
+ readonly wormholeRelayer: "";
8421
+ readonly wormhole: "";
8422
+ };
8359
8423
  };
8360
8424
  readonly Testnet: {
8361
8425
  readonly Sepolia: {
@@ -8412,6 +8476,12 @@ export declare const circleContracts: (<const K1 extends "Mainnet" | "Testnet",
8412
8476
  readonly wormholeRelayer: "";
8413
8477
  readonly wormhole: "";
8414
8478
  };
8479
+ readonly Unichain: {
8480
+ readonly tokenMessenger: "0x8ed94B8dAd2Dc5453862ea5e316A8e71AAed9782";
8481
+ readonly messageTransmitter: "0xbc498c326533d675cf571B90A2Ced265ACb7d086";
8482
+ readonly wormholeRelayer: "";
8483
+ readonly wormhole: "";
8484
+ };
8415
8485
  };
8416
8486
  }[T_2] extends {
8417
8487
  [key: string]: unknown;
@@ -8473,6 +8543,12 @@ export declare const circleContracts: (<const K1 extends "Mainnet" | "Testnet",
8473
8543
  readonly wormholeRelayer: "";
8474
8544
  readonly wormhole: "";
8475
8545
  };
8546
+ readonly Unichain: {
8547
+ readonly tokenMessenger: "0x4e744b28E787c3aD0e810eD65A24461D4ac5a762";
8548
+ readonly messageTransmitter: "0x353bE9E2E38AB1D19104534e4edC21c643Df86f4";
8549
+ readonly wormholeRelayer: "";
8550
+ readonly wormhole: "";
8551
+ };
8476
8552
  };
8477
8553
  readonly Testnet: {
8478
8554
  readonly Sepolia: {
@@ -8529,6 +8605,12 @@ export declare const circleContracts: (<const K1 extends "Mainnet" | "Testnet",
8529
8605
  readonly wormholeRelayer: "";
8530
8606
  readonly wormhole: "";
8531
8607
  };
8608
+ readonly Unichain: {
8609
+ readonly tokenMessenger: "0x8ed94B8dAd2Dc5453862ea5e316A8e71AAed9782";
8610
+ readonly messageTransmitter: "0xbc498c326533d675cf571B90A2Ced265ACb7d086";
8611
+ readonly wormholeRelayer: "";
8612
+ readonly wormhole: "";
8613
+ };
8532
8614
  };
8533
8615
  }[T_2] extends infer T_3 ? T_3 extends keyof {
8534
8616
  readonly Mainnet: {
@@ -8586,6 +8668,12 @@ export declare const circleContracts: (<const K1 extends "Mainnet" | "Testnet",
8586
8668
  readonly wormholeRelayer: "";
8587
8669
  readonly wormhole: "";
8588
8670
  };
8671
+ readonly Unichain: {
8672
+ readonly tokenMessenger: "0x4e744b28E787c3aD0e810eD65A24461D4ac5a762";
8673
+ readonly messageTransmitter: "0x353bE9E2E38AB1D19104534e4edC21c643Df86f4";
8674
+ readonly wormholeRelayer: "";
8675
+ readonly wormhole: "";
8676
+ };
8589
8677
  };
8590
8678
  readonly Testnet: {
8591
8679
  readonly Sepolia: {
@@ -8642,6 +8730,12 @@ export declare const circleContracts: (<const K1 extends "Mainnet" | "Testnet",
8642
8730
  readonly wormholeRelayer: "";
8643
8731
  readonly wormhole: "";
8644
8732
  };
8733
+ readonly Unichain: {
8734
+ readonly tokenMessenger: "0x8ed94B8dAd2Dc5453862ea5e316A8e71AAed9782";
8735
+ readonly messageTransmitter: "0xbc498c326533d675cf571B90A2Ced265ACb7d086";
8736
+ readonly wormholeRelayer: "";
8737
+ readonly wormhole: "";
8738
+ };
8645
8739
  };
8646
8740
  }[T_2] ? T_3 extends `bigint(${infer V extends bigint})` ? V : T_3 extends `boolean(${infer V_1 extends boolean})` ? V_1 : T_3 : never : never>(args_0: K1_1) => {
8647
8741
  readonly Mainnet: {
@@ -8699,6 +8793,12 @@ export declare const circleContracts: (<const K1 extends "Mainnet" | "Testnet",
8699
8793
  readonly wormholeRelayer: "";
8700
8794
  readonly wormhole: "";
8701
8795
  };
8796
+ readonly Unichain: {
8797
+ readonly tokenMessenger: "0x4e744b28E787c3aD0e810eD65A24461D4ac5a762";
8798
+ readonly messageTransmitter: "0x353bE9E2E38AB1D19104534e4edC21c643Df86f4";
8799
+ readonly wormholeRelayer: "";
8800
+ readonly wormhole: "";
8801
+ };
8702
8802
  };
8703
8803
  readonly Testnet: {
8704
8804
  readonly Sepolia: {
@@ -8755,6 +8855,12 @@ export declare const circleContracts: (<const K1 extends "Mainnet" | "Testnet",
8755
8855
  readonly wormholeRelayer: "";
8756
8856
  readonly wormhole: "";
8757
8857
  };
8858
+ readonly Unichain: {
8859
+ readonly tokenMessenger: "0x8ed94B8dAd2Dc5453862ea5e316A8e71AAed9782";
8860
+ readonly messageTransmitter: "0xbc498c326533d675cf571B90A2Ced265ACb7d086";
8861
+ readonly wormholeRelayer: "";
8862
+ readonly wormhole: "";
8863
+ };
8758
8864
  };
8759
8865
  }[T_2] extends infer T_4 ? T_4 extends {
8760
8866
  readonly Mainnet: {
@@ -8812,6 +8918,12 @@ export declare const circleContracts: (<const K1 extends "Mainnet" | "Testnet",
8812
8918
  readonly wormholeRelayer: "";
8813
8919
  readonly wormhole: "";
8814
8920
  };
8921
+ readonly Unichain: {
8922
+ readonly tokenMessenger: "0x4e744b28E787c3aD0e810eD65A24461D4ac5a762";
8923
+ readonly messageTransmitter: "0x353bE9E2E38AB1D19104534e4edC21c643Df86f4";
8924
+ readonly wormholeRelayer: "";
8925
+ readonly wormhole: "";
8926
+ };
8815
8927
  };
8816
8928
  readonly Testnet: {
8817
8929
  readonly Sepolia: {
@@ -8868,6 +8980,12 @@ export declare const circleContracts: (<const K1 extends "Mainnet" | "Testnet",
8868
8980
  readonly wormholeRelayer: "";
8869
8981
  readonly wormhole: "";
8870
8982
  };
8983
+ readonly Unichain: {
8984
+ readonly tokenMessenger: "0x8ed94B8dAd2Dc5453862ea5e316A8e71AAed9782";
8985
+ readonly messageTransmitter: "0xbc498c326533d675cf571B90A2Ced265ACb7d086";
8986
+ readonly wormholeRelayer: "";
8987
+ readonly wormhole: "";
8988
+ };
8871
8989
  };
8872
8990
  }[T_2] ? T_4 extends {
8873
8991
  [key: string]: unknown;
@@ -8930,6 +9048,12 @@ export declare const circleContracts: (<const K1 extends "Mainnet" | "Testnet",
8930
9048
  readonly wormholeRelayer: "";
8931
9049
  readonly wormhole: "";
8932
9050
  };
9051
+ readonly Unichain: {
9052
+ readonly tokenMessenger: "0x4e744b28E787c3aD0e810eD65A24461D4ac5a762";
9053
+ readonly messageTransmitter: "0x353bE9E2E38AB1D19104534e4edC21c643Df86f4";
9054
+ readonly wormholeRelayer: "";
9055
+ readonly wormhole: "";
9056
+ };
8933
9057
  };
8934
9058
  readonly Testnet: {
8935
9059
  readonly Sepolia: {
@@ -8986,6 +9110,12 @@ export declare const circleContracts: (<const K1 extends "Mainnet" | "Testnet",
8986
9110
  readonly wormholeRelayer: "";
8987
9111
  readonly wormhole: "";
8988
9112
  };
9113
+ readonly Unichain: {
9114
+ readonly tokenMessenger: "0x8ed94B8dAd2Dc5453862ea5e316A8e71AAed9782";
9115
+ readonly messageTransmitter: "0xbc498c326533d675cf571B90A2Ced265ACb7d086";
9116
+ readonly wormholeRelayer: "";
9117
+ readonly wormhole: "";
9118
+ };
8989
9119
  };
8990
9120
  }[T_2] extends infer T_5 ? T_5 extends {
8991
9121
  readonly Mainnet: {
@@ -9043,6 +9173,12 @@ export declare const circleContracts: (<const K1 extends "Mainnet" | "Testnet",
9043
9173
  readonly wormholeRelayer: "";
9044
9174
  readonly wormhole: "";
9045
9175
  };
9176
+ readonly Unichain: {
9177
+ readonly tokenMessenger: "0x4e744b28E787c3aD0e810eD65A24461D4ac5a762";
9178
+ readonly messageTransmitter: "0x353bE9E2E38AB1D19104534e4edC21c643Df86f4";
9179
+ readonly wormholeRelayer: "";
9180
+ readonly wormhole: "";
9181
+ };
9046
9182
  };
9047
9183
  readonly Testnet: {
9048
9184
  readonly Sepolia: {
@@ -9099,6 +9235,12 @@ export declare const circleContracts: (<const K1 extends "Mainnet" | "Testnet",
9099
9235
  readonly wormholeRelayer: "";
9100
9236
  readonly wormhole: "";
9101
9237
  };
9238
+ readonly Unichain: {
9239
+ readonly tokenMessenger: "0x8ed94B8dAd2Dc5453862ea5e316A8e71AAed9782";
9240
+ readonly messageTransmitter: "0xbc498c326533d675cf571B90A2Ced265ACb7d086";
9241
+ readonly wormholeRelayer: "";
9242
+ readonly wormhole: "";
9243
+ };
9102
9244
  };
9103
9245
  }[T_2] ? T_5 extends Object ? keyof T_5 : never : never : never) extends infer T_6 ? T_6 extends ({
9104
9246
  readonly Mainnet: {
@@ -9156,6 +9298,12 @@ export declare const circleContracts: (<const K1 extends "Mainnet" | "Testnet",
9156
9298
  readonly wormholeRelayer: "";
9157
9299
  readonly wormhole: "";
9158
9300
  };
9301
+ readonly Unichain: {
9302
+ readonly tokenMessenger: "0x4e744b28E787c3aD0e810eD65A24461D4ac5a762";
9303
+ readonly messageTransmitter: "0x353bE9E2E38AB1D19104534e4edC21c643Df86f4";
9304
+ readonly wormholeRelayer: "";
9305
+ readonly wormhole: "";
9306
+ };
9159
9307
  };
9160
9308
  readonly Testnet: {
9161
9309
  readonly Sepolia: {
@@ -9212,6 +9360,12 @@ export declare const circleContracts: (<const K1 extends "Mainnet" | "Testnet",
9212
9360
  readonly wormholeRelayer: "";
9213
9361
  readonly wormhole: "";
9214
9362
  };
9363
+ readonly Unichain: {
9364
+ readonly tokenMessenger: "0x8ed94B8dAd2Dc5453862ea5e316A8e71AAed9782";
9365
+ readonly messageTransmitter: "0xbc498c326533d675cf571B90A2Ced265ACb7d086";
9366
+ readonly wormholeRelayer: "";
9367
+ readonly wormhole: "";
9368
+ };
9215
9369
  };
9216
9370
  }[T_2] extends infer T_5 ? T_5 extends {
9217
9371
  readonly Mainnet: {
@@ -9269,6 +9423,12 @@ export declare const circleContracts: (<const K1 extends "Mainnet" | "Testnet",
9269
9423
  readonly wormholeRelayer: "";
9270
9424
  readonly wormhole: "";
9271
9425
  };
9426
+ readonly Unichain: {
9427
+ readonly tokenMessenger: "0x4e744b28E787c3aD0e810eD65A24461D4ac5a762";
9428
+ readonly messageTransmitter: "0x353bE9E2E38AB1D19104534e4edC21c643Df86f4";
9429
+ readonly wormholeRelayer: "";
9430
+ readonly wormhole: "";
9431
+ };
9272
9432
  };
9273
9433
  readonly Testnet: {
9274
9434
  readonly Sepolia: {
@@ -9325,6 +9485,12 @@ export declare const circleContracts: (<const K1 extends "Mainnet" | "Testnet",
9325
9485
  readonly wormholeRelayer: "";
9326
9486
  readonly wormhole: "";
9327
9487
  };
9488
+ readonly Unichain: {
9489
+ readonly tokenMessenger: "0x8ed94B8dAd2Dc5453862ea5e316A8e71AAed9782";
9490
+ readonly messageTransmitter: "0xbc498c326533d675cf571B90A2Ced265ACb7d086";
9491
+ readonly wormholeRelayer: "";
9492
+ readonly wormhole: "";
9493
+ };
9328
9494
  };
9329
9495
  }[T_2] ? T_5 extends Object ? keyof T_5 : never : never : never) ? T_6 extends `bigint(${infer V extends bigint})` ? V : T_6 extends `boolean(${infer V_1 extends boolean})` ? V_1 : T_6 : never : never>) => boolean;
9330
9496
  readonly get: (args_0: import("../../utils/metaprogramming.js").Widen<({
@@ -9383,6 +9549,12 @@ export declare const circleContracts: (<const K1 extends "Mainnet" | "Testnet",
9383
9549
  readonly wormholeRelayer: "";
9384
9550
  readonly wormhole: "";
9385
9551
  };
9552
+ readonly Unichain: {
9553
+ readonly tokenMessenger: "0x4e744b28E787c3aD0e810eD65A24461D4ac5a762";
9554
+ readonly messageTransmitter: "0x353bE9E2E38AB1D19104534e4edC21c643Df86f4";
9555
+ readonly wormholeRelayer: "";
9556
+ readonly wormhole: "";
9557
+ };
9386
9558
  };
9387
9559
  readonly Testnet: {
9388
9560
  readonly Sepolia: {
@@ -9439,6 +9611,12 @@ export declare const circleContracts: (<const K1 extends "Mainnet" | "Testnet",
9439
9611
  readonly wormholeRelayer: "";
9440
9612
  readonly wormhole: "";
9441
9613
  };
9614
+ readonly Unichain: {
9615
+ readonly tokenMessenger: "0x8ed94B8dAd2Dc5453862ea5e316A8e71AAed9782";
9616
+ readonly messageTransmitter: "0xbc498c326533d675cf571B90A2Ced265ACb7d086";
9617
+ readonly wormholeRelayer: "";
9618
+ readonly wormhole: "";
9619
+ };
9442
9620
  };
9443
9621
  }[T_2] extends infer T_5 ? T_5 extends {
9444
9622
  readonly Mainnet: {
@@ -9496,6 +9674,12 @@ export declare const circleContracts: (<const K1 extends "Mainnet" | "Testnet",
9496
9674
  readonly wormholeRelayer: "";
9497
9675
  readonly wormhole: "";
9498
9676
  };
9677
+ readonly Unichain: {
9678
+ readonly tokenMessenger: "0x4e744b28E787c3aD0e810eD65A24461D4ac5a762";
9679
+ readonly messageTransmitter: "0x353bE9E2E38AB1D19104534e4edC21c643Df86f4";
9680
+ readonly wormholeRelayer: "";
9681
+ readonly wormhole: "";
9682
+ };
9499
9683
  };
9500
9684
  readonly Testnet: {
9501
9685
  readonly Sepolia: {
@@ -9552,6 +9736,12 @@ export declare const circleContracts: (<const K1 extends "Mainnet" | "Testnet",
9552
9736
  readonly wormholeRelayer: "";
9553
9737
  readonly wormhole: "";
9554
9738
  };
9739
+ readonly Unichain: {
9740
+ readonly tokenMessenger: "0x8ed94B8dAd2Dc5453862ea5e316A8e71AAed9782";
9741
+ readonly messageTransmitter: "0xbc498c326533d675cf571B90A2Ced265ACb7d086";
9742
+ readonly wormholeRelayer: "";
9743
+ readonly wormhole: "";
9744
+ };
9555
9745
  };
9556
9746
  }[T_2] ? T_5 extends Object ? keyof T_5 : never : never : never) extends infer T_6 ? T_6 extends ({
9557
9747
  readonly Mainnet: {
@@ -9609,6 +9799,12 @@ export declare const circleContracts: (<const K1 extends "Mainnet" | "Testnet",
9609
9799
  readonly wormholeRelayer: "";
9610
9800
  readonly wormhole: "";
9611
9801
  };
9802
+ readonly Unichain: {
9803
+ readonly tokenMessenger: "0x4e744b28E787c3aD0e810eD65A24461D4ac5a762";
9804
+ readonly messageTransmitter: "0x353bE9E2E38AB1D19104534e4edC21c643Df86f4";
9805
+ readonly wormholeRelayer: "";
9806
+ readonly wormhole: "";
9807
+ };
9612
9808
  };
9613
9809
  readonly Testnet: {
9614
9810
  readonly Sepolia: {
@@ -9665,6 +9861,12 @@ export declare const circleContracts: (<const K1 extends "Mainnet" | "Testnet",
9665
9861
  readonly wormholeRelayer: "";
9666
9862
  readonly wormhole: "";
9667
9863
  };
9864
+ readonly Unichain: {
9865
+ readonly tokenMessenger: "0x8ed94B8dAd2Dc5453862ea5e316A8e71AAed9782";
9866
+ readonly messageTransmitter: "0xbc498c326533d675cf571B90A2Ced265ACb7d086";
9867
+ readonly wormholeRelayer: "";
9868
+ readonly wormhole: "";
9869
+ };
9668
9870
  };
9669
9871
  }[T_2] extends infer T_5 ? T_5 extends {
9670
9872
  readonly Mainnet: {
@@ -9722,6 +9924,12 @@ export declare const circleContracts: (<const K1 extends "Mainnet" | "Testnet",
9722
9924
  readonly wormholeRelayer: "";
9723
9925
  readonly wormhole: "";
9724
9926
  };
9927
+ readonly Unichain: {
9928
+ readonly tokenMessenger: "0x4e744b28E787c3aD0e810eD65A24461D4ac5a762";
9929
+ readonly messageTransmitter: "0x353bE9E2E38AB1D19104534e4edC21c643Df86f4";
9930
+ readonly wormholeRelayer: "";
9931
+ readonly wormhole: "";
9932
+ };
9725
9933
  };
9726
9934
  readonly Testnet: {
9727
9935
  readonly Sepolia: {
@@ -9778,6 +9986,12 @@ export declare const circleContracts: (<const K1 extends "Mainnet" | "Testnet",
9778
9986
  readonly wormholeRelayer: "";
9779
9987
  readonly wormhole: "";
9780
9988
  };
9989
+ readonly Unichain: {
9990
+ readonly tokenMessenger: "0x8ed94B8dAd2Dc5453862ea5e316A8e71AAed9782";
9991
+ readonly messageTransmitter: "0xbc498c326533d675cf571B90A2Ced265ACb7d086";
9992
+ readonly wormholeRelayer: "";
9993
+ readonly wormhole: "";
9994
+ };
9781
9995
  };
9782
9996
  }[T_2] ? T_5 extends Object ? keyof T_5 : never : never : never) ? T_6 extends `bigint(${infer V extends bigint})` ? V : T_6 extends `boolean(${infer V_1 extends boolean})` ? V_1 : T_6 : never : never>) => ({
9783
9997
  readonly Mainnet: {
@@ -9835,6 +10049,12 @@ export declare const circleContracts: (<const K1 extends "Mainnet" | "Testnet",
9835
10049
  readonly wormholeRelayer: "";
9836
10050
  readonly wormhole: "";
9837
10051
  };
10052
+ readonly Unichain: {
10053
+ readonly tokenMessenger: "0x4e744b28E787c3aD0e810eD65A24461D4ac5a762";
10054
+ readonly messageTransmitter: "0x353bE9E2E38AB1D19104534e4edC21c643Df86f4";
10055
+ readonly wormholeRelayer: "";
10056
+ readonly wormhole: "";
10057
+ };
9838
10058
  };
9839
10059
  readonly Testnet: {
9840
10060
  readonly Sepolia: {
@@ -9891,6 +10111,12 @@ export declare const circleContracts: (<const K1 extends "Mainnet" | "Testnet",
9891
10111
  readonly wormholeRelayer: "";
9892
10112
  readonly wormhole: "";
9893
10113
  };
10114
+ readonly Unichain: {
10115
+ readonly tokenMessenger: "0x8ed94B8dAd2Dc5453862ea5e316A8e71AAed9782";
10116
+ readonly messageTransmitter: "0xbc498c326533d675cf571B90A2Ced265ACb7d086";
10117
+ readonly wormholeRelayer: "";
10118
+ readonly wormhole: "";
10119
+ };
9894
10120
  };
9895
10121
  }[T_2] extends infer T_7 ? T_7 extends {
9896
10122
  readonly Mainnet: {
@@ -9948,6 +10174,12 @@ export declare const circleContracts: (<const K1 extends "Mainnet" | "Testnet",
9948
10174
  readonly wormholeRelayer: "";
9949
10175
  readonly wormhole: "";
9950
10176
  };
10177
+ readonly Unichain: {
10178
+ readonly tokenMessenger: "0x4e744b28E787c3aD0e810eD65A24461D4ac5a762";
10179
+ readonly messageTransmitter: "0x353bE9E2E38AB1D19104534e4edC21c643Df86f4";
10180
+ readonly wormholeRelayer: "";
10181
+ readonly wormhole: "";
10182
+ };
9951
10183
  };
9952
10184
  readonly Testnet: {
9953
10185
  readonly Sepolia: {
@@ -10004,6 +10236,12 @@ export declare const circleContracts: (<const K1 extends "Mainnet" | "Testnet",
10004
10236
  readonly wormholeRelayer: "";
10005
10237
  readonly wormhole: "";
10006
10238
  };
10239
+ readonly Unichain: {
10240
+ readonly tokenMessenger: "0x8ed94B8dAd2Dc5453862ea5e316A8e71AAed9782";
10241
+ readonly messageTransmitter: "0xbc498c326533d675cf571B90A2Ced265ACb7d086";
10242
+ readonly wormholeRelayer: "";
10243
+ readonly wormhole: "";
10244
+ };
10007
10245
  };
10008
10246
  }[T_2] ? T_7 extends Object ? T_7[keyof T_7] : never : never : never) | undefined;
10009
10247
  } : never : never : never : never;
@@ -10255,11 +10493,11 @@ export declare const tokenBridgeRelayerChains: (<const K1 extends "Mainnet" | "T
10255
10493
  readonly get: (args_0: string) => ["Ethereum", "Bsc", "Polygon", "Avalanche", "Fantom", "Celo", "Sui", "Solana", "Base", "Moonbeam", "Arbitrum", "Optimism"] | ["Ethereum", "Bsc", "Polygon", "Avalanche", "Fantom", "Celo", "Sui", "Base", "Moonbeam", "Solana", "Sepolia", "ArbitrumSepolia", "OptimismSepolia", "BaseSepolia"] | undefined;
10256
10494
  };
10257
10495
  export declare const circleContractChains: (<const K1 extends "Mainnet" | "Testnet">(args_0: K1) => {
10258
- Mainnet: ["Ethereum", "Avalanche", "Optimism", "Arbitrum", "Base", "Solana", "Polygon", "Sui", "Aptos"];
10259
- Testnet: ["Sepolia", "Avalanche", "OptimismSepolia", "ArbitrumSepolia", "Solana", "BaseSepolia", "Polygon", "Sui", "Aptos"];
10496
+ Mainnet: ["Ethereum", "Avalanche", "Optimism", "Arbitrum", "Base", "Solana", "Polygon", "Sui", "Aptos", "Unichain"];
10497
+ Testnet: ["Sepolia", "Avalanche", "OptimismSepolia", "ArbitrumSepolia", "Solana", "BaseSepolia", "Polygon", "Sui", "Aptos", "Unichain"];
10260
10498
  }[K1 extends bigint ? `bigint(${K1})` : K1 extends boolean ? `boolean(${K1})` : K1]) & {
10261
10499
  readonly has: (args_0: string) => boolean;
10262
- readonly get: (args_0: string) => ["Sepolia", "Avalanche", "OptimismSepolia", "ArbitrumSepolia", "Solana", "BaseSepolia", "Polygon", "Sui", "Aptos"] | ["Ethereum", "Avalanche", "Optimism", "Arbitrum", "Base", "Solana", "Polygon", "Sui", "Aptos"] | undefined;
10500
+ readonly get: (args_0: string) => ["Sepolia", "Avalanche", "OptimismSepolia", "ArbitrumSepolia", "Solana", "BaseSepolia", "Polygon", "Sui", "Aptos", "Unichain"] | ["Ethereum", "Avalanche", "Optimism", "Arbitrum", "Base", "Solana", "Polygon", "Sui", "Aptos", "Unichain"] | undefined;
10263
10501
  };
10264
10502
  export declare const porticoContractChains: (<const K1 extends "Mainnet">(args_0: K1) => {
10265
10503
  Mainnet: ["Ethereum", "Polygon", "Bsc", "Avalanche", "Arbitrum", "Optimism", "Base", "Celo"];
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/constants/contracts/index.ts"],"names":[],"mappings":"AAYA,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAqC,CAAC;AAC7D,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAoC,CAAC;AAC7D,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA4C,CAAC;AAC5E,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAkC,CAAC;AACzD,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA+B,CAAC;AACpD,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA+B,CAAC;AACpD,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAkC,CAAC;AAC1D,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA+B,CAAC;AAEpD,YAAY,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AACnD,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAmC,CAAC;AAEhE,YAAY,EAAE,gBAAgB,EAAE,MAAM,cAAc,CAAC;AACrD,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA2C,CAAC;AAGxE,eAAO,MAAM,iBAAiB;;;;;;;CAA4C,CAAC;AAC3E,eAAO,MAAM,wBAAwB;;;;;;CAAoD,CAAC;AAC1F,eAAO,MAAM,oBAAoB;;;;;;CAA2C,CAAC;AAC7E,eAAO,MAAM,qBAAqB;;;;;CAAuC,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/constants/contracts/index.ts"],"names":[],"mappings":"AAYA,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAqC,CAAC;AAC7D,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAoC,CAAC;AAC7D,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA4C,CAAC;AAC5E,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAkC,CAAC;AACzD,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA+B,CAAC;AACpD,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA+B,CAAC;AACpD,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAkC,CAAC;AAC1D,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA+B,CAAC;AAEpD,YAAY,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AACnD,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAmC,CAAC;AAEhE,YAAY,EAAE,gBAAgB,EAAE,MAAM,cAAc,CAAC;AACrD,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA2C,CAAC;AAGxE,eAAO,MAAM,iBAAiB;;;;;;;CAA4C,CAAC;AAC3E,eAAO,MAAM,wBAAwB;;;;;;CAAoD,CAAC;AAC1F,eAAO,MAAM,oBAAoB;;;;;;CAA2C,CAAC;AAC7E,eAAO,MAAM,qBAAqB;;;;;CAAuC,CAAC"}
@@ -48,7 +48,7 @@ export declare const finalityThreshold: (<const K1 extends "Solana" | "Ethereum"
48
48
  readonly Berachain: 1;
49
49
  readonly Seievm: 1;
50
50
  readonly Snaxchain: 512;
51
- readonly Unichain: 512;
51
+ readonly Unichain: 1024;
52
52
  readonly Ink: 512;
53
53
  readonly HyperEVM: 1;
54
54
  readonly Monad: 1;
@@ -68,10 +68,10 @@ export declare const finalityThreshold: (<const K1 extends "Solana" | "Ethereum"
68
68
  readonly PolygonSepolia: 32;
69
69
  }[K1 extends bigint ? `bigint(${K1})` : K1 extends boolean ? `boolean(${K1})` : K1]) & {
70
70
  readonly has: (args_0: string) => boolean;
71
- readonly get: (args_0: string) => 0 | 1 | 15 | 32 | 72 | 512 | 4096 | 300 | undefined;
71
+ readonly get: (args_0: string) => 0 | 1 | 15 | 32 | 72 | 512 | 4096 | 300 | 1024 | undefined;
72
72
  };
73
73
  /** The amount of time between block production, in milliseconds */
74
- export declare const blockTime: (<const K1 extends "Solana" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Algorand" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Near" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Osmosis" | "Sui" | "Aptos" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Btc" | "Base" | "Sei" | "Rootstock" | "Scroll" | "Mantle" | "Blast" | "Xlayer" | "Worldchain" | "Monad" | "Wormchain" | "Cosmoshub" | "Evmos" | "Kujira" | "Neutron" | "Celestia" | "Stargaze" | "Seda" | "Dymension" | "Sepolia" | "ArbitrumSepolia" | "BaseSepolia" | "OptimismSepolia" | "Holesky" | "PolygonSepolia">(args_0: K1) => {
74
+ export declare const blockTime: (<const K1 extends "Solana" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Algorand" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Near" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Osmosis" | "Sui" | "Aptos" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Btc" | "Base" | "Sei" | "Rootstock" | "Scroll" | "Mantle" | "Blast" | "Xlayer" | "Unichain" | "Worldchain" | "Monad" | "Wormchain" | "Cosmoshub" | "Evmos" | "Kujira" | "Neutron" | "Celestia" | "Stargaze" | "Seda" | "Dymension" | "Sepolia" | "ArbitrumSepolia" | "BaseSepolia" | "OptimismSepolia" | "Holesky" | "PolygonSepolia">(args_0: K1) => {
75
75
  readonly Acala: 12000;
76
76
  readonly Algorand: 3300;
77
77
  readonly Aptos: 4000;
@@ -113,6 +113,7 @@ export declare const blockTime: (<const K1 extends "Solana" | "Ethereum" | "Terr
113
113
  readonly Sui: 3000;
114
114
  readonly Terra: 6000;
115
115
  readonly Terra2: 6000;
116
+ readonly Unichain: 1000;
116
117
  readonly Xpla: 5000;
117
118
  readonly Xlayer: 3000;
118
119
  readonly Worldchain: 2000;
@@ -1 +1 @@
1
- {"version":3,"file":"finality.d.ts","sourceRoot":"","sources":["../../../src/constants/finality.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,aAAa,CAAC;AAOzC,oBAAY,iBAAiB;IAE3B,SAAS,IAAI;IACb,SAAS,MAAM;IACf,IAAI,MAAW;CAChB;AAQD,eAAO,MAAM,aAAa;;;;;CAA2B,CAAC;AA+DtD;;;GAGG;AACH,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA+B,CAAC;AA2D9D,oEAAoE;AACpE,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAkC,CAAC;AAEzD;;;;GAIG;AACH,wBAAgB,uBAAuB,CACrC,KAAK,EAAE,KAAK,EACZ,gBAAgB,EAAE,MAAM,EACxB,SAAS,GAAE,MAAW,GACrB,MAAM,CAsCR;AAED;;;;GAIG;AACH,wBAAgB,oBAAoB,CAAC,KAAK,EAAE,KAAK,GAAG,MAAM,CAQzD"}
1
+ {"version":3,"file":"finality.d.ts","sourceRoot":"","sources":["../../../src/constants/finality.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,aAAa,CAAC;AAOzC,oBAAY,iBAAiB;IAE3B,SAAS,IAAI;IACb,SAAS,MAAM;IACf,IAAI,MAAW;CAChB;AAQD,eAAO,MAAM,aAAa;;;;;CAA2B,CAAC;AA+DtD;;;GAGG;AACH,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA+B,CAAC;AA4D9D,oEAAoE;AACpE,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAkC,CAAC;AAEzD;;;;GAIG;AACH,wBAAgB,uBAAuB,CACrC,KAAK,EAAE,KAAK,EACZ,gBAAgB,EAAE,MAAM,EACxB,SAAS,GAAE,MAAW,GACrB,MAAM,CAsCR;AAED;;;;GAIG;AACH,wBAAgB,oBAAoB,CAAC,KAAK,EAAE,KAAK,GAAG,MAAM,CAQzD"}
@@ -57,7 +57,7 @@ const finalityThresholds = [
57
57
  ["Berachain", 1],
58
58
  ["Seievm", 1],
59
59
  ["Snaxchain", 512],
60
- ["Unichain", 512],
60
+ ["Unichain", 1024], // TODO: validate, this is inferred from vaa metrics timing
61
61
  ["Ink", 512],
62
62
  ["HyperEVM", 1],
63
63
  ["Monad", 1],
@@ -126,6 +126,7 @@ const blockTimeMilliseconds = [
126
126
  ["Sui", 3_000],
127
127
  ["Terra", 6_000],
128
128
  ["Terra2", 6_000],
129
+ ["Unichain", 1_000],
129
130
  ["Xpla", 5_000],
130
131
  ["Xlayer", 3_000],
131
132
  ["Worldchain", 2_000],