Skip to content

Commit

Permalink
Update Erc20TokenTester.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
juanfranblanco committed Feb 12, 2020
1 parent b66832f commit b08a133
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public Erc20TokenTester(EthereumClientIntegrationFixture ethereumClientIntegrati
[Fact]
public async void ShouldGetTheDaiFromMainnet()
{
var web3 = new Web3.Web3("https://mainnet.infura.io");
var web3 = new Web3.Web3("https://mainnet.infura.io/v3/7238211010344719ad14a89db874158c");
var contractHandler = web3.Eth.GetContractHandler("0x89d24A6b4CcB1B6fAA2625fE562bDD9a23260359");
var stringBytes32Decoder = new StringBytes32Decoder();
var symbol = await contractHandler.QueryRawAsync<SymbolFunction, StringBytes32Decoder, string>();
Expand Down

0 comments on commit b08a133

Please sign in to comment.