This repository was archived by the owner on Apr 14, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfailed.txt
More file actions
89 lines (79 loc) · 4.13 KB
/
failed.txt
File metadata and controls
89 lines (79 loc) · 4.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
Testing sendRawTransactionSync across multiple chains
Timestamp: 2026-01-08T13:13:13.376Z
Account: 0x93D130c37a388d15CAb98Dd03C48a3c87E710966
============================================================
Testing: Base Sepolia (chainId: 84532)
============================================================
Signed transaction, sending...
Elapsed: 1562ms
Result: FAILED
Error: Invalid parameters were provided to the RPC method.
Double check you have provided the correct parameters.
URL: https://sepolia.base.org
Request body: {"method":"eth_sendRawTransactionSync","params":["0xf86b8083124f808252089493d130c37a388d15cab98dd03c48a3c87e710966865af3107a4000808302948ba05e588142673e97d5f1cc2409220c2e706eee908e507012f58d48a819641c21dca065f699d1a19e2cfb6023e32e0c17d55a756521ac87c893f91f9cdf474d15237f","0x4e20"]}
Details: Invalid params
Version: viem@2.43.4
Cause: {
"details": "Invalid params",
"metaMessages": [
"URL: https://sepolia.base.org",
"Request body: {\"method\":\"eth_sendRawTransactionSync\",\"params\":[\"0xf86b8083124f808252089493d130c37a388d15cab98dd03c48a3c87e710966865af3107a4000808302948ba05e588142673e97d5f1cc2409220c2e706eee908e507012f58d48a819641c21dca065f699d1a19e2cfb6023e32e0c17d55a756521ac87c893f91f9cdf474d15237f\",\"0x4e20\"]}"
],
"shortMessage": "RPC Request failed.",
"version": "2.43.4",
"name": "RpcRequestError",
"code": -32602,
"data": "invalid type: string \"0x4e20\", expected u64 at line 1 column 8",
"url": "https://sepolia.base.org"
}
============================================================
Testing: RISE Testnet (chainId: 11155931)
============================================================
Signed transaction, sending...
Elapsed: 424ms
Result: FAILED
Error: Invalid parameters were provided to the RPC method.
Double check you have provided the correct parameters.
URL: https://testnet.riselabs.xyz
Request body: {"method":"eth_sendRawTransactionSync","params":["0xf86980098252089493d130c37a388d15cab98dd03c48a3c87e710966865af3107a40008084015473daa0cd7ee9a3c4aba278c8f941a8737def54eaa16b3391cf2c31db72b59445bbb0fea031b4d0c7636111cce1a7402029c25eeedb5dcc1b77d6836a53d91f23504cc513","0x4e20"]}
Details: Invalid params
Version: viem@2.43.4
Cause: {
"details": "Invalid params",
"metaMessages": [
"URL: https://testnet.riselabs.xyz",
"Request body: {\"method\":\"eth_sendRawTransactionSync\",\"params\":[\"0xf86980098252089493d130c37a388d15cab98dd03c48a3c87e710966865af3107a40008084015473daa0cd7ee9a3c4aba278c8f941a8737def54eaa16b3391cf2c31db72b59445bbb0fea031b4d0c7636111cce1a7402029c25eeedb5dcc1b77d6836a53d91f23504cc513\",\"0x4e20\"]}"
],
"shortMessage": "RPC Request failed.",
"version": "2.43.4",
"name": "RpcRequestError",
"code": -32602,
"data": "invalid type: string \"0x4e20\", expected u64 at line 1 column 8",
"url": "https://testnet.riselabs.xyz"
}
============================================================
Testing: Monad Testnet (chainId: 10143)
============================================================
Signed transaction, sending...
Elapsed: 6542ms
Result: FAILED
Error: Invalid parameters were provided to the RPC method.
Double check you have provided the correct parameters.
URL: https://testnet-rpc.monad.xyz
Request body: {"method":"eth_sendRawTransactionSync","params":["0xf86c808517bfac7c008252089493d130c37a388d15cab98dd03c48a3c87e710966865af3107a400080824f62a079941c1339210a74afd2790a2f80ce5468e90d4ebb4fc66bf0e21f40e7e7ce68a0725327abfd6367f5b74c39d709aab7ee52dba3ffed791ae83948be72f7e23408","0x4e20"]}
Details: Invalid params
Version: viem@2.43.4
Cause: {
"details": "Invalid params",
"metaMessages": [
"URL: https://testnet-rpc.monad.xyz",
"Request body: {\"method\":\"eth_sendRawTransactionSync\",\"params\":[\"0xf86c808517bfac7c008252089493d130c37a388d15cab98dd03c48a3c87e710966865af3107a400080824f62a079941c1339210a74afd2790a2f80ce5468e90d4ebb4fc66bf0e21f40e7e7ce68a0725327abfd6367f5b74c39d709aab7ee52dba3ffed791ae83948be72f7e23408\",\"0x4e20\"]}"
],
"shortMessage": "RPC Request failed.",
"version": "2.43.4",
"name": "RpcRequestError",
"code": -32602,
"url": "https://testnet-rpc.monad.xyz"
}
============================================================
All tests completed!