File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -764,7 +764,7 @@ export interface Transaction {
764764 gasUsed ?: bigint
765765 contractAddress ?: string
766766 logsBloom ?: string
767- type ?: number
767+ kind ?: number
768768 root ?: string
769769 status ?: number
770770 l1Fee ?: bigint
@@ -813,7 +813,7 @@ export type TransactionField = 'BlockHash'|
813813'GasUsed' |
814814'ContractAddress' |
815815'LogsBloom' |
816- 'Type ' |
816+ 'Kind ' |
817817'Root' |
818818'Status' |
819819'L1Fee' |
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 11{
22 "name" : " @envio-dev/hypersync-client-darwin-arm64" ,
3- "version" : " 0.7.1 " ,
3+ "version" : " 0.7.0-hyperindex-v2-compatible " ,
44 "cpu" : [
55 " arm64"
66 ],
1616 "os" : [
1717 " darwin"
1818 ]
19- }
19+ }
Original file line number Diff line number Diff line change 11{
22 "name" : " @envio-dev/hypersync-client-darwin-x64" ,
3- "version" : " 0.7.1 " ,
3+ "version" : " 0.7.0-hyperindex-v2-compatible " ,
44 "cpu" : [
55 " x64"
66 ],
1616 "os" : [
1717 " darwin"
1818 ]
19- }
19+ }
Original file line number Diff line number Diff line change 11{
22 "name" : " @envio-dev/hypersync-client-linux-arm64-gnu" ,
3- "version" : " 0.7.1 " ,
3+ "version" : " 0.7.0-hyperindex-v2-compatible " ,
44 "cpu" : [
55 " arm64"
66 ],
1919 "libc" : [
2020 " glibc"
2121 ]
22- }
22+ }
Original file line number Diff line number Diff line change 11{
22 "name" : " @envio-dev/hypersync-client-linux-x64-gnu" ,
3- "version" : " 0.7.1 " ,
3+ "version" : " 0.7.0-hyperindex-v2-compatible " ,
44 "cpu" : [
55 " x64"
66 ],
1919 "libc" : [
2020 " glibc"
2121 ]
22- }
22+ }
Original file line number Diff line number Diff line change 11{
22 "name" : " @envio-dev/hypersync-client-linux-x64-musl" ,
3- "version" : " 0.7.1 " ,
3+ "version" : " 0.7.0-hyperindex-v2-compatible " ,
44 "cpu" : [
55 " x64"
66 ],
1919 "libc" : [
2020 " musl"
2121 ]
22- }
22+ }
Original file line number Diff line number Diff line change 11{
22 "name" : " @envio-dev/hypersync-client-win32-arm64-msvc" ,
3- "version" : " 0.7.1 " ,
3+ "version" : " 0.7.0-hyperindex-v2-compatible " ,
44 "cpu" : [
55 " arm64"
66 ],
1616 "os" : [
1717 " win32"
1818 ]
19- }
19+ }
Original file line number Diff line number Diff line change 11{
22 "name" : " @envio-dev/hypersync-client-win32-x64-msvc" ,
3- "version" : " 0.7.1 " ,
3+ "version" : " 0.7.0-hyperindex-v2-compatible " ,
44 "cpu" : [
55 " x64"
66 ],
1616 "os" : [
1717 " win32"
1818 ]
19- }
19+ }
Original file line number Diff line number Diff line change 11{
22 "name" : " @envio-dev/hypersync-client" ,
33 "description" : " HyperSync Client by Envio" ,
4- "version" : " 0.7.1 " ,
4+ "version" : " 0.7.0-hyperindex-v2-compatible " ,
55 "main" : " index.js" ,
66 "types" : " index.d.ts" ,
77 "napi" : {
You can’t perform that action at this time.
0 commit comments