diff --git a/config/config.js b/config/config.js index 2c73023..50daff4 100644 --- a/config/config.js +++ b/config/config.js @@ -42,6 +42,22 @@ window.APP_CONFIG = { address: 't1em7Vhge9HKi9BYoBi1tADg2eMe5zj3Fvf', label: 'zcash', }, + usdt: { + address: '0xe54E5a3ACaa91a2EbFa26cD21372BF9f7E1F1c22', + label: 'usdt', + }, + usdc: { + address: '0xe54E5a3ACaa91a2EbFa26cD21372BF9f7E1F1c22', + label: 'usdc', + }, + dai: { + address: '0xe54E5a3ACaa91a2EbFa26cD21372BF9f7E1F1c22', + label: 'dai', + }, + usd1: { + address: '0xe54E5a3ACaa91a2EbFa26cD21372BF9f7E1F1c22', + label: 'usd1', + }, }, }, }; diff --git a/config/text.js b/config/text.js index ee353bb..97f939f 100644 --- a/config/text.js +++ b/config/text.js @@ -10,6 +10,16 @@ window.APP_TEXT = { tagline: "your donation helps me keep building open, free, and subversive code && art", }, + preferred: { + title: 'preferred methods', + cash: 'cash', + bitcoin: 'bitcoin', + }, + + other: { + title: 'donate with crypto', + }, + fiat: { title: 'donate with fiat', description: '', diff --git a/index.html b/index.html index 9288c21..3b6189e 100644 --- a/index.html +++ b/index.html @@ -2,14 +2,12 @@ - - - + + - @@ -19,8 +17,13 @@

-
- +
+
+
+
+
+
+