From 4555960dae8f853592263aa6bcd8d0c15b871c93 Mon Sep 17 00:00:00 2001 From: boneyard93501 <4523011+boneyard93501@users.noreply.github.com> Date: Mon, 11 Jul 2022 19:23:59 -0500 Subject: [PATCH] clean up obsolete param files --- .../parameters/quorum_params.json | 31 ------------------- 1 file changed, 31 deletions(-) delete mode 100644 aqua-examples/decentralized-blockchain-gateway/parameters/quorum_params.json diff --git a/aqua-examples/decentralized-blockchain-gateway/parameters/quorum_params.json b/aqua-examples/decentralized-blockchain-gateway/parameters/quorum_params.json deleted file mode 100644 index bb54d42..0000000 --- a/aqua-examples/decentralized-blockchain-gateway/parameters/quorum_params.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "arg1": [ - { - "name": "infura", - "url": "https://mainnet.infura.io/v3/" - }, - { - "name": "alchemy", - "url": "https://eth-mainnet.alchemyapi.io/v2/" - }, - { "name": "link", "url": "https://main-light.eth.linkpool.io" } - ], - "arg2": [ - { - "peer_id": "12D3KooWJ4bTHirdTFNZpCS72TAzwtdmavTBkkEXtzo6wHL25CtE", - "service_id": "d9124884-3c42-43d6-9a1f-1b645d073c3f" - }, - { - "peer_id": "12D3KooWAKNos2KogexTXhrkMZzFYpLHuWJ4PgoAhurSAv7o5CWA", - "service_id": "3c321110-b069-42c6-b5e0-aed73d976a60" - }, - { - "peer_id": "12D3KooWMMGdfVEJ1rWe1nH1nehYDzNEHhg5ogdfiGk88AupCMnf", - "service_id": "84d4d018-0c13-4d6d-8c11-599a3919911c" - } - ], - "arg3": { - "peer_id": "12D3KooWAKNos2KogexTXhrkMZzFYpLHuWJ4PgoAhurSAv7o5CWA", - "service_id": "366e3fdd-0d8d-4f8f-bae6-e2e541a17550" - } -}