You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: starknet/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Hyperlane Starknet Core
2
2
3
-
The Hyperlane Starknet Core package provides TypeScript tooling for interacting with Hyperlane's Cairo contracts on Starknet. It includes TypeScript artifacts autogenerated from Cairo contracts developed by [Astraly Labs](https://github.com/astraly-labs/hyperlane_starknet).
3
+
The Hyperlane Starknet Core package provides TypeScript tooling for interacting with Hyperlane's Cairo contracts on Starknet. It includes TypeScript artifacts autogenerated from Cairo contracts developed in collaboration with Astraly Labs.
4
4
5
5
## Features
6
6
@@ -81,7 +81,7 @@ You can also run the individual build steps separately:
81
81
yarn fetch-contracts
82
82
```
83
83
84
-
This downloads the contract artifacts from the [Astraly Labs Hyperlane Starknet repository](https://github.com/astraly-labs/hyperlane_starknet).
84
+
This downloads the contract artifacts from the [Hyperlane Starknet repository](https://github.com/hyperlane-xyz/hyperlane_starknet).
0 commit comments