1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-23 02:10:12 +01:00
metamask-extension/shared/modules
Elliot Winkler ae08035d5d
Convert shared/modules/network.utils to TS (#18352)
We want to convert NetworkController to TypeScript in order to be able
to compare differences in the controller between in this repo and the
core repo. To do this, however, we need to convert the dependencies of
the controller to TypeScript.

As a part of this effort, this commit converts
`shared/modules/network.utils.js` to TypeScript, and also adds tests.

Co-authored-by: Mark Stacey <markjstacey@gmail.com>
2023-03-31 10:52:56 -06:00
..
browser-runtime.utils.js
browser-runtime.utils.test.js
buffer-utils.js
buffer-utils.test.js
contract-utils.test.js
contract-utils.ts
conversion.utils.test.js
conversion.utils.ts
declare-modules.d.ts
error.test.ts
error.ts
fetch-with-timeout.test.ts
fetch-with-timeout.ts
gas.utils.js
gas.utils.test.js
hexstring-utils.test.js
hexstring-utils.ts
mv3.utils.js
network.utils.test.ts Convert shared/modules/network.utils to TS (#18352) 2023-03-31 10:52:56 -06:00
network.utils.ts Convert shared/modules/network.utils to TS (#18352) 2023-03-31 10:52:56 -06:00
Numeric.test.ts
Numeric.ts
object.utils.js
provider-injection.js
random-id.js
rpc.utils.js
siwe.js
string-utils.test.js
string-utils.ts
swaps.utils.js
transaction.utils.js
transaction.utils.test.js