You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current Database Resolver implementation only exposes the chain id as being mainnet, which causes the integration with Metamask to fail on the front end.
It should have the right chain id based on the networked it has been deployed to.
uint64private constant _CHAIN_ID =1;
The possible solution is to set the chain ID during the deployment and make it immutable.
The text was updated successfully, but these errors were encountered:
The current Database Resolver implementation only exposes the chain id as being mainnet, which causes the integration with Metamask to fail on the front end.
It should have the right chain id based on the networked it has been deployed to.
The possible solution is to set the chain ID during the deployment and make it immutable.
The text was updated successfully, but these errors were encountered: