-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'yuri/fix-ls-pools-bugs' of https://github.com/tangle-ne…
…twork/dapp into yuri/fix-ls-pools-bugs
- Loading branch information
Showing
39 changed files
with
6,018 additions
and
3,125 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,54 +1,56 @@ | ||
# Faucet DApp | ||
NEXT_PUBLIC_AMOUNT="20" | ||
NEXT_PUBLIC_NATIVE_AMOUNT="0.5" | ||
NEXT_PUBLIC_FAUCET_BACKEND_URL="http://127.0.0.1:8000" | ||
NEXT_PUBLIC_TWITTER_CLIENT_ID="<YOUR_TWITTER_CLIENT_ID>" | ||
TWITTER_CLIENT_SECRET="<YOUR_TWITTER_CLIENT_SECRET>" | ||
export NEXT_PUBLIC_AMOUNT="20" | ||
export NEXT_PUBLIC_NATIVE_AMOUNT="0.5" | ||
export NEXT_PUBLIC_FAUCET_BACKEND_URL="http://127.0.0.1:8000" | ||
export NEXT_PUBLIC_TWITTER_CLIENT_ID="<YOUR_TWITTER_CLIENT_ID>" | ||
export TWITTER_CLIENT_SECRET="<YOUR_TWITTER_CLIENT_SECRET>" | ||
|
||
# Bridge DApp | ||
# Make sure all the env vars of bridge DApp prefixed with BRIDGE_DAPP | ||
# because webpack will load and expose them to the browser | ||
BRIDGE_DAPP_DOMAIN="http:localhost:3000" | ||
export BRIDGE_DAPP_DOMAIN="http:localhost:3000" | ||
|
||
BRIDGE_DAPP_POLKADOT_TEST_ACCOUNT_ADDRESS="<YOUR_BRIDGE_DAPP_POLKADOT_TEST_ACCOUNT_ADDRESS>" | ||
export BRIDGE_DAPP_POLKADOT_TEST_ACCOUNT_ADDRESS="<YOUR_BRIDGE_DAPP_POLKADOT_TEST_ACCOUNT_ADDRESS>" | ||
|
||
BRIDGE_DAPP_WALLET_CONNECT_PROJECT_ID="<BRIDGE_DAPP_WALLET_CONNECT_PROJECT_ID>" | ||
export BRIDGE_DAPP_WALLET_CONNECT_PROJECT_ID="<BRIDGE_DAPP_WALLET_CONNECT_PROJECT_ID>" | ||
|
||
# If you want to enable the local orbit integration, | ||
# you need to set the local anchor addresses of the local orbit instance | ||
BRIDGE_DAPP_LOCAL_ORBIT_ANCHOR_ADDRESS="" | ||
export BRIDGE_DAPP_LOCAL_ORBIT_ANCHOR_ADDRESS="" | ||
|
||
# If you want to support Multicall3 contract for Orbit chains | ||
BRIDGE_DAPP_LOCAL_ORBIT_MULTICALL3_ADDRESS="" | ||
BRIDGE_DAPP_LOCAL_ATHENA_MULTICALL3_DEPLOYMENT_BLOCK=0 | ||
BRIDGE_DAPP_LOCAL_HERMES_MULTICALL3_DEPLOYMENT_BLOCK=0 | ||
BRIDGE_DAPP_LOCAL_DEMETER_MULTICALL3_DEPLOYMENT_BLOCK=0 | ||
export BRIDGE_DAPP_LOCAL_ORBIT_MULTICALL3_ADDRESS="" | ||
export BRIDGE_DAPP_LOCAL_ATHENA_MULTICALL3_DEPLOYMENT_BLOCK=0 | ||
export BRIDGE_DAPP_LOCAL_HERMES_MULTICALL3_DEPLOYMENT_BLOCK=0 | ||
export BRIDGE_DAPP_LOCAL_DEMETER_MULTICALL3_DEPLOYMENT_BLOCK=0 | ||
|
||
# Put an empty string to indicate the usage of the TANGLE_RPC_ENDPOINT | ||
# constant as the default Tangle RPC endpoint. Otherwise, "ws://127.0.0.1:9944" | ||
# will be used. Note that this value can be overridden by the user via | ||
# the UI's network selector. | ||
TANGLE_DAPP_USE_LOCAL_RPC_ENDPOINT="true" | ||
export TANGLE_DAPP_USE_LOCAL_RPC_ENDPOINT="true" | ||
|
||
VANCHOR_ADDRESSES='["<VANCHOR_ADDRESS>"]' | ||
ACTIVE_SUBGRAPHS="local" | ||
export VANCHOR_ADDRESSES='["<VANCHOR_ADDRESS>"]' | ||
export ACTIVE_SUBGRAPHS="local" | ||
|
||
# Testnet Leaderboard | ||
# Format yyyy-mm-dd | ||
TESTNET_LEADERBOARD_END_DATE="2023-12-31" | ||
TESTNET_LEADERBOARD_GUIDELINES_URL="" | ||
TESTNET_LEADERBOARD_REQUEST_POINTS_URL="" | ||
TESTNET_LEADERBOARD_BACKEND_URL="" | ||
export TESTNET_LEADERBOARD_END_DATE="2023-12-31" | ||
export TESTNET_LEADERBOARD_GUIDELINES_URL="" | ||
export TESTNET_LEADERBOARD_REQUEST_POINTS_URL="" | ||
export TESTNET_LEADERBOARD_BACKEND_URL="" | ||
|
||
# ZK Explorer | ||
ZK_EXPLORER_GITHUB_CLIENT_ID="" | ||
ZK_EXPLORER_API_BASE_URL="/api" | ||
export ZK_EXPLORER_GITHUB_CLIENT_ID="" | ||
export ZK_EXPLORER_API_BASE_URL="/api" | ||
|
||
# OFAC | ||
OFAC_COUNTRY_CODES='["<OFAC_COUNTRY_CODE>"]' | ||
OFAC_REGIONS='["<OFAC_REGION>"]' | ||
export OFAC_COUNTRY_CODES='["<OFAC_COUNTRY_CODE>"]' | ||
export OFAC_REGIONS='["<OFAC_REGION>"]' | ||
|
||
# Nx 18 enables using plugins to infer targets by default | ||
# This is disabled for existing workspaces to maintain compatibility | ||
# For more info, see: https://nx.dev/concepts/inferred-tasks | ||
NX_ADD_PLUGINS=false | ||
export NX_ADD_PLUGINS=false | ||
|
||
export ESLINT_USE_FLAT_CONFIG=false |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
blank_issues_enabled: true | ||
contact_links: | ||
- name: Webb Telegram | ||
url: https://t.me/webbprotocol | ||
about: Please ask questions here. | ||
- name: Webb Discord Server | ||
url: https://discord.com/invite/cv8EfJu3Tn | ||
about: Please ask and answer questions here. | ||
- name: Webb Feedback Discussion | ||
url: https://github.com/webb-tools/feedback/discussions/categories/webb-dapp-feedback | ||
about: Please provide feedback and discussion here. | ||
- name: Webb Telegram | ||
url: https://t.me/tangletnet | ||
about: Please ask questions here. | ||
- name: Webb Discord Server | ||
url: https://discord.com/invite/cv8EfJu3Tn | ||
about: Please ask and answer questions here. | ||
- name: Webb Feedback Discussion | ||
url: https://github.com/webb-tools/feedback/discussions/categories/webb-dapp-feedback | ||
about: Please provide feedback and discussion here. |
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
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
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
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
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
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
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
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
Oops, something went wrong.