File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
import { BroadcastOptions , SignerOptions } from '.' ;
2
2
3
3
export const DEFAULT_OPTIONS : SignerOptions = {
4
- NODE_URL : 'https://nodes.wavesplatform .com' ,
4
+ NODE_URL : 'https://nodes.wavesnodes .com' ,
5
5
LOG_LEVEL : 'production' ,
6
6
} ;
7
7
Original file line number Diff line number Diff line change @@ -241,7 +241,7 @@ export interface SignerOptions {
241
241
/**
242
242
* Урл ноды с которой будет работать библиотека
243
243
* Байт сети получаем из урла ноды (из последнего блока)
244
- * @default https://nodes.wavesplatform .com
244
+ * @default https://nodes.wavesnodes .com
245
245
*/
246
246
NODE_URL : string ;
247
247
/**
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ import { TRANSACTION_TYPE } from '@waves/waves-transactions/dist/transactions';
15
15
export class TestProvider implements Provider {
16
16
private options : ConnectOptions = {
17
17
NETWORK_BYTE : NETWORK_BYTE ,
18
- NODE_URL : 'https://nodes.wavesplatform .com' ,
18
+ NODE_URL : 'https://nodes.wavesnodes .com' ,
19
19
} ;
20
20
private readonly seed : string ;
21
21
public readonly user : UserData ;
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import fetch from 'node-fetch';
2
2
import { waitTime } from './utils' ;
3
3
4
4
export const NETWORK_BYTE = 87 ;
5
- export const NODE_URL = 'https://nodes.wavesplatform .com' ;
5
+ export const NODE_URL = 'https://nodes.wavesnodes .com' ;
6
6
export const MOCK_URL = 'https://mock.com' ;
7
7
export const ACCOUNTS = {
8
8
SIMPLE : {
You can’t perform that action at this time.
0 commit comments