@chainflip/utils 2.1.3 → 2.1.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.
package/dist/consts.cjs CHANGED
@@ -215,6 +215,10 @@ const brokerAliasMap = {
215
215
  cFMDwBJmeivhWdYp6wSjDUdzqDV64A4efceRYHyHWTPHfQUZX: {
216
216
  name: "Xverse",
217
217
  twitter: "@xverse"
218
+ },
219
+ cFJ3dosNpW1X2GniSPsUKzWMnJW7NBBcNbimUBDnxa1Cfb551: {
220
+ name: "OrangeRock",
221
+ twitter: "@orangerock.xyz"
218
222
  }
219
223
  };
220
224
  const lpAliasMap = {
package/dist/consts.mjs CHANGED
@@ -213,6 +213,10 @@ const brokerAliasMap = {
213
213
  cFMDwBJmeivhWdYp6wSjDUdzqDV64A4efceRYHyHWTPHfQUZX: {
214
214
  name: "Xverse",
215
215
  twitter: "@xverse"
216
+ },
217
+ cFJ3dosNpW1X2GniSPsUKzWMnJW7NBBcNbimUBDnxa1Cfb551: {
218
+ name: "OrangeRock",
219
+ twitter: "@orangerock.xyz"
216
220
  }
217
221
  };
218
222
  const lpAliasMap = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chainflip/utils",
3
- "version": "2.1.3",
3
+ "version": "2.1.4",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist",