Spaces:
Running
Running
Update script.js
Browse files
script.js
CHANGED
|
@@ -551,7 +551,7 @@ function closeActivationModal() {
|
|
| 551 |
}
|
| 552 |
|
| 553 |
function copyAddress() {
|
| 554 |
-
const address = "
|
| 555 |
navigator.clipboard
|
| 556 |
.writeText(address)
|
| 557 |
.then(() => {
|
|
|
|
| 551 |
}
|
| 552 |
|
| 553 |
function copyAddress() {
|
| 554 |
+
const address = "bc1qskztgd2sn7lnptd9jru0xh7n835ltfg5hqx33l"
|
| 555 |
navigator.clipboard
|
| 556 |
.writeText(address)
|
| 557 |
.then(() => {
|