-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: update send endpoints to use raw jsonrpc (#1007)
- Loading branch information
1 parent
12ba404
commit b46095c
Showing
12 changed files
with
102 additions
and
23 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,10 @@ | ||
# SECRET ENVIRONMENT VARIABLES | ||
INDEXER_API_KEY= | ||
RPC_API_KEY= | ||
|
||
# ENVIRONMENT VARIABLES | ||
INDEXER_URL=https://btcbook.nownodes.io | ||
INDEXER_WS_URL=wss:/btcbook.nownodes.io/wss | ||
LOG_LEVEL=debug | ||
NETWORK=mainnet | ||
NETWORK=mainnet | ||
RPC_URL=https://btc.nownodes.io |
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,8 +1,10 @@ | ||
# SECRET ENVIRONMENT VARIABLES | ||
INDEXER_API_KEY= | ||
RPC_API_KEY= | ||
|
||
# ENVIRONMENT VARIABLES | ||
INDEXER_URL=https://bchbook.nownodes.io | ||
INDEXER_WS_URL=wss:/bchbook.nownodes.io/wss | ||
LOG_LEVEL=debug | ||
NETWORK=mainnet | ||
NETWORK=mainnet | ||
RPC_URL=https://bch.nownodes.io |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,10 @@ | ||
# SECRET ENVIRONMENT VARIABLES | ||
INDEXER_API_KEY= | ||
RPC_API_KEY= | ||
|
||
# ENVIRONMENT VARIABLES | ||
INDEXER_URL=https://dogebook.nownodes.io | ||
INDEXER_WS_URL=wss:/dogebook.nownodes.io/wss | ||
LOG_LEVEL=debug | ||
NETWORK=mainnet | ||
NETWORK=mainnet | ||
RPC_URL=https://doge.nownodes.io |
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,8 +1,10 @@ | ||
# SECRET ENVIRONMENT VARIABLES | ||
INDEXER_API_KEY= | ||
RPC_API_KEY= | ||
|
||
# ENVIRONMENT VARIABLES | ||
INDEXER_URL=https://ltcbook.nownodes.io | ||
INDEXER_WS_URL=wss:/ltcbook.nownodes.io/wss | ||
LOG_LEVEL=debug | ||
NETWORK=mainnet | ||
NETWORK=mainnet | ||
RPC_URL=https://ltc.nownodes.io |