Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .env.template
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ ARBITRUM_GOERLI_PROVIDER_URL=
POLYGON_AMOY_PROVIDER_URL=
LINEA_GOERLI_PROVIDER_URL=
SCROLL_SEPOLIA_PROVIDER_URL=
MORPH_PROVIDER_URL=
MAX_FEE=
MAX_PRIORITY_FEE=
DEPLOYER=
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -366,6 +366,26 @@ Version 1.2.0:
* **SchemaRegistry**:
* Contract: [0x55D26f9ae0203EF95494AE4C170eD35f4Cf77797](https://goerli.lineascan.build/address/0x55D26f9ae0203EF95494AE4C170eD35f4Cf77797)
* Deployment and ABI: [SchemaRegistry.json](./deployments/linea-goerli/SchemaRegistry.json)

#### Morph Holesky

Version 1.0.1:

* **EAS**:
* Contract: [0x6832388C4f3abC983Bf1c35cfF6581AD08680ce3](https://explorer-holesky.morphl2.io/address/0x6832388C4f3abC983Bf1c35cfF6581AD08680ce3)
* Deployment and ABI: [EAS.json](./deployments/morph-holesky/EAS.json)
* **SchemaRegistry**:
* Contract: [0x571270B452E34F2e2840bdfEF9050e97819d9844](https://explorer-holesky.morphl2.io/address/0x571270B452E34F2e2840bdfEF9050e97819d9844)
* Deployment and ABI: [SchemaRegistry.json](./deployments/morph-holesky/SchemaRegistry.json)

Version 1.2.0:

* **EIP712Proxy**:
* Contract: [0x9c855c2b1F219b0c4e1195493436655f3CAA5B9c](https://explorer-holesky.morphl2.io/address/0x9c855c2b1F219b0c4e1195493436655f3CAA5B9c)
* Deployment and ABI: [EIP712Proxy.json](./deployments/morph-holesky/EIP712Proxy.json)
* **Indexer**:
* Contract: [0x3F36BaFa3a32d319af47C9bfF50D19cB571BC226](https://explorer-holesky.morphl2.io/address/0x3F36BaFa3a32d319af47C9bfF50D19cB571BC226)
* Deployment and ABI: [Indexer.json](./deployments/morph-holesky/Indexer.json)

## Installation

Expand Down
1 change: 1 addition & 0 deletions data/NamedAccounts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ export const NamedAccounts = {
[DeploymentNetwork.PolygonAmoy]: deployer,
[DeploymentNetwork.ScrollSepolia]: deployer,
[DeploymentNetwork.LineaGoerli]: deployer,
[DeploymentNetwork.Morph]: deployer,
[DeploymentNetwork.Hardhat]: 0
}
};
1 change: 0 additions & 1 deletion deployments/hardhat/.chainId

This file was deleted.

1 change: 1 addition & 0 deletions deployments/morph-holesky/.chainId
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2810
8 changes: 8 additions & 0 deletions deployments/morph-holesky/.migrations.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"000001-registry": 1727472498,
"000002-eas": 1727472511,
"000003-register-initial-schemas": 1727473062,
"000004-name-initial-schemas": 1727473620,
"000005-eip712-proxy": 1727473632,
"000006-indexer": 1727473645
}
Loading