Skip to content

Commit d927ac3

Browse files
authored
Merge pull request #486 from Adamant-im/dev/trello.com/c/xq7cJuNp
[trello.com/c/xq7cJuNp] Release 3.6.1
2 parents f2dd12e + 7a2284b commit d927ac3

File tree

4 files changed

+11
-6
lines changed

4 files changed

+11
-6
lines changed

Adamant.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3758,7 +3758,7 @@
37583758
"$(inherited)",
37593759
"@executable_path/Frameworks",
37603760
);
3761-
MARKETING_VERSION = 3.6.0;
3761+
MARKETING_VERSION = 3.6.1;
37623762
PRODUCT_BUNDLE_IDENTIFIER = "im.adamant.adamant-messenger-dev";
37633763
PRODUCT_NAME = "$(TARGET_NAME)";
37643764
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -3789,7 +3789,7 @@
37893789
"$(inherited)",
37903790
"@executable_path/Frameworks",
37913791
);
3792-
MARKETING_VERSION = 3.6.0;
3792+
MARKETING_VERSION = 3.6.1;
37933793
PRODUCT_BUNDLE_IDENTIFIER = "im.adamant.adamant-messenger";
37943794
PRODUCT_NAME = "$(TARGET_NAME)";
37953795
PROVISIONING_PROFILE_SPECIFIER = "";

Adamant/Modules/Wallets/Adamant/AdmWalletService+DynamicConstants.swift

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,10 @@ Node(url: URL(string: "http://5.161.53.74:36666")!),
7878
Node(url: URL(string: "http://184.94.215.92:45555")!),
7979
Node(url: URL(string: "https://node1.adamant.business")!, altUrl: URL(string: "http://194.233.75.29:45555")),
8080
Node(url: URL(string: "https://node2.blockchain2fa.io")!),
81-
Node(url: URL(string: "https://sunshine.adamant.im")!),
81+
Node(url: URL(string: "https://phecda.adm.im")!, altUrl: URL(string: "http://46.250.234.248:36666")),
82+
Node(url: URL(string: "https://tegmine.adm.im")!, altUrl: URL(string: "http://5.104.87.219:36666")),
83+
Node(url: URL(string: "https://tauri.adm.im")!, altUrl: URL(string: "http://154.26.159.245:36666")),
84+
Node(url: URL(string: "https://dschubba.adm.im")!, altUrl: URL(string: "http://85.239.234.17:36666")),
8285
]
8386
}
8487

Adamant/Modules/Wallets/Ethereum/EthWalletService+DynamicConstants.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,7 @@ extension EthWalletService {
9595

9696
static var nodes: [Node] {
9797
[
98-
Node(url: URL(string: "https://ethnode1.adamant.im")!, altUrl: URL(string: "http://95.216.41.106:44099")),
99-
Node(url: URL(string: "https://ethnode2.adamant.im")!, altUrl: URL(string: "http://95.216.114.252:44099")),
98+
Node(url: URL(string: "https://ethnode2.adamant.im")!, altUrl: URL(string: "http://95.216.114.252:44099")),
10099
Node(url: URL(string: "https://ethnode3.adamant.im")!, altUrl: URL(string: "http://46.4.37.157:44099")),
101100
]
102101
}

CommonKit/Sources/CommonKit/AdamantDynamicResources.swift

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,10 @@ Node(url: URL(string: "http://5.161.53.74:36666")!),
1515
Node(url: URL(string: "http://184.94.215.92:45555")!),
1616
Node(url: URL(string: "https://node1.adamant.business")!, altUrl: URL(string: "http://194.233.75.29:45555")),
1717
Node(url: URL(string: "https://node2.blockchain2fa.io")!),
18-
Node(url: URL(string: "https://sunshine.adamant.im")!),
18+
Node(url: URL(string: "https://phecda.adm.im")!, altUrl: URL(string: "http://46.250.234.248:36666")),
19+
Node(url: URL(string: "https://tegmine.adm.im")!, altUrl: URL(string: "http://5.104.87.219:36666")),
20+
Node(url: URL(string: "https://tauri.adm.im")!, altUrl: URL(string: "http://154.26.159.245:36666")),
21+
Node(url: URL(string: "https://dschubba.adm.im")!, altUrl: URL(string: "http://85.239.234.17:36666")),
1922

2023
]
2124
}

0 commit comments

Comments
 (0)