Skip to content

Commit 93fb378

Browse files
BigLepclaude
andauthored
Update repository URLs from helix-onchain to filecoin-project (#257)
Replace all references to https://github.com/helix-onchain/filecoin/ with https://github.com/filecoin-project/actors-utils to reflect the repository migration. This should ideally have been done as part of #234. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-authored-by: Claude <noreply@anthropic.com>
1 parent e8e85d0 commit 93fb378

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

frc42_dispatch/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description = "Filecoin FRC-0042 calling convention/dispatch support library"
44
version = "10.0.0"
55
license = "MIT OR Apache-2.0"
66
keywords = ["filecoin", "dispatch", "frc-0042"]
7-
repository = "https://github.com/helix-onchain/filecoin/"
7+
repository = "https://github.com/filecoin-project/actors-utils"
88
edition = "2021"
99

1010

frc42_dispatch/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
Helper library to work with [FRC-0042](https://github.com/filecoin-project/FIPs/blob/master/FRCs/frc-0042.md) method hashing
44

5-
There's an example of it in use [here](https://github.com/helix-onchain/filecoin/tree/main/dispatch_examples/greeter)
5+
There's an example of it in use [here](https://github.com/filecoin-project/actors-utils/tree/main/dispatch_examples/greeter)

frc42_dispatch/hasher/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "frc42_hasher"
33
version = "8.0.0"
44
license = "MIT OR Apache-2.0"
55
description = "Filecoin FRC-0042 calling convention method hashing"
6-
repository = "https://github.com/helix-onchain/filecoin/"
6+
repository = "https://github.com/filecoin-project/actors-utils"
77
edition = "2021"
88

99
[dependencies]

frc42_dispatch/macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "frc42_macros"
33
version = "8.0.0"
44
license = "MIT OR Apache-2.0"
55
description = "Filecoin FRC-0042 calling convention procedural macros"
6-
repository = "https://github.com/helix-onchain/filecoin/"
6+
repository = "https://github.com/filecoin-project/actors-utils"
77
edition = "2021"
88

99
[lib]

frc46_token/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description = "Filecoin FRC-0046 fungible token reference implementation"
44
version = "14.0.0"
55
license = "MIT OR Apache-2.0"
66
keywords = ["filecoin", "fvm", "token", "frc-0046"]
7-
repository = "https://github.com/helix-onchain/filecoin/"
7+
repository = "https://github.com/filecoin-project/actors-utils"
88
edition = "2021"
99

1010
[dependencies]

frc46_token/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
// https://github.com/helix-onchain/filecoin/issues/165
1+
// https://github.com/filecoin-project/actors-utils/issues/165
22
pub mod receiver;
33
pub mod token;

frc53_nft/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = "Filecoin FRC-0053 non-fungible token reference implementation"
55
version = "8.0.0"
66
license = "MIT OR Apache-2.0"
77
keywords = ["filecoin", "fvm", "token", "nft", "frc-0053"]
8-
repository = "https://github.com/helix-onchain/filecoin/"
8+
repository = "https://github.com/filecoin-project/actors-utils"
99
edition = "2021"
1010

1111
[dependencies]

fvm_actor_utils/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description = "Utils for authoring native actors for the Filecoin Virtual Machin
44
version = "14.0.0"
55
license = "MIT OR Apache-2.0"
66
keywords = ["filecoin", "fvm"]
7-
repository = "https://github.com/helix-onchain/filecoin/"
7+
repository = "https://github.com/filecoin-project/actors-utils"
88
edition = "2021"
99

1010
[dependencies]

0 commit comments

Comments
 (0)