Skip to content

Commit

Permalink
Properly fetch Revolut NFT address
Browse files Browse the repository at this point in the history
  • Loading branch information
asoong committed May 9, 2024
1 parent 62e8f37 commit 94e751d
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -207,6 +207,7 @@ const SmartContractsProvider = ({ children }: ProvidersProps) => {
setVenmoNftAddress(contractsForNetwork.venmoNft);
setHdfcNftAddress(contractsForNetwork.hdfcNft);
setGarantiNftAddress(contractsForNetwork.garantiNft);
setRevolutNftAddress(contractsForNetwork.revolutNft);

// Socket
setSocketBridgeAddress(contractsForNetwork.socketBridge);
Expand Down

0 comments on commit 94e751d

Please sign in to comment.