-
Notifications
You must be signed in to change notification settings - Fork 6.6k
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
7 changed files
with
119 additions
and
3 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,12 @@ | ||
on: [pull_request_target] | ||
jobs: | ||
comment_on_pr: | ||
runs-on: ubuntu-latest | ||
name: Comment after PR is submitted | ||
steps: | ||
- name: Comment PR | ||
uses: thollander/actions-comment-pull-request@v2 | ||
with: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
message: | | ||
You successfully submitted a PR! Due to the amount of PRs coming in: we will only look at PRs that the CI is happy with. We can also not hold your hand getting the CI green - just look how others that where merged did it and RTFM. So as long as there is any CI check that reports an error - no human will look at this. You might be able to ask for some support after supporting the project - e.g. by sending funds to lists.eth. When you fixed things after a requested change - then you also need to (re-)request a review. |
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
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,16 @@ | ||
{ | ||
"name": "Cannon Testnet", | ||
"title": "Cannon Private Testnet", | ||
"chain": "ETH", | ||
"rpc": ["http://127.0.0.1:8545"], | ||
"faucets": [], | ||
"nativeCurrency": { | ||
"name": "Cannon Testnet Ether", | ||
"symbol": "ETH", | ||
"decimals": 18 | ||
}, | ||
"infoURL": "https://usecannon.com", | ||
"shortName": "cannon", | ||
"chainId": 13370, | ||
"networkId": 13370 | ||
} |
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": "Bethel Sydney", | ||
"chain": "Bethel", | ||
"rpc": ["https://rpc-sydney.bethel.network"], | ||
"faucets": ["https://faucet-sydney.bethel.network"], | ||
"nativeCurrency": { | ||
"name": "Bethel", | ||
"symbol": "BECX", | ||
"decimals": 18 | ||
}, | ||
"features": [ | ||
{ | ||
"name": "EIP155" | ||
}, | ||
{ | ||
"name": "EIP1559" | ||
} | ||
], | ||
"infoURL": "", | ||
"shortName": "bethel-sydney", | ||
"chainId": 202202, | ||
"networkId": 202202, | ||
"explorers": [ | ||
{ | ||
"name": "Betehl Sydney Explorer", | ||
"url": "https://sydney.bethel.network", | ||
"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
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": "TixChain Testnet", | ||
"chain": "TIXCHAIN", | ||
"rpc": ["https://subnets.avax.network/tixchain/testnet/rpc"], | ||
"faucets": [], | ||
"nativeCurrency": { | ||
"name": "TIX Token", | ||
"symbol": "TIX", | ||
"decimals": 18 | ||
}, | ||
"infoURL": "https://subnets-test.avax.network/tixchain/details", | ||
"shortName": "tixchain", | ||
"chainId": 723107, | ||
"networkId": 723107, | ||
"explorers": [ | ||
{ | ||
"name": "TixChain Testnet Subnet Explorer", | ||
"url": "https://subnets-test.avax.network/tixchain", | ||
"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,36 @@ | ||
{ | ||
"name": "arena-z-testnet", | ||
"title": "Arena-Z-Testnet", | ||
"chain": "arena-z-testnet", | ||
"rpc": [ | ||
"https://rpc.arena-z.t.raas.gelato.cloud", | ||
"wss://ws.arena-z.t.raas.gelato.cloud" | ||
], | ||
"nativeCurrency": { | ||
"name": "Ether", | ||
"symbol": "ETH", | ||
"decimals": 18 | ||
}, | ||
"infoURL": "https://raas.gelato.network/rollups/details/public/arena-z-testnet", | ||
"faucets": [], | ||
"shortName": "arena-z-testnet", | ||
"chainId": 9897, | ||
"networkId": 9897, | ||
"slip44": 60, | ||
"explorers": [ | ||
{ | ||
"name": "blockscout", | ||
"url": "https://arena-z.blockscout.com", | ||
"icon": "blockscout", | ||
"standard": "EIP3091" | ||
} | ||
], | ||
"parent": { | ||
"type": "L2", | ||
"chain": "eip155-11155111", | ||
"bridges": [ | ||
{ "url": "https://testnet-bridge.gelato.network/bridge/arena-z-testnet" } | ||
] | ||
}, | ||
"status": "active" | ||
} |