@chainflip/utils 0.7.4 → 0.7.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/dist/consts.cjs CHANGED
@@ -149,6 +149,10 @@ var brokerAliasMap = {
149
149
  cFP82c86HiP35H7TwYziqnmUjSym3YdT3U2HwgrqN7krTyyih: {
150
150
  name: "Moca",
151
151
  twitter: "@moca_app"
152
+ },
153
+ cFPD5DrrsHb7Wi5nmBcFuPDcGRsWhv5Bz6vvzGqFYPFhbR3Sw: {
154
+ name: "Squid",
155
+ twitter: "@squidrouter"
152
156
  }
153
157
  };
154
158
  var lpAliasMap = {
package/dist/consts.js CHANGED
@@ -115,6 +115,10 @@ var brokerAliasMap = {
115
115
  cFP82c86HiP35H7TwYziqnmUjSym3YdT3U2HwgrqN7krTyyih: {
116
116
  name: "Moca",
117
117
  twitter: "@moca_app"
118
+ },
119
+ cFPD5DrrsHb7Wi5nmBcFuPDcGRsWhv5Bz6vvzGqFYPFhbR3Sw: {
120
+ name: "Squid",
121
+ twitter: "@squidrouter"
118
122
  }
119
123
  };
120
124
  var lpAliasMap = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chainflip/utils",
3
- "version": "0.7.4",
3
+ "version": "0.7.5",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist",