-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
commit 01bfd0d Author: yanukadeneth99 <[email protected]> Date: Sun Aug 21 22:58:06 2022 +0530 Finished getting balance for setup tokens commit 6114bf1 Author: yanukadeneth99 <[email protected]> Date: Sun Aug 21 20:41:36 2022 +0530 Fix up balance commit 5dea12d Author: yanukadeneth99 <[email protected]> Date: Sun Aug 21 19:51:12 2022 +0530 Setup getting balance for rinkeby,mumbai and goerli commit 00d6b47 Author: yanukadeneth99 <[email protected]> Date: Sun Aug 21 19:44:32 2022 +0530 Moved to json commit d082de6 Author: yanukadeneth99 <[email protected]> Date: Sun Aug 21 16:42:34 2022 +0530 Worked on getting the balance of goerli commit 4d83345 Author: yanukadeneth99 <[email protected]> Date: Sun Aug 21 15:34:47 2022 +0530 Worked on Feedback commit 84e42c8 Author: yanukadeneth99 <[email protected]> Date: Sun Aug 21 02:05:14 2022 +0530 Removed website command commit 1421fa9 Author: yanukadeneth99 <[email protected]> Date: Sun Aug 21 00:22:56 2022 +0530 Removed unwanted packages and moved to discord.js commit 4d897b0 Author: yanukadeneth99 <[email protected]> Date: Sun Aug 21 00:10:15 2022 +0530 Checking Webhook discord github commit bd0ddcb Author: yanukadeneth99 <[email protected]> Date: Sat Aug 20 23:30:42 2022 +0530 Updated code
- Loading branch information
1 parent
a771777
commit f16c240
Showing
14 changed files
with
378 additions
and
100 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
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,40 @@ | ||
{ | ||
"bot": { | ||
"clientId": "00000000000000", | ||
"guildId": "00000000000", | ||
"token": "xxxxxxxxxxxxx" | ||
}, | ||
"channels": { | ||
"feedback": "00000000000", | ||
"log": "00000000000" | ||
}, | ||
"roles": { | ||
"admin": { | ||
"id": "000000000000000" | ||
} | ||
}, | ||
"networks": { | ||
"goerli": { | ||
"nativeCurrency": "eth", | ||
"ALCHEMY_URL": "https://eth-goerli.g.alchemy.com/v2/xxxxxxxxxxx" | ||
}, | ||
"rinkeby": { | ||
"nativeCurrency": "eth", | ||
"ALCHEMY_URL": "https://eth-rinkeby.alchemyapi.io/v2/xxxxxxxxxx" | ||
}, | ||
"mumbai": { | ||
"nativeCurrency": "matic", | ||
"ALCHEMY_URL": "https://polygon-mumbai.g.alchemy.com/v2/xxxxxxxxxxxx" | ||
} | ||
}, | ||
"tokens": { | ||
"link": { | ||
"goerli": "0x326C977E6efc84E512bB9C30f76E30c160eD06FB", | ||
"rinkeby": "0x01BE23585060835E02B77ef475b0Cc51aA1e0709", | ||
"mumbai": "0x326C977E6efc84E512bB9C30f76E30c160eD06FB" | ||
} | ||
}, | ||
"stats": { | ||
"walletAddress": "xxxxxx" | ||
} | ||
} |
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.