Skip to content

Commit

Permalink
feat: add glacis docs
Browse files Browse the repository at this point in the history
  • Loading branch information
drewstone committed Dec 5, 2024
1 parent f65b397 commit 9763235
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 7 deletions.
3 changes: 2 additions & 1 deletion pages/resources/_meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@
"resources": "Resources and Tools",
"-- bridges": {
"type": "separator",
"title": "Bridges"
"title": "Bridges & Interoperability"
},
"bridge": "Tangle dApp Bridge",
"hyperlane": "Hyperlane",
"router": "Router",
"glacis": "Glacis",
"chainport": "Chainport",
"-- developer-tools": {
"type": "separator",
Expand Down
12 changes: 12 additions & 0 deletions pages/resources/glacis.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Glacis Deployments

[Glacis](https://glacislabs.com/) is a bridge-agnostic protocol that simplifies cross-chain operations by providing secure, reliable message passing and transaction execution across different blockchain networks. It features built-in security verification, intelligent routing, and flexible delivery guarantees.

## Core Contracts

Below are the core contract addresses for Glacis deployed on the Tangle mainnet. You can view each contract on our [Blockscout Mainnet Explorer](https://explorer.tangle.tools/).

| Contract | Address |
| ------------------------ | -------------------------------------------------------------------------------------------------------------------------------- |
| **Glacis Router** | [`0x68E70e39d4d6A072644E68106678971103A4E044`](https://explorer.tangle.tools/address/0x68E70e39d4d6A072644E68106678971103A4E044) |
| **Glacis Sample Client** | [`0xD2bE908f2e24C14Cd24b80A7A6d093Ee2a740A6A`](https://explorer.tangle.tools/address/0xD2bE908f2e24C14Cd24b80A7A6d093Ee2a740A6A) |
2 changes: 0 additions & 2 deletions pages/resources/hyperlane.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,3 @@ Below are the addresses for the various contracts deployed on the testnet for Hy
| **Static Message ID Weighted Multisig ISM Factory** | [`0x6245cdDe964B65d9ee2a40f802cBd88842205C61`](https://testnet-explorer.tangle.tools/address/0x6245cdDe964B65d9ee2a40f802cBd88842205C61) |
| **Test Recipient** | [`0x384d44f775A5f273d6c8e2A3740A8238598f1557`](https://testnet-explorer.tangle.tools/address/0x384d44f775A5f273d6c8e2A3740A8238598f1557) |
| **Validator Announce** | [`0x24F4d9fF532B05844e6c984107899d944812540B`](https://testnet-explorer.tangle.tools/address/0x24F4d9fF532B05844e6c984107899d944812540B) |

These addresses are essential for interacting with the Hyperlane protocol on the testnet. Ensure you have the correct permissions and configurations when deploying or interacting with these contracts.
2 changes: 0 additions & 2 deletions pages/resources/router.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,3 @@ Below are the token addresses supported on the Tangle mainnet for Router. You ca
| **USDC** | [`0x97eec1c29f745dc7c267f90292aa663d997a601d`](https://explorer.tangle.tools/address/0x97eec1c29f745dc7c267f90292aa663d997a601d) |
| **WETH** | [`0x01b4ce0d48ce91eb6bcaf5db33870c65d641b894`](https://explorer.tangle.tools/address/0x01b4ce0d48ce91eb6bcaf5db33870c65d641b894) |
| **AVAIL** | [`0xb8a09939F27908505C4241C3c251f3DA33a207A9`](https://explorer.tangle.tools/address/0xb8a09939F27908505C4241C3c251f3DA33a207A9) |

These token addresses are essential for interacting with the Router protocol on the mainnet. Ensure you have the correct permissions and configurations when deploying or interacting with these tokens.
2 changes: 0 additions & 2 deletions pages/resources/safe.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,3 @@ Below are the key contract deployments for Safe on the Tangle network. You can v
| ----------------------- | -------------------------------------------------------------------------------------------------------------------------------- |
| **Safe Implementation** | [`0xfb1bffC9d739B8D520DaF37dF666da4C687191EA`](https://explorer.tangle.tools/address/0xfb1bffC9d739B8D520DaF37dF666da4C687191EA) |
| **Proxy Factory** | [`0xC22834581EbC8527d974F8a1c97E1bEA4EF910BC`](https://explorer.tangle.tools/address/0xC22834581EbC8527d974F8a1c97E1bEA4EF910BC) |

These contract addresses are essential for interacting with Safe on Tangle. Ensure you understand the functionality and security implications when interacting with these contracts.

0 comments on commit 9763235

Please sign in to comment.