Skip to content

Commit

Permalink
renamed package scope
Browse files Browse the repository at this point in the history
  • Loading branch information
melnour committed Jan 17, 2024
1 parent 6a8b154 commit 2d5573c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Safe Deployments

[![npm version](https://badge.fury.io/js/%40cryptiq_web3_ecosystem%2Fsafe-deployments.svg)](https://badge.fury.io/js/%40@cryptiq_web3_ecosystem%2Fsafe-deployments)
[![npm version](https://badge.fury.io/js/%40cryptiq-web3%2Fsafe-deployments.svg)](https://badge.fury.io/js/%40@cryptiq-web3%2Fsafe-deployments)
[![CI](https://github.com/melnour/safe-deployments/actions/workflows/test.yml/badge.svg)](https://github.com/melnour/safe-deployments/actions/workflows/test.yml)

This repo is a fork of [Safe deployments repository](https://github.com/safe-global/safe-deployments).
Expand All @@ -12,8 +12,8 @@ For each deployment the address on the different networks and the abi files are
To add additional deployments please follow the [deployment steps in the Safe contract repository](https://github.com/safe-global/safe-contracts#deployments).

## Install
- npm - `npm i @cryptiq_web3_ecosystem/safe-deployments`
- yarn - `yarn add @cryptiq_web3_ecosystem/safe-deployments`
- npm - `npm i @cryptiq-web3/safe-deployments`
- yarn - `yarn add @cryptiq-web3/safe-deployments`

## Usage

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cryptiq_web3_ecosystem/safe-deployments",
"version": "1.30.2",
"name": "@cryptiq-web3/safe-deployments",
"version": "1.30.1",
"description": "A fork of Safe singleton deployments by richard@safe.global",
"homepage": "https://github.com/melnour/safe-deployments/",
"license": "MIT",
Expand Down

0 comments on commit 2d5573c

Please sign in to comment.