Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: lower index chunks for some mostly non-EVM chains #454

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
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
5 changes: 5 additions & 0 deletions .changeset/blue-taxis-kick.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@hyperlane-xyz/registry': minor
---

Set lower index chunks for some chains, mostly non EVM
2 changes: 2 additions & 0 deletions chains/eclipsemainnet/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ deployer:
displayName: Eclipse
domainId: 1408864445
gasCurrencyCoinGeckoId: ethereum
index:
chunk: 20
name: eclipsemainnet
nativeToken:
decimals: 9
Expand Down
2 changes: 1 addition & 1 deletion chains/injective/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ gasPrice:
grpcUrls:
- http: https://injective-grpc.goldenratiostaking.net:443
index:
chunk: 25
chunk: 20
from: 58419500
name: injective
nativeToken:
Expand Down
8 changes: 7 additions & 1 deletion chains/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1831,6 +1831,8 @@ eclipsemainnet:
displayName: Eclipse
domainId: 1408864445
gasCurrencyCoinGeckoId: ethereum
index:
chunk: 20
name: eclipsemainnet
nativeToken:
decimals: 9
Expand Down Expand Up @@ -2814,7 +2816,7 @@ injective:
grpcUrls:
- http: https://injective-grpc.goldenratiostaking.net:443
index:
chunk: 25
chunk: 20
from: 58419500
name: injective
nativeToken:
Expand Down Expand Up @@ -4668,6 +4670,8 @@ sei:
domainId: 1329
gasCurrencyCoinGeckoId: sei-network
gnosisSafeTransactionServiceUrl: https://transaction.sei-safe.protofire.io
index:
chunk: 1000
name: sei
nativeToken:
decimals: 18
Expand Down Expand Up @@ -4855,6 +4859,8 @@ solanamainnet:
displayName: Solana
domainId: 1399811149
gasCurrencyCoinGeckoId: solana
index:
chunk: 20
name: solanamainnet
nativeToken:
decimals: 9
Expand Down
2 changes: 2 additions & 0 deletions chains/sei/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ displayName: Sei
domainId: 1329
gasCurrencyCoinGeckoId: sei-network
gnosisSafeTransactionServiceUrl: https://transaction.sei-safe.protofire.io
index:
chunk: 1000
name: sei
nativeToken:
decimals: 18
Expand Down
2 changes: 2 additions & 0 deletions chains/solanamainnet/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ deployer:
displayName: Solana
domainId: 1399811149
gasCurrencyCoinGeckoId: solana
index:
chunk: 20
name: solanamainnet
nativeToken:
decimals: 9
Expand Down
Loading