@metamask-previews/controller-utils
Advanced tools
Comparing version 5.0.2-preview.26b130a to 5.0.2-preview.72e94e9
@@ -59,3 +59,3 @@ import { NetworksTicker, ChainId, BuiltInNetworkName } from './types'; | ||
readonly chainId: "0xe704"; | ||
readonly ticker: typeof NetworksTicker["linea-goerli"]; | ||
readonly ticker: (typeof NetworksTicker)["linea-goerli"]; | ||
readonly rpcPrefs: { | ||
@@ -75,2 +75,3 @@ readonly blockExplorerUrl: "https://goerli.lineascan.build"; | ||
readonly blockExplorerUrl: undefined; | ||
readonly ticker: undefined; | ||
readonly rpcPrefs: undefined; | ||
@@ -77,0 +78,0 @@ }; |
@@ -84,2 +84,3 @@ "use strict"; | ||
blockExplorerUrl: undefined, | ||
ticker: undefined, | ||
rpcPrefs: undefined, | ||
@@ -86,0 +87,0 @@ }, |
{ | ||
"name": "@metamask-previews/controller-utils", | ||
"version": "5.0.2-preview.26b130a", | ||
"version": "5.0.2-preview.72e94e9", | ||
"description": "Data and convenience functions shared by multiple packages", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
111796
1308