Skip to content

Commit f5c9a85

Browse files
committed
fix; update starknetid.rs version
1 parent b638262 commit f5c9a85

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

bot/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ lazy_static = "1.4.0"
2121
reqwest = "0.11.18"
2222
num-integer = "0.1.45"
2323
starknet = { git = "https://github.com/xJonathanLEI/starknet-rs", rev = "85906137d634c86b07de20fa33071e5cf186ce21" }
24-
starknet-id = { git = "https://github.com/starknet-id/starknetid.rs", branch = "fix/update_starknet_rs" }
24+
starknet-id = { git = "https://github.com/starknet-id/starknetid.rs", rev = "04958762b3085311d4f0d865941295a6411a694b" }
2525
serde_derive = "1.0.183"
2626
env_logger = "0.10.0"
2727
tonic = "0.10.0"

config.template.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ port = [8005, 8007, 8008]
2525
server_url = "http://0.0.0.0"
2626

2727
[watchtower]
28+
enabled = false
2829
endpoint = "https://api.watchtower.starknet.id/service/add_message"
2930
app_id = "XXXXXXXXXXXXXXXXX"
3031
token = "XXXXXXXXXXXXXXXXX"

0 commit comments

Comments
 (0)