-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat!: passing a signer is not required (#44)
* feat: userVerificationAddress is not required anymore * refactor: removed 0x * refactor: add test instructions to prolong the test token * refactor: add base and mode networks * refactor: add fraxtal * refactor!: make signer is not required
- Loading branch information
1 parent
72d8e71
commit 9bbe409
Showing
18 changed files
with
218 additions
and
31 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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
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
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 |
---|---|---|
@@ -0,0 +1,26 @@ | ||
import { INetworkConfig } from './INetworkConfig' | ||
|
||
export const baseMainnetConfig: INetworkConfig = { | ||
networkName: 'Base Mainnet', | ||
chainId: 8453, | ||
accountFactoryAddress: '0x00004EC70002a32400f8ae005A26081065620D20', | ||
/** | ||
* https://docs.alchemy.com/reference/eth-supportedentrypoints (v0.6.0) | ||
*/ | ||
entryPointAddress: '0x5ff137d4b0fdcd49dca30c7cf57e578a026d2789', | ||
/** | ||
* Create2 Address of Social Connections contract | ||
*/ | ||
socialConnectionsAddress: '0xB7C1C10A71d3C90f42351bec7E4BCd647C992743', | ||
/** | ||
* Create2 Address of Filesystem Changes contract | ||
*/ | ||
filesystemChangesAddress: '0x55043C8f3e8Ec55D2d60Acef83024F3b6da5AAf0', | ||
appAuthUrl: 'https://dappy.in', | ||
rpcUserOperationsUrl: 'https://base-mainnet.g.alchemy.com/v2/ublj-ZfkDCQxMSsTq-SWrGfHrfvGY58d', | ||
userOperationsExplorerUrl: '', | ||
simpleExplorerUrl: 'https://base.blockscout.com', | ||
verificationRpcUrl: 'https://verify.dappykit.org', | ||
farcasterAuthFrameUrl: 'https://farcaster-auth-frame.dappykit.org', | ||
farcasterAuthApiUrl: 'https://farcaster-auth-api.dappykit.org', | ||
} |
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 |
---|---|---|
@@ -0,0 +1,27 @@ | ||
import { INetworkConfig } from './INetworkConfig' | ||
|
||
export const baseSepoliaConfig: INetworkConfig = { | ||
networkName: 'Base Sepolia', | ||
chainId: 84532, | ||
/** | ||
* The Simple Account offers a more basic implementation for wallet contracts. | ||
* It is straightforward and easy to use, making it suitable for testing purposes. | ||
* We recommend using Light Account in production. | ||
* | ||
* https://docs.alchemy.com/reference/factory-addresses#testnet-deployments | ||
*/ | ||
accountFactoryAddress: '0x9406Cc6185a346906296840746125a0E44976454', | ||
/** | ||
* https://docs.alchemy.com/reference/eth-supportedentrypoints | ||
*/ | ||
entryPointAddress: '0x5ff137d4b0fdcd49dca30c7cf57e578a026d2789', | ||
socialConnectionsAddress: '0xB7C1C10A71d3C90f42351bec7E4BCd647C992743', | ||
filesystemChangesAddress: '0x55043C8f3e8Ec55D2d60Acef83024F3b6da5AAf0', | ||
appAuthUrl: 'https://dappy.in', | ||
rpcUserOperationsUrl: 'https://base-sepolia.g.alchemy.com/v2/ublj-ZfkDCQxMSsTq-SWrGfHrfvGY58d', | ||
userOperationsExplorerUrl: '', | ||
simpleExplorerUrl: 'https://sepolia-explorer.base.org', | ||
verificationRpcUrl: 'https://verify-api-test.dappykit.org', | ||
farcasterAuthApiUrl: '', | ||
farcasterAuthFrameUrl: '', | ||
} |
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 |
---|---|---|
@@ -0,0 +1,27 @@ | ||
import { INetworkConfig } from './INetworkConfig' | ||
|
||
export const fraxtalHoleskyConfig: INetworkConfig = { | ||
networkName: 'Fraxtal Holesky', | ||
chainId: 2522, | ||
/** | ||
* The Simple Account offers a more basic implementation for wallet contracts. | ||
* It is straightforward and easy to use, making it suitable for testing purposes. | ||
* We recommend using Light Account in production. | ||
* | ||
* https://docs.alchemy.com/reference/factory-addresses#testnet-deployments | ||
*/ | ||
accountFactoryAddress: '0x9406Cc6185a346906296840746125a0E44976454', | ||
/** | ||
* https://docs.alchemy.com/reference/eth-supportedentrypoints | ||
*/ | ||
entryPointAddress: '0x5ff137d4b0fdcd49dca30c7cf57e578a026d2789', | ||
socialConnectionsAddress: '0xB7C1C10A71d3C90f42351bec7E4BCd647C992743', | ||
filesystemChangesAddress: '0x55043C8f3e8Ec55D2d60Acef83024F3b6da5AAf0', | ||
appAuthUrl: 'https://dappy.in', | ||
rpcUserOperationsUrl: '', | ||
userOperationsExplorerUrl: '', | ||
simpleExplorerUrl: 'https://holesky.fraxscan.com/', | ||
verificationRpcUrl: 'https://verify-api-test.dappykit.org', | ||
farcasterAuthApiUrl: '', | ||
farcasterAuthFrameUrl: '', | ||
} |
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 |
---|---|---|
@@ -0,0 +1,26 @@ | ||
import { INetworkConfig } from './INetworkConfig' | ||
|
||
export const fraxtalMainnetConfig: INetworkConfig = { | ||
networkName: 'Fraxtal Mainnet', | ||
chainId: 252, | ||
accountFactoryAddress: '0x00004EC70002a32400f8ae005A26081065620D20', | ||
/** | ||
* https://docs.alchemy.com/reference/eth-supportedentrypoints (v0.6.0) | ||
*/ | ||
entryPointAddress: '0x5ff137d4b0fdcd49dca30c7cf57e578a026d2789', | ||
/** | ||
* Create2 Address of Social Connections contract | ||
*/ | ||
socialConnectionsAddress: '0xB7C1C10A71d3C90f42351bec7E4BCd647C992743', | ||
/** | ||
* Create2 Address of Filesystem Changes contract | ||
*/ | ||
filesystemChangesAddress: '0x55043C8f3e8Ec55D2d60Acef83024F3b6da5AAf0', | ||
appAuthUrl: 'https://dappy.in', | ||
rpcUserOperationsUrl: '', | ||
userOperationsExplorerUrl: '', | ||
simpleExplorerUrl: 'https://fraxscan.com/', | ||
verificationRpcUrl: 'https://verify.dappykit.org', | ||
farcasterAuthFrameUrl: 'https://farcaster-auth-frame.dappykit.org', | ||
farcasterAuthApiUrl: 'https://farcaster-auth-api.dappykit.org', | ||
} |
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,21 @@ | ||
import { optimismSepoliaConfig } from './optimism-sepolia-config' | ||
import { optimismMainnetConfig } from './optimism-mainnet-config' | ||
import { baseSepoliaConfig } from './base-sepolia-config' | ||
import { baseMainnetConfig } from './base-mainnet-config' | ||
import { modeMainnetConfig } from './mode-mainnet-config' | ||
import { modeSepoliaConfig } from './mode-sepolia-config' | ||
import { fraxtalHoleskyConfig } from './fraxtal-holesky-config' | ||
import { fraxtalMainnetConfig } from './fraxtal-mainnet-config' | ||
import { INetworkConfig } from './INetworkConfig' | ||
|
||
export { optimismSepoliaConfig, optimismMainnetConfig, INetworkConfig } | ||
export { | ||
optimismSepoliaConfig, | ||
optimismMainnetConfig, | ||
baseSepoliaConfig, | ||
baseMainnetConfig, | ||
modeMainnetConfig, | ||
modeSepoliaConfig, | ||
fraxtalHoleskyConfig, | ||
fraxtalMainnetConfig, | ||
INetworkConfig, | ||
} |
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 |
---|---|---|
@@ -0,0 +1,26 @@ | ||
import { INetworkConfig } from './INetworkConfig' | ||
|
||
export const modeMainnetConfig: INetworkConfig = { | ||
networkName: 'Mode Mainnet', | ||
chainId: 34443, | ||
accountFactoryAddress: '0x00004EC70002a32400f8ae005A26081065620D20', | ||
/** | ||
* https://docs.alchemy.com/reference/eth-supportedentrypoints (v0.6.0) | ||
*/ | ||
entryPointAddress: '0x5ff137d4b0fdcd49dca30c7cf57e578a026d2789', | ||
/** | ||
* Create2 Address of Social Connections contract | ||
*/ | ||
socialConnectionsAddress: '0xB7C1C10A71d3C90f42351bec7E4BCd647C992743', | ||
/** | ||
* Create2 Address of Filesystem Changes contract | ||
*/ | ||
filesystemChangesAddress: '0x55043C8f3e8Ec55D2d60Acef83024F3b6da5AAf0', | ||
appAuthUrl: 'https://dappy.in', | ||
rpcUserOperationsUrl: '', | ||
userOperationsExplorerUrl: '', | ||
simpleExplorerUrl: 'https://explorer.mode.network', | ||
verificationRpcUrl: 'https://verify.dappykit.org', | ||
farcasterAuthFrameUrl: 'https://farcaster-auth-frame.dappykit.org', | ||
farcasterAuthApiUrl: 'https://farcaster-auth-api.dappykit.org', | ||
} |
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 |
---|---|---|
@@ -0,0 +1,27 @@ | ||
import { INetworkConfig } from './INetworkConfig' | ||
|
||
export const modeSepoliaConfig: INetworkConfig = { | ||
networkName: 'Mode Sepolia', | ||
chainId: 919, | ||
/** | ||
* The Simple Account offers a more basic implementation for wallet contracts. | ||
* It is straightforward and easy to use, making it suitable for testing purposes. | ||
* We recommend using Light Account in production. | ||
* | ||
* https://docs.alchemy.com/reference/factory-addresses#testnet-deployments | ||
*/ | ||
accountFactoryAddress: '0x9406Cc6185a346906296840746125a0E44976454', | ||
/** | ||
* https://docs.alchemy.com/reference/eth-supportedentrypoints | ||
*/ | ||
entryPointAddress: '0x5ff137d4b0fdcd49dca30c7cf57e578a026d2789', | ||
socialConnectionsAddress: '0xB7C1C10A71d3C90f42351bec7E4BCd647C992743', | ||
filesystemChangesAddress: '0x55043C8f3e8Ec55D2d60Acef83024F3b6da5AAf0', | ||
appAuthUrl: 'https://dappy.in', | ||
rpcUserOperationsUrl: '', | ||
userOperationsExplorerUrl: '', | ||
simpleExplorerUrl: 'https://sepolia.explorer.mode.network/', | ||
verificationRpcUrl: 'https://verify-api-test.dappykit.org', | ||
farcasterAuthApiUrl: '', | ||
farcasterAuthFrameUrl: '', | ||
} |
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
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
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