Skip to content

Commit

Permalink
Merge branch 'master' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
c1tr0n80r authored Sep 20, 2024
2 parents e14b00f + d77bc63 commit 8419327
Show file tree
Hide file tree
Showing 7 changed files with 119 additions and 3 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/pr_intro_comment.yml
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.
2 changes: 1 addition & 1 deletion _data/chains/eip155-11011.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"explorers": [
{
"name": "blockscout",
"url": "https://shape-sepolia-explorer.alchemy.com",
"url": "https://explorer-sepolia.shape.network",
"standard": "EIP3091"
}
],
Expand Down
16 changes: 16 additions & 0 deletions _data/chains/eip155-13370.json
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
}
30 changes: 30 additions & 0 deletions _data/chains/eip155-202202.json
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"
}
]
}
4 changes: 2 additions & 2 deletions _data/chains/eip155-360.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "Shape",
"chain": "ETH",
"rpc": [],
"rpc": ["https://mainnet.shape.network"],
"faucets": [],
"nativeCurrency": {
"name": "Ether",
"symbol": "ETH",
"decimals": 18
},
"infoURL": "https://shape.us",
"infoURL": "https://shape.network",
"shortName": "shape",
"chainId": 360,
"networkId": 360,
Expand Down
22 changes: 22 additions & 0 deletions _data/chains/eip155-723107.json
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"
}
]
}
36 changes: 36 additions & 0 deletions _data/chains/eip155-9897.json
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"
}

0 comments on commit 8419327

Please sign in to comment.