Skip to content

Commit

Permalink
fix: duplicated ID
Browse files Browse the repository at this point in the history
  • Loading branch information
shumkov committed Nov 22, 2024
1 parent d4ed535 commit 8f9db89
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/wallet-contract/lib/systemIds.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module.exports = {
ownerId: '11111111111111111111111111111111',
contractId: 'GWRSAVFMjXx8HpQFaNJMqBV7MBgMK4br5UESsB4S31Ec'
contractId: '7CSFGeF4WNzgDmx94zwvHkYaG3Dx4XEe5LFsFgJswLbm'
};
4 changes: 2 additions & 2 deletions packages/wallet-contract/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ use platform_version::version::PlatformVersion;
use serde_json::Value;

pub const ID_BYTES: [u8; 32] = [
162, 48, 73, 255, 116, 241, 166, 155, 131, 121, 132, 39, 129, 40, 127, 6, 103, 164, 72, 139,
143, 116, 163, 19, 81, 193, 38, 248, 116, 244, 59, 196
92, 20, 14, 101, 92, 2, 101, 187, 194, 168, 8, 113, 109, 225, 132, 121, 133, 19, 89, 24, 173,
81, 205, 253, 11, 118, 102, 75, 169, 91, 163, 124,
];

pub const OWNER_ID_BYTES: [u8; 32] = [0; 32];
Expand Down

0 comments on commit 8f9db89

Please sign in to comment.