We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5b5695 commit b8d5cf4Copy full SHA for b8d5cf4
src/global/constants.ts
@@ -101,6 +101,8 @@ export const SNIP9_V1_INTERFACE_ID =
101
'0x68cfd18b92d1907b8ba3cc324900277f5a3622099431ea85dd8089255e4181';
102
export const SNIP9_V2_INTERFACE_ID =
103
'0x1d1144bb2138366ff28d8e9ab57456b1d332ac42196230c3a602003c89872';
104
+export const ADDR_BOUND = 2n ** 251n - MAX_STORAGE_ITEM_SIZE;
105
+
106
107
// Default Configuration
108
export const DEFAULT_CONFIG = {
0 commit comments