OpenZeppelin Defender Sentinel
I'm trying to set a sentinel alert for a simple ERC20 contract. after I set everything I click on create and get error
message: "Unknown network name undefined"
Environment
Using Defender V1 with google chrome
Details and Code to reproduce
I click on add first sentinel then:
- Sentinel Type: Contract
- Sentinel name: TestERC20
- Set the network to Sepolia (also tried with Görli).
- Add the information about the contract (address, abi)
- Set 1 block confirmation
- Click Next
- Transaction properties: empty
- Contract conditions: Events Transfer without condition (tried also with value > 10)
- Custom Condition: NONE
- Click Next
- Chose my Email for notification
- Don't change anything ( I tried also to manipulate the custom message)
- Click create
- Get Error: Unknown network name undefined
- In the logs i see notification Id: "9997262d-e893-4f60-85b4-e25caf4d9c49"
Thank you