Skip to content

Commit

Permalink
Merge branch 'hyperlane-xyz:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
AnkithVijay authored Jul 12, 2024
2 parents b7d845e + 025a213 commit 30b9d8c
Show file tree
Hide file tree
Showing 21 changed files with 260 additions and 950 deletions.
5 changes: 0 additions & 5 deletions .changeset/bright-kings-train.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/chatty-mails-shout.md

This file was deleted.

5 changes: 5 additions & 0 deletions .changeset/curly-chefs-visit.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@hyperlane-xyz/registry': minor
---

Add Endurance chain
5 changes: 0 additions & 5 deletions .changeset/kind-olives-change.md

This file was deleted.

5 changes: 5 additions & 0 deletions .changeset/long-plants-poke.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@hyperlane-xyz/registry": patch
---

Add "updated" Renzo warp route including Fraxtal
5 changes: 0 additions & 5 deletions .changeset/popular-panthers-promise.md

This file was deleted.

5 changes: 5 additions & 0 deletions .changeset/pretty-emus-smash.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@hyperlane-xyz/registry': minor
---

add Mint Sepolia Testnet
5 changes: 0 additions & 5 deletions .changeset/weak-bugs-decide.md

This file was deleted.

9 changes: 4 additions & 5 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
### Description

#### Type: <New | Updated> <Network | Warp Route>

#### Network(s): <Network Name(s)>

#### Other notes
<!--
Summary of change.
Example: Add sepolia chain
-->

