Skip to content

Commit 0677a77

Browse files
committed
🌍 Yeni signer node'ları destekle
1 parent 34ab1b7 commit 0677a77

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

Diff for: al/tanışma/birim.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ const açıkTcktAlVe = (adres, sonra) => {
185185
formData.set('f', dosya);
186186

187187
Promise.all([
188-
network.getNodes(6),
188+
network.getNodes(7),
189189
taahhütPowSözü
190190
]).then(([
191191
/** @type {!Array<string>} */ nodelar,

Diff for: al/ödeme/birim.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<div id=od class="step disabled">
2-
<h4 data-en="5. Send the payment and receive your TCKT.">5. Ödemeyi yapın TCKT cüzdanınıza gelsin</h4>
2+
<b data-en="5. Send the payment and receive your TCKT.">5. Ödemeyi yapın TCKT cüzdanınıza gelsin</b>
33
<span data-phantom data-en="We'll send your wallet a request for a transaction of value &lt;span id=odf>$1.5&lt;/span>. When confirmed, your TCKT will be minted in the same transaction.">Cüzdanınıza
44
<span id=odf>$1,5</span> alımı için bir istek yollayacağız. Onayladığınızda
55
cüzdanınızdan ücret alınır ve TCKT'niz cüzdanınıza mint edilir.</span>

Diff for: birim/favicon/icon.svg

+1-1
Loading

Diff for: birim/telefon/birim.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -181,9 +181,9 @@
181181
}
182182

183183
#tc.tex {
184-
transform: translate3d(33px, 360px, 0px) scale(0.892);
184+
transform: translate3d(4px, 360px, 0px) scale(0.892);
185185
}
186186

187187
#tc.tex.flp {
188-
transform: translate3d(33px, 360px, 0px) rotateY(-180deg) scale(0.892);
188+
transform: translate3d(4px, 360px, 0px) rotateY(-180deg) scale(0.892);
189189
}

Diff for: lib

Submodule lib updated 1 file

0 commit comments

Comments
 (0)