@rabby-wallet/gnosis-sdk 1.4.0 → 1.4.1-alpha

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
@@ -9,11 +9,11 @@ export const HOST_MAP = {
9
9
  /**
10
10
  * polygon
11
11
  */
12
- "137": "https://safe-transaction-polygon.safe.global/api",
12
+ "137": "https://safe-txs-polygon.rabby.io/api",
13
13
  /**
14
14
  * bsc
15
15
  */
16
- "56": "https://safe-transaction-bsc.safe.global/api",
16
+ "56": "https://safe-txs-bsc.rabby.io/api",
17
17
  /**
18
18
  * Gnosis Chain
19
19
  */
@@ -25,11 +25,11 @@ export const HOST_MAP = {
25
25
  /**
26
26
  * arbitrum
27
27
  */
28
- "42161": "https://safe-transaction-arbitrum.safe.global/api",
28
+ "42161": "https://safe-txs-arb.rabby.io/api",
29
29
  /**
30
30
  * Optimism
31
31
  */
32
- "10": "https://safe-transaction-optimism.safe.global/api",
32
+ "10": "https://safe-txs-op.rabby.io/api",
33
33
  /**
34
34
  * Aurora
35
35
  */
@@ -37,7 +37,7 @@ export const HOST_MAP = {
37
37
  /**
38
38
  * Base
39
39
  */
40
- "8453": "https://safe-transaction-base.safe.global/api",
40
+ "8453": "https://safe-txs-base.rabby.io/api",
41
41
  /**
42
42
  * Celo
43
43
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rabby-wallet/gnosis-sdk",
3
- "version": "1.4.0",
3
+ "version": "1.4.1-alpha",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
package/src/api.ts CHANGED
@@ -55,11 +55,11 @@ export const HOST_MAP = {
55
55
  /**
56
56
  * polygon
57
57
  */
58
- "137": "https://safe-transaction-polygon.safe.global/api",
58
+ "137": "https://safe-txs-polygon.rabby.io/api",
59
59
  /**
60
60
  * bsc
61
61
  */
62
- "56": "https://safe-transaction-bsc.safe.global/api",
62
+ "56": "https://safe-txs-bsc.rabby.io/api",
63
63
  /**
64
64
  * Gnosis Chain
65
65
  */
@@ -71,11 +71,11 @@ export const HOST_MAP = {
71
71
  /**
72
72
  * arbitrum
73
73
  */
74
- "42161": "https://safe-transaction-arbitrum.safe.global/api",
74
+ "42161": "https://safe-txs-arb.rabby.io/api",
75
75
  /**
76
76
  * Optimism
77
77
  */
78
- "10": "https://safe-transaction-optimism.safe.global/api",
78
+ "10": "https://safe-txs-op.rabby.io/api",
79
79
  /**
80
80
  * Aurora
81
81
  */
@@ -83,7 +83,7 @@ export const HOST_MAP = {
83
83
  /**
84
84
  * Base
85
85
  */
86
- "8453": "https://safe-transaction-base.safe.global/api",
86
+ "8453": "https://safe-txs-base.rabby.io/api",
87
87
  /**
88
88
  * Celo
89
89
  */