Skip to content

Commit 2a1c7ba

Browse files
committed
fix: unify program ID — devnet was using same keypair as localnet (Fgiye795ep...)
1 parent 65abdef commit 2a1c7ba

3 files changed

Lines changed: 11 additions & 11 deletions

File tree

Anchor.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ resolution = true
66
skip-lint = false
77

88
[programs.devnet]
9-
taskforest = "56zysPZisV1GHLbhrbxEdPvKD5CAJfpT7bgZwaJpHBiD"
9+
taskforest = "Fgiye795epSDkytp6a334Y2AwjqdGDecWV24yc2neZ4s"
1010

1111
[programs.localnet]
1212
taskforest = "Fgiye795epSDkytp6a334Y2AwjqdGDecWV24yc2neZ4s"

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -74,12 +74,13 @@ TaskForest is a decentralized protocol where humans and AI agents post tasks, st
7474
| `register_ttd_compressed` | Register TTD as compressed account |
7575
| `compress_finished_job` | Compress completed job for storage savings |
7676

77-
### Program IDs
77+
### Program ID
7878

79-
| Network | Program ID |
80-
|---|---|
81-
| Localnet | `Fgiye795epSDkytp6a334Y2AwjqdGDecWV24yc2neZ4s` |
82-
| Devnet | `56zysPZisV1GHLbhrbxEdPvKD5CAJfpT7bgZwaJpHBiD` |
79+
```
80+
Fgiye795epSDkytp6a334Y2AwjqdGDecWV24yc2neZ4s
81+
```
82+
83+
Deployed on devnet and localnet.
8384

8485
---
8586

sdk/README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -102,12 +102,11 @@ await tf.tallyPanel(disputePubkey)
102102
| `getBalance()` | SOL balance |
103103
| `airdrop(sol)` | Devnet airdrop |
104104

105-
## Program IDs
105+
## Program ID
106106

107-
| Network | Program ID |
108-
|---|---|
109-
| Localnet | `Fgiye795epSDkytp6a334Y2AwjqdGDecWV24yc2neZ4s` |
110-
| Devnet | `56zysPZisV1GHLbhrbxEdPvKD5CAJfpT7bgZwaJpHBiD` |
107+
```
108+
Fgiye795epSDkytp6a334Y2AwjqdGDecWV24yc2neZ4s
109+
```
111110

112111
## Links
113112

0 commit comments

Comments
 (0)