Thanks @cryptokid yes this works⌠I add âmoralis:syncâ to my scripts in package.json . Any idea of how can I run the command where they ask me for API Key? to connect into hardhatâŚ
package.json
{
"name": "test",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"moralis:sync": "moralis-admin-cli connect-local-devchain --chain hardhat --moralisSubdomain ngznnjxxrunb.usemoralis.com --frpcPath ./frp/frpc"
},
"dependencies": {
"@walletconnect/web3-provider": "^1.7.8",
"@web3auth/web3auth": "^1.1.1",
"global": "^4.4.0",
"magic-sdk": "7.0.0",
"moralis": "^1.9.1",
"moralis-admin-cli": "^2.1.11",
"next": "12.2.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-moralis": "^1.4.0",
"web3uikit": "^0.1.170"
},
"devDependencies": {
"autoprefixer": "^10.4.7",
"eslint": "8.20.0",
"eslint-config-next": "12.2.3",
"postcss": "^8.4.14",
"tailwindcss": "^3.1.6"
}
}