Skip to content

Commit 59bb99b

Browse files
authored
Merge branch 'master' into master
2 parents fe0b642 + 21f0fe4 commit 59bb99b

File tree

8 files changed

+38
-33
lines changed

8 files changed

+38
-33
lines changed

.github/workflows/action_lint.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
name: Github-Action linter
2-
on: [pull_request]
2+
on:
3+
pull_request:
4+
merge_group:
35
jobs:
46
actionlint:
57
runs-on: ubuntu-latest

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
name: Build
2-
on: [pull_request]
2+
on:
3+
pull_request:
4+
merge_group:
35
jobs:
46
build:
57
runs-on: ubuntu-latest

.github/workflows/prettier_check.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Run prettier check
33
on:
44
push:
55
pull_request:
6+
merge_group:
67

78
jobs:
89
prettier:

.github/workflows/rebase.yml

Lines changed: 0 additions & 26 deletions
This file was deleted.

.github/workflows/validate_json.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Check JSON Schema
33
on:
44
push:
55
pull_request:
6+
merge_group:
67

78
jobs:
89
validate_json:

_data/chains/eip155-127823.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"name": "Etherlink Shadownet Testnet",
3+
"chain": "Etherlink",
4+
"icon": "etherlink",
5+
"chainId": 127823,
6+
"networkId": 127823,
7+
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
8+
"infoURL": "https://etherlink.com",
9+
"shortName": "etlst",
10+
"nativeCurrency": {
11+
"name": "tez",
12+
"symbol": "XTZ",
13+
"decimals": 18
14+
},
15+
"rpc": ["https://node.shadownet.etherlink.com"],
16+
"faucets": ["https://faucet.etherlink.com"],
17+
"explorers": [
18+
{
19+
"name": "Etherlink Shadownet Testnet Explorer",
20+
"url": "https://shadownet.explorer.etherlink.com",
21+
"standard": "EIP3091"
22+
}
23+
]
24+
}

_data/chains/eip155-128123.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
"name": "Etherlink Testnet",
2+
"name": "Etherlink Ghostnet Testnet",
33
"chain": "Etherlink",
44
"icon": "etherlink",
55
"chainId": 128123,
66
"networkId": 128123,
7-
"features": [{ "name": "EIP1559" }],
7+
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
88
"infoURL": "https://etherlink.com",
99
"shortName": "etlt",
1010
"nativeCurrency": {
@@ -16,9 +16,10 @@
1616
"faucets": ["https://faucet.etherlink.com"],
1717
"explorers": [
1818
{
19-
"name": "Etherlink Testnet Explorer",
19+
"name": "Etherlink Ghostnet Testnet Explorer",
2020
"url": "https://testnet.explorer.etherlink.com",
2121
"standard": "EIP3091"
2222
}
23-
]
23+
],
24+
"status": "deprecated"
2425
}

_data/chains/eip155-42793.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"icon": "etherlink",
55
"chainId": 42793,
66
"networkId": 42793,
7-
"features": [{ "name": "EIP1559" }],
7+
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
88
"infoURL": "https://etherlink.com",
99
"shortName": "etlk",
1010
"nativeCurrency": {

0 commit comments

Comments
 (0)