This repository has been archived by the owner on Aug 16, 2024. It is now read-only.
-
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.
Added a script for changing and testing templates in place with EJS data
- Loading branch information
1 parent
acc43db
commit b7ff412
Showing
5 changed files
with
117 additions
and
58 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 |
---|---|---|
|
@@ -21,4 +21,4 @@ | |
|
||
# Output files | ||
/dist | ||
/test | ||
/.template-dev |
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,30 @@ | ||
export const templateDevData = { | ||
'nextjs-dedicated-wallet': { | ||
network: 'ethereum-goerli', | ||
publishableApiKey: 'pk_live_FD2D70B32ABE11BD', | ||
loginMethods: ['EmailOTP', 'SMSOTP'], | ||
projectName: 'My Dedicated Wallet', | ||
}, | ||
'nextjs-flow-dedicated-wallet': { | ||
network: 'flow-testnet', | ||
publishableApiKey: 'pk_live_FD2D70B32ABE11BD', | ||
loginMethods: ['EmailOTP', 'SMSOTP'], | ||
projectName: 'My Flow Dedicated Wallet', | ||
}, | ||
'nextjs-flow-universal-wallet': { | ||
network: 'flow-testnet', | ||
publishableApiKey: 'pk_live_8D6C562ABCA3140A', | ||
projectName: 'My Flow Universal Wallet', | ||
}, | ||
'nextjs-solana-dedicated-wallet': { | ||
network: 'solana-devnet', | ||
publishableApiKey: 'pk_live_FD2D70B32ABE11BD', | ||
loginMethods: ['EmailOTP', 'SMSOTP'], | ||
projectName: 'ejs-test-project', | ||
projectName: 'My Solana Dedicated Wallet', | ||
}, | ||
'nextjs-universal-wallet': { | ||
network: 'ethereum-goerli', | ||
publishableApiKey: 'pk_live_8D6C562ABCA3140A', | ||
projectName: 'My Universal Wallet', | ||
}, | ||
}; |
File renamed without changes.
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