Created
November 24, 2022 11:50
-
-
Save cdm/11f28240076f4c94fa395cd1bf9287fa to your computer and use it in GitHub Desktop.
vega-config-stagnet1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
# Default server configuration used by REST/GRPC/GRAPHQL examples | |
DATA_NODE_URL_REST="https://api.n00.stagnet1.vega.xyz/api/v2" | |
DATA_NODE_URL_GRAPHQL="https://api.n00.stagnet1.vega.xyz/graphql" | |
DATA_NODE_URL_GRPC="n00.stagnet1.vega.xyz:3007" | |
WALLET_SERVER_URL="localhost:1127" | |
MARKET_ID="" | |
PARTY_ID="" | |
ASSET_ID="" | |
export DATA_NODE_URL_GRPC | |
export DATA_NODE_URL_REST | |
export DATA_NODE_URL_GRAPHQL | |
export WALLET_SERVER_URL | |
export MARKET_ID | |
export PARTY_ID | |
export ASSET_ID |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment