Skip to content

Commit 16826fb

Browse files
authored
Merge pull request #435 from alchemyplatform/shape-debug
add shape networks to debug apis
2 parents 6332717 + ec0ab7c commit 16826fb

7 files changed

+14
-0
lines changed

debug/debug_getRawBlock.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ servers:
99
enum:
1010
- eth-mainnet
1111
- eth-sepolia
12+
- shape-mainnet
13+
- shape-sepolia
1214
default: eth-mainnet
1315
x-sandbox:
1416
category:

debug/debug_getRawHeader.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ servers:
99
enum:
1010
- eth-mainnet
1111
- eth-sepolia
12+
- shape-mainnet
13+
- shape-sepolia
1214
default: eth-mainnet
1315
x-sandbox:
1416
category:

debug/debug_getRawReceipts.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ servers:
99
enum:
1010
- eth-mainnet
1111
- eth-sepolia
12+
- shape-mainnet
13+
- shape-sepolia
1214
default: eth-mainnet
1315
x-sandbox:
1416
category:

debug/debug_traceBlockByHash.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ servers:
2525
- chiliz-mainnet
2626
- chiliz-spicy
2727
- abstract-testnet
28+
- shape-mainnet
29+
- shape-sepolia
2830
default: eth-mainnet
2931
x-sandbox:
3032
category:

debug/debug_traceBlockByNumber.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ servers:
2525
- chiliz-mainnet
2626
- chiliz-spicy
2727
- abstract-testnet
28+
- shape-mainnet
29+
- shape-sepolia
2830
default: eth-mainnet
2931
x-sandbox:
3032
category:

debug/debug_traceCall.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ servers:
2525
- chiliz-mainnet
2626
- chiliz-spicy
2727
- abstract-testnet
28+
- shape-mainnet
29+
- shape-sepolia
2830
default: eth-mainnet
2931
x-sandbox:
3032
category:

debug/debug_traceTransaction.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ servers:
2525
- chiliz-mainnet
2626
- chiliz-spicy
2727
- abstract-testnet
28+
- shape-mainnet
29+
- shape-sepolia
2830
default: eth-mainnet
2931
x-sandbox:
3032
category:

0 commit comments

Comments
 (0)