Skip to content
Merged
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
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Thanks for your interest in contributing. This guide covers the setup, workflow,
## Setup

```bash
git clone https://github.com/AlexandreBenoit/mpp-inspector.git
git clone https://github.com/amgb20/MPP-Inspector.git
cd mpp-inspector
npm install
npm run build
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<a href="https://nodejs.org"><img src="https://img.shields.io/node/v/mpp-inspector?style=flat-square&color=00e5ff&labelColor=0d1117" alt="node" /></a>
<a href="https://www.tempo.xyz"><img src="https://img.shields.io/badge/chain-Tempo_(42431)-00e5ff?style=flat-square&labelColor=0d1117" alt="chain" /></a>
<a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/402"><img src="https://img.shields.io/badge/HTTP-402_Payment_Required-00e5ff?style=flat-square&labelColor=0d1117" alt="402" /></a>
<a href="https://github.com/AlexandreBenoit/mpp-inspector/actions/workflows/ci.yml"><img src="https://img.shields.io/github/actions/workflow/status/AlexandreBenoit/mpp-inspector/ci.yml?style=flat-square&labelColor=0d1117&color=00e5ff&label=CI" alt="CI" /></a>
<a href="https://github.com/amgb20/MPP-Inspector/actions/workflows/ci.yml"><img src="https://img.shields.io/github/actions/workflow/status/amgb20/MPP-Inspector/ci.yml?style=flat-square&labelColor=0d1117&color=00e5ff&label=CI" alt="CI" /></a>
<a href="#testing"><img src="https://img.shields.io/badge/coverage-80%25+-00e5ff?style=flat-square&labelColor=0d1117" alt="coverage" /></a>
</p>

Expand Down Expand Up @@ -185,7 +185,7 @@ mpp-inspector flow http://localhost:3402/v1/query --dry-run
### Development setup (from source)

```bash
git clone https://github.com/AlexandreBenoit/mpp-inspector.git
git clone https://github.com/amgb20/MPP-Inspector.git
cd mpp-inspector && npm install

# build everything
Expand Down Expand Up @@ -710,7 +710,7 @@ Use `--testnet` for testnet. Use `--rpc <url>` to override.
## `> dev`

```bash
git clone https://github.com/AlexandreBenoit/mpp-inspector.git
git clone https://github.com/amgb20/MPP-Inspector.git
cd mpp-inspector && npm install

npm run build # compile CLI
Expand Down
6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/AlexandreBenoit/mpp-inspector.git",
"url": "https://github.com/amgb20/MPP-Inspector.git",
"directory": "packages/cli"
},
"homepage": "https://github.com/AlexandreBenoit/mpp-inspector#readme",
"homepage": "https://github.com/amgb20/MPP-Inspector#readme",
"bugs": {
"url": "https://github.com/AlexandreBenoit/mpp-inspector/issues"
"url": "https://github.com/amgb20/MPP-Inspector/issues"
},
"engines": {
"node": ">=20.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/mock-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/AlexandreBenoit/mpp-inspector.git",
"url": "https://github.com/amgb20/MPP-Inspector.git",
"directory": "packages/mock-server"
},
"engines": {
Expand Down
6 changes: 3 additions & 3 deletions packages/plugin/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
"version": "0.1.0",
"author": {
"name": "MPP Inspector Contributors",
"url": "https://github.com/AlexandreBenoit/mpp-inspector"
"url": "https://github.com/amgb20/MPP-Inspector"
},
"repository": "https://github.com/AlexandreBenoit/mpp-inspector",
"homepage": "https://github.com/AlexandreBenoit/mpp-inspector#readme",
"repository": "https://github.com/amgb20/MPP-Inspector",
"homepage": "https://github.com/amgb20/MPP-Inspector#readme",
"license": "MIT",
"keywords": [
"mpp",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/AlexandreBenoit/mpp-inspector.git",
"url": "https://github.com/amgb20/MPP-Inspector.git",
"directory": "packages/plugin"
},
"engines": {
Expand Down
Loading