You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'description' => __('Your thirdweb Client ID from the dashboard. Can also be set via .env file as THIRDWEB_CLIENT_ID.', 'thirdweb-wc'),
74
+
'description' => sprintf(
75
+
__('Get your Client ID from <a href="%s" target="_blank">thirdweb Dashboard</a>. Create a new project if you haven\'t already. Can also be set via .env file for development.', 'thirdweb-wc'),
'description' => __('Wallet address to receive payments', 'thirdweb-wc'),
84
+
'description' => sprintf(
85
+
__('Your project wallet address that will receive all payments. Get this from your <a href="%s" target="_blank">thirdweb project dashboard</a>.', 'thirdweb-wc'),
'description' => __('Select the blockchain to receive payments on', 'thirdweb-wc'),
95
+
'title' => __('Chain ID', 'thirdweb-wc'),
96
+
'type' => 'text',
97
+
'description' => sprintf(
98
+
__('The blockchain network chain ID to receive payments on. Default is 8453 (Base). Common chains: 1 (Ethereum), 8453 (Base), 137 (Polygon), 42161 (Arbitrum), 10 (Optimism). See <a href="%s" target="_blank">chainlist.org</a> for more chains.', 'thirdweb-wc'),
'description' => __('USDC/USDT contract address for the chain above. Make sure the token address matches your selected chain. Leave empty to accept the native token (ETH, MATIC, etc.). Default is USDC on Base (chain 8453).', 'thirdweb-wc'),
103
111
'default' => '0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913', // USDC on Base
104
-
'desc_tip' => true,
105
-
],
106
-
'webhook_secret' => [
107
-
'title' => __('Webhook Secret', 'thirdweb-wc'),
108
-
'type' => 'password',
109
-
'description' => __('Secret key for verifying webhook signatures', 'thirdweb-wc'),
0 commit comments