diff --git a/.env.example b/.env.example index fb1e341..a4e18da 100644 --- a/.env.example +++ b/.env.example @@ -1,2 +1,5 @@ # Use the testnet in development # ALEPH_API_URL=https://api.twentysix.testnet.network + +# WalletConnect +WALLET_CONNECT_PROJECT_ID= diff --git a/public/icons.svg b/public/icons.svg index 0984cf1..edd0203 100644 --- a/public/icons.svg +++ b/public/icons.svg @@ -129,4 +129,82 @@ d="M4.29128 10L0.896987 1.27183C0.660757 0.664364 1.2531 0.0834234 1.83906 0.289923L1.93141 0.329184L19.9314 9.32913C20.4497 9.58833 20.4821 10.2978 20.0286 10.6132L19.9314 10.6708L1.93141 19.6708C1.34843 19.9623 0.715117 19.4263 0.866457 18.8237L0.896987 18.7281L4.29128 10ZM2.99976 2.5404L5.60875 9.24943L12.2364 9.25003C12.6161 9.25003 12.9299 9.53213 12.9795 9.89823L12.9864 10C12.9864 10.3797 12.7042 10.6935 12.3381 10.7431L12.2364 10.75L5.60875 10.7494L2.99976 17.4596L17.919 10L2.99976 2.5404Z" /> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/components/AccountButton.vue b/src/components/AccountButton.vue index 1b0f7fe..13c53e2 100644 --- a/src/components/AccountButton.vue +++ b/src/components/AccountButton.vue @@ -1,17 +1,19 @@