Skip to content

Commit

Permalink
Merge pull request #136 from ksridharbabuus/registry_v2
Browse files Browse the repository at this point in the history
Added support for Goerli Testnet
  • Loading branch information
ksridharbabuus authored Oct 12, 2022
2 parents b8c2bcd + d36f1c9 commit d5d44c0
Show file tree
Hide file tree
Showing 4 changed files with 16,740 additions and 586 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ Includes SingularityNET platform contracts, migrations, tests
### MultiPartyEscrow
* Contract which support payment channels in SingularityNet.

## Deployed Contracts on Goerli Testnet (npm version 1.0.2)
* Registry (Goerli) : [0x0DD7feC305f2374d7eed35d6d28134936c025A7A](https://goerli.etherscan.io/address/0x0DD7feC305f2374d7eed35d6d28134936c025A7A)
* Multi Party Escrow (Goerli) : [0x6245F856EFFBDB3ED6a3c64385b27A78B42F65e1](https://goerli.etherscan.io/address/0x6245F856EFFBDB3ED6a3c64385b27A78B42F65e1)
* AGI Token (Goerli) : [0xdd4292864063d0DA1F294AC65D74d55a44F4766C](https://goerli.etherscan.io/address/0xdd4292864063d0DA1F294AC65D74d55a44F4766C)


## Interfaces (npm version 1.0.1) - AGIX Compatible

Expand All @@ -36,7 +41,6 @@ Includes SingularityNET platform contracts, migrations, tests
* AGI Token (Ropsten) : [0xA1e841e8F770E5c9507E2f8cfd0aA6f73009715d](https://ropsten.etherscan.io/address/0xA1e841e8F770E5c9507E2f8cfd0aA6f73009715d)



## Interfaces (npm version 0.3.2) - AGI Compatible

| Name | InterfaceID ([ERC-165](https://eips.ethereum.org/EIPS/eip-165)) | Source Code |
Expand Down Expand Up @@ -77,6 +81,7 @@ Includes SingularityNET platform contracts, migrations, tests
* Registry (Ropsten) : [0x5156fde2ca71da4398f8c76763c41bc9633875e4](https://ropsten.etherscan.io/address/0x5156fde2ca71da4398f8c76763c41bc9633875e4)
* AGI Token (Ropsten) : [0xb97E9bBB6fd49865709d3F1576e8506ad640a13B](https://ropsten.etherscan.io/address/0xb97E9bBB6fd49865709d3F1576e8506ad640a13B)


## Requirements
* [Node.js](https://github.com/nodejs/node) (v10.11.0)
* [Npm](https://www.npmjs.com/package/npm) (6.4.1)
Expand Down
Loading

0 comments on commit d5d44c0

Please sign in to comment.