Skip to content
This repository was archived by the owner on Oct 1, 2025. It is now read-only.

Commit 597a9d6

Browse files
authored
fix: replace ropsten with goerli (#130)
1 parent dc5f26f commit 597a9d6

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
The [Token Registry](https://github.com/Open-Attestation/token-registry) repository contains both the smart contract code for token registry (in `/contracts`) as well as the node package for using this library (in `/src`).
77

88
> 🧪 **Join the Beta!**
9-
>
10-
>If you are interested in using and helping us at testing the new features of transferable records, please consider trying out our [beta](https://github.com/Open-Attestation/token-registry/tree/beta) branch. We'd love to hear your feedback!😊
9+
>
10+
> If you are interested in using and helping us at testing the new features of transferable records, please consider trying out our [beta](https://github.com/Open-Attestation/token-registry/tree/beta) branch. We'd love to hear your feedback!😊
1111
1212
## Installation
1313

@@ -85,7 +85,7 @@ import { Wallet, providers, getDefaultProvider } from "ethers";
8585

8686
// Providers
8787
const mainnetProvider = getDefaultProvider();
88-
const ropstenProvider = getDefaultProvider("ropsten");
88+
const goerliProvider = getDefaultProvider("goerli");
8989
const metamaskProvider = new providers.Web3Provider(web3.currentProvider); // Will change network automatically
9090

9191
// Signer
@@ -112,4 +112,5 @@ This repository's development framework uses [HardHat](https://hardhat.org/getti
112112
Tests are run using `npm run test`, more development tasks can be found in the package.json scripts.
113113

114114
## Notes
115-
* The contracts have not gone through formal audits yet. Please use them at your own discretion.
115+
116+
- The contracts have not gone through formal audits yet. Please use them at your own discretion.

0 commit comments

Comments
 (0)