-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🐭 MINA testnet birleştirmeyi tamamla
- Loading branch information
1 parent
572ae44
commit fbd14be
Showing
12 changed files
with
106 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,7 +41,7 @@ | |
display: flex; | ||
height: 100%; | ||
transition: transform 1s; | ||
width: 1250px; | ||
width: 1400px; | ||
} | ||
|
||
.tcp { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,18 +22,18 @@ | |
<div class="tcip"> | ||
<h7 data-en="CONTACT INFO">İLETİŞİM BİLGİLERİ</h7> | ||
<div class="tcl" data-en="E-mail">E-posta</div> | ||
<div class="tcl" id="tcemail">[email protected]</div> | ||
<div id="tcemail">[email protected]</div> | ||
<div class="tcl" data-en="Phone">Telefon</div> | ||
<div class="tcl" id="tcphone">05555555555</div> | ||
<div id="tcphone">05555555555</div> | ||
</div> | ||
</div> | ||
<div id=tcabp class="tcp" style="display:none"> | ||
<div class="tcip"> | ||
<h7 data-en="ADDRESS INFO">ADRES BİLGİLERİ</h7> | ||
<div class="tcl tcal" id="tcam">Mahalle</div> | ||
<div class="tcl tcal" id="tcasnd">Sokak No/Daire</div> | ||
<div class="tcl tcal" id="tcaii">İlçe / İl</div> | ||
<div class="tcl tcal" id="tcau">Ülke</div> | ||
<div class="tcal" id="tcam">Mahalle</div> | ||
<div class="tcal" id="tcasnd">Sokak No/Daire</div> | ||
<div class="tcal" id="tcaii">İlçe / İl</div> | ||
<div class="tcal" id="tcau">Ülke</div> | ||
</div> | ||
</div> | ||
<div class="tcp"> | ||
|
Submodule lib
updated
3 files
+2 −2 | did/TCKTVerisi.js | |
+5 −1 | ethereum/TCKT.js | |
+21 −0 | mina/provider.d.js |