mirror of
https://github.com/Instadapp/dsa-connectors-2.0.git
synced 2024-07-29 21:57:39 +00:00
7 lines
255 B
TypeScript
7 lines
255 B
TypeScript
|
export const constants = {
|
||
|
address_zero: "0x0000000000000000000000000000000000000000",
|
||
|
native_address: "0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE",
|
||
|
max_value:
|
||
|
"115792089237316195423570985008687907853269984665640564039457584007913129639935",
|
||
|
};
|