@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 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 = "0x28866bf156152966b5872bee39bc05b5b5eedb02";
2438
- export declare const SHOP_ADDRESS = "0x7fb574e4fbe876f751fec90e59686c2776df19f9";
2439
- export declare const ITEM_NFT_ADDRESS = "0x4b9c90ebb1fa98d9724db46c4689994b46706f5a";
2440
- export declare const PLAYERS_ADDRESS = "0x058ec56aba13f7fee3ae9c9b91b3bb03bc336143";
2441
- export declare const PROMOTIONS_ADDRESS = "0x7d1c598266Dd6Bb0Ed7a76161c11e5073D8A71A4";
2442
- export declare const PET_ADDRESS = "0xa6489181b24e966402891225c65f8e2d136ddd2e";
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 = '0x28866bf156152966b5872bee39bc05b5b5eedb02';
3333
- exports.SHOP_ADDRESS = '0x7fb574e4fbe876f751fec90e59686c2776df19f9';
3334
- exports.ITEM_NFT_ADDRESS = '0x4b9c90ebb1fa98d9724db46c4689994b46706f5a';
3335
- exports.PLAYERS_ADDRESS = '0x058ec56aba13f7fee3ae9c9b91b3bb03bc336143';
3336
- exports.PROMOTIONS_ADDRESS = '0x7d1c598266Dd6Bb0Ed7a76161c11e5073D8A71A4';
3337
- exports.PET_ADDRESS = '0xa6489181b24e966402891225c65f8e2d136ddd2e';
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paintswap/estfor-definitions",
3
- "version": "2.0.51",
3
+ "version": "2.0.52",
4
4
  "description": "Types and constants for Estfor Kingdom",
5
5
  "repository": {
6
6
  "type": "git",
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 = '0x28866bf156152966b5872bee39bc05b5b5eedb02'
3406
- export const SHOP_ADDRESS = '0x7fb574e4fbe876f751fec90e59686c2776df19f9'
3407
- export const ITEM_NFT_ADDRESS = '0x4b9c90ebb1fa98d9724db46c4689994b46706f5a'
3408
- export const PLAYERS_ADDRESS = '0x058ec56aba13f7fee3ae9c9b91b3bb03bc336143'
3409
- export const PROMOTIONS_ADDRESS = '0x7d1c598266Dd6Bb0Ed7a76161c11e5073D8A71A4'
3410
- export const PET_ADDRESS = '0xa6489181b24e966402891225c65f8e2d136ddd2e'
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'