Skip to content

Commit

Permalink
Merge pull request #144 from ethereum-attestation-service/polygon-amoy
Browse files Browse the repository at this point in the history
Add Polygon Amoy
  • Loading branch information
lbeder authored May 23, 2024
2 parents 1f0dd1b + dcd23dc commit 9c9d273
Show file tree
Hide file tree
Showing 13 changed files with 1,784 additions and 122 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -324,14 +324,20 @@ Version 1.1.0:

#### Polygon Amoy

Version 1.2.0:
Version 1.3.0:

* **EAS**:
* Contract: [0xaEF4103A04090071165F78D45D83A0C0782c2B2a](https://amoy.polygonscan.com/address/0xaEF4103A04090071165F78D45D83A0C0782c2B2a)
* Contract: [0xb101275a60d8bfb14529C421899aD7CA1Ae5B5Fc](https://amoy.polygonscan.com/address/0xb101275a60d8bfb14529C421899aD7CA1Ae5B5Fc)
* Deployment and ABI: [EAS.json](./deployments/polygon-amoy/EAS.json)
* **SchemaRegistry**:
* Contract: [0x55D26f9ae0203EF95494AE4C170eD35f4Cf77797](https://amoy.polygonscan.com/address/0x55D26f9ae0203EF95494AE4C170eD35f4Cf77797)
* Contract: [0x23c5701A1BDa89C61d181BD79E5203c730708AE7](https://amoy.polygonscan.com/address/0x23c5701A1BDa89C61d181BD79E5203c730708AE7)
* Deployment and ABI: [SchemaRegistry.json](./deployments/polygon-amoy/SchemaRegistry.json)
* **EIP712Proxy**:
* Contract: [0xA0ec8a80a0b8496B9Cf6Ee703bC16ABdC9F4cf2e](https://amoy.polygonscan.com/address/0xA0ec8a80a0b8496B9Cf6Ee703bC16ABdC9F4cf2e)
* Deployment and ABI: [EIP712Proxy.json](./deployments/polygon-amoy/EIP712Proxy.json)
* **Indexer**:
* Contract: [0x9F07c0B0E52C36D78Ac8ABfC543c77f83888ac64](https://amoy.polygonscan.com/address/0x9F07c0B0E52C36D78Ac8ABfC543c77f83888ac64)
* Deployment and ABI: [Indexer.json](./deployments/polygon-amoy/Indexer.json)

#### Scroll Sepolia

Expand Down
13 changes: 7 additions & 6 deletions deployments/polygon-amoy/.migrations.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"000001-registry": 1697837753,
"000002-eas": 1697837767,
"000003-register-initial-schemas": 1697838116,
"000004-name-initial-schemas": 1697839724,
"000005-eip712-proxy": 1697839733,
"000100-test-seed": 1697839830
"000001-registry": 1716415922,
"000002-eas": 1716415937,
"000003-register-initial-schemas": 1716416376,
"000004-name-initial-schemas": 1716416816,
"000005-eip712-proxy": 1716416827,
"000006-indexer": 1716416838,
"000100-test-seed": 1716416977
}
122 changes: 75 additions & 47 deletions deployments/polygon-amoy/EAS.json

Large diffs are not rendered by default.

98 changes: 71 additions & 27 deletions deployments/polygon-amoy/EIP712Proxy.json

Large diffs are not rendered by default.

Loading

0 comments on commit 9c9d273

Please sign in to comment.