Skip to content

Commit

Permalink
Updating Catalyst-API for Mainnet (Fund11)
Browse files Browse the repository at this point in the history
- updated the API-URL for the Catalyst-API to use the mainnet version now for Fund11
  • Loading branch information
gitmachtl committed Jan 13, 2024
1 parent 03558e7 commit bb9c444
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cardano/mainnet/00_common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ case "${network,,}" in
_koiosAPI="https://api.koios.rest/api/v1" #Koios-API URLs -> autoresolve into ${koiosAPI}
_adahandlePolicyID="f0ff48bbb7bbe9d59a40f1ce90e9e9d0ff5002ec48f232b49ca0fb9a" #PolicyIDs for the adaHandles -> autoresolve into ${adahandlePolicyID}
_adahandleAPI="https://api.handle.me" #Adahandle-API URLs -> autoresolve into ${adahandleAPI}
_catalystAPI="https://api.testnet.projectcatalyst.io/api/v1" #Catalyst-API URLs -> autoresolve into ${catalystAPI}
_catalystAPI="https://api.projectcatalyst.io/api/v1" #Catalyst-API URLs -> autoresolve into ${catalystAPI}
_lightModeParametersURL="https://uptime.live/data/cardano/parms/mainnet-parameters.json" #Parameters-JSON-File with current informations about cardano-cli version, tip, era, protocol-parameters
;;

Expand Down
2 changes: 1 addition & 1 deletion cardano/mainnet/sha256sum_sposcripts.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
b77b85ccc18119c064da23a659fb1a73d1cbba61d8038b643c3e83f0f65c7fef 00_common.sh
ddd13c44ecfa972002160b18d593e9d22946d71a41bafe0e4fa41a64d4496cb5 00_common.sh
e8c13b1d28236679f5ac464330aabef22999a9b5cf31b44b5d2a840b84e04bbf 01_claimRewards.sh
6aac68033368157b234165ef441e5a91fbedc637d96db1ca38bbf6b265c0e3c3 01_protectKey.sh
9b0bdaa89a722c8a9d5d6bf6e090469243e418e15319154b4c6f30276046b637 01_queryAddress.sh
Expand Down

0 comments on commit bb9c444

Please sign in to comment.