Skip to content

Commit

Permalink
feat(core): Smoothly handle blockexplorer outages on the website
Browse files Browse the repository at this point in the history
  • Loading branch information
RPate97 committed Mar 4, 2024
1 parent c67f6be commit 91d1293
Show file tree
Hide file tree
Showing 12 changed files with 624 additions and 349 deletions.
7 changes: 7 additions & 0 deletions .changeset/itchy-hornets-marry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
'@sphinx-labs/contracts': patch
'@sphinx-labs/plugins': patch
'@sphinx-labs/core': patch
---

Add support for multiple block explorer configurations on each network
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Deployments with Sphinx are a three-step process:

* **Gasless Deployments**: You don't need to worry about securing a funded private key or getting native gas tokens on any chain. We'll bill you in fiat after your deployment is finished. Deployments on testnets are completely free.

* **One-Click Multichain Deployments**: Approve deployments across dozens of networks by signing a single meta transaction. Sphinx's backend will deploy on each network in parallel and verify your smart contracts on Etherscan.
* **One-Click Multichain Deployments**: Approve deployments across dozens of networks by signing a single meta transaction. Sphinx's backend will deploy on each network in parallel and verify your smart contracts on block explorers.

* **Deployments in CI**: Eliminate human error and improve security by gaslessly triggering deployments from your CI process. You can always propose from your local machine if you'd prefer.

Expand Down
Loading

0 comments on commit 91d1293

Please sign in to comment.