Skip to content

Commit

Permalink
adding identity info
Browse files Browse the repository at this point in the history
  • Loading branch information
cl-tim committed Dec 30, 2021
1 parent fad8b4a commit 0514f3c
Show file tree
Hide file tree
Showing 11 changed files with 376 additions and 43 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"
}
4 changes: 2 additions & 2 deletions docs/source/chains.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
======
Chains
=====
======

.. autosummary::
:toctree: generated

lumache
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
author = 'Congruent Labs'

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

# -- General configuration

Expand Down
28 changes: 22 additions & 6 deletions docs/source/contracts.rst
Original file line number Diff line number Diff line change
@@ -1,11 +1,24 @@
=========
Contracts
=========

.. autosummary::
:toctree: generated

Ethereum
--------
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 |
Expand All @@ -23,8 +36,9 @@ Ethereum
| Token Vault | ``0xc77aab3c6d7dab46248f3cc3033c856171878bd5`` |
+-------------------+------------------------------------------------+

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

+-------------------+------------------------------------------------+
| | Address |
Expand All @@ -42,8 +56,9 @@ Binance Smart Chain
| Liquidity Vault | ``0x50e63fe25e8cf75c948a1ba26021ea0883cdc5b3`` |
+-------------------+------------------------------------------------+

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

+-------------------+------------------------------------------------+
| | Address |
Expand All @@ -61,8 +76,9 @@ Avalanche C-Chain
| Liquidity Vault | ``TBC`` |
+-------------------+------------------------------------------------+

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

+-------------------+------------------------------------------------+
| | Address |
Expand Down
4 changes: 2 additions & 2 deletions docs/source/dao.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
===
DAO
=====
===

.. autosummary::
:toctree: generated

lumache

0 comments on commit 0514f3c

Please sign in to comment.