Skip to content

Commit 80e6976

Browse files
Merge pull request #222 from Adamant-im/trello.com/c/WLZONtky
[trello.com/c/WLZONtky] Move to new eth node
2 parents 647741b + 11a0bfe commit 80e6976

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

Adamant.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 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;
@@ -3321,7 +3321,7 @@
33213321
"$(inherited)",
33223322
"@executable_path/Frameworks",
33233323
);
3324-
MARKETING_VERSION = 2.9.0;
3324+
MARKETING_VERSION = 2.9.1;
33253325
PRODUCT_BUNDLE_IDENTIFIER = "im.adamant.adamant-messenger-dev";
33263326
PRODUCT_NAME = "$(TARGET_NAME)";
33273327
PROVISIONING_PROFILE = "e4233bbf-3705-44fe-95b0-e77475672c60";
@@ -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;
@@ -3353,7 +3353,7 @@
33533353
"$(inherited)",
33543354
"@executable_path/Frameworks",
33553355
);
3356-
MARKETING_VERSION = 2.9.0;
3356+
MARKETING_VERSION = 2.9.1;
33573357
PRODUCT_BUNDLE_IDENTIFIER = "im.adamant.adamant-messenger";
33583358
PRODUCT_NAME = "$(TARGET_NAME)";
33593359
PROVISIONING_PROFILE = "bedd1b75-2f23-4a85-a0b2-14c424fcff42";

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)