Skip to content

Commit b7815d3

Browse files
authored
Merge pull request #5 from tellor-io/updates
version update
2 parents 9a002c7 + 2ee8a18 commit b7815d3

File tree

2 files changed

+21
-4
lines changed

2 files changed

+21
-4
lines changed

README.md

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,31 @@ contract PriceContract {
3232
```
3333

3434
### Addresses:
35-
Find Tellor contract addresses [here](https://docs.tellor.io/layer-docs/using-tellor-data/integrating-tellor-data).
35+
Find Tellor contract addresses [here](https://docs.tellor.io/layer-docs/using-tellor-data/integrating-tellor-data#contract-addresses).
3636

3737
## Testing
3838
Open a git bash terminal and run this code:
3939

4040
```bash
4141
git clone https://github.com/tellor-io/UsingTellorLayer.git
42-
cd YoloTellorUser
42+
cd UsingTellorLayer
4343
npm i
4444
npx hardhat test
45-
```
45+
```
46+
47+
## Secure Integrations
48+
49+
For secure integrations, refer to the [tellor docs](https://docs.tellor.io/layer-docs/using-tellor-data/integrating-tellor-data#contract-addresses). Also, see example integrations in the [SampleLayerUser repo](https://github.com/tellor-io/SampleLayerUser).
50+
51+
## Maintainers
52+
@themandalore
53+
@brendaloya
54+
55+
## How to Contribute
56+
Check out our issues log here on Github out in our [Discord](https://discord.gg/teAMSZAfJZ)
57+
58+
## Contributors
59+
This repository is maintained by the Tellor team - www.tellor.io
60+
61+
## Copyright
62+
Tellor Inc. 2025

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "usingtellorlayer",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "",
55
"main": "hardhat.config.js",
66
"directories": {

0 commit comments

Comments
 (0)