Skip to content

Commit

Permalink
feat: Stride <> Eclipse TIA and stTIA (#4749)
Browse files Browse the repository at this point in the history
### Description

<!--
What's included in this PR?
-->

### Drive-by changes

<!--
Are there any minor or drive-by changes also included?
-->

### Related issues

<!--
- Fixes #[issue number here]
-->

### Backward compatibility

<!--
Are these changes backward compatible? Are there any infrastructure
implications, e.g. changes that would prohibit deploying older commits
using this infra tooling?

Yes/No
-->

### Testing

<!--
What kind of testing have these changes undergone?

None/Manual/Unit Tests
-->
  • Loading branch information
daniel-savu authored Oct 25, 2024
1 parent 2a0c688 commit f4ea382
Show file tree
Hide file tree
Showing 5 changed files with 80 additions and 17 deletions.
Original file line number Diff line number Diff line change
@@ -1,20 +1,29 @@
[
{
"domain": 1,
"gasOracle": {
"type": "remoteGasData",
"tokenExchangeRate": "15000000000000000000",
"gasPrice": "10000000000",
"tokenDecimals": 18
}
},
{
"domain": 1399811149,
"gasOracle": {
"type": "remoteGasData",
"tokenExchangeRate": "887000000000000000",
"gasPrice": "15",
"tokenDecimals": 9
}
{
"domain": 1,
"gasOracle": {
"type": "remoteGasData",
"tokenExchangeRate": "15000000000000000000",
"gasPrice": "10000000000",
"tokenDecimals": 18
}
},
{
"domain": 1399811149,
"gasOracle": {
"type": "remoteGasData",
"tokenExchangeRate": "887000000000000000",
"gasPrice": "15",
"tokenDecimals": 9
}
},
{
"domain": 745,
"gasOracle": {
"type": "remoteGasData",
"tokenExchangeRate": "435246388284187",
"gasPrice": "7",
"tokenDecimals": 6
}
}
]
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"stride": {
"hex": "0x0b1798722ccf813f617ffa8d52d36302544807497434740d98e693e9abb245d1",
"base58": "kJMTJuh4tzhzfTV261wh2cisqb7NNev6ZE6czwB3ss6"
},
"eclipsemainnet": {
"hex": "0xa0c167513f4d025217a48891973c3dbe41e10e76230033ef5d676299a18ca7f5",
"base58": "BpXHAiktwjx7fN6M9ST9wr6qKAsH27wZFhdHEhReJsR6"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"eclipsemainnet": {
"type": "synthetic",
"decimals": 6,
"remoteDecimals": 6,
"name": "Celestia",
"symbol": "TIA",
"uri": "https://raw.githubusercontent.com/hyperlane-xyz/hyperlane-registry/b21b78514a42e8c050b36472c8325fd4b5177366/deployments/warp_routes/TIA/metadata.json",
"interchainGasPaymaster": "3Wp4qKkgf4tjXz1soGyTSndCgBPLZFSrZkiDZ8Qp9EEj"
},
"stride": {
"type": "collateral",
"decimals": 6,
"token": "ibc/BF3B4F53F3694B66E13C23107C84B6485BD2B96296BB7EC680EA77BBA75B4801",
"foreignDeployment": "0x0b1798722ccf813f617ffa8d52d36302544807497434740d98e693e9abb245d1"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"stride": {
"hex": "0x8d7a6737fdd9545dc77d1c5cc2d26cb1321f6c67f0facb030149da9cc58f0cbe",
"base58": "AXGjtKVpzYdXYX155z6qYQC4Up7fi5LPKNXAK32gi3x9"
},
"eclipsemainnet": {
"hex": "0x0d258188d0761163da174da890d0c1becdee51a01dbc9e2a6bfcb342140eb509",
"base58": "tKUHyJ5NxhnwU94JUmzh1ekukDcHHX8mZF6fqxbMwX6"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"eclipsemainnet": {
"type": "synthetic",
"decimals": 6,
"remoteDecimals": 6,
"name": "Stride Staked TIA",
"symbol": "stTIA",
"uri": "https://raw.githubusercontent.com/hyperlane-xyz/hyperlane-registry/dee58183e51f4eb43e84dbac0e595a4b389dbe80/deployments/warp_routes/stTIA/metadata.json",
"interchainGasPaymaster": "3Wp4qKkgf4tjXz1soGyTSndCgBPLZFSrZkiDZ8Qp9EEj"
},
"stride": {
"type": "collateral",
"decimals": 6,
"token": "stutia",
"foreignDeployment": "0x8d7a6737fdd9545dc77d1c5cc2d26cb1321f6c67f0facb030149da9cc58f0cbe"
}
}

0 comments on commit f4ea382

Please sign in to comment.