Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: safe-global/safe-deployments
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.37.39
Choose a base ref
...
head repository: safe-global/safe-deployments
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.37.40
Choose a head ref
  • 4 commits
  • 26 files changed
  • 3 contributors

Commits on Jul 18, 2025

  1. Use DeFi Llama Chainlist (#1158)

    We require that the chain appears on https://chainlist.org/, and
    previously, this meant that the chain was included in the
    ethereum-lists/chains repository. However, since that repository is no
    longer actively maintained, and since then DeFi Llama has added
    mechanisms for "additional chains" to their DeFiLlama/chainlist
    repository, which is the code behind https://chainlist.org/.
    
    This PR changes our scripts to use the Chainlist.org API for checking if
    a network is listed or not (instead of the ethereum-lists/chains
    repository).
    
    ---------
    
    Co-authored-by: Nicholas Rodrigues Lordello <[email protected]>
    valens-carpentier and nlordell authored Jul 18, 2025
    Configuration menu
    Copy the full SHA
    323f68a View commit details
    Browse the repository at this point in the history
  2. Bump Version to v1.37.40 (#1159)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Jul 18, 2025
    Configuration menu
    Copy the full SHA
    d034e1e View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2025

  1. add 1.4.1 contracts for monad mainnet (#1160)

    - Chain_ID: 143
    valens-carpentier authored Jul 21, 2025
    Configuration menu
    Copy the full SHA
    c4ae829 View commit details
    Browse the repository at this point in the history
  2. Add 1.3.0 eip 155 monad mainnet (#1162)

    Provide the Chain ID (Only 1 chain id per PR).
    - Chain_ID: 143
    valens-carpentier authored Jul 21, 2025
    Configuration menu
    Copy the full SHA
    d9c86d3 View commit details
    Browse the repository at this point in the history
Loading