Skip to content

Commit 8c03307

Browse files
committed
Test: Update RPC API
The previous one no longer works.
1 parent 4cb4198 commit 8c03307

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/rpc.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ vmFromRpc sess blockNum calldata callvalue caller address = do
169169
})
170170

171171
testRpc :: Text
172-
testRpc = "https://eth-mainnet.alchemyapi.io/v2/vpeKFsEF6PHifHzdtcwXSDbhV3ym5Ro4"
172+
testRpc = "https://eth-mainnet.g.alchemy.com/v2/vpeKFsEF6PHifHzdtcwXSDbhV3ym5Ro4"
173173

174174
testBlockNumber :: BlockNumber
175175
testBlockNumber = BlockNumber 16198552

0 commit comments

Comments
 (0)