Skip to content

Commit ea89cee

Browse files
authored
Merge pull request #985 from ensdomains/para-rainbowkit-version-bump
chore: para rainbowkit version bump and set recovery step
2 parents 4ed1e0f + 2b3ce1c commit ea89cee

File tree

5 files changed

+133
-157
lines changed

5 files changed

+133
-157
lines changed

.github/workflows/pages-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Cloudflare Pages
33
env:
44
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
55
NEXT_PUBLIC_INTERCOM_ID: re9q5yti
6-
NEXT_PUBLIC_PARA_API_KEY_PROD: ${{ secrets.PARA_API_KEY_PROD }}
6+
NEXT_PUBLIC_PARA_API_KEY_PROD: ${{ github.ref == 'refs/heads/main' && secrets.NEXT_PUBLIC_PARA_API_KEY_PROD || '' }}
77
NEXT_PUBLIC_DRPC_KEY: AnmpasF2C0JBqeAEzxVO8aTteiMlrW4R75hpDonbV6cR
88

99
on: [push]

e2e/specs/stateless/wrapName.spec.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,10 @@ test('should calculate needed steps without localstorage', async ({
287287
await transactionModal.introButton.click()
288288
await transactionModal.confirm()
289289
await transactionModal.complete()
290-
await expect(page.getByTestId('namewrapper-status')).not.toContainText('Unwrapped')
290+
291+
await expect(page.getByTestId('namewrapper-status')).not.toContainText('Unwrapped', {
292+
timeout: 10000,
293+
})
291294

292295
await profilePage.goto(subname)
293296
await expect(profilePage.record('text', 'description')).toHaveText('test')

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,6 @@
5656
"@ensdomains/ens-test-env": "0.6.0",
5757
"@ensdomains/ensjs": "4.0.3-alpha.12",
5858
"@ensdomains/thorin": "1.0.0-beta.26",
59-
"@getpara/rainbowkit": "1.2.0-dev.6",
60-
"@getpara/rainbowkit-wallet": "1.2.0-dev.5",
6159
"@metamask/post-message-stream": "^6.1.2",
6260
"@metamask/providers": "^14.0.2",
6361
"@noble/hashes": "^1.3.2",
@@ -68,6 +66,8 @@
6866
"@tanstack/react-query": "5.22.2",
6967
"@tanstack/react-query-devtools": "^5.59.0",
7068
"@tanstack/react-query-persist-client": "5.22.2",
69+
"@getpara/rainbowkit": "1.2.0",
70+
"@getpara/rainbowkit-wallet": "1.2.0",
7171
"@wagmi/core": "2.13.3",
7272
"calendar-link": "^2.8.0",
7373
"dequal": "2.0.3",
@@ -182,7 +182,6 @@
182182
},
183183
"pnpm": {
184184
"overrides": {
185-
"@getpara/react-sdk": "1.6.1-dev.0",
186185
"@nomiclabs/hardhat-ethers": "npm:hardhat-deploy-ethers@0.3.0-beta.13",
187186
"@wagmi/core": "2.13.3",
188187
"@walletconnect/ethereum-provider": "2.11.1",

0 commit comments

Comments
 (0)