@@ -4,11 +4,11 @@ Golang utility for proving and finalizing ETH withdrawals from op-stack chains.
4
4
5
5
<!-- Badge row 1 - status -->
6
6
7
- [ ![ GitHub contributors] ( https://img.shields.io/github/contributors/base-org /withdrawer )] ( https://github.com/base-org /withdrawer/graphs/contributors )
8
- [ ![ GitHub commit activity] ( https://img.shields.io/github/commit-activity/w/base-org /withdrawer )] ( https://github.com/base-org /withdrawer/graphs/contributors )
9
- [ ![ GitHub Stars] ( https://img.shields.io/github/stars/base-org /withdrawer.svg )] ( https://github.com/base-org /withdrawer/stargazers )
10
- ![ GitHub repo size] ( https://img.shields.io/github/repo-size/base-org /withdrawer )
11
- [ ![ GitHub] ( https://img.shields.io/github/license/base-org /withdrawer?color=blue )] ( https://github.com/base-org /withdrawer/blob/main/LICENSE )
7
+ [ ![ GitHub contributors] ( https://img.shields.io/github/contributors/base/withdrawer )] ( https://github.com/base/withdrawer/graphs/contributors )
8
+ [ ![ GitHub commit activity] ( https://img.shields.io/github/commit-activity/w/base/withdrawer )] ( https://github.com/base/withdrawer/graphs/contributors )
9
+ [ ![ GitHub Stars] ( https://img.shields.io/github/stars/base/withdrawer.svg )] ( https://github.com/base/withdrawer/stargazers )
10
+ ![ GitHub repo size] ( https://img.shields.io/github/repo-size/base/withdrawer )
11
+ [ ![ GitHub] ( https://img.shields.io/github/license/base/withdrawer?color=blue )] ( https://github.com/base/withdrawer/blob/main/LICENSE )
12
12
13
13
<!-- Badge row 2 - links and profiles -->
14
14
@@ -20,13 +20,13 @@ Golang utility for proving and finalizing ETH withdrawals from op-stack chains.
20
20
21
21
<!-- Badge row 3 - detailed status -->
22
22
23
- [ ![ GitHub pull requests by-label] ( https://img.shields.io/github/issues-pr-raw/base-org /withdrawer )] ( https://github.com/base-org /withdrawer/pulls )
24
- [ ![ GitHub Issues] ( https://img.shields.io/github/issues-raw/base-org /withdrawer.svg )] ( https://github.com/base-org /withdrawer/issues )
23
+ [ ![ GitHub pull requests by-label] ( https://img.shields.io/github/issues-pr-raw/base/withdrawer )] ( https://github.com/base/withdrawer/pulls )
24
+ [ ![ GitHub Issues] ( https://img.shields.io/github/issues-raw/base/withdrawer.svg )] ( https://github.com/base/withdrawer/issues )
25
25
26
26
## Installation
27
27
28
28
```
29
- git clone https://github.com/base-org /withdrawer.git
29
+ git clone https://github.com/base/withdrawer.git
30
30
cd withdrawer
31
31
go install .
32
32
```
0 commit comments