Skip to content

Commit 7223768

Browse files
authored
fix license and readme (#1)
1 parent a99a73b commit 7223768

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Copyright (C) 2023 dYdX Trading Inc.
22

33
Subject to your compliance with applicable law and the v4 Terms of Use, available at dydx.exchange/legal, you are granted the right to use the Program or Licensed Work (defined below) under the terms of the GNU Affero General Public License as set forth below; provided, however, that if you violate any such applicable law in your use of the Program or Licensed Work, all of your rights and licenses to use (including any rights to reproduce, distribute, install or modify) the Program or Licensed Work will automatically and immediately terminate.
44

5-
The “Program” or “Licensed Work” shall mean any of the following: dydxprotocol/cosmos-sdk, dydxprotocol/cometbft, dydxprotocol/v4-chain, dydxprotocol/v4-clients, dydxprotocol/v4-web, dydxprotocol/v4-abacus, dydxprotocol/v4-localization, dydxprotocol/v4-documentation, and any dYdX or dYdX Trading Inc. repository reflecting a copy of, or link to, this license.
5+
The “Program” or “Licensed Work” shall mean any of the following: dydxprotocol/cosmos-sdk, dydxprotocol/cometbft, dydxprotocol/v4-chain, dydxprotocol/v4-clients, dydxprotocol/v4-web, dydxprotocol/v4-abacus, dydxprotocol/v4-localization, dydxprotocol/v4-documentation, v4-latency-scripts, and any dYdX or dYdX Trading Inc. repository reflecting a copy of, or link to, this license.
66

77

88
The GNU Affero General Public License

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Overview
2-
This repo contains various scripts to understand the latency of the dYdX chain.
2+
This repo contains various scripts to understand the latency of networks using the dYdX Chain software.
33
1. `listen_to_grpc_stream.py` - listens to a gRPC stream from a full node and writes and writes the received data to BigQuery.
44
2. `listen_to_websocket_stream.py` - listens to the indexer's websocket stream and writes and writes the received data to BigQuery.
55
3. `place_orders.py` - sends a new order to a public grpc node every block

0 commit comments

Comments
 (0)