@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 +5 -5
- package/constants.js +5 -5
- package/package.json +1 -1
- package/src/constants.ts +5 -5
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 = "
|
|
831
|
-
export declare const SHOP_ADDRESS = "
|
|
832
|
-
export declare const ITEM_NFT_ADDRESS = "
|
|
833
|
-
export declare const PLAYERS_ADDRESS = "
|
|
834
|
-
export declare const PROMOTIONS_ADDRESS = "
|
|
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 = '
|
|
905
|
-
exports.SHOP_ADDRESS = '
|
|
906
|
-
exports.ITEM_NFT_ADDRESS = '
|
|
907
|
-
exports.PLAYERS_ADDRESS = '
|
|
908
|
-
exports.PROMOTIONS_ADDRESS = '
|
|
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
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 = '
|
|
934
|
-
export const SHOP_ADDRESS = '
|
|
935
|
-
export const ITEM_NFT_ADDRESS = '
|
|
936
|
-
export const PLAYERS_ADDRESS = '
|
|
937
|
-
export const PROMOTIONS_ADDRESS = '
|
|
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'
|