From dd2d619eba92fa893a48a3e4a7a9612cd14f32ee Mon Sep 17 00:00:00 2001 From: Angela Gilhotra Date: Fri, 20 Dec 2024 07:23:15 -0800 Subject: [PATCH] add descriptions for polytene --- README.md | 6 +++--- contracts.json | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index e57d2e2..2726061 100644 --- a/README.md +++ b/README.md @@ -20,9 +20,9 @@ docker run --rm -v "$(pwd)":/code \ ## Deployed Contracts | Name | Description | Release | Author | Code ID | Hash | Governance Proposal | |:-----|:------------|:--------|:-------|:--------|:-----|:-------------------| -| Polytone Proxy | Polytone Proxy | [v1.1.0](https://github.com/DA0-DA0/polytone/releases/tag/v1.1.0) | [DAO DAO](https://daodao.zone/) | `2` | `54E909B7F9AB191A0A0DB2040E09C8CFAB45DB75CA22852098531EC301878FC2` | Genesis | -| Polytone Voice | Polytone Voice | [v1.1.0](https://github.com/DA0-DA0/polytone/releases/tag/v1.1.0) | [DAO DAO](https://daodao.zone/) | `3` | `3AA8F962BADEB899DB4BC6E5931C852473B5719DBA5AFF5DC26C66CDE1ED250E` | Genesis | -| Polytone Note | Polytone Note | [v1.1.0](https://github.com/DA0-DA0/polytone/releases/tag/v1.1.0) | [DAO DAO](https://daodao.zone/) | `4` | `CD13C487B820CE79BC7932F41497274635477845C2DCAF5CD4B06332175F53EC` | Genesis | +| Polytone Proxy | ICA Proxy, allows controlled execution of messages. | [v1.1.0](https://github.com/DA0-DA0/polytone/releases/tag/v1.1.0) | [DAO DAO](https://daodao.zone/) | `2` | `54E909B7F9AB191A0A0DB2040E09C8CFAB45DB75CA22852098531EC301878FC2` | Genesis | +| Polytone Voice | Receiver of messages over IBC, executes on the destination chain. Maintains access control through the proxy (see above). | [v1.1.0](https://github.com/DA0-DA0/polytone/releases/tag/v1.1.0) | [DAO DAO](https://daodao.zone/) | `3` | `3AA8F962BADEB899DB4BC6E5931C852473B5719DBA5AFF5DC26C66CDE1ED250E` | Genesis | +| Polytone Note | Sends messages to be executed on other chains over IBC. Handles channel management and packet routing. | [v1.1.0](https://github.com/DA0-DA0/polytone/releases/tag/v1.1.0) | [DAO DAO](https://daodao.zone/) | `4` | `CD13C487B820CE79BC7932F41497274635477845C2DCAF5CD4B06332175F53EC` | Genesis | | MetaAccount | Xion's MetaAccount implementation | [pr40](https://github.com/burnt-labs/contracts/pull/40) | [Burnt Labs](https://burnt.com) | `5` | `FEFA4D0C57F6CA47A5D89C6F077A176D26027DB4EEFA758A929DD4C4AAF17D1B` | Genesis | | cw1 Subkeys | cw1 Subkeys | [v2.0.0](https://github.com/CosmWasm/cw-plus/releases/tag/v2.0.0) | [CosmWasm](https://cosmwasm.com/) | `6` | `0DEE80010FB15A7A03FC1153389DC1EEC36482B8D872B0640B8762C14E5C3CF8` | Genesis | | cw1 Whitelist | cw1 Whitelist | [v2.0.0](https://github.com/CosmWasm/cw-plus/releases/tag/v2.0.0) | [CosmWasm](https://cosmwasm.com/) | `7` | `86C0008909BEB14147FA99F66CA1AFB674FDCD737CCAD89C47EA2C95966F747E` | Genesis | diff --git a/contracts.json b/contracts.json index 433997e..a312f7c 100644 --- a/contracts.json +++ b/contracts.json @@ -1,7 +1,7 @@ [ { "name": "Polytone Proxy", - "description": "Polytone Proxy", + "description": "ICA Proxy, allows controlled execution of messages.", "code_id": "2", "hash": "54E909B7F9AB191A0A0DB2040E09C8CFAB45DB75CA22852098531EC301878FC2", "release": { @@ -17,7 +17,7 @@ }, { "name": "Polytone Voice", - "description": "Polytone Voice", + "description": "Receiver of messages over IBC, executes on the destination chain. Maintains access control through the proxy (see above).", "code_id": "3", "hash": "3AA8F962BADEB899DB4BC6E5931C852473B5719DBA5AFF5DC26C66CDE1ED250E", "release": { @@ -33,7 +33,7 @@ }, { "name": "Polytone Note", - "description": "Polytone Note", + "description": "Sends messages to be executed on other chains over IBC. Handles channel management and packet routing.", "code_id": "4", "hash": "CD13C487B820CE79BC7932F41497274635477845C2DCAF5CD4B06332175F53EC", "release": {