Skip to content

Commit

Permalink
changing the title
Browse files Browse the repository at this point in the history
adding contracts page

adding identity info
  • Loading branch information
cl-tim committed Jan 16, 2022
1 parent 563b0a5 commit a13d042
Show file tree
Hide file tree
Showing 13 changed files with 480 additions and 80 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"restructuredtext.confPath": "${workspaceFolder}\\docs\\source"
}
7 changes: 7 additions & 0 deletions docs/source/chains.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
======
Chains
======

.. autosummary::
:toctree: generated

8 changes: 4 additions & 4 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

# -- Project information

project = 'Lumache'
copyright = '2021, Graziella'
author = 'Graziella'
project = 'Signata'
copyright = '2021, Congruent Labs'
author = 'Congruent Labs'

release = '0.1'
version = '0.1.0'
version = '0.0.1'

# -- General configuration

Expand Down
97 changes: 97 additions & 0 deletions docs/source/contracts.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,97 @@
=========
Contracts
=========

.. autosummary::
:toctree: generated

This document details all contract addresses for deployed contracts on each network in the sections below.

Use the relevant block explorer for the network to examine the contract deployment details.

Testnet contracts are not yet listed here. Most test contracts will only be deployed on the Ethereum testnets.

.. note::

These contracts are still in development and may change at a later date. Use this site to check the latest
contract addresses for any integrations you are developing.

----------------
Ethereum Mainnet
----------------

+-------------------+------------------------------------------------+
| | Address |
+===================+================================================+
| SATA Token | ``0x3ebb4A4e91Ad83BE51F8d596533818b246F4bEe1`` |
+-------------------+------------------------------------------------+
| SignataIdentity | ``0x6B47e26A52a9B5B467b98142E382c081eA97B0fc`` |
+-------------------+------------------------------------------------+
| SignataRight | ``0x7c8890a02abd24ff00c4eb1425258ea4b611d300`` |
+-------------------+------------------------------------------------+
| Veriswap | ``TBC`` |
+-------------------+------------------------------------------------+
| Deployer | ``0x042fc4ea3f836e1ea5dc4fb70ec90ded51c09eca`` |
+-------------------+------------------------------------------------+
| Token Vault | ``0xc77aab3c6d7dab46248f3cc3033c856171878bd5`` |
+-------------------+------------------------------------------------+

---------------------------
Binance Smart Chain Mainnet
---------------------------

+-------------------+------------------------------------------------+
| | Address |
+===================+================================================+
| SATA Token | ``0x6b1C8765C7EFf0b60706b0ae489EB9bb9667465A`` |
+-------------------+------------------------------------------------+
| SignataIdentity | ``0x2EE533c160eB0488f2Db54DA4523b110E66a96Ff`` |
+-------------------+------------------------------------------------+
| SignataRight | ``0x55E9B159FF6E6cD9188Cc4394db3EC944d467B0d`` |
+-------------------+------------------------------------------------+
| Veriswap | ``TBC`` |
+-------------------+------------------------------------------------+
| Deployer | ``0xEAD57fE351280E7D905a5E21e9fd7d5bb0Ec97e7`` |
+-------------------+------------------------------------------------+
| Liquidity Vault | ``0x50e63fe25e8cf75c948a1ba26021ea0883cdc5b3`` |
+-------------------+------------------------------------------------+

-----------------
Avalanche C-Chain
-----------------

+-------------------+------------------------------------------------+
| | Address |
+===================+================================================+
| SATA Token | ``TBC`` |
+-------------------+------------------------------------------------+
| SignataIdentity | ``TBC`` |
+-------------------+------------------------------------------------+
| SignataRight | ``TBC`` |
+-------------------+------------------------------------------------+
| Veriswap | ``TBC`` |
+-------------------+------------------------------------------------+
| Deployer | ``TBC`` |
+-------------------+------------------------------------------------+
| Liquidity Vault | ``TBC`` |
+-------------------+------------------------------------------------+

------------
LGCY Network
------------

+-------------------+------------------------------------------------+
| | Address |
+===================+================================================+
| SATA Token | ``TBC`` |
+-------------------+------------------------------------------------+
| SignataIdentity | ``TBC`` |
+-------------------+------------------------------------------------+
| SignataRight | ``TBC`` |
+-------------------+------------------------------------------------+
| Veriswap | ``TBC`` |
+-------------------+------------------------------------------------+
| Deployer | ``TBC`` |
+-------------------+------------------------------------------------+
| Liquidity Vault | ``TBC`` |
+-------------------+------------------------------------------------+
4 changes: 2 additions & 2 deletions docs/source/api.rst → docs/source/dao.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
API
===
DAO
===

.. autosummary::
:toctree: generated

lumache

0 comments on commit a13d042

Please sign in to comment.