s/foundry-rs/paradigmxyz

This commit is contained in:
Georgios Konstantopoulos
2022-12-07 00:00:45 -08:00
parent dbd7375a1c
commit 4d718bbf33
37 changed files with 76 additions and 76 deletions

View File

@@ -3,7 +3,7 @@ name = "reth-bodies-downloaders"
version = "0.1.0"
edition = "2021"
license = "MIT OR Apache-2.0"
repository = "https://github.com/foundry-rs/reth"
repository = "https://github.com/paradigmxyz/reth"
readme = "README.md"
description = "Implementations of various block body downloaders"

View File

@@ -3,7 +3,7 @@ name = "reth-discv4"
version = "0.1.0"
edition = "2021"
license = "Apache-2.0"
repository = "https://github.com/foundry-rs/reth"
repository = "https://github.com/paradigmxyz/reth"
readme = "README.md"
description = """
Ethereum network support

View File

@@ -3,7 +3,7 @@ name = "reth-ecies"
version = "0.1.0"
edition = "2021"
license = "MIT OR Apache-2.0"
repository = "https://github.com/foundry-rs/reth"
repository = "https://github.com/paradigmxyz/reth"
readme = "README.md"
[dependencies]

View File

@@ -4,7 +4,7 @@ description = "Impements the eth/64 and eth/65 P2P protocols"
version = "0.1.0"
edition = "2021"
license = "MIT OR Apache-2.0"
repository = "https://github.com/foundry-rs/reth"
repository = "https://github.com/paradigmxyz/reth"
readme = "README.md"
[dependencies]

View File

@@ -3,7 +3,7 @@ name = "reth-headers-downloaders"
version = "0.1.0"
edition = "2021"
license = "MIT OR Apache-2.0"
repository = "https://github.com/foundry-rs/reth"
repository = "https://github.com/paradigmxyz/reth"
readme = "README.md"
description = "Implementations of various header downloader"

View File

@@ -3,7 +3,7 @@ name = "reth-ipc"
version = "0.1.0"
edition = "2021"
license = "MIT OR Apache-2.0"
repository = "https://github.com/foundry-rs/reth"
repository = "https://github.com/paradigmxyz/reth"
readme = "README.md"
description = """
IPC support for reth

View File

@@ -3,7 +3,7 @@ name = "reth-network"
version = "0.1.0"
edition = "2021"
license = "MIT OR Apache-2.0"
repository = "https://github.com/foundry-rs/reth"
repository = "https://github.com/paradigmxyz/reth"
readme = "README.md"
description = """
Ethereum network support

View File

@@ -3,7 +3,7 @@ name = "reth-p2p"
version = "0.1.0"
edition = "2021"
license = "MIT OR Apache-2.0"
repository = "https://github.com/foundry-rs/reth"
repository = "https://github.com/paradigmxyz/reth"
readme = "README.md"
description = "Utilities for interacting with ethereum's peer to peer network."

View File

@@ -3,7 +3,7 @@ name = "reth-rpc-api"
version = "0.1.0"
edition = "2021"
license = "MIT OR Apache-2.0"
repository = "https://github.com/foundry-rs/reth"
repository = "https://github.com/paradigmxyz/reth"
readme = "README.md"
description = """
Reth RPC interfaces

View File

@@ -3,7 +3,7 @@ name = "reth-rpc-types"
version = "0.1.0"
edition = "2021"
license = "MIT OR Apache-2.0"
repository = "https://github.com/foundry-rs/reth"
repository = "https://github.com/paradigmxyz/reth"
readme = "README.md"
description = """
Reth RPC types

View File

@@ -3,7 +3,7 @@ name = "reth-rpc"
version = "0.1.0"
edition = "2021"
license = "MIT OR Apache-2.0"
repository = "https://github.com/foundry-rs/reth"
repository = "https://github.com/paradigmxyz/reth"
readme = "README.md"
description = """
Reth RPC implementation