2021-11-09 16:14:48 +03:00
|
|
|
import {krasnodar, stage, testNet} from '@fluencelabs/fluence-network-environment';
|
2021-10-07 13:55:10 +03:00
|
|
|
|
2021-11-09 16:14:48 +03:00
|
|
|
|
|
|
|
export const krasnodarConfig = {
|
|
|
|
relays: krasnodar,
|
|
|
|
externalAddressesRelay1: ['/ip4/164.90.171.139/tcp/7770', '/ip4/164.90.171.139/tcp/9990/ws'],
|
|
|
|
externalAddressesRelay2: ["/ip4/164.90.164.229/tcp/7001", "/ip4/164.90.164.229/tcp/9001/ws"],
|
2021-11-16 23:47:44 +03:00
|
|
|
tryCatchError: "Local service error, ret_code is 1, error message is '\"Service with id 'unex' not found (function getStr)\"'"
|
2021-11-09 16:14:48 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
export const stageConfig = {
|
|
|
|
relays: stage,
|
|
|
|
externalAddressesRelay1: ["/ip4/134.209.186.43/tcp/7001", "/ip4/134.209.186.43/tcp/9001/ws"],
|
|
|
|
externalAddressesRelay2: ["/ip4/134.209.186.43/tcp/7770", "/ip4/134.209.186.43/tcp/9990/ws"],
|
2021-11-16 23:47:44 +03:00
|
|
|
tryCatchError: "Local service error, ret_code is 1, error message is '\"Service with id 'unex' not found (function getStr)\"'"
|
2021-11-09 16:14:48 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
export const testNetConfig = {
|
|
|
|
relays: testNet,
|
|
|
|
externalAddressesRelay1: ["/ip4/165.227.164.206/tcp/7001", "/ip4/165.227.164.206/tcp/9001/ws"],
|
2021-11-09 17:46:23 +03:00
|
|
|
externalAddressesRelay2: ["/ip4/142.93.169.49/tcp/7001", "/ip4/142.93.169.49/tcp/9001/ws"],
|
2021-11-09 16:14:48 +03:00
|
|
|
tryCatchError: "Local service error, ret_code is 1, error message is '\"Service with id 'unex' not found (function getStr)\"'"
|
|
|
|
}
|
|
|
|
|
2022-03-16 10:14:23 +03:00
|
|
|
export const config = krasnodarConfig
|