@evedex/networks 3.4.3-dev.5 → 3.4.3-dev.6

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.
@@ -928,6 +928,10 @@
928
928
  "FactoryStaker": {
929
929
  "address": "0x96318d5FeCd6f7Cd472f879db974300e640E8790",
930
930
  "blockNumber": 276459699
931
+ },
932
+ "OwnableValidator": {
933
+ "address": "0xD712c57f7A081Df2c38F4d7fEAD8FDD63864C518",
934
+ "blockNumber": 276472145
931
935
  }
932
936
  },
933
937
  "arbitrum_demo_sepolia": {
@@ -979,6 +983,10 @@
979
983
  "FactoryStaker": {
980
984
  "address": "0xb66ab6B71b31Ff1c104A8730f916F3525980597f",
981
985
  "blockNumber": 276460355
986
+ },
987
+ "OwnableValidator": {
988
+ "address": "0xd078fDB6Ed7FDE4d675588Ed31426f7d50D101a0",
989
+ "blockNumber": 276472589
982
990
  }
983
991
  },
984
992
  "tron": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@evedex/networks",
3
- "version": "3.4.3-dev.5",
3
+ "version": "3.4.3-dev.6",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "registry": "https://registry.npmjs.org/",