Skip to content
Open
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
4 changes: 2 additions & 2 deletions apps/crucible/api/characters/security-analyst.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,13 @@ IMPORTANT:
{
name: 'user',
content: {
text: 'Analyze https://raw.githubusercontent.com/elizaos/jeju/main/packages/contracts/src/agents/AgentVault.sol',
text: 'Analyze https://raw.githubusercontent.com/jejunetwork/jeju/main/packages/contracts/src/agents/AgentVault.sol',
},
},
{
name: 'Auditor',
content: {
text: "I'll perform a full security audit of the AgentVault contract.\n\n[ACTION: AUDIT_CONTRACT | url=https://raw.githubusercontent.com/elizaos/jeju/main/packages/contracts/src/agents/AgentVault.sol]",
text: "I'll perform a full security audit of the AgentVault contract.\n\n[ACTION: AUDIT_CONTRACT | url=https://raw.githubusercontent.com/jejunetwork/jeju/main/packages/contracts/src/agents/AgentVault.sol]",
},
},
],
Expand Down
2 changes: 1 addition & 1 deletion apps/crucible/tests/integration/security-analyst.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { describe, expect, test } from 'bun:test'

const CRUCIBLE_URL = process.env.CRUCIBLE_URL ?? 'http://localhost:8001'
const TEST_CONTRACT_URL =
'https://raw.githubusercontent.com/elizaos/jeju/main/packages/contracts/src/agents/AgentVault.sol'
'https://raw.githubusercontent.com/jejunetwork/jeju/main/packages/contracts/src/agents/AgentVault.sol'

