Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
751dc3f
Add AXION Mainnet configuration file
axionteam645 Apr 29, 2026
c1fc03c
Merge branch 'master' into axionteam645-patch-1
ligi Apr 29, 2026
12b240e
Add newline at end of eip155-303030.json
axionteam645 Apr 29, 2026
5bc3df5
Fix JSON formatting in eip155-303030.json
axionteam645 Apr 29, 2026
2f2f2a7
Add axion.json with icon metadata
axionteam645 Apr 29, 2026
836f19b
Merge branch 'master' into axionteam645-patch-1
ligi May 2, 2026
1f49543
Remove trailing newline from eip155-303030.json
axionteam645 May 2, 2026
c03b65b
Update axion.json
axionteam645 May 2, 2026
ec4db55
Fix JSON formatting in axion.json
axionteam645 May 2, 2026
8c85fe1
Update eip155-303030.json
axionteam645 May 5, 2026
21918d2
Merge branch 'master' into axionteam645-patch-1
ligi May 5, 2026
1db4112
Update eip155-303030.json
axionteam645 May 5, 2026
7498c7b
Update eip155-303030.json
axionteam645 May 7, 2026
2edd814
Update eip155-303030.json
axionteam645 May 7, 2026
0c3cfb9
Update eip155-303030.json
axionteam645 May 7, 2026
4efae0c
Merge branch 'master' into axionteam645-patch-1
ligi May 8, 2026
859c1bf
Update Prettier check workflow configuration
axionteam645 May 8, 2026
f3a6a86
Merge branch 'master' into axionteam645-patch-1
ligi May 9, 2026
4af6cc9
Merge branch 'master' into axionteam645-patch-1
ligi May 9, 2026
8a436f8
Update eip155-303030.json
axionteam645 May 10, 2026
3f51f3a
Update eip155-303030.json
axionteam645 May 10, 2026
a5ab6d9
Update eip155-303030.json
axionteam645 May 10, 2026
961ad91
Update eip155-303030.json
axionteam645 May 10, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 8 additions & 3 deletions .github/workflows/prettier_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,21 @@ on:
jobs:
prettier:
runs-on: ubuntu-latest

steps:
- name: Check out repo
uses: actions/checkout@v4.2.2

- uses: actions/cache@v4
name: Configure npm caching
with:
path: ~/.npm
key: ${{ runner.os }}-npm-${{ hashFiles('**/workflows/prettier.yml') }}
key: ${{ runner.os }}-npm-${{ runner.arch }}-${{ hashFiles('package-lock.json') }}
restore-keys: |
${{ runner.os }}-npm-

- name: Install Prettier explicitly
run: npm install -g prettier@3.8.3

- name: Run prettier
run: |-
npx prettier --check '_data/*/*.json'
run: prettier --check "_data/*/*.json"
24 changes: 24 additions & 0 deletions _data/chains/eip155-303030.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "AXION Network",
"chain": "AXION",
"rpc": [
"https://rpc.axiondefi.com"
],
"faucets": [],
"nativeCurrency": {
"name": "AXION",
"symbol": "AXION",
"decimals": 18
},
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
"infoURL": "https://axiondefi.com",
"shortName": "axion",
"chainId": 303030,
"networkId": 303030,
"icon": "axion",
"explorers": [{
"name": "AXSCAN",
"url": "https://axscan.axiondefi.com",
"standard": "EIP3091"
}]
}
8 changes: 8 additions & 0 deletions _data/icons/axion.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://bafkreihdzrkjmt4ta4o4eobsxsvdyltc3sxfwtdvnzslvymy3z2nyekzai",
"width": 512,
"height": 512,
"format": "png"
}
]