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
We use the infura node for ENS. But, currently, the infura API id is hard-coded and visible in https://github.com/everett-protocol/keplr-extension/blob/master/src/config.ts#L9. This is not preferred way even though there is no problem even if this id is disclosed publicly. So, we need to hide such an id by getting API id from the environment variable on building.
The text was updated successfully, but these errors were encountered:
#2
We use the infura node for ENS. But, currently, the infura API id is hard-coded and visible in https://github.com/everett-protocol/keplr-extension/blob/master/src/config.ts#L9. This is not preferred way even though there is no problem even if this id is disclosed publicly. So, we need to hide such an id by getting API id from the environment variable on building.
The text was updated successfully, but these errors were encountered: