Skip to content

Commit

Permalink
feat: modify readme
Browse files Browse the repository at this point in the history
  • Loading branch information
aelf-lxy committed Sep 30, 2024
1 parent 99d430c commit d5a81c4
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,12 +88,26 @@ const didConfig = {
botId: TELEGRAM_BOT_ID,
},
},
// customNetworkType: NETWORK_TYPE === 'TESTNET' ? 'offline' : 'online',
// loginConfig: {
// loginMethodsOrder: [ "Email", "Google" , "Apple" , "Scan"]
// }
};

const baseConfig = {
showVconsole: false,
// ConfirmLogoutDialog: CustomizedConfirmLogoutDialog,
// SignInComponent: SignInProxy,
// defaultPin: '111111',
// PortkeyProviderProps: {
// theme: 'light' as any,
// },
// omitTelegramScript: false,
// cancelAutoLoginInTelegram: false,
enableAcceleration: true,
networkType: NETWORK_TYPE,
chainId: CHAIN_ID,
showVconsole: false,
chainId: CHAIN_ID,
keyboard: true,
noCommonBaseModal: false,
design: SignInDesignEnum.CryptoDesign, // "SocialDesign" | "CryptoDesign" | "Web2Design"
Expand All @@ -106,6 +120,7 @@ const wallets = [
appName: APP_NAME,
chainId: CHAIN_ID,
autoShowUnlock: true,
noNeedForConfirm: false,
}),
new PortkeyDiscoverWallet({
networkType: NETWORK_TYPE,
Expand Down

0 comments on commit d5a81c4

Please sign in to comment.