Skip to content

Commit

Permalink
update readme for rpcv0.6.0 non rc
Browse files Browse the repository at this point in the history
  • Loading branch information
rianhughes committed Dec 7, 2023
1 parent 976437c commit d707e51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ go run main.go

### RPC

`starknet.go` RPC implements the [Starknet RPC v06-rc5 Spec](https://github.com/starkware-libs/starknet-specs/tree/v0.6.0-rc5):
`starknet.go` RPC implements the [Starknet RPC v0.6.0 spec](https://github.com/starkware-libs/starknet-specs/tree/v0.6.0):

| Method | Implemented (*) |
| ------------------------------------------ | ------------------ |
Expand Down
2 changes: 1 addition & 1 deletion rpc/version_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ func TestSpecVersion(t *testing.T) {
"mainnet": {},
"mock": {},
"testnet": {{
ExpectedResp: "0.6.0-rc1",
ExpectedResp: "0.6.0",
}},
}[testEnv]

Expand Down

0 comments on commit d707e51

Please sign in to comment.