Skip to content

Commit

Permalink
changing candy guard id (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
stranzhay authored Oct 10, 2022
1 parent ea4e7ae commit 8de80eb
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docker/runs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ cat << EOL > /plugin-config/accountsdb-plugin-config.json
"BGUMAp9Gq7iTEuizy4pqaxsTyUCBK68MDfK752saRPUY",
"cndy3Z4yapfJBmL3ShUp5exZKqR3z33thTzeNMm2gRZ",
"CndyV3LdqHUfDLmE5naZjVN8rBZz4tqhdefbAnjHG3JR",
"CnDYGRdU51FsSyLnVgSd19MCFxA4YHT5h3nacvCKMPUJ"
"Guard1JwRhJkVH6XZhzoYxeBVQe872VH6QggF4BWmS9g"
]
},
"transaction_selector" : {
Expand All @@ -43,7 +43,7 @@ cat << EOL > /plugin-config/accountsdb-plugin-config.json
"BGUMAp9Gq7iTEuizy4pqaxsTyUCBK68MDfK752saRPUY",
"cndy3Z4yapfJBmL3ShUp5exZKqR3z33thTzeNMm2gRZ",
"CndyV3LdqHUfDLmE5naZjVN8rBZz4tqhdefbAnjHG3JR",
"CnDYGRdU51FsSyLnVgSd19MCFxA4YHT5h3nacvCKMPUJ"
"Guard1JwRhJkVH6XZhzoYxeBVQe872VH6QggF4BWmS9g"
]
}
}
Expand Down
2 changes: 1 addition & 1 deletion plerkle/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions plerkle/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "plerkle"
description = "Geyser plugin with dynamic config reloading, message bus agnostic abstractions and a whole lot of fun."
version = "0.4.6"
version = "0.4.7"
authors = ["Metaplex Developers <[email protected]>"]
repository = "https://github.com/metaplex-foundation/digital-asset-validator-plugin"
license = "AGPL-3.0"
Expand Down Expand Up @@ -33,9 +33,9 @@ cadence-macros = "0.29.0"
chrono = "0.4.19"
tracing = "0.1.35"
hex = "0.4.3"
plerkle_messenger = { path = "../plerkle_messenger", version = "0.4.6", features = ["redis"] }
plerkle_messenger = { path = "../plerkle_messenger", version = "0.4.7", features = ["redis"] }
flatbuffers = "2.1.2"
plerkle_serialization = { path = "../plerkle_serialization", version = "0.4.6" }
plerkle_serialization = { path = "../plerkle_serialization", version = "0.4.7" }
tokio = { version = "1.17.0", features = ["full"] }
figment = { version = "0.10.6", features = ["env", "test"] }

Expand Down
2 changes: 1 addition & 1 deletion plerkle_messenger/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "plerkle_messenger"
description = "Metaplex Messenger trait for Geyser plugin producer/consumer patterns."
version = "0.4.6"
version = "0.4.7"
authors = ["Metaplex Developers <[email protected]>"]
repository = "https://github.com/metaplex-foundation/digital-asset-validator-plugin"
license = "AGPL-3.0"
Expand Down
2 changes: 1 addition & 1 deletion plerkle_serialization/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "plerkle_serialization"
description = "Metaplex Flatbuffers Plerkle Serialization for Geyser plugin producer/consumer patterns."
version = "0.4.6"
version = "0.4.7"
authors = ["Metaplex Developers <[email protected]>"]
repository = "https://github.com/metaplex-foundation/digital-asset-validator-plugin"
license = "AGPL-3.0"
Expand Down

0 comments on commit 8de80eb

Please sign in to comment.