Skip to content

Commit

Permalink
chain id env
Browse files Browse the repository at this point in the history
  • Loading branch information
osiastedian committed Sep 25, 2024
1 parent 8382bd0 commit 590cf79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/bridge/[id].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ const BridgePage: NextPage = () => {
<SyscoinProvider>
<Web3Provider>
<QueryClientProvider client={queryClient}>
<PaliWalletV2Provider>
<PaliWalletV2Provider chainId={process.env.NEXT_PUBLIC_CHAIN_ID!}>
<MetamaskProvider>
<NEVMProvider>
<ConnectedWalletProvider>
Expand Down

0 comments on commit 590cf79

Please sign in to comment.