Skip to content

Commit cee4c24

Browse files
authored
Migrate from base-org to base (#410)
1 parent 26d3279 commit cee4c24

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

.github/workflows/docker.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
env:
1111
REGISTRY: ghcr.io
12-
NAMESPACE: ghcr.io/base-org
12+
NAMESPACE: ghcr.io/base
1313
GETH_DEPRECATED_IMAGE_NAME: node
1414
GETH_IMAGE_NAME: node-geth
1515
RETH_IMAGE_NAME: node-reth

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ be locked to prevent further discussion.
5050

5151
All support requests must be made via [our support team][3].
5252

53-
[1]: https://github.com/base-org/node/issues
53+
[1]: https://github.com/base/node/issues
5454
[2]: https://medium.com/brigade-engineering/the-secrets-to-great-commit-messages-106fc0a92a25
5555
[3]: https://support.coinbase.com/customer/en/portal/articles/2288496-how-can-i-contact-coinbase-support-
5656

README.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ This repository contains the relevant Docker builds to run your own node on the
88

99
<!-- Badge row 1 - status -->
1010

11-
[![GitHub contributors](https://img.shields.io/github/contributors/base-org/node)](https://github.com/base-org/node/graphs/contributors)
12-
[![GitHub commit activity](https://img.shields.io/github/commit-activity/w/base-org/node)](https://github.com/base-org/node/graphs/commit-activity)
13-
[![GitHub Stars](https://img.shields.io/github/stars/base-org/node.svg)](https://github.com/base-org/node/stargazers)
14-
![GitHub repo size](https://img.shields.io/github/repo-size/base-org/node)
15-
[![GitHub](https://img.shields.io/github/license/base-org/node?color=blue)](https://github.com/base-org/node/blob/main/LICENSE)
11+
[![GitHub contributors](https://img.shields.io/github/contributors/base/node)](https://github.com/base/node/graphs/contributors)
12+
[![GitHub commit activity](https://img.shields.io/github/commit-activity/w/base/node)](https://github.com/base/node/graphs/commit-activity)
13+
[![GitHub Stars](https://img.shields.io/github/stars/base/node.svg)](https://github.com/base/node/stargazers)
14+
![GitHub repo size](https://img.shields.io/github/repo-size/base/node)
15+
[![GitHub](https://img.shields.io/github/license/base/node?color=blue)](https://github.com/base/node/blob/main/LICENSE)
1616

1717
<!-- Badge row 2 - links and profiles -->
1818

@@ -24,8 +24,8 @@ This repository contains the relevant Docker builds to run your own node on the
2424

2525
<!-- Badge row 3 - detailed status -->
2626

27-
[![GitHub pull requests by-label](https://img.shields.io/github/issues-pr-raw/base-org/node)](https://github.com/base-org/node/pulls)
28-
[![GitHub Issues](https://img.shields.io/github/issues-raw/base-org/node.svg)](https://github.com/base-org/node/issues)
27+
[![GitHub pull requests by-label](https://img.shields.io/github/issues-pr-raw/base/node)](https://github.com/base/node/pulls)
28+
[![GitHub Issues](https://img.shields.io/github/issues-raw/base/node.svg)](https://github.com/base/node/issues)
2929

3030
### Hardware requirements
3131

@@ -40,7 +40,7 @@ We recommend you have this hardware configuration to run a node:
4040

4141
### Troubleshooting
4242

43-
If you encounter problems with your node, please open a [GitHub issue](https://github.com/base-org/node/issues/new/choose) or reach out on our [Discord](https://discord.gg/buildonbase):
43+
If you encounter problems with your node, please open a [GitHub issue](https://github.com/base/node/issues/new/choose) or reach out on our [Discord](https://discord.gg/buildonbase):
4444

4545
- Once you've joined, in the Discord app go to `server menu` > `Linked Roles` > `connect GitHub` and connect your GitHub account so you can gain access to our developer channels
4646
- Report your issue in `#🛟|developer-support` or `🛠|node-operators`
@@ -96,7 +96,7 @@ Note that you'll need to override some of the default configuration that assumes
9696
Example:
9797

9898
```
99-
docker run --env-file .env.sepolia -e OP_NODE_L2_ENGINE_RPC=ws://localhost:8551 -e OP_NODE_RPC_PORT=7545 ghcr.io/base-org/node:latest
99+
docker run --env-file .env.sepolia -e OP_NODE_L2_ENGINE_RPC=ws://localhost:8551 -e OP_NODE_RPC_PORT=7545 ghcr.io/base/node:latest
100100
```
101101

102102
### Snapshots

0 commit comments

Comments
 (0)