From 9e88ef4bd83f43effe232e9928b73f776a6c83c8 Mon Sep 17 00:00:00 2001 From: Jehan Date: Fri, 25 Oct 2024 15:00:22 -0700 Subject: [PATCH 1/2] Create forge.json This adds the forge.json file which ensures that Stride's Forge page is displayed correctly --- forge.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 forge.json diff --git a/forge.json b/forge.json new file mode 100644 index 0000000000..c6881fa121 --- /dev/null +++ b/forge.json @@ -0,0 +1,21 @@ +{ + "display": { + "name": "Stride", + "description": "Stride is a layer one blockchain built with the CosmosSDK and connected with many other chains via the inter-blockchain communication protocol (IBC). \n Stride is purpose-built for a single function: cross-chain liquid staking. Stride is the leading liquid staking protocol for Celestia, Osmosis, dYdX, Cosmos Hub, and 10+ other blockchains. Liquid staking provides a simple way to earn staking rewards on your tokens while allowing you to use them in DeFi. \n In addition to providing liquid staking, Stride is also a bridging hub for the Celestia rollup ecosystem. TIA can't be bridged from Celestia directly to rollups, so it's bridged through Stride instead, using Stride's Hyperlane bridge deployment. This connects the Celestia rollup ecosystem, making any two rollups just one hop apart.", + "links": { + "discord": "https://discord.com/invite/stride-zone", + "email": "support@stride.zone", + "github": "https://github.com/Stride-Labs", + "telegram": "https://t.me/myspace", + "twitter": "https://x.com/stride_zone", + "website": "https://www.stride.zone/", + "whitepaper": "https://docs.stride.zone/" + }, + "widget": { + "title": "Liquid stake with Stride", + "description": "Liquid stake your ATOM, TIA, OSMO, DYDX, and more on Stride today.", + "buttonText": "Liquid stake", + "buttonUrl": "https://app.stride.zone/" + } + } +} From ac867da77adf5cad650cb38bfeb15adcad73278f Mon Sep 17 00:00:00 2001 From: Jehan Date: Fri, 25 Oct 2024 15:03:36 -0700 Subject: [PATCH 2/2] Update forge.json Add logo --- forge.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/forge.json b/forge.json index c6881fa121..87f3556841 100644 --- a/forge.json +++ b/forge.json @@ -9,7 +9,8 @@ "telegram": "https://t.me/myspace", "twitter": "https://x.com/stride_zone", "website": "https://www.stride.zone/", - "whitepaper": "https://docs.stride.zone/" + "whitepaper": "https://docs.stride.zone/", + "logo": "https://avatars.githubusercontent.com/u/104537275?s=200&v=4" }, "widget": { "title": "Liquid stake with Stride",