### Backward compatibility

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/combine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.head_ref || github.sha }}
ref: ${{ github.head_ref || 'main' }}
# This action secret contains a fine-grained personal access token with permissions to read/write repo content
# It is necessary because the default GITHUB_TOKEN cannot re-trigger workflows after pushing
token: ${{ secrets.COMBINE_CI_TOKEN || secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ jobs:
- name: Post to discord webhook if metadata check fails
if: failure()
run: |
curl -X POST -H 'Content-type: application/json' --data '{"content":"SDK metadata check failed, see ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}"}' ${{ secrets.DISCORD_WEBHOOK_URL }}
curl -X POST -H 'Content-type: application/json' --data '{"content":"Registry metadata check failed, see ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}"}' ${{ secrets.DISCORD_WEBHOOK_URL }}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @hyperlane-xyz/registry

## 2.3.0

### Minor Changes

- 860a47f: Add combined chain address and metadata files
- b49e5f8: Add LUKSO and LUKSO testnet chains
- e38ce13: Added core deployment for `arthera` mainnet and LESS warp route between `arthera`-`celo`
- 979cede: Update to @hyperlane/sdk 4.1.0 and add deployer details for each chain

### Patch Changes

- 8f71149: Sort entries in YAML as required by CI

## 2.2.1

### Patch Changes
Expand Down
1 change: 1 addition & 0 deletions chains/endurance/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions chains/endurance/metadata.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# yaml-language-server: $schema=../schema.json
blockExplorers:
- apiUrl: https://explorer-endurance.fusionist.io/api
family: blockscout
name: Endurance Explorer
url: https://explorer-endurance.fusionist.io
blocks:
confirmations: 7
estimateBlockTime: 12
reorgPeriod: 14
chainId: 648
displayName: Endurance
domainId: 648
name: endurance
nativeToken:
decimals: 18
name: ACE
symbol: ACE
protocol: ethereum
rpcUrls:
- http: https://rpc-endurance.fusionist.io
39 changes: 39 additions & 0 deletions chains/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -435,6 +435,27 @@ eclipsetestnet:
protocol: sealevel
rpcUrls:
- http: https://testnet.dev2.eclipsenetwork.xyz
endurance:
blockExplorers:
- apiUrl: https://explorer-endurance.fusionist.io/api
family: blockscout
name: Endurance Explorer
url: https://explorer-endurance.fusionist.io
blocks:
confirmations: 7
estimateBlockTime: 12
reorgPeriod: 14
chainId: 648
displayName: Endurance
domainId: 648
name: endurance
nativeToken:
decimals: 18
name: ACE
symbol: ACE
protocol: ethereum
rpcUrls:
- http: https://rpc-endurance.fusionist.io
ethereum:
blockExplorers:
- apiUrl: https://api.etherscan.io/api
Expand Down Expand Up @@ -779,6 +800,24 @@ mantle:
rpcUrls:
- http: https://rpc.mantle.xyz
technicalStack: other
mintsepoliatest:
blockExplorers:
- apiUrl: https://sepolia-testnet-explorer.mintchain.io/api/v2/
family: blockscout
name: Mint Sepolia Testnet explorer
url: https://sepolia-testnet-explorer.mintchain.io
chainId: 1687
displayName: Mint Sepolia Testnet
domainId: 1687
isTestnet: true
name: mintsepoliatest
nativeToken:
decimals: 18
name: Ether
symbol: ETH
protocol: ethereum
rpcUrls:
- http: https://sepolia-testnet-rpc.mintchain.io
mode:
blockExplorers:
- apiUrl: https://explorer.mode.network/api
Expand Down
5 changes: 5 additions & 0 deletions chains/mintsepoliatest/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions chains/mintsepoliatest/metadata.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# yaml-language-server: $schema=../schema.json
blockExplorers:
- apiUrl: https://sepolia-testnet-explorer.mintchain.io/api/v2/
family: blockscout
name: Mint Sepolia Testnet explorer
url: https://sepolia-testnet-explorer.mintchain.io
chainId: 1687
displayName: Mint Sepolia Testnet
domainId: 1687
isTestnet: true
name: mintsepoliatest
nativeToken:
decimals: 18
name: Ether
symbol: ETH
protocol: ethereum
rpcUrls:
- http: https://sepolia-testnet-rpc.mintchain.io
Original file line number Diff line number Diff line change
@@ -0,0 +1,137 @@
# yaml-language-server: $schema=../schema.json
tokens:
- addressOrDenom: "0x1217441e6E8E960D065698317FE13594a5704f69"
chainName: arbitrum
connections:
- token: ethereum|optimism|0xEF90AF9FCC831c5E2266285C4A1787201f96736a
- token: ethereum|base|0x4b36617B3D2cAb714a056090306A88Dd6DD4cCcf
- token: ethereum|blast|0xB951c9b16603825C285bf59b14e983047d421Af5
- token: ethereum|bsc|0x9Ff085A556A498395B9edA690666E3BD34751024
- token: ethereum|mode|0x477614191C3ccF8e10a6D1291dBAf098D17497BE
- token: ethereum|linea|0x477614191C3ccF8e10a6D1291dBAf098D17497BE
- token: ethereum|ethereum|0x0B386cAe2851E954b52D10Aee4ba8CCDC11463E1
- token: ethereum|fraxtal|0xdFf621F952c23972dFD3A9E5d7B9f6339e9c078B
decimals: 18
name: Renzo Restaked ETH
standard: EvmHypXERC20
symbol: ezETH
- addressOrDenom: "0xEF90AF9FCC831c5E2266285C4A1787201f96736a"
chainName: optimism
connections:
- token: ethereum|arbitrum|0x1217441e6E8E960D065698317FE13594a5704f69
- token: ethereum|base|0x4b36617B3D2cAb714a056090306A88Dd6DD4cCcf
- token: ethereum|blast|0xB951c9b16603825C285bf59b14e983047d421Af5
- token: ethereum|bsc|0x9Ff085A556A498395B9edA690666E3BD34751024
- token: ethereum|mode|0x477614191C3ccF8e10a6D1291dBAf098D17497BE
- token: ethereum|linea|0x477614191C3ccF8e10a6D1291dBAf098D17497BE
- token: ethereum|ethereum|0x0B386cAe2851E954b52D10Aee4ba8CCDC11463E1
- token: ethereum|fraxtal|0xdFf621F952c23972dFD3A9E5d7B9f6339e9c078B
decimals: 18
name: Renzo Restaked ETH
standard: EvmHypXERC20
symbol: ezETH
- addressOrDenom: "0x4b36617B3D2cAb714a056090306A88Dd6DD4cCcf"
chainName: base
connections:
- token: ethereum|arbitrum|0x1217441e6E8E960D065698317FE13594a5704f69
- token: ethereum|optimism|0xEF90AF9FCC831c5E2266285C4A1787201f96736a
- token: ethereum|blast|0xB951c9b16603825C285bf59b14e983047d421Af5
- token: ethereum|bsc|0x9Ff085A556A498395B9edA690666E3BD34751024
- token: ethereum|mode|0x477614191C3ccF8e10a6D1291dBAf098D17497BE
- token: ethereum|linea|0x477614191C3ccF8e10a6D1291dBAf098D17497BE
- token: ethereum|ethereum|0x0B386cAe2851E954b52D10Aee4ba8CCDC11463E1
- token: ethereum|fraxtal|0xdFf621F952c23972dFD3A9E5d7B9f6339e9c078B
decimals: 18
name: Renzo Restaked ETH
standard: EvmHypXERC20
symbol: ezETH
- addressOrDenom: "0xB951c9b16603825C285bf59b14e983047d421Af5"
chainName: blast
connections:
- token: ethereum|arbitrum|0x1217441e6E8E960D065698317FE13594a5704f69
- token: ethereum|optimism|0xEF90AF9FCC831c5E2266285C4A1787201f96736a
- token: ethereum|base|0x4b36617B3D2cAb714a056090306A88Dd6DD4cCcf
- token: ethereum|bsc|0x9Ff085A556A498395B9edA690666E3BD34751024
- token: ethereum|mode|0x477614191C3ccF8e10a6D1291dBAf098D17497BE
- token: ethereum|linea|0x477614191C3ccF8e10a6D1291dBAf098D17497BE
- token: ethereum|ethereum|0x0B386cAe2851E954b52D10Aee4ba8CCDC11463E1
- token: ethereum|fraxtal|0xdFf621F952c23972dFD3A9E5d7B9f6339e9c078B
decimals: 18
name: Renzo Restaked ETH
standard: EvmHypXERC20
symbol: ezETH
- addressOrDenom: "0x9Ff085A556A498395B9edA690666E3BD34751024"
chainName: bsc
connections:
- token: ethereum|arbitrum|0x1217441e6E8E960D065698317FE13594a5704f69
- token: ethereum|optimism|0xEF90AF9FCC831c5E2266285C4A1787201f96736a
- token: ethereum|base|0x4b36617B3D2cAb714a056090306A88Dd6DD4cCcf
- token: ethereum|blast|0xB951c9b16603825C285bf59b14e983047d421Af5
- token: ethereum|mode|0x477614191C3ccF8e10a6D1291dBAf098D17497BE
- token: ethereum|linea|0x477614191C3ccF8e10a6D1291dBAf098D17497BE
- token: ethereum|ethereum|0x0B386cAe2851E954b52D10Aee4ba8CCDC11463E1
- token: ethereum|fraxtal|0xdFf621F952c23972dFD3A9E5d7B9f6339e9c078B
decimals: 18
name: Renzo Restaked ETH
standard: EvmHypXERC20
symbol: ezETH
- addressOrDenom: "0x477614191C3ccF8e10a6D1291dBAf098D17497BE"
chainName: mode
connections:
- token: ethereum|arbitrum|0x1217441e6E8E960D065698317FE13594a5704f69
- token: ethereum|optimism|0xEF90AF9FCC831c5E2266285C4A1787201f96736a
- token: ethereum|base|0x4b36617B3D2cAb714a056090306A88Dd6DD4cCcf
- token: ethereum|blast|0xB951c9b16603825C285bf59b14e983047d421Af5
- token: ethereum|bsc|0x9Ff085A556A498395B9edA690666E3BD34751024
- token: ethereum|linea|0x477614191C3ccF8e10a6D1291dBAf098D17497BE
- token: ethereum|ethereum|0x0B386cAe2851E954b52D10Aee4ba8CCDC11463E1
- token: ethereum|fraxtal|0xdFf621F952c23972dFD3A9E5d7B9f6339e9c078B
decimals: 18
name: Renzo Restaked ETH
standard: EvmHypXERC20
symbol: ezETH
- addressOrDenom: "0x477614191C3ccF8e10a6D1291dBAf098D17497BE"
chainName: linea
connections:
- token: ethereum|arbitrum|0x1217441e6E8E960D065698317FE13594a5704f69
- token: ethereum|optimism|0xEF90AF9FCC831c5E2266285C4A1787201f96736a
- token: ethereum|base|0x4b36617B3D2cAb714a056090306A88Dd6DD4cCcf
- token: ethereum|blast|0xB951c9b16603825C285bf59b14e983047d421Af5
- token: ethereum|bsc|0x9Ff085A556A498395B9edA690666E3BD34751024
- token: ethereum|mode|0x477614191C3ccF8e10a6D1291dBAf098D17497BE
- token: ethereum|ethereum|0x0B386cAe2851E954b52D10Aee4ba8CCDC11463E1
- token: ethereum|fraxtal|0xdFf621F952c23972dFD3A9E5d7B9f6339e9c078B
decimals: 18
name: Renzo Restaked ETH
standard: EvmHypXERC20
symbol: ezETH
- addressOrDenom: "0x0B386cAe2851E954b52D10Aee4ba8CCDC11463E1"
chainName: ethereum
connections:
- token: ethereum|arbitrum|0x1217441e6E8E960D065698317FE13594a5704f69
- token: ethereum|optimism|0xEF90AF9FCC831c5E2266285C4A1787201f96736a
- token: ethereum|base|0x4b36617B3D2cAb714a056090306A88Dd6DD4cCcf
- token: ethereum|blast|0xB951c9b16603825C285bf59b14e983047d421Af5
- token: ethereum|bsc|0x9Ff085A556A498395B9edA690666E3BD34751024
- token: ethereum|mode|0x477614191C3ccF8e10a6D1291dBAf098D17497BE
- token: ethereum|linea|0x477614191C3ccF8e10a6D1291dBAf098D17497BE
- token: ethereum|fraxtal|0xdFf621F952c23972dFD3A9E5d7B9f6339e9c078B
decimals: 18
name: Renzo Restaked ETH
standard: EvmHypXERC20Lockbox
symbol: ezETH
- addressOrDenom: "0xdFf621F952c23972dFD3A9E5d7B9f6339e9c078B"
chainName: fraxtal
connections:
- token: ethereum|arbitrum|0x1217441e6E8E960D065698317FE13594a5704f69
- token: ethereum|optimism|0xEF90AF9FCC831c5E2266285C4A1787201f96736a
- token: ethereum|base|0x4b36617B3D2cAb714a056090306A88Dd6DD4cCcf
- token: ethereum|blast|0xB951c9b16603825C285bf59b14e983047d421Af5
- token: ethereum|bsc|0x9Ff085A556A498395B9edA690666E3BD34751024
- token: ethereum|mode|0x477614191C3ccF8e10a6D1291dBAf098D17497BE
- token: ethereum|linea|0x477614191C3ccF8e10a6D1291dBAf098D17497BE
- token: ethereum|ethereum|0x0B386cAe2851E954b52D10Aee4ba8CCDC11463E1
decimals: 18
name: Renzo Restaked ETH
standard: EvmHypXERC20
symbol: ezETH
Loading

0 comments on commit 30b9d8c

Please sign in to comment.