Skip to content

Commit

Permalink
add descriptions for polytene
Browse files Browse the repository at this point in the history
  • Loading branch information
probablyangg committed Dec 20, 2024
1 parent 3b27dfc commit dd2d619
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down
6 changes: 3 additions & 3 deletions contracts.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[
{
"name": "Polytone Proxy",
"description": "Polytone Proxy",
"description": "ICA Proxy, allows controlled execution of messages.",
"code_id": "2",
"hash": "54E909B7F9AB191A0A0DB2040E09C8CFAB45DB75CA22852098531EC301878FC2",
"release": {
Expand All @@ -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": {
Expand All @@ -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": {
Expand Down

0 comments on commit dd2d619

Please sign in to comment.