Skip to content

Commit

Permalink
🦊 MM tespit koşullarını değiştir (Mobildeki sorunu çözüyor)
Browse files Browse the repository at this point in the history
  • Loading branch information
KimlikDAO-bot committed Jan 18, 2024
1 parent f0c595e commit d0544e3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 deletions.
4 changes: 1 addition & 3 deletions birim/cüzdan/evmBağlantısı.js
Original file line number Diff line number Diff line change
Expand Up @@ -156,9 +156,7 @@ const CoreBağlantısı = /** @type {!Provider} */({
const MetaMaskBağlantısı = /** @type {!Provider} */({
initIfAvailable: () => {
/** @const {boolean} */
const varMı = !!(window?.ethereum
&& !window?.ethereum?.isRabby
&& !window?.avalanche)
const varMı = !!(window?.ethereum);
if (varMı)
/** @const {!eth.UiProvider} */
MetaMaskBağlantısı.provider = /** @type {!eth.UiProvider} */(window.ethereum);
Expand Down
2 changes: 1 addition & 1 deletion lib
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@
"express": "^4.18.1",
"google-closure-compiler": "^20230802.0.0",
"html-minifier": "^4.0.0",
"htmlparser2": "^9.0.0",
"htmlparser2": "^9.1.0",
"svg-pathdata": "^6.0.3",
"svgexport": "^0.4.2",
"svgo": "^3.2.0",
"toml": "^3.0.0",
"uglify-js": "^3.16.2",
"vite": "^5.0.8",
"wrangler": "^3.22.3"
"vite": "^5.0.11",
"wrangler": "^3.23.0"
}
}
2 changes: 1 addition & 1 deletion tcktm/discord.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { keccak256 } from "/lib/crypto/sha3";
*/
const roleRequestChallenge = (discordID, role, TR) => TR
? `${discordID.username} Discord hesabıma ${role} rolünü eklemek istiyorum.`
: `I would like to add the ${role} role to my Discord account ${discordID.username}`
: `I would like to add the ${role} role to my Discord account ${discordID.username}.`

/**
* @param {!discord.SignedID} discordID
Expand Down

0 comments on commit d0544e3

Please sign in to comment.