4 lines
207 B
TypeScript
4 lines
207 B
TypeScript
export const constants = {
|
|
INITIAL_POOL_ID: "0x0000000000000000000000000000000100000000000000000000000000000000",
|
|
NIL_POOL_ID: "0x0000000000000000000000000000000000000000000000000000000000000000",
|
|
}; |