-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Shubham
committed
Mar 6, 2024
1 parent
24500a6
commit e5302df
Showing
11 changed files
with
19 additions
and
480 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
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"PRIVATE_KEY_NEW_STANDARD": { | ||
"PK": "0xyour channel's PK goes here", | ||
"CHAIN_ID": "eip115:chainId (11155111 for sepolia)" | ||
}, | ||
"PRIVATE_KEY_OLD_STANDARD": "0xyour channel's PK goes 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"cmcEndpoint": "https://pro-api.coinmarketcap.com/", | ||
"providerUrl":"https://rpc.ankr.com/eth", | ||
"providerUrl":"https://sepolia.gateway.tenderly.co", | ||
"route":"v1/cryptocurrency/quotes/latest", | ||
"cmcKey":"Key" | ||
"cmcKey":"coin marketcap api key" | ||
} | ||
|
Oops, something went wrong.