@paintswap/estfor-definitions 2.0.51 → 2.0.52
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/constants.d.ts +6 -6
- package/constants.js +6 -6
- package/package.json +1 -1
- package/src/constants.ts +6 -6
package/constants.d.ts
CHANGED
|
@@ -2434,12 +2434,12 @@ export declare const PASSIVE_ACTION_KRAGSTYR_EGG_TIER3: number;
|
|
|
2434
2434
|
export declare const PASSIVE_ACTION_KRAGSTYR_EGG_TIER4: number;
|
|
2435
2435
|
export declare const PASSIVE_ACTION_KRAGSTYR_EGG_TIER5: number;
|
|
2436
2436
|
export declare const RAID_ICE_MONSTER = 1;
|
|
2437
|
-
export declare const WORLD_ADDRESS = "
|
|
2438
|
-
export declare const SHOP_ADDRESS = "
|
|
2439
|
-
export declare const ITEM_NFT_ADDRESS = "
|
|
2440
|
-
export declare const PLAYERS_ADDRESS = "
|
|
2441
|
-
export declare const PROMOTIONS_ADDRESS = "
|
|
2442
|
-
export declare const PET_ADDRESS = "
|
|
2437
|
+
export declare const WORLD_ADDRESS = "0x9b4ba31bf6031d9304c5d4487c3b30d58cef49a3";
|
|
2438
|
+
export declare const SHOP_ADDRESS = "0x80b78e431b6e52027debe297cd8ba614820a2f1b";
|
|
2439
|
+
export declare const ITEM_NFT_ADDRESS = "0x8970c63da309d5359a579c2f53bfd64f72b7b706";
|
|
2440
|
+
export declare const PLAYERS_ADDRESS = "0xefa670aad6d5921236e9655f346ca13a5c56481b";
|
|
2441
|
+
export declare const PROMOTIONS_ADDRESS = "0xaf48a8a12f29e30b3831392aa2ee6344d07d188b";
|
|
2442
|
+
export declare const PET_ADDRESS = "0xe97f8165d9d8d6835abdf7a814ba55dd09b7b1ed";
|
|
2443
2443
|
export declare const BETA_WORLD_ADDRESS = "0x7695be7272f3d223a40fc3c0499053f81c17cb65";
|
|
2444
2444
|
export declare const BETA_SHOP_ADDRESS = "0xb3778f2c24d94e3c7cfe608388bd35bba9401caa";
|
|
2445
2445
|
export declare const BETA_ITEM_NFT_ADDRESS = "0x8ee7d355f76fb5621ee89bca431ba0cd39fe14c5";
|
package/constants.js
CHANGED
|
@@ -3329,12 +3329,12 @@ exports.PASSIVE_ACTION_KRAGSTYR_EGG_TIER4 = exports.PASSIVE_ACTION_KRAGSTYR_EGG_
|
|
|
3329
3329
|
exports.PASSIVE_ACTION_KRAGSTYR_EGG_TIER5 = exports.PASSIVE_ACTION_KRAGSTYR_EGG_TIER1 + 4;
|
|
3330
3330
|
// Raids (No gaps!)
|
|
3331
3331
|
exports.RAID_ICE_MONSTER = 1;
|
|
3332
|
-
exports.WORLD_ADDRESS = '
|
|
3333
|
-
exports.SHOP_ADDRESS = '
|
|
3334
|
-
exports.ITEM_NFT_ADDRESS = '
|
|
3335
|
-
exports.PLAYERS_ADDRESS = '
|
|
3336
|
-
exports.PROMOTIONS_ADDRESS = '
|
|
3337
|
-
exports.PET_ADDRESS = '
|
|
3332
|
+
exports.WORLD_ADDRESS = '0x9b4ba31bf6031d9304c5d4487c3b30d58cef49a3';
|
|
3333
|
+
exports.SHOP_ADDRESS = '0x80b78e431b6e52027debe297cd8ba614820a2f1b';
|
|
3334
|
+
exports.ITEM_NFT_ADDRESS = '0x8970c63da309d5359a579c2f53bfd64f72b7b706';
|
|
3335
|
+
exports.PLAYERS_ADDRESS = '0xefa670aad6d5921236e9655f346ca13a5c56481b';
|
|
3336
|
+
exports.PROMOTIONS_ADDRESS = '0xaf48a8a12f29e30b3831392aa2ee6344d07d188b';
|
|
3337
|
+
exports.PET_ADDRESS = '0xe97f8165d9d8d6835abdf7a814ba55dd09b7b1ed';
|
|
3338
3338
|
exports.BETA_WORLD_ADDRESS = '0x7695be7272f3d223a40fc3c0499053f81c17cb65';
|
|
3339
3339
|
exports.BETA_SHOP_ADDRESS = '0xb3778f2c24d94e3c7cfe608388bd35bba9401caa';
|
|
3340
3340
|
exports.BETA_ITEM_NFT_ADDRESS = '0x8ee7d355f76fb5621ee89bca431ba0cd39fe14c5';
|
package/package.json
CHANGED
package/src/constants.ts
CHANGED
|
@@ -3402,12 +3402,12 @@ export const PASSIVE_ACTION_KRAGSTYR_EGG_TIER5 = PASSIVE_ACTION_KRAGSTYR_EGG_TIE
|
|
|
3402
3402
|
// Raids (No gaps!)
|
|
3403
3403
|
export const RAID_ICE_MONSTER = 1
|
|
3404
3404
|
|
|
3405
|
-
export const WORLD_ADDRESS = '
|
|
3406
|
-
export const SHOP_ADDRESS = '
|
|
3407
|
-
export const ITEM_NFT_ADDRESS = '
|
|
3408
|
-
export const PLAYERS_ADDRESS = '
|
|
3409
|
-
export const PROMOTIONS_ADDRESS = '
|
|
3410
|
-
export const PET_ADDRESS = '
|
|
3405
|
+
export const WORLD_ADDRESS = '0x9b4ba31bf6031d9304c5d4487c3b30d58cef49a3'
|
|
3406
|
+
export const SHOP_ADDRESS = '0x80b78e431b6e52027debe297cd8ba614820a2f1b'
|
|
3407
|
+
export const ITEM_NFT_ADDRESS = '0x8970c63da309d5359a579c2f53bfd64f72b7b706'
|
|
3408
|
+
export const PLAYERS_ADDRESS = '0xefa670aad6d5921236e9655f346ca13a5c56481b'
|
|
3409
|
+
export const PROMOTIONS_ADDRESS = '0xaf48a8a12f29e30b3831392aa2ee6344d07d188b'
|
|
3410
|
+
export const PET_ADDRESS = '0xe97f8165d9d8d6835abdf7a814ba55dd09b7b1ed'
|
|
3411
3411
|
|
|
3412
3412
|
export const BETA_WORLD_ADDRESS = '0x7695be7272f3d223a40fc3c0499053f81c17cb65'
|
|
3413
3413
|
export const BETA_SHOP_ADDRESS = '0xb3778f2c24d94e3c7cfe608388bd35bba9401caa'
|