Skip to content

Commit

Permalink
Update EIP-7039: Update eip-7039.md
Browse files Browse the repository at this point in the history
Merged by EIP-Bot.
  • Loading branch information
SamWilsn committed Feb 10, 2024
1 parent d0b62aa commit 16460f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EIPS/eip-7039.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ To initiate a connection to a provider, a web page SHOULD:
4. Wait for a `"message"` event with a non-nullish `source` equal to the `iframe`'s `contentWindow`.
5. Save the first port from the message event for further communication. This is referred to as the "primary port."

The event received in step 3 MAY contain additional information about the provider. If present, the event data SHALL satisfy the following TypeScript interface:
The event received in step 4 MAY contain additional information about the provider. If present, the event data SHALL satisfy the following TypeScript interface:

```typescript
interface ProviderInfo {
Expand Down

0 comments on commit 16460f9

Please sign in to comment.