@obolnetwork/obol-sdk 2.2.3 → 2.3.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.
- package/dist/cjs/package.json +1 -1
- package/dist/cjs/src/index.js +13 -0
- package/dist/cjs/src/verification/common.js +5 -10
- package/dist/cjs/src/verification/v1.10.0.js +4 -0
- package/dist/cjs/src/verification/v1.8.0.js +1 -1
- package/dist/cjs/test/fixtures.js +140 -295
- package/dist/cjs/test/methods.test.js +58 -22
- package/dist/esm/package.json +1 -1
- package/dist/esm/src/index.js +13 -0
- package/dist/esm/src/verification/common.js +5 -10
- package/dist/esm/src/verification/v1.10.0.js +5 -1
- package/dist/esm/src/verification/v1.8.0.js +1 -1
- package/dist/esm/test/fixtures.js +139 -294
- package/dist/esm/test/methods.test.js +59 -23
- package/dist/types/src/index.d.ts +7 -1
- package/dist/types/src/types.d.ts +17 -0
- package/dist/types/src/verification/common.d.ts +1 -1
- package/dist/types/src/verification/v1.10.0.d.ts +2 -1
- package/dist/types/test/fixtures.d.ts +55 -0
- package/package.json +1 -1
- package/src/index.ts +16 -0
- package/src/types.ts +23 -0
- package/src/verification/common.ts +8 -12
- package/src/verification/v1.10.0.ts +7 -0
- package/src/verification/v1.8.0.ts +1 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.clusterLockV1X10 = exports.clusterLockWithSafe = exports.nullDepositAmountsClusterLockV1X8 = exports.clusterLockV1X8 = exports.clusterConfigV1X8 = exports.clusterLockV1X7 = exports.clusterConfigV1X7 = exports.clusterLockV1X6 = exports.enr = void 0;
|
|
3
|
+
exports.clusterLockWithCompoundingWithdrawals = exports.clusterLockV1X10 = exports.clusterLockWithSafe = exports.nullDepositAmountsClusterLockV1X8 = exports.clusterLockV1X8 = exports.clusterConfigV1X8 = exports.clusterLockV1X7 = exports.clusterConfigV1X7 = exports.clusterLockV1X6 = exports.enr = void 0;
|
|
4
4
|
exports.enr = 'enr:-HW4QLlrtMjFLGkFT1bwdGbvZQlH8hLi0M2g44JAxEYP3BZmYpcsy9Q56HPPD87fMucjvLv4-obEFacpsg0ehRilbHeAgmlkgnY0iXNlY3AyNTZrMaEDRaa5o2aSgqyFq_ERZcQTztrOij1mFtXX1bJuVI6ieak';
|
|
5
5
|
// v1.6.0
|
|
6
6
|
exports.clusterLockV1X6 = {
|
|
@@ -512,7 +512,7 @@ exports.clusterLockWithSafe = {
|
|
|
512
512
|
};
|
|
513
513
|
exports.clusterLockV1X10 = {
|
|
514
514
|
cluster_definition: {
|
|
515
|
-
name: '
|
|
515
|
+
name: 'test',
|
|
516
516
|
creator: {
|
|
517
517
|
address: '',
|
|
518
518
|
config_signature: '',
|
|
@@ -520,74 +520,42 @@ exports.clusterLockV1X10 = {
|
|
|
520
520
|
operators: [
|
|
521
521
|
{
|
|
522
522
|
address: '',
|
|
523
|
-
enr: 'enr:-
|
|
523
|
+
enr: 'enr:-HW4QCi1pQaw0sSi6DIY7cR4u7mRjcimz2-3XlTsOUcE_HZAMjlVi0h-KwdjJg8644Zwx6gAe78hV1acRvVUkm0p2auAgmlkgnY0iXNlY3AyNTZrMaEDscvrSedZsyX51TFM1U4641ruU8bkci9mjsz3YA7TZig',
|
|
524
524
|
config_signature: '',
|
|
525
525
|
enr_signature: '',
|
|
526
526
|
},
|
|
527
527
|
{
|
|
528
528
|
address: '',
|
|
529
|
-
enr: 'enr:-
|
|
529
|
+
enr: 'enr:-HW4QAKHz3KMrMlSFBoUlWNUTIb7_ZfHesv2axtp8wembBFISVA8oUMEeLJFrrQhaftWof73TwaBJvSGWuQY-0h6aNWAgmlkgnY0iXNlY3AyNTZrMaECwse5ClGbpdyD6NIKvIQACZEpJf7ueY2dqwTgQrQkC9I',
|
|
530
530
|
config_signature: '',
|
|
531
531
|
enr_signature: '',
|
|
532
532
|
},
|
|
533
533
|
{
|
|
534
534
|
address: '',
|
|
535
|
-
enr: 'enr:-
|
|
535
|
+
enr: 'enr:-HW4QIH7JGgINCHlrhJBTc9LMYsVSIH3Wj-NbXeFwWJBphviWbEK4Z17HlTTmHlKKPeTNwnY3sub4oJuveY4dhUWMgOAgmlkgnY0iXNlY3AyNTZrMaEDaC9-4JUFqpvm42dCHKjB2UdR5G_F4WGBu6B8_BrEdHw',
|
|
536
536
|
config_signature: '',
|
|
537
537
|
enr_signature: '',
|
|
538
538
|
},
|
|
539
539
|
{
|
|
540
540
|
address: '',
|
|
541
|
-
enr: 'enr:-
|
|
541
|
+
enr: 'enr:-HW4QEESZRcjsz_WYXH-i4GIlbs6QydDkfM5FYqoTxpKY4ctX2DbHGNL1R2c560wIyX2BvPQkRzFMao74d31KIeluBmAgmlkgnY0iXNlY3AyNTZrMaECjGDrMWJT1PnNizXTbUQI9kIi-1iMNCaaPmu2aRpP31A',
|
|
542
542
|
config_signature: '',
|
|
543
543
|
enr_signature: '',
|
|
544
544
|
},
|
|
545
545
|
],
|
|
546
|
-
uuid: '
|
|
546
|
+
uuid: 'BB338EAD-08C1-BEAD-D9C6-8568D844D7AE',
|
|
547
547
|
version: 'v1.10.0',
|
|
548
|
-
timestamp: '2025-02-
|
|
549
|
-
num_validators:
|
|
548
|
+
timestamp: '2025-02-24T11:02:27+01:00',
|
|
549
|
+
num_validators: 2,
|
|
550
550
|
threshold: 3,
|
|
551
551
|
validators: [
|
|
552
552
|
{
|
|
553
|
-
fee_recipient_address: '
|
|
554
|
-
withdrawal_address: '
|
|
555
|
-
},
|
|
556
|
-
{
|
|
557
|
-
fee_recipient_address: '0x0678D7f743842A8971B188E963D00Cb42D98495d',
|
|
558
|
-
withdrawal_address: '0x0678D7f743842A8971B188E963D00Cb42D98495d',
|
|
559
|
-
},
|
|
560
|
-
{
|
|
561
|
-
fee_recipient_address: '0x0678D7f743842A8971B188E963D00Cb42D98495d',
|
|
562
|
-
withdrawal_address: '0x0678D7f743842A8971B188E963D00Cb42D98495d',
|
|
563
|
-
},
|
|
564
|
-
{
|
|
565
|
-
fee_recipient_address: '0x0678D7f743842A8971B188E963D00Cb42D98495d',
|
|
566
|
-
withdrawal_address: '0x0678D7f743842A8971B188E963D00Cb42D98495d',
|
|
567
|
-
},
|
|
568
|
-
{
|
|
569
|
-
fee_recipient_address: '0x0678D7f743842A8971B188E963D00Cb42D98495d',
|
|
570
|
-
withdrawal_address: '0x0678D7f743842A8971B188E963D00Cb42D98495d',
|
|
571
|
-
},
|
|
572
|
-
{
|
|
573
|
-
fee_recipient_address: '0x0678D7f743842A8971B188E963D00Cb42D98495d',
|
|
574
|
-
withdrawal_address: '0x0678D7f743842A8971B188E963D00Cb42D98495d',
|
|
575
|
-
},
|
|
576
|
-
{
|
|
577
|
-
fee_recipient_address: '0x0678D7f743842A8971B188E963D00Cb42D98495d',
|
|
578
|
-
withdrawal_address: '0x0678D7f743842A8971B188E963D00Cb42D98495d',
|
|
579
|
-
},
|
|
580
|
-
{
|
|
581
|
-
fee_recipient_address: '0x0678D7f743842A8971B188E963D00Cb42D98495d',
|
|
582
|
-
withdrawal_address: '0x0678D7f743842A8971B188E963D00Cb42D98495d',
|
|
553
|
+
fee_recipient_address: '0x0D941218c10b055f0907FE1BbE486ccdAa7e332A',
|
|
554
|
+
withdrawal_address: '0x0D941218c10b055f0907FE1BbE486ccdAa7e332A',
|
|
583
555
|
},
|
|
584
556
|
{
|
|
585
|
-
fee_recipient_address: '
|
|
586
|
-
withdrawal_address: '
|
|
587
|
-
},
|
|
588
|
-
{
|
|
589
|
-
fee_recipient_address: '0x0678D7f743842A8971B188E963D00Cb42D98495d',
|
|
590
|
-
withdrawal_address: '0x0678D7f743842A8971B188E963D00Cb42D98495d',
|
|
557
|
+
fee_recipient_address: '0x0D941218c10b055f0907FE1BbE486ccdAa7e332A',
|
|
558
|
+
withdrawal_address: '0x0D941218c10b055f0907FE1BbE486ccdAa7e332A',
|
|
591
559
|
},
|
|
592
560
|
],
|
|
593
561
|
dkg_algorithm: 'default',
|
|
@@ -595,337 +563,214 @@ exports.clusterLockV1X10 = {
|
|
|
595
563
|
deposit_amounts: null,
|
|
596
564
|
consensus_protocol: '',
|
|
597
565
|
target_gas_limit: 36000000,
|
|
598
|
-
|
|
599
|
-
|
|
566
|
+
compounding: false,
|
|
567
|
+
config_hash: '0xc10f8bf3fb5054c6f3bfde8ce88fe8b29ba2e74fab01ae70033bfc14dc7c6552',
|
|
568
|
+
definition_hash: '0xac37a1e1ab6df855060495c82d0b882315b9275b9ef76987a7834372101f8b00',
|
|
600
569
|
},
|
|
601
570
|
distributed_validators: [
|
|
602
571
|
{
|
|
603
|
-
distributed_public_key: '
|
|
572
|
+
distributed_public_key: '0xab8ca3ff2a9748d001e95f347c9754c78b218fe8e062b8dd60519d451b2776d9f55dc3150ff49ecc22c78c459f4618c5',
|
|
604
573
|
public_shares: [
|
|
605
|
-
'
|
|
606
|
-
'
|
|
607
|
-
'
|
|
608
|
-
'
|
|
574
|
+
'0x814e8a30c079eb63babb05e82eef3ebd2419019ddfb1e5ccf9d717fa22c6a2f2b8e1afb9b9c127cfd2186eed59b5ce85',
|
|
575
|
+
'0x8471aadd68d2eaf06013ad1965d58bee7bc51aa6fb13b6629097119100c4a13ec7cb2f79c84d56ef17f18494b0458b06',
|
|
576
|
+
'0xb6a92217b7827da24e6612480c0b333388e45ce9e106f8451447833f3b97905dd10b694662a68dae82919da9271ee511',
|
|
577
|
+
'0x8e1c34c8df8958b4be21c055f17257c47b7a1acca7c10becd4423e453ee230e27347355d63f98aa551b413a56522fce0',
|
|
609
578
|
],
|
|
610
579
|
builder_registration: {
|
|
611
580
|
message: {
|
|
612
|
-
fee_recipient: '
|
|
581
|
+
fee_recipient: '0x0d941218c10b055f0907fe1bbe486ccdaa7e332a',
|
|
613
582
|
gas_limit: 36000000,
|
|
614
583
|
timestamp: 1696000704,
|
|
615
|
-
pubkey: '
|
|
584
|
+
pubkey: '0xab8ca3ff2a9748d001e95f347c9754c78b218fe8e062b8dd60519d451b2776d9f55dc3150ff49ecc22c78c459f4618c5',
|
|
616
585
|
},
|
|
617
|
-
signature: '
|
|
586
|
+
signature: '0x827111972c310bb778e30e5abb71b99de6036901a951c4b31fed24464b005e0db4b748acc517487e7598106ec34d5eaf0b667433bec57c551c51832a463f852ff70a738596f4add097be8e2d254d4d38259b17bb48f0f463f23de05a22245803',
|
|
618
587
|
},
|
|
619
588
|
partial_deposit_data: [
|
|
620
589
|
{
|
|
621
|
-
pubkey: '
|
|
622
|
-
withdrawal_credentials: '
|
|
590
|
+
pubkey: '0xab8ca3ff2a9748d001e95f347c9754c78b218fe8e062b8dd60519d451b2776d9f55dc3150ff49ecc22c78c459f4618c5',
|
|
591
|
+
withdrawal_credentials: '0x0100000000000000000000000d941218c10b055f0907fe1bbe486ccdaa7e332a',
|
|
623
592
|
amount: '1000000000',
|
|
624
|
-
signature: '
|
|
593
|
+
signature: '0xb63799adec3016e9535845327c319e1a6b17fcf8841ef65de68cb427a91e8e82285c3b0bc45272ab5e898d5d906c3592048a7766f338883a71d5b4bdd697ad2b5d13269a7e7679b6ff5bc8fdabee2f86f1c4f21572e36790f0be784eb82d1c71',
|
|
625
594
|
},
|
|
626
595
|
{
|
|
627
|
-
pubkey: '
|
|
628
|
-
withdrawal_credentials: '
|
|
596
|
+
pubkey: '0xab8ca3ff2a9748d001e95f347c9754c78b218fe8e062b8dd60519d451b2776d9f55dc3150ff49ecc22c78c459f4618c5',
|
|
597
|
+
withdrawal_credentials: '0x0100000000000000000000000d941218c10b055f0907fe1bbe486ccdaa7e332a',
|
|
629
598
|
amount: '32000000000',
|
|
630
|
-
signature: '
|
|
599
|
+
signature: '0x802f962fa91c361149a60269afa42856ddf97ca507995a703904237458619bd42a9b926b2a0843a50ef9d2707dd4bf59140cec8aa26d301efc720b4f0a7ade32385c808af7afc1f22b5d0a2db0c0f39b29d7e031c8a6b8baea291764e4277354',
|
|
631
600
|
},
|
|
632
601
|
],
|
|
633
602
|
},
|
|
634
603
|
{
|
|
635
|
-
distributed_public_key: '
|
|
604
|
+
distributed_public_key: '0x87d41d8acd0d6a334f3cf3ffff324b4513df67d655f5d7c6992ec09faecaad857e7f7ec02fb77809b50b7d27649dda7c',
|
|
636
605
|
public_shares: [
|
|
637
|
-
'
|
|
638
|
-
'
|
|
639
|
-
'
|
|
640
|
-
'
|
|
606
|
+
'0xb16475989aa084029a73179efc489b4f786ebbbdbc949af11041fdb55dd3680424283efc9aa679eea8d6dafccca0ebc7',
|
|
607
|
+
'0xab62feb0624d5c08441343b5b290d9a75d171375dbacc2f2a1d995f6ba3f8881bad14d38e540b229e096310dafce752f',
|
|
608
|
+
'0xa9dd8b82fb6244dbae9a903afdbd1a525772624a8799b358129c28a64355a1c0a5733b1cb094564bc33edcf28e53eacc',
|
|
609
|
+
'0xb47806d895fa3df69eb4155b7d22444d52bca4eb1c537272d3a477faa1982e662ec7aebd914e6d6ab6014a16b966a83a',
|
|
641
610
|
],
|
|
642
611
|
builder_registration: {
|
|
643
612
|
message: {
|
|
644
|
-
fee_recipient: '
|
|
613
|
+
fee_recipient: '0x0d941218c10b055f0907fe1bbe486ccdaa7e332a',
|
|
645
614
|
gas_limit: 36000000,
|
|
646
615
|
timestamp: 1696000704,
|
|
647
|
-
pubkey: '
|
|
616
|
+
pubkey: '0x87d41d8acd0d6a334f3cf3ffff324b4513df67d655f5d7c6992ec09faecaad857e7f7ec02fb77809b50b7d27649dda7c',
|
|
648
617
|
},
|
|
649
|
-
signature: '
|
|
618
|
+
signature: '0x93d8f818e0e12dcf688c58eba36943dacf575bf30b81a631a62dc5ea45a0f808e013aa3dfec1462bf6670b744900265d107a075f17c91e20fbe3f6f46f278536c823b864c00b78e6bae490a67bfab48edae2c7be47c598ca79e66dbbd316a52a',
|
|
650
619
|
},
|
|
651
620
|
partial_deposit_data: [
|
|
652
621
|
{
|
|
653
|
-
pubkey: '
|
|
654
|
-
withdrawal_credentials: '
|
|
622
|
+
pubkey: '0x87d41d8acd0d6a334f3cf3ffff324b4513df67d655f5d7c6992ec09faecaad857e7f7ec02fb77809b50b7d27649dda7c',
|
|
623
|
+
withdrawal_credentials: '0x0100000000000000000000000d941218c10b055f0907fe1bbe486ccdaa7e332a',
|
|
655
624
|
amount: '1000000000',
|
|
656
|
-
signature: '
|
|
625
|
+
signature: '0xa3330521d24e30b2b2b98cc64b4c8599ac59dab8f1498f39e71d6deade29671731a0fba68f3f25e04374f8e89531f6ed025b478c270f0e7bfed9a3d80a13656af859d7132a53467a080c0d2b166026fe48eafa95943eccde7fb509c1d218da2e',
|
|
657
626
|
},
|
|
658
627
|
{
|
|
659
|
-
pubkey: '
|
|
660
|
-
withdrawal_credentials: '
|
|
628
|
+
pubkey: '0x87d41d8acd0d6a334f3cf3ffff324b4513df67d655f5d7c6992ec09faecaad857e7f7ec02fb77809b50b7d27649dda7c',
|
|
629
|
+
withdrawal_credentials: '0x0100000000000000000000000d941218c10b055f0907fe1bbe486ccdaa7e332a',
|
|
661
630
|
amount: '32000000000',
|
|
662
|
-
signature: '
|
|
631
|
+
signature: '0xa1fb379892a13b791a2b6391b14e8bc0ba60f366e349b8de73f108ea997f1eee2d537053b37eb2aba325efee4eaf121512ba869e00e6612afce571ae2b10de0a16826514a33254209b4b8e51bc6f9d05faa2bba95b3ad16a0b14433674653296',
|
|
663
632
|
},
|
|
664
633
|
],
|
|
665
634
|
},
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
},
|
|
683
|
-
partial_deposit_data: [
|
|
684
|
-
{
|
|
685
|
-
pubkey: '0xaf6b1d71aec29a67f549a0c4da43d38c4c5240c17282d5d09c5aed4f34d4503a0867485f7f7459f7523db335245bd193',
|
|
686
|
-
withdrawal_credentials: '0x0200000000000000000000000678d7f743842a8971b188e963d00cb42d98495d',
|
|
687
|
-
amount: '1000000000',
|
|
688
|
-
signature: '0xb4978905968a1340075ba031d6527cc72fed83d672071b2c7cf72483e35971a16d9b236a5dbaaeda6d165bb79ad46d7c04738cd6498de31cf13257e760f5cd4235fd55614015cfc630922d830bd8cf2de6fc1357dbf2f0e7975c089f2d385c13',
|
|
689
|
-
},
|
|
690
|
-
{
|
|
691
|
-
pubkey: '0xaf6b1d71aec29a67f549a0c4da43d38c4c5240c17282d5d09c5aed4f34d4503a0867485f7f7459f7523db335245bd193',
|
|
692
|
-
withdrawal_credentials: '0x0200000000000000000000000678d7f743842a8971b188e963d00cb42d98495d',
|
|
693
|
-
amount: '32000000000',
|
|
694
|
-
signature: '0x95e9b2d7b85969220347c6e98e1e754d2137210c8a395f0991492e58402dfd94985f7294ec3e1a934a97c97b68812daf0ba4c9871076a3f681e3b599ac3e4f68615916b325ab236ba14f7ee4ae902d51f919e8caa66b5b9b4bab755f730ebea1',
|
|
695
|
-
},
|
|
696
|
-
],
|
|
635
|
+
],
|
|
636
|
+
signature_aggregate: '0xa3547b36e4b0953a172815122678b0ce73e09fab7df7e6ce0ffa31924e0f7097e7686affb54816397e160de21b6d3139135e1073f51652e7db5276fce5c0efea2e20c77a7c85bb414c56320cd2adb68a83417e4b453cf04650fc747fa1b766f7',
|
|
637
|
+
lock_hash: '0xcd689de27f3e954b38e44faca15edaf9a484573df696f4363fbff19cdd84a7db',
|
|
638
|
+
node_signatures: [
|
|
639
|
+
'0x3c68ed8e1a13a154e04e8f8824c745ae7df8f408f282448fe514ded85ec12f281dbe50d1612f73737bccf163309f396c7f05971b55b6e3be81df2e17f27ce6b701',
|
|
640
|
+
'0x06d12eb7f6faaf68d0aad60cbd0e877319a6bf8e7bbdba10570de2dd7513938b1650bf267e2aa1d113416c3a21021e1ff63b3697ff199bb59757cafbbb8625ea01',
|
|
641
|
+
'0xaa6d244a1caa5e35f77c1f68c291e7f9714248c1aaf6deddbabdefcb184e14432431477352fa21a0a5f7992ae7392b454600f8cbb8a12bbab0512581f386d3d300',
|
|
642
|
+
'0x932e769d2294a2c7071970458e5f696443fed01c5cb84985cad3c86b2e4fbf67781bc1668a64421fd09228abcd86992a5aa1196a2874026f1a72d184e32f6e9c01',
|
|
643
|
+
],
|
|
644
|
+
};
|
|
645
|
+
exports.clusterLockWithCompoundingWithdrawals = {
|
|
646
|
+
cluster_definition: {
|
|
647
|
+
name: 'test',
|
|
648
|
+
creator: {
|
|
649
|
+
address: '',
|
|
650
|
+
config_signature: '',
|
|
697
651
|
},
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
'
|
|
702
|
-
'
|
|
703
|
-
'
|
|
704
|
-
'0x87691840c6e0d0393126deb50af960f365beb81bb3229adfc464b1bc74ce04baf6ec8208b71fb2cd182ea77ef97c748e',
|
|
705
|
-
],
|
|
706
|
-
builder_registration: {
|
|
707
|
-
message: {
|
|
708
|
-
fee_recipient: '0x0678d7f743842a8971b188e963d00cb42d98495d',
|
|
709
|
-
gas_limit: 36000000,
|
|
710
|
-
timestamp: 1696000704,
|
|
711
|
-
pubkey: '0xa4a55050ac22ede26a5382bcc8ee39fe4723212aca6e6d82f0b6ee7612b091661c7ef471616ee6991c32d728ca05ac80',
|
|
712
|
-
},
|
|
713
|
-
signature: '0xb3ab9972d6b940ad1041d601c11dddc411c5818d0ec1edbbb229838af8a879b6a304ed17e56cc849a4ad3a3369210d8b0c28de86d1db9ae14f80ea1703e21e4a5f8c98df1f51515647b81fa11ad30495c66b89fb6f724bb4e149f3cd1b084de5',
|
|
652
|
+
operators: [
|
|
653
|
+
{
|
|
654
|
+
address: '',
|
|
655
|
+
enr: 'enr:-HW4QNcZSicYpnE6PLTNao0kmv5FFTdR-iYh-SdeLlwromZ1DeY7drKAf1mrRoVM1AAVDkkqLxOZXPkDR85A-PdJg9CAgmlkgnY0iXNlY3AyNTZrMaECcdGTKboadTFffnKs9OxuqeZ4oEIUUJ-G1QXkKGHDkNk',
|
|
656
|
+
config_signature: '',
|
|
657
|
+
enr_signature: '',
|
|
714
658
|
},
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
signature: '0x858cea17b45ed31df1de2df1f190fca0088a6b7d74eb38e2a886fe34446c94aa8b6e3d274e50598f20e0a555d2092c740b39322642de7ce7ed1491f999fd061c105a82ac1c3165c3f223de7b8d99329b8457f39cb41cdd7ed876575dae4dcb14',
|
|
721
|
-
},
|
|
722
|
-
{
|
|
723
|
-
pubkey: '0xa4a55050ac22ede26a5382bcc8ee39fe4723212aca6e6d82f0b6ee7612b091661c7ef471616ee6991c32d728ca05ac80',
|
|
724
|
-
withdrawal_credentials: '0x0200000000000000000000000678d7f743842a8971b188e963d00cb42d98495d',
|
|
725
|
-
amount: '32000000000',
|
|
726
|
-
signature: '0xb3f922804f8c868beeb5cceb584ec9cb599af309272d6d60b6a7ea5d8ede143d2d09a5c0be6fd3a999c4e7db0ef23210194e9a9c6dda4cae73facb86f68ccd4a59dcf5ea0631afd93fc1ae6dba3b51e56439d2a7be6fcfff545666524eed772c',
|
|
727
|
-
},
|
|
728
|
-
],
|
|
729
|
-
},
|
|
730
|
-
{
|
|
731
|
-
distributed_public_key: '0xabfc595bba9191aa8967678fc45843cf361b355bfb04ee29b1841a124f845cea1f0fd65829bffdedd3d15f48e0537006',
|
|
732
|
-
public_shares: [
|
|
733
|
-
'0xb6103288e5c889f4167b573e6e3577bfef79b0721d6901496915bf1b4a16134f3ffb69ffe682e1722227b9985b5469d6',
|
|
734
|
-
'0x80c40fe7122e00c3a0ea1ec1182dc6e634b8eb12129edf91a3bf39901a2d918acc2f55ea65072934e102e9b83f1b2cf5',
|
|
735
|
-
'0x83051a711d2b294c1330050b98e6bdc7112c668d2ebe3b6cc02f7a8aceceae355a88d777b5cef9c1c8d374a732d25690',
|
|
736
|
-
'0xa2020bbc227f75fc9d15afa33a8bee48c3e407373a3497aecff73ab5260232be99f1c0a141e1c410998a6d3d5efba0e5',
|
|
737
|
-
],
|
|
738
|
-
builder_registration: {
|
|
739
|
-
message: {
|
|
740
|
-
fee_recipient: '0x0678d7f743842a8971b188e963d00cb42d98495d',
|
|
741
|
-
gas_limit: 36000000,
|
|
742
|
-
timestamp: 1696000704,
|
|
743
|
-
pubkey: '0xabfc595bba9191aa8967678fc45843cf361b355bfb04ee29b1841a124f845cea1f0fd65829bffdedd3d15f48e0537006',
|
|
744
|
-
},
|
|
745
|
-
signature: '0x89ba92023febda1ce85596f1014faf2e0f0a7de6d4c34a898e0b134c7e945cd2209ec3f04bfb898d7b5873f60b134eda095474ff1b6839c4d3e38e7389b76131857822be0797038f3f6b1d2393c169d1236ed9603ee12afe8160eef573b4f95c',
|
|
659
|
+
{
|
|
660
|
+
address: '',
|
|
661
|
+
enr: 'enr:-HW4QDfvVp6bCS09-yA3NDJ91JdSbgh5wNTE82V1kv5EAebkKCFoXMEE_YY0qIS0_EEH54Hw-4Pc94enfwhpdOdpyAqAgmlkgnY0iXNlY3AyNTZrMaEDgOW8OThKXxluyWiWyLaP-1q_fsyDU0OhSBjO8MyEw3Y',
|
|
662
|
+
config_signature: '',
|
|
663
|
+
enr_signature: '',
|
|
746
664
|
},
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
signature: '0x91220bfd317b5a5749141b3e2b559e3dc457f5a82bc19d72816469e75cdaac3130e5b878b00aeed752025ad2b628511f0d928deae63997a576e50f6fd29c851c7a37b8e73753589464b26806c7a7ed22adf2d770a4c48cf47f0ce9bad0648557',
|
|
753
|
-
},
|
|
754
|
-
{
|
|
755
|
-
pubkey: '0xabfc595bba9191aa8967678fc45843cf361b355bfb04ee29b1841a124f845cea1f0fd65829bffdedd3d15f48e0537006',
|
|
756
|
-
withdrawal_credentials: '0x0200000000000000000000000678d7f743842a8971b188e963d00cb42d98495d',
|
|
757
|
-
amount: '32000000000',
|
|
758
|
-
signature: '0x8e085bea5fb0328d594ad5919b065b5eef07d191d0cb77c431145165e0217f4ea4462a9c24f80b213031c3f6cd25c61c0d5b67480d92f6c402083b84ef056377c9bd2d5bf3c5e1105a45d82110492d809994067672f460e950fbcfed7bec2b64',
|
|
759
|
-
},
|
|
760
|
-
],
|
|
761
|
-
},
|
|
762
|
-
{
|
|
763
|
-
distributed_public_key: '0x8903a3bfea54bece2a094f0b32200f11000b53b7c9c51af670350f5b59c803564d6daa4685fd57bd2fbab00c0eef2db1',
|
|
764
|
-
public_shares: [
|
|
765
|
-
'0xb277a594864fe70e03882c8a4da57e898f8dfdb53bf9d50055c7b0463c3234a7c33cfc7a5912e2ee935e001e56a93ac0',
|
|
766
|
-
'0xa5f8a06dadd4d590d6a12c299862b9753e7cd40bb35e2301c1b70818032b2a6d6b5f791811822391e06b846f5dff49e4',
|
|
767
|
-
'0xa27e43e26e406b6eba609c23ffa15a2e342595aeb255b15a122bbe83474f8bdbd99d463129ea3553b5edebdd42b91a25',
|
|
768
|
-
'0x884456ab08879a07d36aa7127ad3b6a9e1efc9fc8a2edac842f9bd92dbe147ee30b2540c67464a2775db55670dbfbd90',
|
|
769
|
-
],
|
|
770
|
-
builder_registration: {
|
|
771
|
-
message: {
|
|
772
|
-
fee_recipient: '0x0678d7f743842a8971b188e963d00cb42d98495d',
|
|
773
|
-
gas_limit: 36000000,
|
|
774
|
-
timestamp: 1696000704,
|
|
775
|
-
pubkey: '0x8903a3bfea54bece2a094f0b32200f11000b53b7c9c51af670350f5b59c803564d6daa4685fd57bd2fbab00c0eef2db1',
|
|
776
|
-
},
|
|
777
|
-
signature: '0xb57df3ed71970f51d8f16577c4285ffab19d8cf9ec7e39fe6ccb41d02a0f97725b6b9dd53a08684633d047c8accd1b1310286db798bf1432ffc6252510dd0108393c4cfe517c4d5cdcbca7468cb4d1c36ad1f4d375e137eb428947039e00ee07',
|
|
665
|
+
{
|
|
666
|
+
address: '',
|
|
667
|
+
enr: 'enr:-HW4QGOen2twSnIzDuR834D7lPf3aGAw_CdTT9aebhfpKuvMKkIMlUOaYBYhMlaHke1JU_rNGZRr2ixaPpyTAbZRNDyAgmlkgnY0iXNlY3AyNTZrMaECkhQs3kw6C5geIyIAunFqLcyONz7-pWJA9dprq918YUw',
|
|
668
|
+
config_signature: '',
|
|
669
|
+
enr_signature: '',
|
|
778
670
|
},
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
signature: '0xb117b392658024d3186ebb1ae05a504d121d6d5bb7e7202546585ec568c91f16721291d84a5b823fa0b843eaf73e7aa0157e99cf295de8f4da1025a724fd6839944319d249662bcafd4e5741bb6612f9bae4dcf33f77fe1346916403903e9770',
|
|
785
|
-
},
|
|
786
|
-
{
|
|
787
|
-
pubkey: '0x8903a3bfea54bece2a094f0b32200f11000b53b7c9c51af670350f5b59c803564d6daa4685fd57bd2fbab00c0eef2db1',
|
|
788
|
-
withdrawal_credentials: '0x0200000000000000000000000678d7f743842a8971b188e963d00cb42d98495d',
|
|
789
|
-
amount: '32000000000',
|
|
790
|
-
signature: '0xb9c7bca45073392af87964f6d71af90538b091b9a64075504143fe3191b1379e1f75953754b98f3327ca11315cfa5c251487c0f40f34533f5cd742d9c971fdf8b8bdca4653684500bc415287010b88a46f6accd88e4221732a33b2324555e844',
|
|
791
|
-
},
|
|
792
|
-
],
|
|
793
|
-
},
|
|
794
|
-
{
|
|
795
|
-
distributed_public_key: '0x982d31edf85a4e2c29c62847b6ed1763f4b9bfcc2856670e874ae3a070abfd98935a38990cca4f64bfbcab0a54c04c9f',
|
|
796
|
-
public_shares: [
|
|
797
|
-
'0x9075526824bf7179c533486f08a9a082d7370a64f23bc8de86e58e674573a780fbf704d94b954c068ee63406d9014912',
|
|
798
|
-
'0xb6718f7d2558153b99724ab442dd583c840fd8cf752c37b3ab586ed050a7514711f8ac2ff48f06f0ca893ad3b8a543ae',
|
|
799
|
-
'0xa66ba35304358d96b34ca79ccb6a969b67f2578de038bce5c41d1ab6e8cfdf34e5fa383fb32dbd4058e821e922ff6f0b',
|
|
800
|
-
'0x8fa6f6966534e7a91ae03db663bfba571f9a4ff2dbbb57592b177011667b5f0dd7f8ab676cfa7f48f8d1ece5c1cbfbb2',
|
|
801
|
-
],
|
|
802
|
-
builder_registration: {
|
|
803
|
-
message: {
|
|
804
|
-
fee_recipient: '0x0678d7f743842a8971b188e963d00cb42d98495d',
|
|
805
|
-
gas_limit: 36000000,
|
|
806
|
-
timestamp: 1696000704,
|
|
807
|
-
pubkey: '0x982d31edf85a4e2c29c62847b6ed1763f4b9bfcc2856670e874ae3a070abfd98935a38990cca4f64bfbcab0a54c04c9f',
|
|
808
|
-
},
|
|
809
|
-
signature: '0xa0510be1b9bf6c9f97407626c9b380e9bafe1ed96b2261e0f225677f1ac9efe2cdb2b56d629e8bc086095e3ad2a60295177345503e5f14a6df57fed30dc24ce074bfa24f2439482ce141879c53b49275c8f8d109e445b9e36033a6c09701c202',
|
|
671
|
+
{
|
|
672
|
+
address: '',
|
|
673
|
+
enr: 'enr:-HW4QLa2GPP1d34upL70ltxuiAEG_ayAHSwBbLpkFPLV2exoTRyUNBBFiNGe-kwqBvtuU2u2Zq8pUi2oeB3gHRbna7SAgmlkgnY0iXNlY3AyNTZrMaECow8eskA89PSk3pzMwA9BCyFYOrr6UxFGSfi6JQU5HkM',
|
|
674
|
+
config_signature: '',
|
|
675
|
+
enr_signature: '',
|
|
810
676
|
},
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
amount: '32000000000',
|
|
822
|
-
signature: '0x9164396591df8bd49b9cfea0a19f5445e0c14e6e49c63fe38e00e4acc66cadf4b9073a37721fb9939b9df636e64cff710f91365d982e08e81842922122fe2d49469361d971550ea8a71d1389c747c01e672b64e89cea385e962a52e7998f0967',
|
|
823
|
-
},
|
|
824
|
-
],
|
|
825
|
-
},
|
|
826
|
-
{
|
|
827
|
-
distributed_public_key: '0x8cec3bdc06a20450f3137355759efd7af9e21faebb7ea3f6f29f4a459cc6f44b1f026938475d00383e5e9d4b6cca517d',
|
|
828
|
-
public_shares: [
|
|
829
|
-
'0xb7ea8aa6504bd4ad7615f0878ccdd24d349135bab3b3be57d90953e6c33c1291c6417ce9da2882529b79afae48858817',
|
|
830
|
-
'0xb7f710b736344713eb017f6d5a5c6253f47b7cb725bfc3760e64cef1c66c04c0eecc56f9dbcec910d25d6f25b765eafd',
|
|
831
|
-
'0xa1b8221d72e55096b6588021055791e460e604c02a88d773f2adbf9c8a784cb52c3230796442ea1c003d34b4f6bed89f',
|
|
832
|
-
'0xaf56808edfb9399959f05a824105b49caece347f12485fa089c5f42c259cf482fcd88ef7fc5190229bbec2886b76d2ef',
|
|
833
|
-
],
|
|
834
|
-
builder_registration: {
|
|
835
|
-
message: {
|
|
836
|
-
fee_recipient: '0x0678d7f743842a8971b188e963d00cb42d98495d',
|
|
837
|
-
gas_limit: 36000000,
|
|
838
|
-
timestamp: 1696000704,
|
|
839
|
-
pubkey: '0x8cec3bdc06a20450f3137355759efd7af9e21faebb7ea3f6f29f4a459cc6f44b1f026938475d00383e5e9d4b6cca517d',
|
|
840
|
-
},
|
|
841
|
-
signature: '0xb22bed0c097bea7f709a5b07a488db105ab97aadb29a962a64d4b873a5cba025bccc2204b0fd2c963e9ba9fb62c921b00836bb27d0122fca483c97f3709802d5c7bfc5997e05306d555ef015e83c2649996d72a1fab6b003fa572d37dba5a6a0',
|
|
677
|
+
],
|
|
678
|
+
uuid: '0CB6B203-39FF-3E52-898D-CC50D122694D',
|
|
679
|
+
version: 'v1.10.0',
|
|
680
|
+
timestamp: '2025-02-24T14:29:52+01:00',
|
|
681
|
+
num_validators: 2,
|
|
682
|
+
threshold: 3,
|
|
683
|
+
validators: [
|
|
684
|
+
{
|
|
685
|
+
fee_recipient_address: '0x0D941218c10b055f0907FE1BbE486ccdAa7e332A',
|
|
686
|
+
withdrawal_address: '0x0D941218c10b055f0907FE1BbE486ccdAa7e332A',
|
|
842
687
|
},
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
688
|
+
{
|
|
689
|
+
fee_recipient_address: '0x0D941218c10b055f0907FE1BbE486ccdAa7e332A',
|
|
690
|
+
withdrawal_address: '0x0D941218c10b055f0907FE1BbE486ccdAa7e332A',
|
|
691
|
+
},
|
|
692
|
+
],
|
|
693
|
+
dkg_algorithm: 'default',
|
|
694
|
+
fork_version: '0x01017000',
|
|
695
|
+
deposit_amounts: null,
|
|
696
|
+
consensus_protocol: '',
|
|
697
|
+
target_gas_limit: 36000000,
|
|
698
|
+
compounding: true,
|
|
699
|
+
config_hash: '0x5f779ea58ebfe7b14181b05b281a6526c046eb42d2d03a06ac7d83e52e903ef2',
|
|
700
|
+
definition_hash: '0xd74c102137a44caed014b53edbd069fc5efef37226e0a7f2afbd4a529cec93df',
|
|
701
|
+
},
|
|
702
|
+
distributed_validators: [
|
|
858
703
|
{
|
|
859
|
-
distributed_public_key: '
|
|
704
|
+
distributed_public_key: '0x85e740354cef367a5216087cbb40a3bb061b6f11969b23e3c3d07828d924f577a39d74775be3a1a56b0d1e385631b160',
|
|
860
705
|
public_shares: [
|
|
861
|
-
'
|
|
862
|
-
'
|
|
863
|
-
'
|
|
864
|
-
'
|
|
706
|
+
'0x96b9d96c2bbc4ebd0650eedf4a4b1d9c4547b72f0585111b7930880795cbfdfc6d69fb02b105092058e830e1859927ba',
|
|
707
|
+
'0xa77071a78064201d4b1f8f3a7f3c71ccae40698385b6e4a344918d11f0523d5f62fc8fe1df0ac153cd5dc6cf9989cdce',
|
|
708
|
+
'0xa9119a315ea2c4729a4cf304f11fa079cb619e347b5150a3430d0bcaf7188510de81bfa4c953467cd6df077d56397726',
|
|
709
|
+
'0xadf3022df7f3f0e048a930bd2f89bf703191e159a20fd7eefa88f4af7487936d317fbd84f673d4f9803a321c20efb614',
|
|
865
710
|
],
|
|
866
711
|
builder_registration: {
|
|
867
712
|
message: {
|
|
868
|
-
fee_recipient: '
|
|
713
|
+
fee_recipient: '0x0d941218c10b055f0907fe1bbe486ccdaa7e332a',
|
|
869
714
|
gas_limit: 36000000,
|
|
870
715
|
timestamp: 1696000704,
|
|
871
|
-
pubkey: '
|
|
716
|
+
pubkey: '0x85e740354cef367a5216087cbb40a3bb061b6f11969b23e3c3d07828d924f577a39d74775be3a1a56b0d1e385631b160',
|
|
872
717
|
},
|
|
873
|
-
signature: '
|
|
718
|
+
signature: '0x8b81aaf5508ada3fe80d64bd262cb3e647ac8739f22f51cfcd9f2bbe1ea708f2e7a7429da6ae1dc05329becd6283ba6e18535ec254ba16854473683e8cb02cf602f7260ba4bd580079f9451a4ed673be3a40720d48468335a82b1706c595547e',
|
|
874
719
|
},
|
|
875
720
|
partial_deposit_data: [
|
|
876
721
|
{
|
|
877
|
-
pubkey: '
|
|
878
|
-
withdrawal_credentials: '
|
|
722
|
+
pubkey: '0x85e740354cef367a5216087cbb40a3bb061b6f11969b23e3c3d07828d924f577a39d74775be3a1a56b0d1e385631b160',
|
|
723
|
+
withdrawal_credentials: '0x0200000000000000000000000d941218c10b055f0907fe1bbe486ccdaa7e332a',
|
|
879
724
|
amount: '1000000000',
|
|
880
|
-
signature: '
|
|
725
|
+
signature: '0x805e452eeb66fb1e73fd66178713073bb1b1fe643b6036d0a68f475508dbc2d2b652758902f2daee73ff713c80e10b5808b8d4cf5c88c831ccffcdd4c5a4f866c82fc56b378211dfd291fe8e85213fb9c90e2d1fbbdea9997fdfa932b296d27c',
|
|
881
726
|
},
|
|
882
727
|
{
|
|
883
|
-
pubkey: '
|
|
884
|
-
withdrawal_credentials: '
|
|
728
|
+
pubkey: '0x85e740354cef367a5216087cbb40a3bb061b6f11969b23e3c3d07828d924f577a39d74775be3a1a56b0d1e385631b160',
|
|
729
|
+
withdrawal_credentials: '0x0200000000000000000000000d941218c10b055f0907fe1bbe486ccdaa7e332a',
|
|
885
730
|
amount: '32000000000',
|
|
886
|
-
signature: '
|
|
731
|
+
signature: '0xb19b91e7c2f11b6a86c252826000c7ef396619d54fe7772cea32c9cc4d2a10214da71b488262e3680e38de79b61aa37b075c1b7bfcf8ec62bb1d19867c434cb59e565c7c861f6412c3e525b7eab740446e1aa98a3d5a637842455b4f07eff6eb',
|
|
887
732
|
},
|
|
888
733
|
],
|
|
889
734
|
},
|
|
890
735
|
{
|
|
891
|
-
distributed_public_key: '
|
|
736
|
+
distributed_public_key: '0xad9d4bee633c3107ce5c35cab6304137d5c43f1a0ce929c7f7983b51579cbc6a9b6813e05f5b74682a077c74ec6dd53d',
|
|
892
737
|
public_shares: [
|
|
893
|
-
'
|
|
894
|
-
'
|
|
895
|
-
'
|
|
896
|
-
'
|
|
738
|
+
'0xad574bb713e7b0aa2181b4ea2962834fe3a051e0ca8325b36f8615a99870f252aed701968cb010814dfe1b8c0450a269',
|
|
739
|
+
'0xa58556a322d1acf5ea553a3a0ba5184729589a564bd7bc787b81328b5cd033d421ee98386df623eb176acf98a3fa9bd1',
|
|
740
|
+
'0x95e732e087c43bd316e062d2bb2332efc34de59309d8b6da5ad747f4d842182af9539182a30ed314f8b7ae653d730d65',
|
|
741
|
+
'0xb6067ce37489114b24b59c4cf77fa0653e86bfb184c82935b14ec414c78ee75a43a583bd688ed04f0de2d1281608c87b',
|
|
897
742
|
],
|
|
898
743
|
builder_registration: {
|
|
899
744
|
message: {
|
|
900
|
-
fee_recipient: '
|
|
745
|
+
fee_recipient: '0x0d941218c10b055f0907fe1bbe486ccdaa7e332a',
|
|
901
746
|
gas_limit: 36000000,
|
|
902
747
|
timestamp: 1696000704,
|
|
903
|
-
pubkey: '
|
|
748
|
+
pubkey: '0xad9d4bee633c3107ce5c35cab6304137d5c43f1a0ce929c7f7983b51579cbc6a9b6813e05f5b74682a077c74ec6dd53d',
|
|
904
749
|
},
|
|
905
|
-
signature: '
|
|
750
|
+
signature: '0x8e2d2f19eb23a93d19fdfbe5e72763d20ea8dd558a01035c8145c3931d705cae6850185be62d6ccd6b94c3faa29914b902032f34483a5c55ba3653bf026193cc0c6076b0031b011fce78faa96234fd17ebe67b972e6f6233a7760cb17451d63d',
|
|
906
751
|
},
|
|
907
752
|
partial_deposit_data: [
|
|
908
753
|
{
|
|
909
|
-
pubkey: '
|
|
910
|
-
withdrawal_credentials: '
|
|
754
|
+
pubkey: '0xad9d4bee633c3107ce5c35cab6304137d5c43f1a0ce929c7f7983b51579cbc6a9b6813e05f5b74682a077c74ec6dd53d',
|
|
755
|
+
withdrawal_credentials: '0x0200000000000000000000000d941218c10b055f0907fe1bbe486ccdaa7e332a',
|
|
911
756
|
amount: '1000000000',
|
|
912
|
-
signature: '
|
|
757
|
+
signature: '0x90dbbc981e441292441ed2ec1aaed7c8e1d1afc976ea2c5051bb880f3368b75debfcb3fe6a96935838a693ea2ebfadea05c468ced6bc0f2f0b82f2e87a3febda10935691318548c32bbb059a005b6d8fb41b2552c4ede024f789b011377956c7',
|
|
913
758
|
},
|
|
914
759
|
{
|
|
915
|
-
pubkey: '
|
|
916
|
-
withdrawal_credentials: '
|
|
760
|
+
pubkey: '0xad9d4bee633c3107ce5c35cab6304137d5c43f1a0ce929c7f7983b51579cbc6a9b6813e05f5b74682a077c74ec6dd53d',
|
|
761
|
+
withdrawal_credentials: '0x0200000000000000000000000d941218c10b055f0907fe1bbe486ccdaa7e332a',
|
|
917
762
|
amount: '32000000000',
|
|
918
|
-
signature: '
|
|
763
|
+
signature: '0xafd1ade11b8b4c6da2a2b7136604c42c0edb1f37de81c5614adc8ce8da034a6a720ebe1970bf3467c12ffcbcb6fc8514149b6a04c3f13cc2e9d8c99096047af47543c1f3622c15e3400d6929386097b9af9fe5f5b372b0da60dab6edb269d216',
|
|
919
764
|
},
|
|
920
765
|
],
|
|
921
766
|
},
|
|
922
767
|
],
|
|
923
|
-
signature_aggregate: '
|
|
924
|
-
lock_hash: '
|
|
768
|
+
signature_aggregate: '0x8984f35f20e2f8733a5de37ed4d5405548b96f678b8c7a75a348bffbc6c9d795d56456f03e1ba4a207bcca5697a2490e129716fc0344452aa92472ad9fcbd6d7bb5de00eb9a2d41e3b76ab04026b68f3c50723b242da666d804e0b0e42958baf',
|
|
769
|
+
lock_hash: '0x5207f99c483863cb494332bb2c91e9f5260c00d6f49f27036426e5f83ff71b41',
|
|
925
770
|
node_signatures: [
|
|
926
|
-
'
|
|
927
|
-
'
|
|
928
|
-
'
|
|
929
|
-
'
|
|
771
|
+
'0x72eded28a88ef170df2a8b9361fe0ea1f991ba2444e336bd627e3c49179bd4bb7cf1dc7b27574cc08301fb16542135871ee3ea9662b4d177a528bf3df6e8959a00',
|
|
772
|
+
'0xee7051251d28f64fc9972326d0ce53e08a0b07f8959e97bdd2cd177c117bb12d3ced1ba8ac6c5b103b66703263ae17f5914e935eb3efa33ed7c7bf4ae98bab8400',
|
|
773
|
+
'0x57ebc828eb5a27a206f8dbbf6305fad50746c2bb3d882b2651d985661557fba434feba3a3fc5e7247bf3cf8521df6914621e81cb069909d68b5d3e6303f6115b00',
|
|
774
|
+
'0x3e2548c3c35df90bd7af34f9cc439e7ec4e4fa5619f74ca393bde8e05942dfde0c2e5d95249f478533fe11581b794e5de55446452e4dd1648c33b319a987461701',
|
|
930
775
|
],
|
|
931
776
|
};
|