Warn on deprecated INFURA API Token; use Project ID instead (#462).
This commit is contained in:
parent
4a9373e773
commit
19587eea3f
@ -53,6 +53,7 @@ export class InfuraProvider extends JsonRpcProvider {
|
|||||||
|
|
||||||
// Legacy API Access Token
|
// Legacy API Access Token
|
||||||
} else {
|
} else {
|
||||||
|
errors.warn("The legacy INFURA apiAccesToken API is deprecated; please upgrade to a Project ID instead (see INFURA dshboard; https://infura.io)");
|
||||||
super('https://' + host + '/' + projectId, standard);
|
super('https://' + host + '/' + projectId, standard);
|
||||||
defineReadOnly(this, 'apiAccessToken', projectId);
|
defineReadOnly(this, 'apiAccessToken', projectId);
|
||||||
defineReadOnly(this, 'projectId', null);
|
defineReadOnly(this, 'projectId', null);
|
||||||
|
Loading…
Reference in New Issue
Block a user