<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Developers Forum for XinFin XDC Network: Luv Malani</title>
    <description>The latest articles on Developers Forum for XinFin XDC Network by Luv Malani (@luv_malani_dae959d40aee9c).</description>
    <link>https://www.xdc.dev/luv_malani_dae959d40aee9c</link>
    <image>
      <url>https://www.xdc.dev/images/9F3Vo6H41EvtEgsm4PveUg6oPVsAEKv53zIO2-n3Wp8/rs:fill:90:90/mb:500000/ar:1/aHR0cHM6Ly93d3cu/eGRjLmRldi91cGxv/YWRzL3VzZXIvcHJv/ZmlsZV9pbWFnZS8z/MjA3L2JhMjQzMWQ5/LTI0MDYtNGJjYS04/NTY2LTczOGM4OTY0/YTZhZS5qcGc</url>
      <title>Developers Forum for XinFin XDC Network: Luv Malani</title>
      <link>https://www.xdc.dev/luv_malani_dae959d40aee9c</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://www.xdc.dev/feed/luv_malani_dae959d40aee9c"/>
    <language>en</language>
    <item>
      <title>Issues with Contract Verification and Interaction on Metamask</title>
      <dc:creator>Luv Malani</dc:creator>
      <pubDate>Mon, 15 Jul 2024 08:02:35 +0000</pubDate>
      <link>https://www.xdc.dev/luv_malani_dae959d40aee9c/issues-with-contract-verification-and-interaction-on-metamask-4fj4</link>
      <guid>https://www.xdc.dev/luv_malani_dae959d40aee9c/issues-with-contract-verification-and-interaction-on-metamask-4fj4</guid>
      <description>&lt;p&gt;&lt;a href="https://www.xdc.dev/images/IEr1OSm8MzReKAZyW0XKI4zrsXlqZk85lWwPh6Tz2js/w:880/mb:500000/ar:1/aHR0cHM6Ly93d3cu/eGRjLmRldi91cGxv/YWRzL2FydGljbGVz/LzI1YWcwZWxtaXk0/cmZ0enRtMDdsLnBu/Zw" class="article-body-image-wrapper"&gt;&lt;img src="https://www.xdc.dev/images/IEr1OSm8MzReKAZyW0XKI4zrsXlqZk85lWwPh6Tz2js/w:880/mb:500000/ar:1/aHR0cHM6Ly93d3cu/eGRjLmRldi91cGxv/YWRzL2FydGljbGVz/LzI1YWcwZWxtaXk0/cmZ0enRtMDdsLnBu/Zw" alt="Interaction with my contract" width="880" height="438"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Hello everyone,&lt;/p&gt;

&lt;p&gt;I'm facing a couple of issues with my smart contract deployment and interaction process and would appreciate any guidance you could offer. I am trying on testnet.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Contract Verification Issue:&lt;/strong&gt; When trying to verify my contract using Solidity (Multi-file), I'm encountering the following error: Cannot POST /smart-contracts/0x5454f0766b879fcd0497f77a6d46276e9e47ec9e/verification/via/multi-part. I've followed the typical steps for multi-file verification but can't seem to get past this error.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Interaction Issue with Metamask&lt;/strong&gt;: When attempting to interact with my contract using my application, I've tried using the contract address in both formats: "xdc........" and "0x........". Unfortunately, neither of them seem to work, and I'm unable to transact through Metamask. &lt;/p&gt;

&lt;p&gt;The error messages indicate invalid Ethereum addresses and mention that the network doesn't support EIP-1559. I've double-checked the addresses and am sure they are correct. Here's a snippet of the error message for context (not verbatim):&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;- Invalid address error for "0xdc........"
- Invalid value error for EIP-1559, indicating network incompatibility
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;Has anyone faced similar issues or have any insights on how to resolve these problems? Any advice on the next steps would be greatly appreciated.&lt;/p&gt;

&lt;p&gt;Thank you!&lt;/p&gt;

</description>
      <category>solved</category>
    </item>
    <item>
      <title>Please Resolve this asap</title>
      <dc:creator>Luv Malani</dc:creator>
      <pubDate>Thu, 11 Jul 2024 05:36:34 +0000</pubDate>
      <link>https://www.xdc.dev/luv_malani_dae959d40aee9c/please-resolve-this-asap-nb9</link>
      <guid>https://www.xdc.dev/luv_malani_dae959d40aee9c/please-resolve-this-asap-nb9</guid>
      <description>&lt;p&gt;Unable to connect to MetaMask for Contract testing &amp;amp; Function calling.I deployed my contract on XDC and verified my contracts. Here are the links of the contracts:&lt;br&gt;
&lt;a href="https://explorer.apothem.network/address/0x65ce31bddfe3f4a5ca2baafac4dcbc02f96bb062#code#F1"&gt;https://explorer.apothem.network/address/0x65ce31bddfe3f4a5ca2baafac4dcbc02f96bb062#code#F1&lt;/a&gt;&lt;br&gt;
    and&lt;br&gt;
&lt;a href="https://explorer.apothem.network/address/0xb896267f985dfed3601d33c7dcd8f80b1c6c5fcf#code#F1"&gt;https://explorer.apothem.network/address/0xb896267f985dfed3601d33c7dcd8f80b1c6c5fcf#code#F1&lt;/a&gt;&lt;br&gt;
When I am trying to call the functions, I cannot do that and there is no option to connect to my MetaMask wallet. I tried to do the same on Arbitrum( &lt;a href="https://arbiscan.io/address/0xc5ff453c1894452fcabb431fcc627448c335015d#writeContract"&gt;https://arbiscan.io/address/0xc5ff453c1894452fcabb431fcc627448c335015d#writeContract&lt;/a&gt; ) and it was executed smoothly. Please let me know how to proceed with the same on XDC and resolve this issue as soon as possible.&lt;/p&gt;

</description>
      <category>solved</category>
    </item>
  </channel>
</rss>
