Skip to content

Commit dfcb3c8

Browse files
Replace alchemyapi.io with alchemy.com
1 parent 10c4273 commit dfcb3c8

File tree

5 files changed

+11
-12
lines changed

5 files changed

+11
-12
lines changed

allowance.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ <h4>What is a token allowance?</h4>
427427
<p> Powered by
428428
<a target="_blank" rel="noopener noreferrer" href="https://etherscan.io/">Etherscan</a>,
429429
<a target="_blank" rel="noopener noreferrer" href="https://infura.io/">Infura</a> and
430-
<a target="_blank" rel="noopener noreferrer" href="https://www.alchemyapi.io/">Alchemy</a>.
430+
<a target="_blank" rel="noopener noreferrer" href="https://www.alchemy.com/">Alchemy</a>.
431431
<br> Contact:
432432
<a target="_blank" rel="noopener noreferrer" href="https://github.com/DeltaBalances/DeltaBalances.github.io">GitHub</a> or
433433
<a target="_blank" rel="noopener noreferrer" href="https://reddit.com/u/deltabalances">Reddit</a>

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -615,7 +615,7 @@ <h2>Balances
615615
<p> Balances are powered by
616616
<a target="_blank" rel="noopener noreferrer" href="https://etherscan.io/">Etherscan</a>,
617617
<a target="_blank" rel="noopener noreferrer" href="https://infura.io/">Infura</a> and
618-
<a target="_blank" rel="noopener noreferrer" href="https://www.alchemyapi.io/">Alchemy</a>
618+
<a target="_blank" rel="noopener noreferrer" href="https://www.alchemy.com/">Alchemy</a>
619619
<br> Contact:
620620
<a target="_blank" rel="noopener noreferrer" href="https://github.com/DeltaBalances/DeltaBalances.github.io">GitHub</a> or
621621
<a target="_blank" rel="noopener noreferrer" href="https://reddit.com/u/deltabalances">Reddit</a>

js/build/bundle.modules.js

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6736,15 +6736,14 @@ var url_json_rpc_provider_1 = require("./url-json-rpc-provider");
67366736
// This key was provided to ethers.js by Alchemy to be used by the
67376737
// default provider, but it is recommended that for your own
67386738
// production environments, that you acquire your own API key at:
6739-
// https://dashboard.alchemyapi.io
6739+
// https://dashboard.alchemy.com
67406740
var defaultApiKey = "_gg7wSSi0KMBsdKnGVfHDueq6xMB9EkC";
67416741
var AlchemyWebSocketProvider = /** @class */ (function (_super) {
67426742
__extends(AlchemyWebSocketProvider, _super);
67436743
function AlchemyWebSocketProvider(network, apiKey) {
67446744
var _this = this;
67456745
var provider = new AlchemyProvider(network, apiKey);
6746-
var url = provider.connection.url.replace(/^http/i, "ws")
6747-
.replace(".alchemyapi.", ".ws.alchemyapi.");
6746+
var url = provider.connection.url.replace(/^http/i, "ws");
67486747
_this = _super.call(this, url, provider.network) || this;
67496748
properties_1.defineReadOnly(_this, "apiKey", provider.apiKey);
67506749
return _this;
@@ -6776,19 +6775,19 @@ var AlchemyProvider = /** @class */ (function (_super) {
67766775
var host = null;
67776776
switch (network.name) {
67786777
case "homestead":
6779-
host = "eth-mainnet.alchemyapi.io/v2/";
6778+
host = "eth-mainnet.g.alchemy.com/v2/";
67806779
break;
67816780
case "ropsten":
6782-
host = "eth-ropsten.alchemyapi.io/v2/";
6781+
host = "eth-ropsten.g.alchemy.com/v2/";
67836782
break;
67846783
case "rinkeby":
6785-
host = "eth-rinkeby.alchemyapi.io/v2/";
6784+
host = "eth-rinkeby.g.alchemy.com/v2/";
67866785
break;
67876786
case "goerli":
6788-
host = "eth-goerli.alchemyapi.io/v2/";
6787+
host = "eth-goerli.g.alchemy.com/v2/";
67896788
break;
67906789
case "kovan":
6791-
host = "eth-kovan.alchemyapi.io/v2/";
6790+
host = "eth-kovan.g.alchemy.com/v2/";
67926791
break;
67936792
default:
67946793
logger.throwArgumentError("unsupported network", "network", arguments[0]);

js/build/bundle.modules.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tx.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@ <h2>Output data </h2>
468468
<p> Tx details are powered by
469469
<a target="_blank" rel="noopener noreferrer" href="https://etherscan.io/">Etherscan</a>,
470470
<a target="_blank" rel="noopener noreferrer" href="https://infura.io/">Infura</a> and
471-
<a target="_blank" rel="noopener noreferrer" href="https://www.alchemyapi.io/">Alchemy</a>.
471+
<a target="_blank" rel="noopener noreferrer" href="https://www.alchemy.com/">Alchemy</a>.
472472
<br> Contact:
473473
<a target="_blank" rel="noopener noreferrer" href="https://github.com/DeltaBalances/DeltaBalances.github.io">GitHub</a> or
474474
<a target="_blank" rel="noopener noreferrer" href="https://reddit.com/u/deltabalances">Reddit</a>

0 commit comments

Comments
 (0)