Skip to content

Commit

Permalink
fix: expects array of activePoolAddresses
Browse files Browse the repository at this point in the history
  • Loading branch information
L03TJ3 committed Nov 30, 2024
1 parent 2071e0e commit c0b8e50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/goodid/Claim.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ const ClaimPageWrapper = ({ screenProps, styles }) => {
<View style={styles.wrapper}>
<GoodIdProvider>
<ClaimProvider
activePoolAddresses={Config.UBIPoolAddresses}
activePoolAddresses={Config.UBIPoolAddresses.split(',')}
explorerEndPoints={Config.goodIdExplorerUrls}
onSwitchChain={switchNetwork}
withNewsFeed={feedEnabled}
Expand Down

0 comments on commit c0b8e50

Please sign in to comment.