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 11import { BroadcastOptions , SignerOptions } from '.' ;
22
33export const DEFAULT_OPTIONS : SignerOptions = {
4- NODE_URL : 'https://nodes.wavesplatform .com' ,
4+ NODE_URL : 'https://nodes.wavesnodes .com' ,
55 LOG_LEVEL : 'production' ,
66} ;
77
Original file line number Diff line number Diff line change @@ -241,7 +241,7 @@ export interface SignerOptions {
241241 /**
242242 * Урл ноды с которой будет работать библиотека
243243 * Байт сети получаем из урла ноды (из последнего блока)
244- * @default https://nodes.wavesplatform .com
244+ * @default https://nodes.wavesnodes .com
245245 */
246246 NODE_URL : string ;
247247 /**
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ import { TRANSACTION_TYPE } from '@waves/waves-transactions/dist/transactions';
1515export class TestProvider implements Provider {
1616 private options : ConnectOptions = {
1717 NETWORK_BYTE : NETWORK_BYTE ,
18- NODE_URL : 'https://nodes.wavesplatform .com' ,
18+ NODE_URL : 'https://nodes.wavesnodes .com' ,
1919 } ;
2020 private readonly seed : string ;
2121 public readonly user : UserData ;
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import fetch from 'node-fetch';
22import { waitTime } from './utils' ;
33
44export const NETWORK_BYTE = 87 ;
5- export const NODE_URL = 'https://nodes.wavesplatform .com' ;
5+ export const NODE_URL = 'https://nodes.wavesnodes .com' ;
66export const MOCK_URL = 'https://mock.com' ;
77export const ACCOUNTS = {
88 SIMPLE : {
You can’t perform that action at this time.
0 commit comments