Skip to content

Commit bfad983

Browse files
authored
update devnet lcp method id, bridge circuit binary and constants (#1205)
1 parent 01f88a8 commit bfad983

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

circuits-lib/src/bridge_circuit/constants.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ pub const REGTEST_LC_IMAGE_ID: [u8; 32] =
2424
hex!("e02f42a01d0cb5a6dbc2f5d26b28a9881808a3023c8330a5aea2a0bea754c216");
2525

2626
pub const DEVNET_LC_IMAGE_ID: [u8; 32] =
27-
hex!("868e65191b05cdc0b1138983b3e0fd65326448fdba00092c4ddfbea58b081944");
27+
hex!("418fd1ca90a3ea9e9d99626078e618750aa6209261c645fb456bf0e8293c368a");
2828

2929
pub const TESTNET4_LC_IMAGE_ID: [u8; 32] =
3030
hex!("7eae7a3d628b6e383a23d1d3504b06b146c6a9d67a04515aba1dbbfdca7de6ca");

core/src/config/protocol.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -377,13 +377,13 @@ pub const REGTEST_BRIDGE_CIRCUIT_CONSTANT: [u8; 32] = [
377377
];
378378

379379
pub const SIGNET_BRIDGE_CIRCUIT_CONSTANT: [u8; 32] = [
380-
147, 164, 147, 7, 37, 82, 68, 146, 65, 0, 30, 234, 137, 186, 79, 251, 198, 108, 53, 221, 100,
381-
225, 69, 71, 24, 54, 234, 80, 64, 137, 99, 153,
380+
8, 53, 77, 39, 59, 207, 212, 118, 209, 149, 111, 53, 154, 44, 51, 135, 187, 245, 19, 65, 162,
381+
186, 6, 44, 133, 212, 47, 74, 63, 255, 11, 86,
382382
];
383383

384384
pub const SIGNET_TEST_BRIDGE_CIRCUIT_CONSTANT: [u8; 32] = [
385-
139, 39, 33, 94, 111, 140, 23, 179, 45, 115, 45, 144, 208, 43, 190, 99, 172, 215, 9, 53, 53,
386-
110, 226, 111, 145, 10, 10, 195, 41, 0, 198, 223,
385+
232, 200, 118, 76, 198, 194, 195, 148, 19, 202, 10, 132, 109, 203, 46, 209, 65, 27, 52, 165,
386+
250, 123, 96, 251, 13, 46, 36, 123, 161, 8, 35, 120,
387387
];
388388

389389
pub const MAINNET_BRIDGE_CIRCUIT_CONSTANT: [u8; 32] = [
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)