-
Notifications
You must be signed in to change notification settings - Fork 6.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
16 changed files
with
229 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
name: Github-Action linter | ||
on: [pull_request] | ||
jobs: | ||
actionlint: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: reviewdog/action-actionlint@v1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,13 @@ | ||
name: Run prettier write | ||
|
||
on: | ||
pull_request: | ||
|
||
name: prettier review | ||
on: [pull_request] | ||
jobs: | ||
prettier: | ||
name: runner / prettier | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Check out repo | ||
uses: actions/checkout@v2 | ||
env: | ||
PAT: ${{ secrets.PAT }} | ||
- uses: actions/checkout@v2 | ||
- uses: bryant-finney/[email protected] | ||
with: | ||
token: ${{ PAT }} | ||
repository: ${{ github.event.pull_request.head.repo.full_name }} | ||
ref: ${{ github.event.pull_request.head.ref }} | ||
- uses: actions/cache@v2 | ||
name: Configure npm caching | ||
with: | ||
path: ~/.npm | ||
key: ${{ runner.os }}-npm-${{ hashFiles('**/workflows/prettier.yml') }} | ||
restore-keys: | | ||
${{ runner.os }}-npm- | ||
- name: Run prettier | ||
run: |- | ||
npx prettier --write '_data/*/*.json' | ||
- name: Commit changes | ||
uses: EndBug/add-and-commit@v9 | ||
with: | ||
message: 'Fix formatting' | ||
github_token: ${{ secrets.PAT }} | ||
reporter: github-pr-review | ||
prettier_flags: '_data/*/*.json' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{ | ||
"name": "SatsChain", | ||
"chain": "SatsChain", | ||
"rpc": ["https://rpc-satschain-1.bevm.io"], | ||
"faucets": [], | ||
"nativeCurrency": { | ||
"name": "SATS", | ||
"symbol": "SATS", | ||
"decimals": 18 | ||
}, | ||
"infoURL": "https://github.com/BTCSatsNetwork", | ||
"shortName": "satschain", | ||
"chainId": 11521, | ||
"networkId": 11521, | ||
"icon": "satschain", | ||
"explorers": [ | ||
{ | ||
"name": "satschain scan", | ||
"url": "https://scan-satschain.bevm.io", | ||
"standard": "none" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{ | ||
"name": "0G-Newton-Testnet", | ||
"chain": "0G-Testnet", | ||
"rpc": ["https://rpc-testnet.0g.ai"], | ||
"faucets": ["https://faucet.0g.ai"], | ||
"nativeCurrency": { | ||
"name": "A0GI", | ||
"symbol": "A0GI", | ||
"decimals": 18 | ||
}, | ||
"infoURL": "https://0g.ai", | ||
"shortName": "0gai-testnet", | ||
"chainId": 16600, | ||
"networkId": 16600, | ||
"icon": "0gai", | ||
"explorers": [ | ||
{ | ||
"name": "0G Chain Explorer", | ||
"url": "https://chainscan-newton.0g.ai", | ||
"standard": "none" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
{ | ||
"name": "DeepBrainChain Testnet", | ||
"chain": "DeepBrainChain", | ||
"rpc": ["https://rpc-testnet.dbcwallet.io"], | ||
"faucets": [], | ||
"nativeCurrency": { | ||
"name": "DeepBrainChain", | ||
"symbol": "DBC", | ||
"decimals": 18 | ||
}, | ||
"infoURL": "https://www.deepbrainchain.org", | ||
"shortName": "tDBC", | ||
"chainId": 19850818, | ||
"icon": "dbc", | ||
"networkId": 19850818, | ||
"slip44": 1, | ||
|
||
"explorers": [ | ||
{ | ||
"name": "DeepBrainChain Testnet", | ||
"url": "https://blockscout-testnet.dbcscan.io", | ||
"icon": "dbc", | ||
"standard": "EIP3091" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
{ | ||
"name": "DeepBrainChain Mainnet", | ||
"chain": "DeepBrainChain", | ||
"rpc": ["https://rpc.dbcwallet.io"], | ||
"faucets": [], | ||
"nativeCurrency": { | ||
"name": "DeepBrainChain", | ||
"symbol": "DBC", | ||
"decimals": 18 | ||
}, | ||
"infoURL": "https://www.deepbrainchain.org", | ||
"shortName": "DBC", | ||
"chainId": 19880818, | ||
"networkId": 19880818, | ||
"icon": "dbc", | ||
"slip44": 1, | ||
|
||
"explorers": [ | ||
{ | ||
"name": "DeepBrainChain Mainnet", | ||
"url": "https://blockscout.dbcscan.io", | ||
"icon": "dbc", | ||
"standard": "EIP3091" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
{ | ||
"name": "BlockEx Mainnet", | ||
"chain": "BlockEx", | ||
"rpc": ["https://rpc.blockex.biz"], | ||
"faucets": [], | ||
"nativeCurrency": { | ||
"name": "BlockEx", | ||
"symbol": "XBE", | ||
"decimals": 18 | ||
}, | ||
"infoURL": "https://blockex.biz", | ||
"shortName": "BlockEx", | ||
"chainId": 221, | ||
"networkId": 221, | ||
"explorers": [ | ||
{ | ||
"name": "BlockEx Scan", | ||
"url": "http://explorer.blockex.biz", | ||
"standard": "EIP3091" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
{ | ||
"name": "Netsbo", | ||
"chain": "NETSBO", | ||
"rpc": ["https://rpc1.netsbo.io", "https://rpc2.netsbo.io"], | ||
"faucets": [], | ||
"nativeCurrency": { | ||
"name": "Netsbo", | ||
"symbol": "NETS", | ||
"decimals": 18 | ||
}, | ||
"infoURL": "https://netsbo.io", | ||
"shortName": "nets", | ||
"chainId": 5333, | ||
"networkId": 5333, | ||
"icon": "netsbo", | ||
"explorers": [ | ||
{ | ||
"name": "netsbo", | ||
"url": "https://explorer.netsbo.io", | ||
"icon": "netsbo", | ||
"standard": "none" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
[ | ||
{ | ||
"url": "ipfs://bafkreic6mqwxp4g3defk5emaw6hbnimtjhmnxgzh5nje4gsvjgxhl64mqa", | ||
"width": 600, | ||
"height": 600, | ||
"format": "png" | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
[ | ||
{ | ||
"url": "ipfs://QmXxRtZnrvzckKVwbRLpKpP9E9vGgQCUPkLroQDCYTmQdG", | ||
"width": 416, | ||
"height": 400, | ||
"format": "png" | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
[ | ||
{ | ||
"url": "ipfs://QmfGRakPDaDGTq5yCXifGmWZBSJotYfeEVamWi8Mv4HFWt", | ||
"width": 512, | ||
"height": 512, | ||
"format": "svg" | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
[ | ||
{ | ||
"url": "ipfs://bafkreicvi5dgn3wmkquqaicx743xc65dlqvnnuxsbsxq5hbzhaaaksxyo4", | ||
"width": 457, | ||
"height": 456, | ||
"format": "png" | ||
} | ||
] |
Binary file not shown.
37 changes: 37 additions & 0 deletions
37
_data/iconsDownload/QmfGRakPDaDGTq5yCXifGmWZBSJotYfeEVamWi8Mv4HFWt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<svg version="1.0" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" | ||
viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve" width="512" height="512"> | ||
<style type="text/css"> | ||
.st0{fill:#4041BB;} | ||
</style> | ||
<path class="st0" d="M256,0C114.6,0,0,114.6,0,256s114.6,256,256,256s256-114.6,256-256S397.4,0,256,0z M256,456.3 | ||
c-71.3,0-129.2-58.3-129.2-130c0-29.4,20.4-76.8,60.6-141c13.4-21.4,26.9-41.2,37.6-56.5c-2.6-5-3.9-10.6-3.9-16.2 | ||
c0.1-7.4,2.3-14.5,6.5-20.5c4.2-6,10.1-10.4,16.8-12.7V67.4c0-3.2,1.3-6.2,3.5-8.4c2.2-2.2,5.1-3.4,8.2-3.4c3.1,0,6,1.2,8.2,3.4 | ||
c2.2,2.2,3.4,5.2,3.5,8.4v11.9c6.7,2.3,12.6,6.8,16.8,12.7c4.2,6,6.5,13.1,6.5,20.5c0,5.7-1.4,11.2-3.9,16.2 | ||
c10.7,15.3,24.2,35.1,37.6,56.5c40.2,64.2,60.6,111.7,60.6,141C385.2,398,327.3,456.3,256,456.3z"/> | ||
<path class="st0" d="M251.3,123.4c2.1,0.9,4.3,1.1,6.5,0.7c2.2-0.4,4.2-1.5,5.8-3.1c1.6-1.6,2.7-3.7,3.2-5.9 | ||
c0.5-2.3,0.3-4.6-0.5-6.8c-0.8-2.2-2.2-4-4.1-5.3c-1.8-1.3-4-2.1-6.2-2.1c-3.1,0-6,1.2-8.2,3.4c-2.2,2.2-3.4,5.2-3.5,8.4 | ||
c0,2.3,0.7,4.6,1.9,6.5C247.5,121,249.2,122.5,251.3,123.4z"/> | ||
<path class="st0" d="M212.3,414.3c-8.1-22.2-12.8-45.5-13.8-69.1c-17-12.5-29.6-30.5-35.8-51.2c-0.2-0.6-0.6-1.1-1-1.5 | ||
c-0.5-0.4-1.1-0.6-1.7-0.6c-0.6,0-1.2,0.2-1.7,0.5c-0.5,0.3-0.9,0.8-1.1,1.4c-4.1,10.4-6.5,21.4-7.1,32.5 | ||
c0.2,21.3,6.5,42.1,18.2,59.6c11.7,17.6,28.2,31.1,47.4,38.9c0.1,0.1,0.3,0.1,0.4,0c0.1,0,0.3-0.1,0.4-0.2c0.1-0.1,0.2-0.2,0.2-0.4 | ||
c0-0.1,0-0.3-0.1-0.4C215.1,420.9,213.7,417.7,212.3,414.3z"/> | ||
<path class="st0" d="M256.9,152.1c-0.1-0.2-0.2-0.4-0.4-0.5c-0.2-0.1-0.4-0.2-0.6-0.2s-0.4,0.1-0.6,0.2c-0.2,0.1-0.3,0.3-0.4,0.5 | ||
c-5,18.4-10.8,40.9-16.2,64.3c-11.5,49.5-17.6,87.5-17.6,109.9c0,1.7,0,3.5,0,5.2c0,0.1,0,0.2,0.1,0.4c0.1,0.1,0.2,0.2,0.3,0.2 | ||
c10.6,5.6,22.4,8.5,34.3,8.5s23.7-2.9,34.3-8.5c0.1-0.1,0.2-0.1,0.3-0.2c0.1-0.1,0.1-0.2,0.1-0.4v0c0-1.7,0-3.5,0-5.2 | ||
c0-22.4-6.1-60.4-17.6-109.9C267.7,193.1,261.9,170.6,256.9,152.1z"/> | ||
<path class="st0" d="M287.3,360.3c-0.4-0.3-0.8-0.5-1.3-0.6c-0.5-0.1-1-0.1-1.4,0.1c-18.7,5.8-38.6,5.8-57.3,0 | ||
c-0.5-0.2-1-0.2-1.4-0.1c-0.5,0.1-0.9,0.3-1.3,0.6c-0.4,0.3-0.7,0.7-0.8,1.2c-0.2,0.5-0.2,1-0.2,1.5c1.8,14.6,5.3,28.9,10.4,42.7 | ||
c6.5,16.5,15.1,27.2,22,27.2c6.9,0,15.5-10.7,21.9-27.2c5.1-13.7,8.7-28.1,10.4-42.7c0.1-0.5,0-1-0.2-1.5 | ||
C288,361,287.7,360.6,287.3,360.3z"/> | ||
<path class="st0" d="M197.7,311.7c0.1,0,0.3,0,0.4,0c0.1,0,0.2-0.1,0.3-0.2c0.1-0.1,0.1-0.2,0.2-0.4c2.9-37.7,15.2-92.1,26.3-135.9 | ||
c0.1-0.2,0-0.5-0.1-0.7c-0.1-0.2-0.3-0.4-0.5-0.5c-0.2-0.1-0.4-0.1-0.7,0c-0.2,0.1-0.4,0.2-0.5,0.4l-0.1,0.2 | ||
c-35.6,56.9-40.9,81.9-40.9,91.7c0,16.4,5.4,32.3,15.3,45.2C197.5,311.6,197.6,311.7,197.7,311.7z"/> | ||
<path class="st0" d="M313.5,345.1c-1.1,23.7-5.7,47-13.8,69.1c-1.3,3.4-2.8,6.6-4.2,9.6c-0.1,0.1-0.1,0.3-0.1,0.4 | ||
c0,0.1,0.1,0.3,0.2,0.4c0.1,0.1,0.2,0.2,0.4,0.2c0.1,0,0.3,0,0.4,0c19.2-7.8,35.7-21.3,47.4-38.9c11.7-17.5,18-38.3,18.2-59.6 | ||
c-0.6-11.2-3-22.2-7.1-32.5c-0.2-0.6-0.6-1.1-1.1-1.4c-0.5-0.3-1.1-0.5-1.7-0.5c-0.6,0-1.2,0.2-1.7,0.6c-0.5,0.4-0.8,0.9-1,1.5 | ||
C343.1,314.6,330.5,332.6,313.5,345.1z"/> | ||
<path class="st0" d="M288.9,174.4c-0.1-0.2-0.3-0.3-0.5-0.4c-0.2-0.1-0.5-0.1-0.7,0c-0.2,0.1-0.4,0.3-0.5,0.5 | ||
c-0.1,0.2-0.1,0.4-0.1,0.7c11.2,43.8,23.4,98.3,26.3,136h0c0,0.1,0.1,0.3,0.2,0.4c0.1,0.1,0.2,0.2,0.3,0.2c0.1,0,0.3,0,0.4,0 | ||
c0.1,0,0.2-0.1,0.3-0.2c9.9-12.9,15.3-28.8,15.3-45.2C329.9,256.4,324.6,231.4,288.9,174.4L288.9,174.4z"/> | ||
</svg> |
Binary file added
BIN
+12.6 KB
_data/iconsDownload/bafkreic6mqwxp4g3defk5emaw6hbnimtjhmnxgzh5nje4gsvjgxhl64mqa
Binary file not shown.
Binary file added
BIN
+27.9 KB
_data/iconsDownload/bafkreicvi5dgn3wmkquqaicx743xc65dlqvnnuxsbsxq5hbzhaaaksxyo4
Binary file not shown.