Skip to content

Commit

Permalink
chore: update mantle confirmations required (#82)
Browse files Browse the repository at this point in the history
moving mantle confirmations from tx overrides to registry:
hyperlane-xyz/hyperlane-monorepo#4051 (comment)

---------

Signed-off-by: pbio <[email protected]>
  • Loading branch information
paulbalaji authored Jul 3, 2024
1 parent f9582fe commit fd10d86
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/fresh-walls-compete.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@hyperlane-xyz/registry': patch
---

Increase `confirmations` on mantle from 1 to 3
2 changes: 1 addition & 1 deletion chains/mantle/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ blockExplorers:
name: Mantle Mainnet Explorer
url: https://explorer.mantle.xyz
blocks:
confirmations: 1
confirmations: 3
estimateBlockTime: 2
reorgPeriod: 1
chainId: 5000
Expand Down

0 comments on commit fd10d86

Please sign in to comment.