@dynamic-labs-wallet/midnight 1.0.47 → 1.0.49
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/index.cjs.js +1 -1
- package/index.esm.js +1 -1
- package/package.json +2 -2
package/index.cjs.js
CHANGED
|
@@ -1861,7 +1861,7 @@ var DynamicMidnightWalletClient = /*#__PURE__*/ function(DynamicWalletClient) {
|
|
|
1861
1861
|
feeBlocksMargin: 5
|
|
1862
1862
|
},
|
|
1863
1863
|
relayURL: new URL('wss://rpc.preview.midnight.network'),
|
|
1864
|
-
provingServerUrl: new URL('
|
|
1864
|
+
provingServerUrl: new URL('https://proof-server.us-east-1.dynamic-preprod.xyz'),
|
|
1865
1865
|
indexerClientConnection: {
|
|
1866
1866
|
indexerHttpUrl: 'https://indexer.preview.midnight.network/api/v4/graphql',
|
|
1867
1867
|
indexerWsUrl: 'wss://indexer.preview.midnight.network/api/v4/graphql/ws'
|
package/index.esm.js
CHANGED
|
@@ -1840,7 +1840,7 @@ var DynamicMidnightWalletClient = /*#__PURE__*/ function(DynamicWalletClient) {
|
|
|
1840
1840
|
feeBlocksMargin: 5
|
|
1841
1841
|
},
|
|
1842
1842
|
relayURL: new URL('wss://rpc.preview.midnight.network'),
|
|
1843
|
-
provingServerUrl: new URL('
|
|
1843
|
+
provingServerUrl: new URL('https://proof-server.us-east-1.dynamic-preprod.xyz'),
|
|
1844
1844
|
indexerClientConnection: {
|
|
1845
1845
|
indexerHttpUrl: 'https://indexer.preview.midnight.network/api/v4/graphql',
|
|
1846
1846
|
indexerWsUrl: 'wss://indexer.preview.midnight.network/api/v4/graphql/ws'
|
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dynamic-labs-wallet/midnight",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.49",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"dependencies": {
|
|
7
|
-
"@dynamic-labs-wallet/browser": "1.0.
|
|
7
|
+
"@dynamic-labs-wallet/browser": "1.0.49",
|
|
8
8
|
"@dynamic-labs/sdk-api-core": "^0.0.984",
|
|
9
9
|
"@midnight-ntwrk/ledger-v8": "^8.1.0",
|
|
10
10
|
"@midnight-ntwrk/wallet-sdk-abstractions": "2.1.0",
|