-
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.
Fix API client issues & Add Pagoda EAPI client & Update UI kit (#68)
- Loading branch information
1 parent
bf5b241
commit a77002f
Showing
144 changed files
with
5,607 additions
and
4,609 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,7 +1,8 @@ | ||
NEXT_PUBLIC_NETWORK=mainnet | ||
NEXT_PUBLIC_PAGODA_API_KEY=a1b2c3d4-e5f6-7890-ab12-3cd4ef5g678h | ||
NEXT_PUBLIC_CONTRACT_NAME=potlock.near | ||
NEXT_PUBLIC_SOCIAL_DB_CONTRACT_ID=social.near | ||
NEXT_PUBLIC_NADABOT_CONTRACT_ID=v1.nadabot.near | ||
NEXT_PUBLIC_POTLOCK_LISTS_CONTRACT_ID=lists.potlock.near | ||
NEXT_PUBLIC_POTLOCK_DONATE_CONTRACT_ID=donate.potlock.near | ||
NEXT_PUBLIC_POTLOCK_POT_FACTORY_CONTRACT_ID=v1.potfactory.potlock.near | ||
NEXT_PUBLIC_POTLOCK_POT_FACTORY_CONTRACT_ID=v1.potfactory.potlock.near |
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 was deleted.
Oops, something went wrong.
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,14 @@ | ||
module.exports = { | ||
"pagoda-eapi": { | ||
input: "./pagoda-eapi.json", | ||
|
||
output: { | ||
target: "./src/common/api/pagoda/generated/client.ts", | ||
client: "swr", | ||
}, | ||
|
||
hooks: { | ||
afterAllFilesWrite: "yarn format", | ||
}, | ||
}, | ||
}; |
Oops, something went wrong.