@paintswap/estfor-definitions 2.0.4 → 2.0.5

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.js CHANGED
@@ -2713,7 +2713,7 @@ exports.BETA_PLAYERS_ADDRESS = '0x0aac9c0966ad5ea59cd0a47a0d415a68126ab7be';
2713
2713
  exports.BETA_PROMOTIONS_ADDRESS = '0xf28cab48e29be56fcc68574b5c147b780c35647c';
2714
2714
  exports.BETA_PET_ADDRESS = '0x1681f593ac5cba407c2a190de0ca2beb4a69b5d3';
2715
2715
  exports.TIER_REWARD_START_XP = [0, 7650, 33_913, 195_864, 784_726]; // tier 6 when it's added 2_219_451
2716
- // 0 xp = level 1 (up to level 130)
2716
+ // 0 xp = level 1 (up to level 140)
2717
2717
  exports.levelXp = [
2718
2718
  0, 84, 174, 270, 374, 486, 606, 734, 872, 1021, 1179, 1350, 1532, 1728, 1938, 2163, 2404, 2662, 2939, 3236, 3553,
2719
2719
  3894, 4258, 4649, 5067, 5515, 5995, 6510, 7060, 7650, 8282, 8959, 9685, 10461, 11294, 12185, 13140, 14162, 15258,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paintswap/estfor-definitions",
3
- "version": "2.0.4",
3
+ "version": "2.0.5",
4
4
  "description": "Types and constants for Estfor Kingdom",
5
5
  "repository": {
6
6
  "type": "git",
package/src/constants.ts CHANGED
@@ -2785,7 +2785,7 @@ export const BETA_PET_ADDRESS = '0x1681f593ac5cba407c2a190de0ca2beb4a69b5d3'
2785
2785
 
2786
2786
  export const TIER_REWARD_START_XP = [0, 7650, 33_913, 195_864, 784_726] // tier 6 when it's added 2_219_451
2787
2787
 
2788
- // 0 xp = level 1 (up to level 130)
2788
+ // 0 xp = level 1 (up to level 140)
2789
2789
  export const levelXp: Array<i32> = [
2790
2790
  0, 84, 174, 270, 374, 486, 606, 734, 872, 1021, 1179, 1350, 1532, 1728, 1938, 2163, 2404, 2662, 2939, 3236, 3553,
2791
2791
  3894, 4258, 4649, 5067, 5515, 5995, 6510, 7060, 7650, 8282, 8959, 9685, 10461, 11294, 12185, 13140, 14162, 15258,