Sentinel Creation Error

I was trying to create a new sentinel. But the page is frozen without any contact after first page.
:computer: Environment

:memo:Details

The page was frozen without providing contents after I put the contract address, ABI, # of block confirmation. The error message is following

getConditionSets.ts:14 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'map')
at t.default (getConditionSets.ts:14:21)
at Object.XC.e.$$.update (SentinelCreateConditions.svelte:27:33)
at st (index.mjs:1496:8)
at new ZC (bundle.e20b61d4bbe161165c20.js:1:1585396)
at Array.xT (bundle.e20b61d4bbe161165c20.js:1:1606443)
at Object.p (bundle.e20b61d4bbe161165c20.js:1:1613273)
at De (index.mjs:764:36)
at Ie (index.mjs:732:13)

:1234: Code to reproduce

I wanted to make a sentinel to 0x75bA735DC95708Fb7315b557F181223aAc0438c0.

Hi @Andy_Kang

Thank you for reporting this issue.
I'm currently unable to reproduce the error, however I'm looking into the problem.
Meanwhile, to unblock you, could you try the following:

  1. Refresh the page
  2. Make sure you select the right network (in your case I believe its Rinkeby?)
  3. Enter the contract address you wish to monitor

The ABI should be detected automatically since your contract is verified (on Rinkeby), this might take a few seconds.

Let me know if that works for you?