Skip to content

Commit 1ea9338

Browse files
[trello.com/c/WLZONtky] Move to new eth node
1 parent 647741b commit 1ea9338

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

Adamant.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3310,7 +3310,7 @@
33103310
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
33113311
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
33123312
CODE_SIGN_STYLE = Manual;
3313-
CURRENT_PROJECT_VERSION = 231;
3313+
CURRENT_PROJECT_VERSION = 252;
33143314
DEVELOPMENT_TEAM = "";
33153315
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = J2L77FMN46;
33163316
DISPLAY_NAME = ADM.Dev;
@@ -3343,7 +3343,7 @@
33433343
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
33443344
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
33453345
CODE_SIGN_STYLE = Manual;
3346-
CURRENT_PROJECT_VERSION = 231;
3346+
CURRENT_PROJECT_VERSION = 252;
33473347
DEVELOPMENT_TEAM = J2L77FMN46;
33483348
DISPLAY_NAME = Adamant;
33493349
EXCLUDED_SOURCE_FILE_NAMES = Debug.xcassets;

AdamantShared/AdamantResources.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@ enum AdamantResources {
2929
}
3030

3131
static let ethServers = [
32-
"https://ethnode1.adamant.im/"
33-
// "https://ropsten.infura.io/" // test network
32+
"https://ethnode2.adamant.im/"
3433
]
3534

3635
static let lskServers = [

0 commit comments

Comments
 (0)