Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SC-1097] getEthPrice #135

Merged
merged 5 commits into from
Apr 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ This repository is a comprehensive toolkit designed to streamline and optimize t

## Features

- **[Development and Testing](https://github.com/1inch/solidity-utils/docs/js/modules/src.md)**: The tools and utilities provided in this section are designed to aid in the development and testing of smart contracts. They help avoid the duplication of helper methods across different repositories by centralizing commonly used functions and scripts. This not only streamlines the development process but also ensures that the latest versions of these helpers are readily available and consistently used throughout your projects. Leveraging these utilities can significantly enhance efficiency and maintainability of your smart contract code.
- **[Development and Testing](https://github.com/1inch/solidity-utils/blob/master/docs/js/modules/src.md)**: The tools and utilities provided in this section are designed to aid in the development and testing of smart contracts. They help avoid the duplication of helper methods across different repositories by centralizing commonly used functions and scripts. This not only streamlines the development process but also ensures that the latest versions of these helpers are readily available and consistently used throughout your projects. Leveraging these utilities can significantly enhance efficiency and maintainability of your smart contract code.

- **[Documentation and Utilities](https://github.com/1inch/solidity-utils/utils/README.md)**: A suite of functionalities for generating documentation and additional utilities to enhance development workflow.
- **[Documentation and Utilities](https://github.com/1inch/solidity-utils/blob/master/utils/README.md)**: A suite of functionalities for generating documentation and additional utilities to enhance development workflow.

- **[Configuration and Management](https://github.com/1inch/solidity-utils/docs/js/modules/hardhat_setup.md)**: Tools for setting up Hardhat network configurations and managing project settings efficiently.
- **[Configuration and Management](https://github.com/1inch/solidity-utils/blob/master/docs/js/modules/hardhat_setup.md)**: Tools for setting up Hardhat network configurations and managing project settings efficiently.

- **[Solidity Contracts and Libraries](https://github.com/1inch/solidity-utils/docs/contracts/SUMMARY.md)**: Frequently used smart contracts, libraries, and interfaces aimed at providing reusable code for common use cases, alongside optimizations to improve contract efficiency.
- **[Solidity Contracts and Libraries](https://github.com/1inch/solidity-utils/blob/master/docs/contracts/SUMMARY.md)**: Frequently used smart contracts, libraries, and interfaces aimed at providing reusable code for common use cases, alongside optimizations to improve contract efficiency.

## Contributing

Expand Down
8 changes: 4 additions & 4 deletions docs/js/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ This repository is a comprehensive toolkit designed to streamline and optimize t

## Features

- **[Development and Testing](https://github.com/1inch/solidity-utils/docs/js/modules/src.md)**: The tools and utilities provided in this section are designed to aid in the development and testing of smart contracts. They help avoid the duplication of helper methods across different repositories by centralizing commonly used functions and scripts. This not only streamlines the development process but also ensures that the latest versions of these helpers are readily available and consistently used throughout your projects. Leveraging these utilities can significantly enhance efficiency and maintainability of your smart contract code.
- **[Development and Testing](https://github.com/1inch/solidity-utils/blob/master/docs/js/modules/src.md)**: The tools and utilities provided in this section are designed to aid in the development and testing of smart contracts. They help avoid the duplication of helper methods across different repositories by centralizing commonly used functions and scripts. This not only streamlines the development process but also ensures that the latest versions of these helpers are readily available and consistently used throughout your projects. Leveraging these utilities can significantly enhance efficiency and maintainability of your smart contract code.

- **[Documentation and Utilities](https://github.com/1inch/solidity-utils/utils/README.md)**: A suite of functionalities for generating documentation and additional utilities to enhance development workflow.
- **[Documentation and Utilities](https://github.com/1inch/solidity-utils/blob/master/utils/README.md)**: A suite of functionalities for generating documentation and additional utilities to enhance development workflow.

- **[Configuration and Management](https://github.com/1inch/solidity-utils/docs/js/modules/hardhat_setup.md)**: Tools for setting up Hardhat network configurations and managing project settings efficiently.
- **[Configuration and Management](https://github.com/1inch/solidity-utils/blob/master/docs/js/modules/hardhat_setup.md)**: Tools for setting up Hardhat network configurations and managing project settings efficiently.

- **[Solidity Contracts and Libraries](https://github.com/1inch/solidity-utils/docs/contracts/SUMMARY.md)**: Frequently used smart contracts, libraries, and interfaces aimed at providing reusable code for common use cases, alongside optimizations to improve contract efficiency.
- **[Solidity Contracts and Libraries](https://github.com/1inch/solidity-utils/blob/master/docs/contracts/SUMMARY.md)**: Frequently used smart contracts, libraries, and interfaces aimed at providing reusable code for common use cases, alongside optimizations to improve contract efficiency.

## Contributing

Expand Down
14 changes: 7 additions & 7 deletions docs/js/classes/hardhat_setup.Networks.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ See the [README](https://github.com/1inch/solidity-utils/tree/master/hardhat-set

#### Defined in

[hardhat-setup/networks.ts:67](https://github.com/1inch/solidity-utils/blob/f6fed0e/hardhat-setup/networks.ts#L67)
[hardhat-setup/networks.ts:67](https://github.com/1inch/solidity-utils/blob/a4f31a6/hardhat-setup/networks.ts#L67)

## Properties

Expand All @@ -57,7 +57,7 @@ See the [README](https://github.com/1inch/solidity-utils/tree/master/hardhat-set

#### Defined in

[hardhat-setup/networks.ts:65](https://github.com/1inch/solidity-utils/blob/f6fed0e/hardhat-setup/networks.ts#L65)
[hardhat-setup/networks.ts:65](https://github.com/1inch/solidity-utils/blob/a4f31a6/hardhat-setup/networks.ts#L65)

___

Expand All @@ -67,7 +67,7 @@ ___

#### Defined in

[hardhat-setup/networks.ts:64](https://github.com/1inch/solidity-utils/blob/f6fed0e/hardhat-setup/networks.ts#L64)
[hardhat-setup/networks.ts:64](https://github.com/1inch/solidity-utils/blob/a4f31a6/hardhat-setup/networks.ts#L64)

## Methods

Expand All @@ -93,7 +93,7 @@ ___

#### Defined in

[hardhat-setup/networks.ts:88](https://github.com/1inch/solidity-utils/blob/f6fed0e/hardhat-setup/networks.ts#L88)
[hardhat-setup/networks.ts:88](https://github.com/1inch/solidity-utils/blob/a4f31a6/hardhat-setup/networks.ts#L88)

___

Expand All @@ -112,7 +112,7 @@ ___

#### Defined in

[hardhat-setup/networks.ts:131](https://github.com/1inch/solidity-utils/blob/f6fed0e/hardhat-setup/networks.ts#L131)
[hardhat-setup/networks.ts:131](https://github.com/1inch/solidity-utils/blob/a4f31a6/hardhat-setup/networks.ts#L131)

___

Expand All @@ -139,7 +139,7 @@ ___

#### Defined in

[hardhat-setup/networks.ts:105](https://github.com/1inch/solidity-utils/blob/f6fed0e/hardhat-setup/networks.ts#L105)
[hardhat-setup/networks.ts:105](https://github.com/1inch/solidity-utils/blob/a4f31a6/hardhat-setup/networks.ts#L105)

___

Expand All @@ -165,4 +165,4 @@ ___

#### Defined in

[hardhat-setup/networks.ts:112](https://github.com/1inch/solidity-utils/blob/f6fed0e/hardhat-setup/networks.ts#L112)
[hardhat-setup/networks.ts:112](https://github.com/1inch/solidity-utils/blob/a4f31a6/hardhat-setup/networks.ts#L112)
6 changes: 3 additions & 3 deletions docs/js/modules/hardhat_setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ A helper method to get the network name from the command line arguments.

#### Defined in

[hardhat-setup/networks.ts:13](https://github.com/1inch/solidity-utils/blob/f6fed0e/hardhat-setup/networks.ts#L13)
[hardhat-setup/networks.ts:13](https://github.com/1inch/solidity-utils/blob/a4f31a6/hardhat-setup/networks.ts#L13)

___

Expand Down Expand Up @@ -63,7 +63,7 @@ A helper method to parse RPC configuration strings. Checks that the string is in

#### Defined in

[hardhat-setup/networks.ts:24](https://github.com/1inch/solidity-utils/blob/f6fed0e/hardhat-setup/networks.ts#L24)
[hardhat-setup/networks.ts:24](https://github.com/1inch/solidity-utils/blob/a4f31a6/hardhat-setup/networks.ts#L24)

___

Expand All @@ -88,4 +88,4 @@ A helper method to reset the Hardhat network to the local network or to a fork.

#### Defined in

[hardhat-setup/networks.ts:38](https://github.com/1inch/solidity-utils/blob/f6fed0e/hardhat-setup/networks.ts#L38)
[hardhat-setup/networks.ts:38](https://github.com/1inch/solidity-utils/blob/a4f31a6/hardhat-setup/networks.ts#L38)
Loading
Loading