Skip to content

Commit

Permalink
fix: redtent offer styling and values
Browse files Browse the repository at this point in the history
  • Loading branch information
L03TJ3 committed Oct 4, 2024
1 parent f245835 commit cf8f4d2
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 12 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,12 @@
"@ethersproject/wallet": "^5.7.0",
"@expo/react-native-action-sheet": "^3.9.0",
"@fingerprintjs/fingerprintjs-pro": "^3.8.1",
"@gooddollar/good-design": "0.1.58-beta.f9275089",
"@gooddollar/good-design": "0.1.58-beta.a841f10d",
"@gooddollar/goodcontracts": "^2.6.2",
"@gooddollar/goodprotocol": "^2.0.24",
"@gooddollar/react-native-facetec": "^1.0.45",
"@gooddollar/react-native-side-menu": "^2.0.2",
"@gooddollar/web3sdk-v2": "0.2.32-beta.f9275089",
"@gooddollar/web3sdk-v2": "0.2.32-beta.a841f10d",
"@hcaptcha/react-hcaptcha": "^1.6.0",
"@indexeddbshim/indexeddbshim": "^6.5.0",
"@lingui/react": "^3.13.0",
Expand Down
1 change: 1 addition & 0 deletions src/components/goodid/Claim.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ const ClaimPageWrapper = ({ screenProps, styles }) => {
<View style={styles.wrapper}>
<GoodIdProvider>
<ClaimProvider
activePoolAddresses={Config.UBIPoolAddresses}
explorerEndPoints={Config.goodIdExplorerUrls}
onSwitchChain={switchNetwork}
withNewsFeed={false}
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6618,9 +6618,9 @@ __metadata:
languageName: node
linkType: hard

"@gooddollar/good-design@npm:0.1.58-beta.f9275089":
version: 0.1.58-beta.f9275089
resolution: "@gooddollar/good-design@npm:0.1.58-beta.f9275089"
"@gooddollar/good-design@npm:0.1.58-beta.a841f10d":
version: 0.1.58-beta.a841f10d
resolution: "@gooddollar/good-design@npm:0.1.58-beta.a841f10d"
dependencies:
"@babel/core": ^7.18.10
"@babel/runtime": ^7.18.9
Expand Down Expand Up @@ -6664,7 +6664,7 @@ __metadata:
react-use-promise: ^0.5.0
react-use-wizard: ^2.3.0
require-from-string: ^2.0.2
checksum: d17dc2a0c32998b9c2b1476f655582bd646167ecc241f5654430bd7cd200edba30d23217b0aa0e8afd17857cda9b370338b5fa46b40f49c9fb3aaebda74f8eb2
checksum: 0c1946199b02e9f8aad90243d48f92e34da0ae7f24110ea29ec573d43f187d550db5d821a8c4dda4d0d2312fa0c21569c80242a5c6647a7a33a4094a69abcc1c
languageName: node
linkType: hard

Expand Down Expand Up @@ -6723,12 +6723,12 @@ __metadata:
"@ethersproject/wallet": ^5.7.0
"@expo/react-native-action-sheet": ^3.9.0
"@fingerprintjs/fingerprintjs-pro": ^3.8.1
"@gooddollar/good-design": 0.1.58-beta.f9275089
"@gooddollar/good-design": 0.1.58-beta.a841f10d
"@gooddollar/goodcontracts": ^2.6.2
"@gooddollar/goodprotocol": ^2.0.24
"@gooddollar/react-native-facetec": ^1.0.45
"@gooddollar/react-native-side-menu": ^2.0.2
"@gooddollar/web3sdk-v2": 0.2.32-beta.f9275089
"@gooddollar/web3sdk-v2": 0.2.32-beta.a841f10d
"@hcaptcha/react-hcaptcha": ^1.6.0
"@indexeddbshim/indexeddbshim": ^6.5.0
"@lingui/cli": ^3.13.0
Expand Down Expand Up @@ -7031,9 +7031,9 @@ __metadata:
languageName: node
linkType: hard

"@gooddollar/web3sdk-v2@npm:0.2.32-beta.f9275089":
version: 0.2.32-beta.f9275089
resolution: "@gooddollar/web3sdk-v2@npm:0.2.32-beta.f9275089"
"@gooddollar/web3sdk-v2@npm:0.2.32-beta.a841f10d":
version: 0.2.32-beta.a841f10d
resolution: "@gooddollar/web3sdk-v2@npm:0.2.32-beta.a841f10d"
dependencies:
"@amplitude/analytics-browser": ^1.6.4
"@amplitude/analytics-react-native": ^0.7.0
Expand Down Expand Up @@ -7084,7 +7084,7 @@ __metadata:
"@usedapp/core": "*"
react-native: "*"
react-native-web: "*"
checksum: 709d1d99923f0d0cd66339aa07d8be03203fe1458d169d9a519dc8af6280185a8a6f5cf7929e006765fdff119ae11169a7fea9ea93133a87aacd9fc62e092631
checksum: 8cc30cc799e308efe7e99d75f78fd1dc493533f22c66a8e0d011ee4358aa859e425836cb48097922f24f13d54345856dc9fb65def536fd14271adc1df99e929e
languageName: node
linkType: hard

Expand Down

0 comments on commit cf8f4d2

Please sign in to comment.