Skip to content

Commit b8d5cf4

Browse files
authored
Update constants.ts
1 parent d5b5695 commit b8d5cf4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/global/constants.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,8 @@ export const SNIP9_V1_INTERFACE_ID =
101101
'0x68cfd18b92d1907b8ba3cc324900277f5a3622099431ea85dd8089255e4181';
102102
export const SNIP9_V2_INTERFACE_ID =
103103
'0x1d1144bb2138366ff28d8e9ab57456b1d332ac42196230c3a602003c89872';
104+
export const ADDR_BOUND = 2n ** 251n - MAX_STORAGE_ITEM_SIZE;
105+
104106

105107
// Default Configuration
106108
export const DEFAULT_CONFIG = {

0 commit comments

Comments
 (0)