Skip to content

Commit

Permalink
feat: set gnosisSafeTransactionServiceUrl for zksync-stack mainnets (#…
Browse files Browse the repository at this point in the history
…528)

### Description

feat: set gnosisSafeTransactionServiceUrl for zksync-stack mainnets

found api urls by looking at per-chain metadata returned by each UI:
- zksync https://app.safe.global/home
- treasure https://app.palmeradao.xyz/welcome
- zklink https://safe.zklink.io/welcome
- abstract https://abstract-safe.protofire.io/welcome

### Backward compatibility

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

Yes/No
-->

### Testing

<!--
Have any new metadata configs and deployment addresses been used with
any Hyperlane tooling, such as the CLI?
-->
  • Loading branch information
paulbalaji authored Jan 28, 2025
1 parent ba27f37 commit 83cd45d
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/nervous-elephants-flash.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@hyperlane-xyz/registry': minor
---

Add gnosisSafeTransactionServiceUrl for zksync-stack mainnets.
1 change: 1 addition & 0 deletions chains/abstract/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ deployer:
displayName: Abstract
domainId: 2741
gasCurrencyCoinGeckoId: ethereum
gnosisSafeTransactionServiceUrl: https://transaction.abstract-safe.protofire.io/
index:
from: 201749
name: abstract
Expand Down
4 changes: 4 additions & 0 deletions chains/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ abstract:
displayName: Abstract
domainId: 2741
gasCurrencyCoinGeckoId: ethereum
gnosisSafeTransactionServiceUrl: https://transaction.abstract-safe.protofire.io/
index:
from: 201749
name: abstract
Expand Down Expand Up @@ -5893,6 +5894,7 @@ treasure:
displayName: Treasure
domainId: 61166
gasCurrencyCoinGeckoId: magic
gnosisSafeTransactionServiceUrl: https://prod.treasure.keypersafe.xyz/
name: treasure
nativeToken:
decimals: 18
Expand Down Expand Up @@ -6340,6 +6342,7 @@ zklink:
displayNameShort: zkLink
domainId: 810180
gasCurrencyCoinGeckoId: ethereum
gnosisSafeTransactionServiceUrl: https://transaction.safe.zklink.io/
name: zklink
nativeToken:
decimals: 18
Expand Down Expand Up @@ -6367,6 +6370,7 @@ zksync:
displayName: zkSync
domainId: 324
gasCurrencyCoinGeckoId: ethereum
gnosisSafeTransactionServiceUrl: https://safe-transaction-zksync.safe.global/
name: zksync
nativeToken:
decimals: 18
Expand Down
1 change: 1 addition & 0 deletions chains/treasure/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ deployer:
displayName: Treasure
domainId: 61166
gasCurrencyCoinGeckoId: magic
gnosisSafeTransactionServiceUrl: https://prod.treasure.keypersafe.xyz/
name: treasure
nativeToken:
decimals: 18
Expand Down
1 change: 1 addition & 0 deletions chains/zklink/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ displayName: zkLink Nova
displayNameShort: zkLink
domainId: 810180
gasCurrencyCoinGeckoId: ethereum
gnosisSafeTransactionServiceUrl: https://transaction.safe.zklink.io/
name: zklink
nativeToken:
decimals: 18
Expand Down
1 change: 1 addition & 0 deletions chains/zksync/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ deployer:
displayName: zkSync
domainId: 324
gasCurrencyCoinGeckoId: ethereum
gnosisSafeTransactionServiceUrl: https://safe-transaction-zksync.safe.global/
name: zksync
nativeToken:
decimals: 18
Expand Down

0 comments on commit 83cd45d

Please sign in to comment.