Skip to content

Commit

Permalink
use public rpc i/o secret for unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Elnaril committed May 14, 2024
1 parent abaa030 commit 678ae45
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/test_decoder.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import os

import pytest
from web3 import Web3
from web3.types import HexStr
Expand All @@ -9,7 +7,7 @@

# Test Decode Trx + Input

rpc_endpoint_address = os.environ["WEB3_HTTP_PROVIDER_URL_ETHEREUM_MAINNET"]
rpc_endpoint_address = "https://ethereum.blockpi.network/v1/rpc/public"
w3_instance = Web3(Web3.HTTPProvider(rpc_endpoint_address))


Expand Down

0 comments on commit 678ae45

Please sign in to comment.