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
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -904,7 +904,7 @@ workflows:
- build-blocto:
<<: *deploy_production_filters
- build-staging-blocto:
<<: *deploy_staging_filters
<<: *deploy_staging_filters
venly:
jobs:
- build-venly:
Expand Down
3 changes: 2 additions & 1 deletion packages/arcana-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"type-check": "tsc --noEmit"
},
"dependencies": {
"@arcana/auth": "^1.0.6"
"@arcana/auth": "^1.0.6",
"@web3-onboard/common": "2.3.3"
},
"devDependencies": {
"typescript": "^5.1.6"
Expand Down
3 changes: 2 additions & 1 deletion packages/arcana-auth/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { createEIP1193Provider, WalletInit } from '@web3-onboard/common'
import icon from './icon'
import icon from './icon.js'
import type { ConstructorParams } from '@arcana/auth/types'

export default function (opts: {
Expand All @@ -17,6 +17,7 @@ export default function (opts: {
const instance = new AuthProvider(opts.clientID, opts.params)
await instance.init()
return new Promise((resolve, reject) => {
// @ts-ignore
instance.provider.once('connect', () => {
resolve({
provider: createEIP1193Provider(instance.provider),
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -154,10 +154,10 @@
resolved "https://registry.yarnpkg.com/@apocentre/alias-sampling/-/alias-sampling-0.5.3.tgz#897ff181b48ad7b2bcb4ecf29400214888244f08"
integrity sha512-7UDWIIF9hIeJqfKXkNIzkVandlwLf1FWTSdrb9iXvOP8oF544JRXQjCbiTmCv2c9n44n/FIWtehhBfNuAx2CZA==

"@arcana/auth@^1.0.3":
version "1.0.3"
resolved "https://registry.yarnpkg.com/@arcana/auth/-/auth-1.0.3.tgz#10008e95e9c43b5bafaf9a35ae8261c028975619"
integrity sha512-Ab6UoxqlsruzWZ3XPBL8jdfrW2GmU7F4dec7Qic/L6jePQTxjOkSkXqrTnZ8Zo4Ew3A/6r6j/8HcjbgFAyBoBQ==
"@arcana/auth@^1.0.6":
version "1.0.6"
resolved "https://registry.yarnpkg.com/@arcana/auth/-/auth-1.0.6.tgz#6b84a37e600b56c54651634debc11c8a01d3e129"
integrity sha512-wJ/qP6bZcJR/U3YUtGWNF359grRjPoILrRYn4jix7zlguhY34Yc27NFhsDwq7yrgnPQYa4lLz6uOZf0pDOHbgA==
dependencies:
"@metamask/safe-event-emitter" "^2.0.0"
eth-rpc-errors "^4.0.3"
Expand Down Expand Up @@ -12159,10 +12159,10 @@ typescript@^4.6.2:
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.6.4.tgz#caa78bbc3a59e6a5c510d35703f6a09877ce45e9"
integrity sha512-9ia/jWHIEbo49HfjrLGfKbZSuWo9iTMwXO+Ca3pRsSpbsMbc7/IU8NKdCZVRRBafVPGnoJeFL76ZOAA84I9fEg==

typescript@^5.0.4:
version "5.0.4"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.0.4.tgz#b217fd20119bd61a94d4011274e0ab369058da3b"
integrity sha512-cW9T5W9xY37cc+jfEnaUvX91foxtHkza3Nw3wkoF4sSlKn0MONdkdEndig/qPBWXNkmplh3NzayQzCiHM4/hqw==
typescript@^5.1.6:
version "5.1.6"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.1.6.tgz#02f8ac202b6dad2c0dd5e0913745b47a37998274"
integrity sha512-zaWCozRZ6DLEWAWFrVDz1H6FVXzUSfTy5FUMWsQlU8Ym5JP9eO4xkTIROFCQvhQf61z6O/G6ugw3SgAnvvm+HA==

uint8arrays@^3.0.0, uint8arrays@^3.1.0:
version "3.1.1"
Expand Down