NethermindEth / starknet.go

Golang Library for StarkNet/Cairo
MIT License
143 stars 95 forks source link

provider_test.go upgraded to Sepolia #563

Closed thiagodeev closed 2 months ago

thiagodeev commented 2 months ago

Started upgrading the RPC tests to Sepolia network instead of Goerli. This PR upgrades the provider_test.go tests to Sepolia. Partially resolves the issue https://github.com/NethermindEth/starknet.go/issues/551.

thiagodeev commented 2 months ago

The fixed test is breaking with the 'devnet' param, the devnet is returning 'goerli' as the chainId. I didn't test with devnet, my bad. I will switch the current legacy devnet container to the new recommended devnet-rs container.

rianhughes commented 2 months ago

Hey, the PR looks good, you just need to fix the TestCall that is failing on devnet