-
Notifications
You must be signed in to change notification settings - Fork 756
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* refactor(spec): extract and import rpc spec types from starknet-types * chore: add starknet types 0.7.2
- Loading branch information
Showing
16 changed files
with
222 additions
and
1,406 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
export * as JRPC from './jsonrpc'; | ||
|
||
export * as RPCSPEC06 from './rpcspec_0_6'; | ||
export * as RPCSPEC07 from './rpcspec_0_7'; | ||
export * from './rpcspec_0_7'; | ||
export * as RPCSPEC07 from 'starknet-types-07'; | ||
export * from 'starknet-types-07'; |
Oops, something went wrong.