-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: add mee skeleton + abstractions #139
Closed
Closed
Conversation
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
size-limit report 📦
|
joepegler
force-pushed
the
feat/mee_skeleton
branch
3 times, most recently
from
December 2, 2024 10:15
50682cc
to
09690bd
Compare
joepegler
force-pushed
the
feat/mee_skeleton
branch
from
December 2, 2024 10:16
09690bd
to
abc7e95
Compare
joepegler
force-pushed
the
feat/mee_skeleton
branch
from
December 2, 2024 10:42
b486ccb
to
2669165
Compare
joepegler
force-pushed
the
feat/mee_skeleton
branch
from
December 2, 2024 10:46
2669165
to
2028d5a
Compare
joepegler
force-pushed
the
feat/mee_skeleton
branch
from
December 2, 2024 11:20
e3b6830
to
8e32514
Compare
joepegler
force-pushed
the
feat/mee_skeleton
branch
from
December 2, 2024 11:52
8e32514
to
83d6269
Compare
joepegler
force-pushed
the
feat/mee_skeleton
branch
from
December 7, 2024 08:48
3297089
to
b0eff17
Compare
joepegler
force-pushed
the
feat/mee_skeleton
branch
from
December 7, 2024 08:58
b0eff17
to
effc16b
Compare
joepegler
force-pushed
the
feat/mee_skeleton
branch
2 times, most recently
from
December 9, 2024 13:44
e5d8270
to
f9b04e9
Compare
joepegler
force-pushed
the
feat/mee_skeleton
branch
from
December 9, 2024 13:49
f9b04e9
to
7420df9
Compare
joepegler
force-pushed
the
feat/mee_skeleton
branch
from
December 9, 2024 13:56
b87fcb0
to
0dd2016
Compare
joepegler
force-pushed
the
develop
branch
2 times, most recently
from
December 11, 2024 09:10
a1e34e7
to
da16034
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
PR-Codex overview
This PR focuses on refactoring the SDK to replace the usage of
createNexusClient
andcreateNexusSessionClient
withcreateSmartAccountClient
, along with various updates to configurations, types, and tests to support this transition.Detailed summary
getAAError.ts
andcreateNexusSessionClient.ts
.ALT_CHAIN_ID
to.github/workflows/unit-tests.yml
.Types.ts
andUtils.ts
.createNexusClient
withcreateSmartAccountClient
in multiple files..env.example
to includeMEE_NODE_URL
.meeActions
andgetFeeQuote
functionalities.