-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: merge main updates, cleanup test constants
- Loading branch information
Showing
13 changed files
with
1,475 additions
and
375 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,17 @@ | ||
export const TEST_REGTEST_BITCOIN_BLOCKCHAIN_API = 'https://devnet.dlc.link/electrs'; | ||
export const TEST_TESTNET_BITCOIN_BLOCKCHAIN_API = 'https://testnet.dlc.link/electrs'; | ||
|
||
export const TEST_BITCOIN_BLOCKCHAIN_FEE_RECOMMENDATION_API = | ||
'https://devnet.dlc.link/electrs/fee-estimates'; | ||
|
||
export const TEST_REGTEST_ATTESTOR_APIS = [ | ||
'https://devnet.dlc.link/attestor-1', | ||
'https://devnet.dlc.link/attestor-2', | ||
'https://devnet.dlc.link/attestor-3', | ||
]; | ||
|
||
export const TEST_ETHEREUM_NODE_API = 'https://sepolia-rollup.arbitrum.io/rpc'; | ||
export const TEST_ETHEREUM_READ_ONLY_NODE_API = 'https://sepolia-rollup.arbitrum.io/rpc'; | ||
|
||
export const TEST_ETHEREUM_GITHUB_DEPLOYMENT_PLAN_ROOT_URL = | ||
'https://raw.githubusercontent.com/DLC-link/dlc-solidity'; |
Oops, something went wrong.