We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6500b3d commit cad9f80Copy full SHA for cad9f80
packages/thirdweb/src/assets/constants.ts
@@ -4,6 +4,7 @@ export const DEFAULT_REFERRER_REWARD_BPS = 5000; // 50%
4
export const DEFAULT_INFRA_ADMIN = "0x1a472863cf21d5aa27f417df9140400324c48f22";
5
export const DEFAULT_FEE_RECIPIENT =
6
"0x1Af20C6B23373350aD464700B5965CE4B0D2aD94";
7
+export const DEFAULT_SALT = "0x";
8
9
export const IMPLEMENTATIONS: Record<number, Record<string, string>> = {
10
8453: {
0 commit comments