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: update tangletestnet addresses and add WETH warp route #236

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from
Draft
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/shy-kids-hammer.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@hyperlane-xyz/registry': minor
---

Update tangletestnet addresses and add a new warp route
24 changes: 13 additions & 11 deletions chains/tangletestnet/addresses.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
domainRoutingIsmFactory: "0xfC832b345f970Ae12A41491DF87407CAa10b6524"
interchainAccountIsm: "0xd3966C40F5553a19832A363E6fEE5E654C241f07"
interchainAccountRouter: "0x31196df48eb78756C4036aA6b81e8F42b0301fAe"
mailbox: "0x87100b0E64B3baBD43F3FCB26A6edc4395e2D9df"
proxyAdmin: "0xF19B75ea28F0f97d3bd267d35F2a8D30A667967C"
staticAggregationHookFactory: "0xad4565a58B4cCfEeE1A2B3cA237Ceee79dEFA8BA"
staticAggregationIsmFactory: "0xCfC920E53DBFbe55F10B3C7577cc98A903a63D0e"
staticMerkleRootMultisigIsmFactory: "0xF1BD7FC559512D3fB19180Bfdd16D92C86A004Ee"
staticMessageIdMultisigIsmFactory: "0x45D3262cA71E31Ff18832Ab8DdA984F995CbD91d"
testRecipient: "0xE73cdFFcE97AD56723dbA6145a3cC0Dd3aeF112f"
validatorAnnounce: "0x6D35A0f235aa0fBf0163C8b5171eF6E55843849b"
domainRoutingIsmFactory: "0x89dC5328147BA17aF9feb76DbEdb1182916f2438"
interchainAccountIsm: "0xa464A27Db7Dd67651681147b8bb22eFfA2e7FC76"
interchainAccountRouter: "0xF26bd3FDF7D84a9A2800fF6e992E7075f5dBA6C0"
mailbox: "0x0096a17ff0a55D35DfE9D98BEA2104Ff7b830E23"
proxyAdmin: "0xC40785D391dcC7Cf77ba7C54f0C8cF8F60877B14"
staticAggregationHookFactory: "0xB2A23781c75F06767d8F8BAe382d78f989C492c6"
staticAggregationIsmFactory: "0x6BB99502D4867aA401E337315D24fdc3f783388D"
staticMerkleRootMultisigIsmFactory: "0xcFCC8EdE6aBf99EcDE0C818DA7357f7206DE08e9"
staticMerkleRootWeightedMultisigIsmFactory: "0x380d7E7b20E5Df5893a44E2328732fF1a9525818"
staticMessageIdMultisigIsmFactory: "0x315480F385d416c0723FbE2858c7b8Dd7b03A9B4"
staticMessageIdWeightedMultisigIsmFactory: "0x6245cdDe964B65d9ee2a40f802cBd88842205C61"
testRecipient: "0x384d44f775A5f273d6c8e2A3740A8238598f1557"
validatorAnnounce: "0x24F4d9fF532B05844e6c984107899d944812540B"
15 changes: 8 additions & 7 deletions chains/tangletestnet/metadata.yaml
Original file line number Diff line number Diff line change
@@ -1,23 +1,24 @@
# yaml-language-server: $schema=../schema.json
blockExplorers:
- apiUrl: https://testnet-explorer.tangle.tools/api
family: blockscout
name: Tangle Test Network Explorer
url: https://testnet-explorer.tangle.tools/
name: Tangle Testnet Explorer
url: https://testnet-explorer.tangle.tools
blocks:
confirmations: 1
confirmations: 4
estimateBlockTime: 6
reorgPeriod: 0
reorgPeriod: 4
chainId: 3799
deployer:
name: Abacus Works
url: https://www.hyperlane.xyz
name: Tangle Network
url: https://www.tangle.tools/
displayName: Tangle Testnet
domainId: 3799
isTestnet: true
name: tangletestnet
nativeToken:
decimals: 18
name: Tangle Network Token
name: Tangle Testnet Token
symbol: tTNT
protocol: ethereum
rpcUrls:
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
holesky:
collateral: "0x8813560eF91bDE8E3631c54274bC4EB9F8bc682C"
tangletestnet:
synthetic: "0xa7Eb9988DDe20b8E550F025cf3f188207EAbD792"
19 changes: 19 additions & 0 deletions deployments/warp_routes/WETH/holesky-tangletestnet-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# yaml-language-server: $schema=../schema.json
tokens:
- addressOrDenom: "0x8813560eF91bDE8E3631c54274bC4EB9F8bc682C"
chainName: holesky
collateralAddressOrDenom: "0x94373a4919B3240D86eA41593D5eBa789FEF3848"
connections:
- token: ethereum|tangletestnet|0xa7Eb9988DDe20b8E550F025cf3f188207EAbD792
decimals: 18
name: Wrapped Ether
standard: EvmHypCollateral
symbol: WETH
- addressOrDenom: "0xa7Eb9988DDe20b8E550F025cf3f188207EAbD792"
chainName: tangletestnet
connections:
- token: ethereum|holesky|0x8813560eF91bDE8E3631c54274bC4EB9F8bc682C
decimals: 18
name: Wrapped Ether
standard: EvmHypSynthetic
symbol: WETH