Skip to content

Commit c1295b4

Browse files
aorumbayevachidlow
authored andcommitted
feat: bumping algokit utils, pyteal; removing algoexplorer as api provider
1 parent fb76617 commit c1295b4

File tree

5 files changed

+1133
-1007
lines changed

5 files changed

+1133
-1007
lines changed

beaker/client/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
from algokit_utils import LogicError
22

3-
from .api_providers import AlgoExplorer, AlgoNode, Network, PureStake, Sandbox
3+
from .api_providers import AlgoNode, Network, PureStake, Sandbox
44
from .application_client import ApplicationClient
55

66
LogicException = LogicError
77
__all__ = [
8-
"AlgoExplorer",
98
"AlgoNode",
109
"ApplicationClient",
1110
"LogicException",

beaker/client/api_providers.py

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -53,20 +53,6 @@ class AlgoNode(APIProvider):
5353
}
5454

5555

56-
class AlgoExplorer(APIProvider):
57-
algod_hosts = {
58-
Network.MainNet: "https://node.algoexplorerapi.io",
59-
Network.TestNet: "https://node.testnet.algoexplorerapi.io",
60-
Network.BetaNet: "https://node.betanet.algoexplorerapi.io",
61-
}
62-
63-
indexer_hosts = {
64-
Network.MainNet: "https://algoindexer.algoexplorerapi.io",
65-
Network.TestNet: "https://algoindexer.testnet.algoexplorerapi.io",
66-
Network.BetaNet: "https://algoindexer.betanet.algoexplorerapi.io",
67-
}
68-
69-
7056
class PureStake(APIProvider):
7157
algod_hosts = {
7258
Network.MainNet: "https://mainnet-algorand.api.purestake.io/ps1",

0 commit comments

Comments
 (0)