mirror of
https://github.com/Instadapp/dsa-connectors.git
synced 2024-07-29 22:37:00 +00:00
7 lines
249 B
TypeScript
7 lines
249 B
TypeScript
export const constants = {
|
|
address_zero: "0x0000000000000000000000000000000000000000",
|
|
eth_addr: "0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE",
|
|
max_value:
|
|
"115792089237316195423570985008687907853269984665640564039457584007913129639935",
|
|
};
|