// Known content from AgentVault.sol that MUST appear if fetched correctly
const AGENTVAULT_MARKERS = {
Expand Down
6 changes: 3 additions & 3 deletions apps/documentation/docs-index.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions apps/documentation/docs/pages/deployment/oracle-cloud.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ docker --version
### Step 3: Clone Configuration

```bash
git clone https://github.com/elizaos/jeju.git
git clone https://github.com/jejunetwork/jeju.git
cd jeju/packages/deployment/oracle-cloud
```

Expand Down Expand Up @@ -179,7 +179,7 @@ After the L2 stack is running, deploy the Jeju applications:

```bash
cd ~
git clone https://github.com/elizaos/jeju.git
git clone https://github.com/jejunetwork/jeju.git
```

### Step 2: Create ARM64 Dockerfiles
Expand Down
2 changes: 1 addition & 1 deletion apps/documentation/docs/pages/getting-started/networks.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const jeju = await createJejuClient({
Local development with Kurtosis.

```bash
git clone https://github.com/elizaos/jeju && cd jeju
git clone https://github.com/jejunetwork/jeju && cd jeju
bun install
bun run dev
```
Expand Down
2 changes: 1 addition & 1 deletion apps/documentation/docs/pages/guides/run-compute-node.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ sudo apt update && sudo apt install -y nvidia-container-toolkit
sudo systemctl restart docker

# Clone Jeju
git clone https://github.com/elizaos/jeju.git
git clone https://github.com/jejunetwork/jeju.git
cd jeju/apps/compute
bun install
```
Expand Down
2 changes: 1 addition & 1 deletion apps/documentation/docs/pages/guides/run-rpc-node.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ curl -fsSL https://get.docker.com | sh
sudo usermod -aG docker $USER

# Clone Jeju
git clone https://github.com/elizaos/jeju.git
git clone https://github.com/jejunetwork/jeju.git
cd jeju
```

Expand Down
2 changes: 1 addition & 1 deletion apps/documentation/docs/pages/guides/run-storage-node.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ curl -fsSL https://get.docker.com | sh
sudo usermod -aG docker $USER

# Clone Jeju
git clone https://github.com/elizaos/jeju.git
git clone https://github.com/jejunetwork/jeju.git
cd jeju/apps/storage
bun install
```
Expand Down
2 changes: 1 addition & 1 deletion apps/documentation/docs/pages/operate/compute-node.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ sudo apt update && sudo apt install -y nvidia-container-toolkit
sudo systemctl restart docker

# Clone and install
git clone https://github.com/elizaos/jeju.git
git clone https://github.com/jejunetwork/jeju.git
cd jeju/apps/compute
bun install
```
Expand Down
4 changes: 2 additions & 2 deletions apps/documentation/docs/pages/operate/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Serves blockchain RPC requests.
### Setup

```bash
git clone https://github.com/elizaos/jeju
git clone https://github.com/jejunetwork/jeju
cd jeju

cp .env.rpc.example .env
Expand Down Expand Up @@ -228,7 +228,7 @@ Node types:
- Solver: 0.5 ETH stake + capital

Setup:
git clone https://github.com/elizaos/jeju
git clone https://github.com/jejunetwork/jeju
docker compose -f packages/deployment/docker/rpc-node.yml up -d

Register:
Expand Down
2 changes: 1 addition & 1 deletion apps/documentation/docs/pages/operate/rpc-node.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Operate RPC infrastructure and earn rewards.
curl -fsSL https://get.docker.com | sh
sudo usermod -aG docker $USER

git clone https://github.com/elizaos/jeju.git
git clone https://github.com/jejunetwork/jeju.git
cd jeju
```

Expand Down
2 changes: 1 addition & 1 deletion apps/documentation/docs/pages/operate/storage-node.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Provide IPFS storage and earn fees.
curl -fsSL https://get.docker.com | sh
sudo usermod -aG docker $USER

git clone https://github.com/elizaos/jeju.git
git clone https://github.com/jejunetwork/jeju.git
cd jeju/apps/storage
bun install
```
Expand Down
2 changes: 1 addition & 1 deletion apps/documentation/docs/pages/tutorials/gasless-nft.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,6 @@ With 1 ETH deposited, you can sponsor ~100,000 mints.

## Full Code

See complete example: [github.com/elizaos/jeju-examples/gasless-nft](https://github.com/elizaos/jeju-examples/gasless-nft)
See complete example: [github.com/jejunetwork/jeju-examples/gasless-nft](https://github.com/jejunetwork/jeju-examples/gasless-nft)


2 changes: 1 addition & 1 deletion apps/documentation/docs/pages/tutorials/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Each tutorial follows the same pattern:

## Request a Tutorial

Want a tutorial on a specific topic? [Open an issue](https://github.com/elizaos/jeju/issues/new?labels=documentation&title=Tutorial%20Request:).
Want a tutorial on a specific topic? [Open an issue](https://github.com/jejunetwork/jeju/issues/new?labels=documentation&title=Tutorial%20Request:).

## Contributing

Expand Down
2 changes: 1 addition & 1 deletion apps/documentation/docs/pages/tutorials/trading-agent.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -470,6 +470,6 @@ curl http://localhost:3000/a2a \

## Full Code

See complete example: [github.com/elizaos/jeju-examples/trading-agent](https://github.com/elizaos/jeju-examples/trading-agent)
See complete example: [github.com/jejunetwork/jeju-examples/trading-agent](https://github.com/jejunetwork/jeju-examples/trading-agent)


2 changes: 1 addition & 1 deletion apps/documentation/docs/pages/tutorials/x402-api.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -409,6 +409,6 @@ try {

## Full Code

See complete example: [github.com/elizaos/jeju-examples/x402-api](https://github.com/elizaos/jeju-examples/x402-api)
See complete example: [github.com/jejunetwork/jeju-examples/x402-api](https://github.com/jejunetwork/jeju-examples/x402-api)


4 changes: 2 additions & 2 deletions apps/documentation/vocs.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,14 @@ export default defineConfig({
],

socials: [
{ icon: 'github', link: 'https://github.com/elizaos/jeju' },
{ icon: 'github', link: 'https://github.com/jejunetwork/jeju' },
{ icon: 'discord', link: 'https://discord.gg/elizaos' },
{ icon: 'x', link: 'https://twitter.com/elizaos' },
],

editLink: {
pattern:
'https://github.com/elizaos/jeju/edit/main/apps/documentation/docs/pages/:path',
'https://github.com/jejunetwork/jeju/edit/main/apps/documentation/docs/pages/:path',
text: 'Edit on GitHub',
},

Expand Down
2 changes: 1 addition & 1 deletion apps/dws/api/git/federation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ export class FederationManager {
software: {
name: 'jeju-git',
version: '1.0.0',
repository: 'https://github.com/elizaos/jeju',
repository: 'https://github.com/jejunetwork/jeju',
},
protocols: ['activitypub'],
usage: {
Expand Down
2 changes: 1 addition & 1 deletion packages/a2a/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/elizaos/jeju.git",
"url": "git+https://github.com/jejunetwork/jeju.git",
"directory": "packages/a2a"
},
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/elizaos/jeju.git",
"url": "git+https://github.com/jejunetwork/jeju.git",
"directory": "packages/api"
},
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -502,5 +502,5 @@ See [CONTRIBUTING.md](../../CONTRIBUTING.md) for guidelines.

- [Jeju Network](https://jejunetwork.org)
- [Documentation](https://docs.jejunetwork.org/oauth3)
- [GitHub](https://github.com/elizaos/jeju)
- [GitHub](https://github.com/jejunetwork/jeju)
- [Discord](https://discord.gg/jeju)
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/elizaos/jeju.git",
"url": "git+https://github.com/jejunetwork/jeju.git",
"directory": "packages/auth"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/bots/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/elizaos/jeju.git",
"url": "git+https://github.com/jejunetwork/jeju.git",
"directory": "packages/bots"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/cache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/elizaos/jeju.git",
"url": "git+https://github.com/jejunetwork/jeju.git",
"directory": "packages/cache"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/elizaos/jeju.git",
"url": "git+https://github.com/jejunetwork/jeju.git",
"directory": "packages/cli"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/elizaos/jeju.git",
"url": "git+https://github.com/jejunetwork/jeju.git",
"directory": "packages/config"
},
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/elizaos/jeju.git",
"url": "git+https://github.com/jejunetwork/jeju.git",
"directory": "packages/contracts"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/elizaos/jeju.git",
"url": "git+https://github.com/jejunetwork/jeju.git",
"directory": "packages/db"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/deployment/oracle-cloud-arm64/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ This deployment is designed for Oracle Cloud's Always Free tier using ARM64 proc
ssh ubuntu@<your-ip>

# Clone repo
git clone https://github.com/elizaos/jeju.git
git clone https://github.com/jejunetwork/jeju.git
cd jeju/packages/deployment/oracle-cloud-arm64

# Start L2 blockchain
Expand Down
2 changes: 1 addition & 1 deletion packages/durable-objects/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/elizaos/jeju.git",
"url": "git+https://github.com/jejunetwork/jeju.git",
"directory": "packages/durable-objects"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/eliza-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/elizaos/jeju.git",
"url": "git+https://github.com/jejunetwork/jeju.git",
"directory": "packages/eliza-plugin"
},
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/kms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/elizaos/jeju.git",
"url": "git+https://github.com/jejunetwork/jeju.git",
"directory": "packages/kms"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/messaging/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/elizaos/jeju.git",
"url": "git+https://github.com/jejunetwork/jeju.git",
"directory": "packages/messaging"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/elizaos/jeju.git",
"url": "git+https://github.com/jejunetwork/jeju.git",
"directory": "packages/sdk"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/elizaos/jeju.git",
"url": "git+https://github.com/jejunetwork/jeju.git",
"directory": "packages/shared"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/solana/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/elizaos/jeju.git",
"url": "git+https://github.com/jejunetwork/jeju.git",
"directory": "packages/solana"
},
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/elizaos/jeju.git",
"url": "git+https://github.com/jejunetwork/jeju.git",
"directory": "packages/tests"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/elizaos/jeju.git",
"url": "git+https://github.com/jejunetwork/jeju.git",
"directory": "packages/types"
},
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/elizaos/jeju.git",
"url": "git+https://github.com/jejunetwork/jeju.git",
"directory": "packages/ui"
},
"publishConfig": {
Expand Down