Samuel Laferriere
Samuel Laferriere
This change is [](https://reviewable.io/reviews/starkware-libs/cairo-lang/48)
``` Gearbox liquidation bot started! Address provider: 0xa526311c39523f60b184709227875b5f34793bd4 [src/main.rs:42] &config = Config { chain_id: 42, chain_id_name: "KOVAN", private_key: , eth_provider_rpc: "https://kovan.infura.io/v3/45b291151b18471fb73a0d7782ca8a8a", address_provider: 0xa526311c39523f60b184709227875b5f34793bd4, path_finder: 0x434895faaf71004841869b5b3a8ad7c9cb79ae94, bot_address: 0x72c675f46d9dd2ea3d31e09e8c28d21011202b34, ampq_addr: "", etherscan:...
Fixed a typo and deleted redundant code (that was already included in previous page)
Fixed a typo and changed output of the `sui move build` command to reflect the output I see when running this command (possibly was updated in a latest version).
fixed a small typo
## Steps to Reproduce Issue `cargo init sui-questdb-bug` Add these dependencies to the toml file: ``` [dependencies] sui-sdk = { git = "https://github.com/MystenLabs/sui", branch = "testnet" } questdb-rs = "2.1.3"...
# Rationale abigen should generate interfaces for the structs it creates, to facilitate test doubles and other implementations. Here is one example in Optimism's codebase of them having to [define...
Wondering if there's any reason why dockprom doesn't include a log scraper such as promtail for loki, or fluentd, or mtail, etc?
Cross-posting from [atlantis repo](https://github.com/runatlantis/atlantis/issues/1312#issuecomment-1572805610). It would still be very useful for newcomers to have guidelines or even an example repo with suggestions on how to deal with different envs. We...