Skip to content

Commit

Permalink
chore: update stride fees (#505)
Browse files Browse the repository at this point in the history
### Description

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

Update stride fees with most up to date

### Backward compatibility

<!--
Are these changes backward compatible? Note that additions are backwards
compatible.

Yes/No
-->
Yes
### Testing

<!--
Have any new metadata configs and deployment addresses been used with
any Hyperlane tooling, such as the CLI?
-->
Manual
  • Loading branch information
Xaroz authored Jan 21, 2025
1 parent e87c85f commit 4cb64c5
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .changeset/warm-cameras-bake.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@hyperlane-xyz/registry': minor
---

Update Stride fees
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
options:
interchainFeeConstants:
- addressOrDenom: ibc/BF3B4F53F3694B66E13C23107C84B6485BD2B96296BB7EC680EA77BBA75B4801
amount: 120000
amount: 500000
destination: eclipsemainnet
origin: stride
tokens:
Expand Down
2 changes: 1 addition & 1 deletion deployments/warp_routes/TIA/forma-stride-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
options:
interchainFeeConstants:
- addressOrDenom: ibc/BF3B4F53F3694B66E13C23107C84B6485BD2B96296BB7EC680EA77BBA75B4801
amount: 20000
amount: 500000
destination: forma
origin: stride
- addressOrDenom: utia
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
options:
interchainFeeConstants:
- addressOrDenom: ibc/BF3B4F53F3694B66E13C23107C84B6485BD2B96296BB7EC680EA77BBA75B4801
amount: 120000
amount: 500000
destination: eclipsemainnet
origin: stride
tokens:
Expand Down
2 changes: 1 addition & 1 deletion deployments/warp_routes/stTIA/ethereum-stride-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
options:
interchainFeeConstants:
- addressOrDenom: ibc/BF3B4F53F3694B66E13C23107C84B6485BD2B96296BB7EC680EA77BBA75B4801
amount: 1050000
amount: 500000
destination: ethereum
origin: stride
tokens:
Expand Down

0 comments on commit 4cb64c5

Please sign in to comment.