In my project, I tried to connect with metamask on Ganache. But I got the error like the following.
```
{code: -32602, message: "Expected an array with at least one valid string H…url 'rpcUrls', Received:\nhttp://3.0.96.112:100002/", stack: '{\n "code": -32602,\n "message": "Expected an arra…gaeaoehlefnkodbefgpgknn/background-3.js:10:55314)'}
```
After querying, I believe that the rpc address should be in array format, but I have already done so,
```
rpcUrls: ['http://3.0.96.112:10002/'],
```
Please let me know how can fix it.