Skip to content

Commit

Permalink
Convert StarkNet -> Starknet (#194)
Browse files Browse the repository at this point in the history
  • Loading branch information
franciszekjob authored Jun 3, 2024
1 parent f3ed7cd commit c449128
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
![alt text](logo.png)

# starknet.swift
StarkNet SDK for Swift to interact with the starknet rpc nodes.
Starknet SDK for Swift to interact with the starknet rpc nodes.

## Installation

Expand Down
4 changes: 2 additions & 2 deletions Sources/Starknet/Data/TypedData/StarknetTypedData.swift
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public enum StarknetTypedDataError: Error, Equatable {
/// let typedDataString = """
/// {
/// "types": {
/// "StarkNetDomain": [
/// "StarknetDomain": [
/// {"name": "name", "type": "shortstring"},
/// {"name": "version", "type": "shortstring"},
/// {"name": "chainId", "type": "shortstring"},
Expand All @@ -50,7 +50,7 @@ public enum StarknetTypedDataError: Error, Equatable {
/// ],
/// },
/// "primaryType": "Mail",
/// "domain": {"name": "StarkNet Mail", "version": "1", "chainId": "1", "revision": 1},
/// "domain": {"name": "Starknet Mail", "version": "1", "chainId": "1", "revision": 1},
/// "message": {
/// "from": {
/// "name": "Cow",
Expand Down
2 changes: 1 addition & 1 deletion Sources/Starknet/Providers/StarknetProviderProtocol.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import Foundation

/// Provider used to interact with the StakNet blockchain.
/// Provider used to interact with the Starknet blockchain.
public protocol StarknetProviderProtocol {
/// Get the version of the Starknet JSON-RPC specification being used by the node.
///
Expand Down

0 comments on commit c449128

Please sign in to comment.