Skip to content
This repository has been archived by the owner on Feb 19, 2025. It is now read-only.

Commit

Permalink
chore: alternative
Browse files Browse the repository at this point in the history
  • Loading branch information
bangjelkoski committed Dec 22, 2023
1 parent 5cf9630 commit 04449f0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"build": "NODE_OPTIONS=--max-old-space-size=15360 nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"generate": "NODE_OPTIONS=--max-old-space-size=15360 nuxt generate",
"lint:js": "eslint --ext \".js,.vue\" --ignore-path .gitignore .",
"lint:style": "stylelint \"**/*.{vue,css}\" --ignore-path .gitignore",
"prepare": "husky install",
Expand Down
9 changes: 9 additions & 0 deletions pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,15 @@
</v-button>
</div>
</div>
<p class="mt-4">
Alternative testnet faucet
<a
href="https://bwarelabs.com/faucets/injective-testnet"
target="_blank"
class="text-primary-500"
>here</a
>
</p>
</div>
</template>

Expand Down

0 comments on commit 04449f0

Please sign in to comment.