forked from ethereum-lists/chains
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into rise-hubblenet
- Loading branch information
Showing
7 changed files
with
123 additions
and
2 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
.github/workflows/prettier.yml → .github/workflows/prettier_check.yml
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,4 +1,4 @@ | ||
name: Run prettier | ||
name: Run prettier check | ||
|
||
on: | ||
push: | ||
|
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,29 @@ | ||
name: Run prettier write | ||
|
||
on: | ||
pull_request: | ||
|
||
jobs: | ||
prettier: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Check out repo | ||
uses: actions/checkout@v2 | ||
- 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' | ||
- uses: stefanzweifel/git-auto-commit-action@v5 | ||
name: commit | ||
with: | ||
commit_message: Formatting files | ||
status_options: '--untracked-files=no' | ||
skip_dirty_check: true | ||
skip_fetch: true | ||
skip_checkout: true |
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": "CrossFi Testnet", | ||
"title": "CrossFi Testnet", | ||
"chain": "XFI", | ||
"rpc": ["https://rpc.testnet.ms"], | ||
"faucets": [], | ||
"nativeCurrency": { | ||
"name": "XFI", | ||
"symbol": "XFI", | ||
"decimals": 18 | ||
}, | ||
"infoURL": "https://crossfi.org/", | ||
"shortName": "crossfi-testnet", | ||
"chainId": 4157, | ||
"networkId": 4157, | ||
"slip44": 1, | ||
"explorers": [ | ||
{ | ||
"name": "CrossFi Testnet Scan", | ||
"url": "https://scan.testnet.ms", | ||
"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,30 @@ | ||
{ | ||
"name": "zkLink Nova Mainnet", | ||
"chain": "ETH", | ||
"rpc": ["https://rpc.zklink.io", "wss://rpc.zklink.io"], | ||
"faucets": [], | ||
"nativeCurrency": { | ||
"name": "Ether", | ||
"symbol": "ETH", | ||
"decimals": 18 | ||
}, | ||
"infoURL": "https://zklink.io", | ||
"shortName": "zklink-nova", | ||
"chainId": 810180, | ||
"networkId": 810180, | ||
"slip44": 1, | ||
"icon": "zklink-nova", | ||
"explorers": [ | ||
{ | ||
"name": "zkLink Nova Block Explorer", | ||
"url": "https://explorer.zklink.io", | ||
"icon": "zklink-nova", | ||
"standard": "EIP3091" | ||
} | ||
], | ||
"parent": { | ||
"type": "L2", | ||
"chain": "eip155-59144", | ||
"bridges": [{ "url": "https://portal.zklink.io" }] | ||
} | ||
} |
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,30 @@ | ||
{ | ||
"name": "zkLink Nova Goerli Testnet", | ||
"chain": "ETH", | ||
"rpc": ["https://goerli.rpc.zklink.io", "wss://goerli.rpc.zklink.io"], | ||
"faucets": [], | ||
"nativeCurrency": { | ||
"name": "Ether", | ||
"symbol": "ETH", | ||
"decimals": 18 | ||
}, | ||
"infoURL": "https://zklink.io", | ||
"shortName": "zklink-nova-goerli", | ||
"chainId": 810182, | ||
"networkId": 810182, | ||
"slip44": 1, | ||
"icon": "zklink-nova", | ||
"explorers": [ | ||
{ | ||
"name": "zkLink Nova Block Explorer", | ||
"url": "https://goerli.explorer.zklink.io", | ||
"icon": "zklink-nova", | ||
"standard": "EIP3091" | ||
} | ||
], | ||
"parent": { | ||
"type": "L2", | ||
"chain": "eip155-59140", | ||
"bridges": [{ "url": "https://goerli.portal.zklink.io" }] | ||
} | ||
} |
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://bafkreiaj7b6pdekv3rjuta5wsdvmfdcsat2jftjgozape7wvmyj6d3vjcm", | ||
"width": 512, | ||
"height": 512, | ||
"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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
buildscript { | ||
ext { | ||
KOTLIN_VERSION = "1.9.22" | ||
KOTLIN_VERSION = "1.9.23" | ||
KETHEREUM_VERSION = "0.86.0" | ||
} | ||
|
||
|