@triadxyz/poseidons-protocol 0.0.3 → 0.0.4

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.
@@ -240,7 +240,7 @@
240
240
  {
241
241
  "name": "squads",
242
242
  "writable": true,
243
- "address": "FfL6Un8E1BZRskhG8gVG5XWbpvBX1RjAJ7FEWpA78ysz"
243
+ "address": "Hk1r2NUL4LbUhx1agg1w44tyZiNr72mbeLsg6suF5MA4"
244
244
  },
245
245
  {
246
246
  "name": "poseidon_vault",
@@ -345,7 +345,7 @@ export type PoseidonsProtocol = {
345
345
  {
346
346
  name: 'squads';
347
347
  writable: true;
348
- address: 'FfL6Un8E1BZRskhG8gVG5XWbpvBX1RjAJ7FEWpA78ysz';
348
+ address: 'Hk1r2NUL4LbUhx1agg1w44tyZiNr72mbeLsg6suF5MA4';
349
349
  },
350
350
  {
351
351
  name: 'poseidonVault';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@triadxyz/poseidons-protocol",
3
- "version": "0.0.3",
3
+ "version": "0.0.4",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",