@toruslabs/ethereum-controllers 5.5.6 → 5.5.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -855,7 +855,7 @@ const SUPPORTED_NETWORKS = {
|
|
|
855
855
|
[POLYGON_AMOY_CHAIN_ID]: {
|
|
856
856
|
chainNamespace: base_controllers_namespaceObject.CHAIN_NAMESPACES.EIP155,
|
|
857
857
|
decimals: 18,
|
|
858
|
-
blockExplorerUrl: "https://
|
|
858
|
+
blockExplorerUrl: "https://amoy.polygonscan.com",
|
|
859
859
|
chainId: POLYGON_AMOY_CHAIN_ID,
|
|
860
860
|
displayName: "Polygon Amoy",
|
|
861
861
|
logo: "polygon.svg",
|
|
@@ -664,7 +664,7 @@ const SUPPORTED_NETWORKS = {
|
|
|
664
664
|
[POLYGON_AMOY_CHAIN_ID]: {
|
|
665
665
|
chainNamespace: CHAIN_NAMESPACES.EIP155,
|
|
666
666
|
decimals: 18,
|
|
667
|
-
blockExplorerUrl: "https://
|
|
667
|
+
blockExplorerUrl: "https://amoy.polygonscan.com",
|
|
668
668
|
chainId: POLYGON_AMOY_CHAIN_ID,
|
|
669
669
|
displayName: "Polygon Amoy",
|
|
670
670
|
logo: "polygon.svg",
|