From 976323525adaed8a62a51dbb29a02795105fe9da Mon Sep 17 00:00:00 2001 From: Drew Stone Date: Thu, 5 Dec 2024 09:44:47 -0700 Subject: [PATCH] feat: add glacis docs --- pages/resources/_meta.json | 3 ++- pages/resources/glacis.mdx | 12 ++++++++++++ pages/resources/hyperlane.mdx | 2 -- pages/resources/router.mdx | 2 -- pages/resources/safe.mdx | 2 -- 5 files changed, 14 insertions(+), 7 deletions(-) create mode 100644 pages/resources/glacis.mdx diff --git a/pages/resources/_meta.json b/pages/resources/_meta.json index 94ff368..f23d6f6 100644 --- a/pages/resources/_meta.json +++ b/pages/resources/_meta.json @@ -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", diff --git a/pages/resources/glacis.mdx b/pages/resources/glacis.mdx new file mode 100644 index 0000000..b4991ff --- /dev/null +++ b/pages/resources/glacis.mdx @@ -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) | diff --git a/pages/resources/hyperlane.mdx b/pages/resources/hyperlane.mdx index db07db5..001d0f8 100644 --- a/pages/resources/hyperlane.mdx +++ b/pages/resources/hyperlane.mdx @@ -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. diff --git a/pages/resources/router.mdx b/pages/resources/router.mdx index 28455bc..3b719fa 100644 --- a/pages/resources/router.mdx +++ b/pages/resources/router.mdx @@ -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. diff --git a/pages/resources/safe.mdx b/pages/resources/safe.mdx index 3252ec2..32188c7 100644 --- a/pages/resources/safe.mdx +++ b/pages/resources/safe.mdx @@ -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.