Skip to content

Commit

Permalink
refactor: change contract addresses (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorShadurin authored Nov 28, 2024
1 parent 70ee92c commit 3368d4d
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions src/network-config/base-mainnet-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ export const baseMainnetConfig: INetworkConfig = {
/**
* Create2 Address of Social Connections contract
*/
socialConnectionsAddress: '0xB7C1C10A71d3C90f42351bec7E4BCd647C992743',
socialConnectionsAddress: '0x99583220489a0e4217911ECf50680918F6a8B958',
/**
* Create2 Address of Filesystem Changes contract
*/
filesystemChangesAddress: '0x55043C8f3e8Ec55D2d60Acef83024F3b6da5AAf0',
filesystemChangesAddress: '0x30C974bE6581e3a00595d0b7C1ba7A8A91413e1f',
appAuthUrl: 'https://dappy.in',
rpcUserOperationsUrl: 'https://base-mainnet.g.alchemy.com/v2/ublj-ZfkDCQxMSsTq-SWrGfHrfvGY58d',
userOperationsExplorerUrl: '',
Expand Down
4 changes: 2 additions & 2 deletions src/network-config/base-sepolia-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ export const baseSepoliaConfig: INetworkConfig = {
* https://docs.alchemy.com/reference/eth-supportedentrypoints
*/
entryPointAddress: '0x5ff137d4b0fdcd49dca30c7cf57e578a026d2789',
socialConnectionsAddress: '0xB7C1C10A71d3C90f42351bec7E4BCd647C992743',
filesystemChangesAddress: '0x55043C8f3e8Ec55D2d60Acef83024F3b6da5AAf0',
socialConnectionsAddress: '0x99583220489a0e4217911ECf50680918F6a8B958',
filesystemChangesAddress: '0x30C974bE6581e3a00595d0b7C1ba7A8A91413e1f',
appAuthUrl: 'https://dappy.in',
rpcUserOperationsUrl: 'https://base-sepolia.g.alchemy.com/v2/ublj-ZfkDCQxMSsTq-SWrGfHrfvGY58d',
userOperationsExplorerUrl: '',
Expand Down
4 changes: 2 additions & 2 deletions src/network-config/fraxtal-holesky-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ export const fraxtalHoleskyConfig: INetworkConfig = {
* https://docs.alchemy.com/reference/eth-supportedentrypoints
*/
entryPointAddress: '0x5ff137d4b0fdcd49dca30c7cf57e578a026d2789',
socialConnectionsAddress: '0xB7C1C10A71d3C90f42351bec7E4BCd647C992743',
filesystemChangesAddress: '0x55043C8f3e8Ec55D2d60Acef83024F3b6da5AAf0',
socialConnectionsAddress: '0x99583220489a0e4217911ECf50680918F6a8B958',
filesystemChangesAddress: '0x30C974bE6581e3a00595d0b7C1ba7A8A91413e1f',
appAuthUrl: 'https://dappy.in',
rpcUserOperationsUrl: '',
userOperationsExplorerUrl: '',
Expand Down
4 changes: 2 additions & 2 deletions src/network-config/fraxtal-mainnet-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ export const fraxtalMainnetConfig: INetworkConfig = {
/**
* Create2 Address of Social Connections contract
*/
socialConnectionsAddress: '0xB7C1C10A71d3C90f42351bec7E4BCd647C992743',
socialConnectionsAddress: '0x99583220489a0e4217911ECf50680918F6a8B958',
/**
* Create2 Address of Filesystem Changes contract
*/
filesystemChangesAddress: '0x55043C8f3e8Ec55D2d60Acef83024F3b6da5AAf0',
filesystemChangesAddress: '0x30C974bE6581e3a00595d0b7C1ba7A8A91413e1f',
appAuthUrl: 'https://dappy.in',
rpcUserOperationsUrl: '',
userOperationsExplorerUrl: '',
Expand Down
4 changes: 2 additions & 2 deletions src/network-config/mode-mainnet-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ export const modeMainnetConfig: INetworkConfig = {
/**
* Create2 Address of Social Connections contract
*/
socialConnectionsAddress: '0xB7C1C10A71d3C90f42351bec7E4BCd647C992743',
socialConnectionsAddress: '0x99583220489a0e4217911ECf50680918F6a8B958',
/**
* Create2 Address of Filesystem Changes contract
*/
filesystemChangesAddress: '0x55043C8f3e8Ec55D2d60Acef83024F3b6da5AAf0',
filesystemChangesAddress: '0x30C974bE6581e3a00595d0b7C1ba7A8A91413e1f',
appAuthUrl: 'https://dappy.in',
rpcUserOperationsUrl: '',
userOperationsExplorerUrl: '',
Expand Down
4 changes: 2 additions & 2 deletions src/network-config/mode-sepolia-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ export const modeSepoliaConfig: INetworkConfig = {
* https://docs.alchemy.com/reference/eth-supportedentrypoints
*/
entryPointAddress: '0x5ff137d4b0fdcd49dca30c7cf57e578a026d2789',
socialConnectionsAddress: '0xB7C1C10A71d3C90f42351bec7E4BCd647C992743',
filesystemChangesAddress: '0x55043C8f3e8Ec55D2d60Acef83024F3b6da5AAf0',
socialConnectionsAddress: '0x99583220489a0e4217911ECf50680918F6a8B958',
filesystemChangesAddress: '0x30C974bE6581e3a00595d0b7C1ba7A8A91413e1f',
appAuthUrl: 'https://dappy.in',
rpcUserOperationsUrl: '',
userOperationsExplorerUrl: '',
Expand Down
4 changes: 2 additions & 2 deletions src/network-config/optimism-mainnet-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ export const optimismMainnetConfig: INetworkConfig = {
/**
* Create2 Address of Social Connections contract
*/
socialConnectionsAddress: '0xB7C1C10A71d3C90f42351bec7E4BCd647C992743',
socialConnectionsAddress: '0x99583220489a0e4217911ECf50680918F6a8B958',
/**
* Create2 Address of Filesystem Changes contract
*/
filesystemChangesAddress: '0x55043C8f3e8Ec55D2d60Acef83024F3b6da5AAf0',
filesystemChangesAddress: '0x30C974bE6581e3a00595d0b7C1ba7A8A91413e1f',
appAuthUrl: 'https://dappy.in',
rpcUserOperationsUrl: 'https://opt-mainnet.g.alchemy.com/v2/ublj-ZfkDCQxMSsTq-SWrGfHrfvGY58d',
userOperationsExplorerUrl: '',
Expand Down
4 changes: 2 additions & 2 deletions src/network-config/optimism-sepolia-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ export const optimismSepoliaConfig: INetworkConfig = {
* https://docs.alchemy.com/reference/eth-supportedentrypoints
*/
entryPointAddress: '0x5ff137d4b0fdcd49dca30c7cf57e578a026d2789',
socialConnectionsAddress: '0xB7C1C10A71d3C90f42351bec7E4BCd647C992743',
filesystemChangesAddress: '0x55043C8f3e8Ec55D2d60Acef83024F3b6da5AAf0',
socialConnectionsAddress: '0x99583220489a0e4217911ECf50680918F6a8B958',
filesystemChangesAddress: '0x30C974bE6581e3a00595d0b7C1ba7A8A91413e1f',
appAuthUrl: 'https://dappy.in',
rpcUserOperationsUrl: 'https://opt-sepolia.g.alchemy.com/v2/vzozB27YgXBN9bXvQh5_AeyWVjDmfqGF',
userOperationsExplorerUrl: '',
Expand Down

0 comments on commit 3368d4d

Please sign in to comment.