Skip to content

Commit

Permalink
Update EIP-1820: Fix same tagging issue (ethereum#7398)
Browse files Browse the repository at this point in the history
Update EIP-1820: Fix 

See also ethereum#7397
  • Loading branch information
Pandapip1 authored and GAEAlimited committed Jun 19, 2024
1 parent 8e2cf30 commit a064753
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions EIPS/eip-1820.md
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,9 @@ The contract has the address above for every chain on which it is deployed.
<details>
<summary>Raw metadata of <code>./contracts/ERC1820Registry.sol</code></summary>
<pre>
<code>{

```json
{
"compiler": {
"version": "0.5.3+commit.10d17f24"
},
Expand Down Expand Up @@ -655,7 +657,9 @@ The contract has the address above for every chain on which it is deployed.
}
},
"version": 1
}</code>
}
```

</pre>
</details>

Expand Down

0 comments on commit a064753

Please sign in to comment.