Skip to content

Commit

Permalink
fix(constants): do not set env var for ant registry
Browse files Browse the repository at this point in the history
  • Loading branch information
atticusofsparta committed Aug 5, 2024
1 parent d0ca3c2 commit 9e61cc7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@ export const IO_TESTNET_PROCESS_ID =
'agYcCFJtrMG6cqMuZfskIkFTGvUPddICmtQSBIoPdiA';

// TODO: set ant registry ID with deployed contract
export const ANT_REGISTRY_ID =
process.env.ANT_REGISTRY_ID ?? 'i_le_yKKPVstLTDSmkHRqf-wYphMnwB9OhleiTgMkWc';
export const ANT_REGISTRY_ID = 'i_le_yKKPVstLTDSmkHRqf-wYphMnwB9OhleiTgMkWc';
export const MIO_PER_IO = 1_000_000;
export const AOS_MODULE_ID = 'cbn0KKrBZH7hdNkNokuXLtGryrWM--PjSTBqIzw9Kkk';
export const ANT_LUA_ID = 'Flwio4Lr08g6s6uim6lEJNnVGD9ylvz0_aafvpiL8FI';
Expand Down

0 comments on commit 9e61cc7

Please sign in to comment.