Skip to content

Commit

Permalink
Add Soneium
Browse files Browse the repository at this point in the history
  • Loading branch information
lbeder committed Jan 15, 2025
1 parent e4a9be1 commit b111f42
Show file tree
Hide file tree
Showing 16 changed files with 6,621 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,23 @@ Version 1.4.0:
* Contract: [0x6Abe1F9489B97d9f11E1347567f61137BC61B6F9](https://teloscan.io/address/0x6Abe1F9489B97d9f11E1347567f61137BC61B6F9)
* Deployment and ABI: [Indexer.json](./deployments/telos/Indexer.json)

#### Soneium

Version 1.4.1-beta.1:

* **EAS**:
* Contract: [0x4200000000000000000000000000000000000021](https://soneium.blockscout.com//address/0x4200000000000000000000000000000000000021)
* Deployment and ABI: [EAS.json](./deployments/soneium/EAS.json)
* **SchemaRegistry**:
* Contract: [0x4200000000000000000000000000000000000020](https://soneium.blockscout.com//address/0x4200000000000000000000000000000000000020)
* Deployment and ABI: [SchemaRegistry.json](./deployments/soneium/SchemaRegistry.json)
* **EIP712Proxy**:
* Contract: [0x465a34dd6dDb5DF22DBC67D005b5BF4a0BF7f8AE](https://soneium.blockscout.com//address/0x465a34dd6dDb5DF22DBC67D005b5BF4a0BF7f8AE)
* Deployment and ABI: [EIP712Proxy.json](./deployments/soneium/EIP712Proxy.json)
* **Indexer**:
* Contract: [0x16613642e9793d413c296f9AB5457077b99AA7B0](https://soneium.blockscout.com//address/0x16613642e9793d413c296f9AB5457077b99AA7B0)
* Deployment and ABI: [Indexer.json](./deployments/soneium/Indexer.json)

#### Blast

Version 1.3.0:
Expand Down
1 change: 1 addition & 0 deletions deployments/soneium/.chainId
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1868
8 changes: 8 additions & 0 deletions deployments/soneium/.migrations.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"000001-registry": 1682454805,
"000002-eas": 1682454812,
"000003-register-initial-schemas": 1736905397,
"000004-name-initial-schemas": 1736905858,
"000005-eip712-proxy": 1736905868,
"000006-indexer": 1736905878
}
Loading

0 comments on commit b111f42

Please sign in to comment.