Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding Pixeland #1782

Closed
wants to merge 14 commits into from
17 changes: 17 additions & 0 deletions .github/workflows/prettier.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Prettier Code Formatter

on: [push, pull_request]

jobs:
prettier:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run Prettier
uses: creyD/prettier_action@v3.3
with:
prettier_options: --write **/*.{js,jsx,ts,tsx,json,css,md}
commit_message: 'chore: format code'
commit_options: '--no-verify --signoff'
commit: true # Set to true if you want the action to commit changes
file_pattern: '.'
8 changes: 8 additions & 0 deletions app_chains/dc80236e-1295-4c3b-b3bb-f45274abbad2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"name": "Pixeland",
"logo": "https://i.postimg.cc/mgp9MmNn/pixeland-9416678-1.png",
"rpc_url": "http://37.60.231.169:9944",
"explorer_url": "http://37.60.231.169:4000",
"metrics_endpoint": "http://37.60.231.169:9615/metrics",
"id": "dc80236e-1295-4c3b-b3bb-f45274abbad2"
}
Loading