Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
MIT License

Copyright 2024 Coinbase, Inc.
Copyright 2025 Startale Group PTE Ltd.

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the “Software”), to deal in the
Expand All @@ -17,4 +20,4 @@ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.
OTHER DEALINGS IN THE SOFTWARE.
2 changes: 1 addition & 1 deletion examples/testapp/src/components/Layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ export function Layout({ children }: LayoutProps) {
direction={isSmallScreen ? 'column' : 'row'}
gap={2}
>
<Heading onClick={handleGoToHome}>Base Account SDK</Heading>
<Heading onClick={handleGoToHome}>Superapp Account SDK</Heading>
<Flex justifyContent="space-between" alignItems="center" gap={4}>
{isSmallScreen ? (
<Button colorScheme="telegram" onClick={onOpen}>
Expand Down
6 changes: 2 additions & 4 deletions examples/testapp/src/store/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@ export type SDKVersionType = (typeof sdkVersions)[number];

export const SELECTED_SCW_URL_KEY = 'scw_url';
export const scwUrls = [
'https://keys.coinbase.com/connect',
'https://keys-beta.coinbase.com/connect',
'https://keys-dev.coinbase.com/connect',
'http://localhost:3005/connect',
'http://localhost:3000/',
'http://localhost:5174/',
] as const;
export type ScwUrlType = (typeof scwUrls)[number];
9 changes: 5 additions & 4 deletions packages/account-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{
"name": "@base-org/account",
"name": "@startale/superapp-sdk",
"version": "2.0.2",
"description": "Base Account SDK",
"description": "Superapp SDK",
"keywords": [
"base",
"account",
"startale",
"superapp",
"sdk",
"sdk",
"web3"
],
Expand Down