@pushchain/core 0.1.27 → 0.1.28

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pushchain/core",
3
- "version": "0.1.27",
3
+ "version": "0.1.28",
4
4
  "dependencies": {
5
5
  "@bufbuild/protobuf": "^2.0.0",
6
6
  "@coral-xyz/anchor": "^0.31.0",
@@ -79,7 +79,7 @@ exports.CHAIN_INFO = {
79
79
  vm: enums_1.VM.EVM,
80
80
  lockerContract: '0x28E0F09bE2321c1420Dc60Ee146aACbD68B335Fe',
81
81
  defaultRPC: [chains_1.sepolia.rpcUrls.default.http[0]],
82
- confirmations: 0,
82
+ confirmations: 1,
83
83
  timeout: 30000,
84
84
  },
85
85
  // Solana
@@ -104,7 +104,7 @@ exports.CHAIN_INFO = {
104
104
  vm: enums_1.VM.SVM,
105
105
  lockerContract: '3zrWaMknHTRQpZSxY4BvQxw9TStSXiHcmcp3NMPTFkke',
106
106
  defaultRPC: ['https://api.devnet.solana.com'],
107
- confirmations: 0,
107
+ confirmations: 1,
108
108
  timeout: 5000,
109
109
  },
110
110
  };