Skip to content

Commit

Permalink
Add Stride chain (#47)
Browse files Browse the repository at this point in the history
### Description

Added stride to hyperlane registry

#### Type: New Chain

#### Network(s): Stride

---------

Co-authored-by: J M Rossy <[email protected]>
  • Loading branch information
sampocs and jmrossy authored May 30, 2024
1 parent 28bd02d commit 725c795
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/bright-peaches-camp.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@hyperlane-xyz/registry": patch
---

Added Stride chain
4 changes: 4 additions & 0 deletions chains/stride/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
32 changes: 32 additions & 0 deletions chains/stride/metadata.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# yaml-language-server: $schema=../schema.json
bech32Prefix: stride
blockExplorers:
- apiUrl: https://www.mintscan.io/stride
family: other
name: Mintscan
url: https://www.mintscan.io/stride
blocks:
confirmations: 1
estimateBlockTime: 5
reorgPeriod: 1
chainId: stride-1
displayName: Stride
domainId: 745
gasCurrencyCoinGeckoId: stride
grpcUrls:
- http: stride-grpc.polkachu.com:12290
isTestnet: false
name: stride
nativeToken:
decimals: 6
denom: ustrd
name: Stride
symbol: STRD
protocol: cosmos
restUrls:
- http: https://stride-api.polkachu.com
rpcUrls:
- http: https://stride-rpc.polkachu.com
slip44: 118
transactionOverrides:
gasPrice: "0.0025"

0 comments on commit 725c795

Please sign in to comment.