Skip to content

Commit

Permalink
feat: lower index chunks for some mostly non-EVM chains
Browse files Browse the repository at this point in the history
  • Loading branch information
tkporter committed Dec 23, 2024
1 parent 36b4c5f commit d0808aa
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 1 deletion.
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
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

0 comments on commit d0808aa

Please sign in to comment.