How do I connect to IELE Testnet?

Hi, I’m watching this video:

and when I run:

./mallet iele

I’m getting the following error:

Error: Invalid value 'false' for option --datadir.
Type mallet --help for help.

Does anybody know how to connect to IELE?

Thanks in advance,

Matías

Does it work if you specify the data dir and the address: (this brings me in the Mallet shell)

./mallet -d . http://127.0.0.1:8546

I can confirm your problem with:

./mallet iele

I throws the same error for me.

EDIT: IELE is not ready yet, only KEVM.

1 Like

Is Mallet working I have tried with both iele and kevm ?