Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add monitoring for PragmaV2 EVM contract #44

Merged
merged 35 commits into from
Oct 24, 2024
Merged
Show file tree
Hide file tree
Changes from 15 commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
80881a7
init
azurwastaken Oct 10, 2024
98de7e1
fiou
azurwastaken Oct 10, 2024
0757701
Merge branch 'main' into feat/EVMMonitoring
azurwastaken Oct 10, 2024
a357991
lint
azurwastaken Oct 10, 2024
f3dd8ef
Update main.rs
azurwastaken Oct 10, 2024
95fbaab
lint
azurwastaken Oct 10, 2024
6e3f26d
zzzzzz
azurwastaken Oct 10, 2024
b374863
remove comment
azurwastaken Oct 10, 2024
9033fe7
change to pragma_contract_address
azurwastaken Oct 10, 2024
88c3d0f
Update evm.rs
azurwastaken Oct 10, 2024
c20d8eb
refacto
azurwastaken Oct 10, 2024
3feef03
quick refacto
azurwastaken Oct 10, 2024
68cfee7
Update evm.rs
azurwastaken Oct 10, 2024
d7483ba
cleeeeean
azurwastaken Oct 11, 2024
8a44b8f
Update evm.rs
azurwastaken Oct 11, 2024
2355b93
Update evm.rs
azurwastaken Oct 11, 2024
cbfb50b
Update evm.rs
azurwastaken Oct 11, 2024
486d597
yes
azurwastaken Oct 11, 2024
fb3fd2a
Update evm.rs
azurwastaken Oct 11, 2024
2669d28
Update evm.rs
azurwastaken Oct 11, 2024
ea2b344
Update evm.rs
azurwastaken Oct 11, 2024
a06ecc3
Update evm.rs
azurwastaken Oct 11, 2024
054b226
Update evm.rs
azurwastaken Oct 11, 2024
92eda7d
Update evm.rs
azurwastaken Oct 11, 2024
30977eb
yy
azurwastaken Oct 11, 2024
2bd7bd4
d
azurwastaken Oct 11, 2024
ad0006b
Update evm_config.yaml
azurwastaken Oct 11, 2024
d8e84d6
s
azurwastaken Oct 11, 2024
c20eab6
s
azurwastaken Oct 11, 2024
7bc7caa
f adel
azurwastaken Oct 11, 2024
0389349
JE SAIS
azurwastaken Oct 11, 2024
d466840
moai
azurwastaken Oct 11, 2024
6702fec
adelnit
azurwastaken Oct 22, 2024
8b07a9f
Delete Pragma.json
azurwastaken Oct 22, 2024
f12a68b
lint
azurwastaken Oct 22, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ SPOT_PAIRS=BTC/USD,ETH/USD,USDC/USD,USDT/USD,DAI/USD
FUTURE_PAIRS=BTC/USD,ETH/USD,BTC/USDT,ETH/USDT
IGNORE_SOURCES=BITSTAMP,DEFILLAMA
IGNORE_PUBLISHERS=BINANCE
EVM_CONFIG_PATH="./evm_config.yaml"
akhercha marked this conversation as resolved.
Show resolved Hide resolved

# Prometheus
TELEGRAM_TOKEN=
Expand Down
Loading
Loading