Skip to content

Commit

Permalink
Add forge.json file to display Stride's Forge (ICS directory) page co…
Browse files Browse the repository at this point in the history
…rrectly (#1301)

Closes: #XXX

## Context and purpose of the change




## Brief Changelog




## Author's Checklist

I have...

- [ ] Run and PASSED locally all GAIA integration tests
- [ ] If the change is contentful, I either:
    - [ ] Added a new unit test OR 
    - [ ] Added test cases to existing unit tests
- [ ] OR this change is a trivial rework / code cleanup without any test coverage

If skipped any of the tests above, explain.


## Reviewers Checklist

*All items are required. Please add a note if the item is not applicable and please add
your handle next to the items reviewed if you only reviewed selected items.*

I have...

- [ ] reviewed state machine logic
- [ ] reviewed API design and naming
- [ ] manually tested (if applicable)
- [ ] confirmed the author wrote unit tests for new logic
- [ ] reviewed documentation exists and is accurate


## Documentation and Release Note

  - [ ] Does this pull request introduce a new feature or user-facing behavior changes? 
  - [ ] Is a relevant changelog entry added to the `Unreleased` section in `CHANGELOG.md`?
  - [ ] This pull request updates existing proto field values (and require a backend and frontend migration)? 
  - [ ] Does this pull request change existing proto field names (and require a frontend migration)?
  How is the feature or change documented? 
      - [ ] not applicable
      - [ ] jira ticket `XXX` 
      - [ ] specification (`x/<module>/spec/`) 
      - [ ] README.md 
      - [ ] not documented
  • Loading branch information
jtremback authored Oct 25, 2024
1 parent 226a78c commit cb738f6
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions forge.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"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": "[email protected]",
"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/",
"logo": "https://avatars.githubusercontent.com/u/104537275?s=200&v=4"
},
"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/"
}
}
}

0 comments on commit cb738f6

Please sign in to comment.