Skip to content

Commit

Permalink
Update files
Browse files Browse the repository at this point in the history
  • Loading branch information
bogachenko committed Aug 26, 2024
1 parent 4ccf569 commit 769478d
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 40 deletions.
78 changes: 39 additions & 39 deletions json-donate.json
Original file line number Diff line number Diff line change
Expand Up @@ -731,6 +731,43 @@
"qrcode_address": "qrcode_address-004"
}
},
"Polygon zkEVM": {
"MATIC": {
"address": "0xE4869C3140134522383E316d329612bC886F85E2",
"name": "MATIC (MATIC)",
"qrcode_address": "qrcode_address-004"
},
"ETH": {
"address": "0xE4869C3140134522383E316d329612bC886F85E2",
"name": "Ethereum (ETH)",
"qrcode_address": "qrcode_address-004"
},
"BTC": {
"address": "0xE4869C3140134522383E316d329612bC886F85E2",
"name": "Bitcoin (BTC)",
"qrcode_address": "qrcode_address-004"
},
"USDT": {
"address": "0xE4869C3140134522383E316d329612bC886F85E2",
"name": "Tether (USDT)",
"qrcode_address": "qrcode_address-004"
},
"USDC": {
"address": "0xE4869C3140134522383E316d329612bC886F85E2",
"name": "USD Coin (USDC)",
"qrcode_address": "qrcode_address-004"
},
"UNI": {
"address": "0xE4869C3140134522383E316d329612bC886F85E2",
"name": "Uniswap (UNI)",
"qrcode_address": "qrcode_address-004"
},
"CAKE": {
"address": "0xE4869C3140134522383E316d329612bC886F85E2",
"name": "PancakeSwap (CAKE)",
"qrcode_address": "qrcode_address-004"
}
},
"Optimism": {
"OP": {
"address": "0xE4869C3140134522383E316d329612bC886F85E2",
Expand Down Expand Up @@ -1027,43 +1064,6 @@
"qrcode_address": "qrcode_address-004"
}
},
"Polygon zkEVM": {
"MATIC": {
"address": "0xE4869C3140134522383E316d329612bC886F85E2",
"name": "MATIC (MATIC)",
"qrcode_address": "qrcode_address-004"
},
"ETH": {
"address": "0xE4869C3140134522383E316d329612bC886F85E2",
"name": "Ethereum (ETH)",
"qrcode_address": "qrcode_address-004"
},
"BTC": {
"address": "0xE4869C3140134522383E316d329612bC886F85E2",
"name": "Bitcoin (BTC)",
"qrcode_address": "qrcode_address-004"
},
"USDT": {
"address": "0xE4869C3140134522383E316d329612bC886F85E2",
"name": "Tether (USDT)",
"qrcode_address": "qrcode_address-004"
},
"USDC": {
"address": "0xE4869C3140134522383E316d329612bC886F85E2",
"name": "USD Coin (USDC)",
"qrcode_address": "qrcode_address-004"
},
"UNI": {
"address": "0xE4869C3140134522383E316d329612bC886F85E2",
"name": "Uniswap (UNI)",
"qrcode_address": "qrcode_address-004"
},
"CAKE": {
"address": "0xE4869C3140134522383E316d329612bC886F85E2",
"name": "PancakeSwap (CAKE)",
"qrcode_address": "qrcode_address-004"
}
},
"ICP": {
"ICP": {
"address": "5025d4e628722f283e966f3c981c656c435a1735455bb8dd72314c373bf1899e",
Expand All @@ -1083,8 +1083,8 @@
"qrcode_address": "qrcode_address-004"
}
},
"METIS": {
"Metis": {
"Metis": {
"METIS": {
"address": "0xE4869C3140134522383E316d329612bC886F85E2",
"name": "Metis (METIS)",
"qrcode_address": "qrcode_address-004"
Expand Down
2 changes: 1 addition & 1 deletion scripts-donate.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ document.addEventListener("DOMContentLoaded", function() {
if(c) {
o.textContent = `${c.address}`;
let h = r[c.qrcode_address];
s.src = `data:image/svg+xml;base64,${h}`, n.style.display = "block", selectText(o), a.innerHTML = `The coin <strong>${c.name}</strong> was chosen in the chain <strong>${l}</strong>. <strong><span class="warning-text">Please double-check the details.</span></strong><br><i>Make sure that the address <u>you have chosen</u> is used only for transferring the chosen <strong>${c.name}</strong> coin.<br>Sending other coins to this address may result in the irreversible loss of assets.</i>`
s.src = `data:image/svg+xml;base64,${h}`, n.style.display = "block", selectText(o), a.innerHTML = `<i>The coin <strong>${c.name}</strong> was chosen in the chain <strong>${l}</strong>. <u>Please double-check the details.</u><br>Make sure that the address have chosen is used only for transferring the chosen <strong>${c.name}</strong> coin or its wrapped version.<br><strong><span class="warning-text">The verification can be performed by comparing the contract address of the token with the contract address of the deposited token.</span></strong><br>Sending tokens that do not match the specified contract address will result in an irreversible loss of assets.</i>`
}
} else o.textContent = "", s.src = "", a.textContent = "", n.style.display = "none"
})
Expand Down

0 comments on commit 769478d

Please sign in to comment.