File tree 3 files changed +8
-7
lines changed
features/xmtp/xmtp-client
3 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ import { getRandomBytesAsync } from "expo-crypto"
3
3
import { config } from "@/config"
4
4
import { captureError } from "@/utils/capture-error"
5
5
import { XMTPError } from "@/utils/error"
6
+ import { IEthereumAddress } from "@/utils/evm/address"
6
7
import { getSecureItemAsync , setSecureItemAsync } from "@/utils/keychain"
7
8
import { xmtpLogger } from "@/utils/logger"
8
9
import { ISupportedXmtpCodecs , supportedXmtpCodecs } from "../xmtp-codecs/xmtp-codecs"
@@ -43,7 +44,7 @@ export async function createXmtpClientInstance(args: {
43
44
}
44
45
45
46
export async function buildXmtpClientInstance ( args : {
46
- ethereumAddress : string
47
+ ethereumAddress : IEthereumAddress
47
48
inboxId ?: IXmtpInboxId
48
49
} ) {
49
50
const { ethereumAddress, inboxId } = args
Original file line number Diff line number Diff line change 73
73
"@thirdweb-dev/react-native-adapter" : " ^1.5.3" ,
74
74
"@walletconnect/react-native-compat" : " ^2.19.0" ,
75
75
"@xmtp/content-type-primitives" : " ^2.0.0" ,
76
- "@xmtp/react-native-sdk" : " github:xmtp/xmtp-react-native#np/signature-updates " ,
76
+ "@xmtp/react-native-sdk" : " 4.0.0-rc2 " ,
77
77
"@xstate/react" : " ^5.0.0" ,
78
78
"@yornaath/batshit" : " ^0.10.1" ,
79
79
"alchemy-sdk" : " ^3.4.4" ,
Original file line number Diff line number Diff line change @@ -8918,9 +8918,9 @@ __metadata:
8918
8918
languageName: node
8919
8919
linkType: hard
8920
8920
8921
- "@xmtp/react-native-sdk@github:xmtp/xmtp-react-native#np/signature-updates ":
8922
- version: 4.0.0-rc1
8923
- resolution: "@xmtp/react-native-sdk@https://github.com/xmtp/xmtp-react-native.git#commit=9be92fa318f6118fcc195ee2c27e0a283cc56408 "
8921
+ "@xmtp/react-native-sdk@npm:4.0.0-rc2 ":
8922
+ version: 4.0.0-rc2
8923
+ resolution: "@xmtp/react-native-sdk@npm:4.0.0-rc2 "
8924
8924
dependencies:
8925
8925
"@changesets/changelog-git": "npm:^0.2.0"
8926
8926
"@changesets/cli": "npm:^2.27.10"
@@ -8934,7 +8934,7 @@ __metadata:
8934
8934
expo: "*"
8935
8935
react: "*"
8936
8936
react-native: "*"
8937
- checksum: 10c0/572b3ef2ea13bf51c28a3c10d8bf6a32a0bd9df222d6d7db23a3c277b007813505164a3bc35c27cb7d00519a9eb29b9ca23b7e6f506c75bbb1bb6938f34501a1
8937
+ checksum: 10c0/54f134566652f2dc688742f70bc2e765ade7210e00d25576426e64f814ae54e36770f2933647625edf899d4e9a5f67a9796bebdbf2983d0aa2437e04af2de1a2
8938
8938
languageName: node
8939
8939
linkType: hard
8940
8940
@@ -10837,7 +10837,7 @@ __metadata:
10837
10837
"@walletconnect/react-native-compat": "npm:^2.19.0"
10838
10838
"@welldone-software/why-did-you-render": "npm:^8.0.3"
10839
10839
"@xmtp/content-type-primitives": "npm:^2.0.0"
10840
- "@xmtp/react-native-sdk": "github:xmtp/xmtp-react-native#np/signature-updates "
10840
+ "@xmtp/react-native-sdk": "npm:4.0.0-rc2 "
10841
10841
"@xstate/react": "npm:^5.0.0"
10842
10842
"@yornaath/batshit": "npm:^0.10.1"
10843
10843
alchemy-sdk: "npm:^3.4.4"
You can’t perform that action at this time.
0 commit comments