Skip to content

Commit

Permalink
Merge branch 'master' into cross
Browse files Browse the repository at this point in the history
  • Loading branch information
JXRow authored Jan 23, 2024
2 parents 6836d77 + 774f6d5 commit 880676e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions ERCS/erc-1328.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ For WalletConnect v2.0 protocol (`version`=`2`) the parameters are:
- `methods` - jsonrpc methods supported for pairing topic
- `relay-protocol` - transport protocol for relaying messages
- `relay-data` - (optional) transport data for relaying messages

- `expiryTimestamp` - (optional) unix epoch in seconds when pairing expires

### Example

Expand All @@ -52,7 +52,7 @@ For WalletConnect v2.0 protocol (`version`=`2`) the parameters are:
wc:8a5e5bdc-a0e4-4702-ba63-8f1a5655744f@1?bridge=https%3A%2F%2Fbridge.walletconnect.org&key=41791102999c339c844880b23950704cc43aa840f3739e365323cda4dfa89e7a
# 2.0
wc:7f6e504bfad60b485450578e05678ed3e8e8c4751d3c6160be17160d63ec90f9@2?relay-protocol=irn&symKey=587d5484ce2a2a6ee3ba1962fdd7e8588e06200c46823bd18fbd67def96ad303&methods=[wc_sessionPropose],[wc_authRequest,wc_authBatchRequest]"
wc:7f6e504bfad60b485450578e05678ed3e8e8c4751d3c6160be17160d63ec90f9@2?relay-protocol=irn&symKey=587d5484ce2a2a6ee3ba1962fdd7e8588e06200c46823bd18fbd67def96ad303&methods=[wc_sessionPropose],[wc_authRequest,wc_authBatchRequest]"&expiryTimestamp=1705934757
```

## Rationale
Expand Down
2 changes: 1 addition & 1 deletion ERCS/erc-5564.md
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ This ERC is fully backward compatible.

## Reference Implementation

You can find an implementation of this standard in TBD.
You can find the implementation of the ERC above in the Specification section.

## Security Considerations

Expand Down
4 changes: 2 additions & 2 deletions assets/erc-5564/scheme_ids.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# EIP-5564 - Scheme Id Mapping


Last edited 07.02.2023
Last edited 18.12.2023

| ID | Scheme | EIP | Added |
|---|---|---|---|
| 0 | SECP256k1, with view tags. | [EIP-5564](https://eips.ethereum.org/EIPS/eip-5564) | 07.02.2023 |
| 1 | SECP256k1, with view tags. | [EIP-5564](https://eips.ethereum.org/EIPS/eip-5564) | 07.02.2023 |

0 comments on commit 880676e

Please sign in to comment.