-
Notifications
You must be signed in to change notification settings - Fork 124
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add lit chain - chronicle yellowstone (#512)
### Description Add Chronicle Yellowstone chain - not ready yet, need to get a few more items ### Backward compatibility Yes ### Testing No --------- Co-authored-by: Paul Balaji <[email protected]>
- Loading branch information
1 parent
b27f65c
commit c5ca52b
Showing
3 changed files
with
37 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@hyperlane-xyz/registry': minor | ||
--- | ||
|
||
Addng chronicleyellowstone chain metadata |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# yaml-language-server: $schema=../schema.json | ||
blockExplorers: | ||
- apiUrl: https://yellowstone-explorer.litprotocol.com/api | ||
family: blockscout | ||
name: Yellowstone Explorer | ||
url: https://yellowstone-explorer.litprotocol.com | ||
blocks: | ||
confirmations: 1 | ||
estimateBlockTime: 1 | ||
reorgPeriod: 0 | ||
chainId: 175188 | ||
deployer: | ||
name: Abacus Works | ||
url: https://www.hyperlane.xyz | ||
displayName: Chronicle Yellowstone | ||
domainId: 175188 | ||
index: | ||
from: 2339059 | ||
isTestnet: true | ||
name: chronicleyellowstone | ||
nativeToken: | ||
decimals: 18 | ||
name: Test LPX | ||
symbol: tstLPX | ||
protocol: ethereum | ||
rpcUrls: | ||
- http: https://yellowstone-rpc.litprotocol.com | ||
technicalStack: arbitrumnitro |