@rabby-wallet/gnosis-sdk 1.3.7 → 1.3.8

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/api.js CHANGED
@@ -58,6 +58,10 @@ const HOST_MAP = {
58
58
  * linea
59
59
  */
60
60
  "59144": "https://safe-transaction-linea.safe.global/api/v1",
61
+ /**
62
+ * X Layer
63
+ */
64
+ "196": "https://safe-transaction-xlayer.safe.global/api/v1",
61
65
  };
62
66
  export default class RequestProvider {
63
67
  constructor(networkId, adapter) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rabby-wallet/gnosis-sdk",
3
- "version": "1.3.7",
3
+ "version": "1.3.8",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
package/src/api.ts CHANGED
@@ -104,6 +104,10 @@ const HOST_MAP = {
104
104
  * linea
105
105
  */
106
106
  "59144": "https://safe-transaction-linea.safe.global/api/v1",
107
+ /**
108
+ * X Layer
109
+ */
110
+ "196": "https://safe-transaction-xlayer.safe.global/api/v1",
107
111
  };
108
112
 
109
113
  export default class RequestProvider {