mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
adding a donation button through Unlock
This commit is contained in:
parent
a978adfd7c
commit
1ac5409204
2 changed files with 15 additions and 0 deletions
1
.github/FUNDING.yml
vendored
Normal file
1
.github/FUNDING.yml
vendored
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
custom: https://donate.unlock-protocol.com/?r=ethereum/go-ethereum
|
||||||
14
.unlock-protocol.config.json
Normal file
14
.unlock-protocol.config.json
Normal file
|
|
@ -0,0 +1,14 @@
|
||||||
|
{
|
||||||
|
"persistentCheckout": true,
|
||||||
|
"icon": "",
|
||||||
|
"callToAction": {
|
||||||
|
"default": "Please show your support for the Go-Ethereum team's work!",
|
||||||
|
"pending": "Thank you for your support. It means a lot to us!",
|
||||||
|
"confirmed": "Thank you for your support. It means a lot to us!"
|
||||||
|
},
|
||||||
|
"locks": {
|
||||||
|
"0x0364c5D9C268a1870f49AD2819801624d8Ce0fF0": {
|
||||||
|
"name": "Go Ethereum Supporters"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in a new issue