@paintswap/estfor-definitions 0.2.81 → 0.2.82

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
@@ -827,11 +827,11 @@ export declare const QUEST_MEADERY_MADNESS = 13;
827
827
  export declare const QUEST_FOREST_FIRE = 14;
828
828
  export declare const QUEST_MITHRIL_MILITIA = 15;
829
829
  export declare const QUEST_MINOR_MINERS = 16;
830
- export declare const WORLD_ADDRESS = "0x94cb4ff6818b0969b62ac7b44d97a996594fb1c8";
831
- export declare const SHOP_ADDRESS = "0x593ed05fa8a1c19c90657850044fbf7315f123dc";
832
- export declare const ITEM_NFT_ADDRESS = "0xbf7c0526730e85eb2934f61f9f13fa165148f501";
833
- export declare const PLAYERS_ADDRESS = "0xbf7c0526730e85eb2934f61f9f13fa165148f501";
834
- export declare const PROMOTIONS_ADDRESS = "0xf28cab48e29be56fcc68574b5c147b780c35647c";
830
+ export declare const WORLD_ADDRESS = "0x431137ea4620dacaf0007f0dfbfb8dd298e3c570";
831
+ export declare const SHOP_ADDRESS = "0xa254f7a8f9819dac75b8017f2b54d0f31cb1691f";
832
+ export declare const ITEM_NFT_ADDRESS = "0x99998ed4c00de52263d92e6e5ebb66fa0986ae25";
833
+ export declare const PLAYERS_ADDRESS = "0x0c07300ed83db48cfa4048c3f4a465fb5ae454f7";
834
+ export declare const PROMOTIONS_ADDRESS = "0x04659ea5d6c3ab09532654139c8289cdfb2d3947";
835
835
  export declare const BETA_WORLD_ADDRESS = "0xe2f0b5cb118da85be68de1801d40726ce48009aa";
836
836
  export declare const BETA_SHOP_ADDRESS = "0xc5e24fbaba1a945226ad2f882e14fc7b44dc1f30";
837
837
  export declare const BETA_ITEM_NFT_ADDRESS = "0x1dae89b469d15b0ded980007dfdc8e68c363203d";
package/constants.js CHANGED
@@ -901,11 +901,11 @@ exports.QUEST_MEADERY_MADNESS = 13;
901
901
  exports.QUEST_FOREST_FIRE = 14;
902
902
  exports.QUEST_MITHRIL_MILITIA = 15;
903
903
  exports.QUEST_MINOR_MINERS = 16;
904
- exports.WORLD_ADDRESS = '0x94cb4ff6818b0969b62ac7b44d97a996594fb1c8';
905
- exports.SHOP_ADDRESS = '0x593ed05fa8a1c19c90657850044fbf7315f123dc';
906
- exports.ITEM_NFT_ADDRESS = '0xbf7c0526730e85eb2934f61f9f13fa165148f501';
907
- exports.PLAYERS_ADDRESS = '0xbf7c0526730e85eb2934f61f9f13fa165148f501';
908
- exports.PROMOTIONS_ADDRESS = '0xf28cab48e29be56fcc68574b5c147b780c35647c';
904
+ exports.WORLD_ADDRESS = '0x431137ea4620dacaf0007f0dfbfb8dd298e3c570';
905
+ exports.SHOP_ADDRESS = '0xa254f7a8f9819dac75b8017f2b54d0f31cb1691f';
906
+ exports.ITEM_NFT_ADDRESS = '0x99998ed4c00de52263d92e6e5ebb66fa0986ae25';
907
+ exports.PLAYERS_ADDRESS = '0x0c07300ed83db48cfa4048c3f4a465fb5ae454f7';
908
+ exports.PROMOTIONS_ADDRESS = '0x04659ea5d6c3ab09532654139c8289cdfb2d3947';
909
909
  exports.BETA_WORLD_ADDRESS = '0xe2f0b5cb118da85be68de1801d40726ce48009aa';
910
910
  exports.BETA_SHOP_ADDRESS = '0xc5e24fbaba1a945226ad2f882e14fc7b44dc1f30';
911
911
  exports.BETA_ITEM_NFT_ADDRESS = '0x1dae89b469d15b0ded980007dfdc8e68c363203d';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paintswap/estfor-definitions",
3
- "version": "0.2.81",
3
+ "version": "0.2.82",
4
4
  "description": "Types and constants for Estfor Kingdom",
5
5
  "repository": {
6
6
  "type": "git",
package/src/constants.ts CHANGED
@@ -930,11 +930,11 @@ export const QUEST_FOREST_FIRE = 14
930
930
  export const QUEST_MITHRIL_MILITIA = 15
931
931
  export const QUEST_MINOR_MINERS = 16
932
932
 
933
- export const WORLD_ADDRESS = '0x94cb4ff6818b0969b62ac7b44d97a996594fb1c8'
934
- export const SHOP_ADDRESS = '0x593ed05fa8a1c19c90657850044fbf7315f123dc'
935
- export const ITEM_NFT_ADDRESS = '0xbf7c0526730e85eb2934f61f9f13fa165148f501'
936
- export const PLAYERS_ADDRESS = '0xbf7c0526730e85eb2934f61f9f13fa165148f501'
937
- export const PROMOTIONS_ADDRESS = '0xf28cab48e29be56fcc68574b5c147b780c35647c'
933
+ export const WORLD_ADDRESS = '0x431137ea4620dacaf0007f0dfbfb8dd298e3c570'
934
+ export const SHOP_ADDRESS = '0xa254f7a8f9819dac75b8017f2b54d0f31cb1691f'
935
+ export const ITEM_NFT_ADDRESS = '0x99998ed4c00de52263d92e6e5ebb66fa0986ae25'
936
+ export const PLAYERS_ADDRESS = '0x0c07300ed83db48cfa4048c3f4a465fb5ae454f7'
937
+ export const PROMOTIONS_ADDRESS = '0x04659ea5d6c3ab09532654139c8289cdfb2d3947'
938
938
 
939
939
  export const BETA_WORLD_ADDRESS = '0xe2f0b5cb118da85be68de1801d40726ce48009aa'
940
940
  export const BETA_SHOP_ADDRESS = '0xc5e24fbaba1a945226ad2f882e14fc7b44dc1f30'