Skip to content

Commit 424a921

Browse files
committed
chore: update payment service address in config file
1 parent a0deba3 commit 424a921

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config-files/config-agg-mode-gateway-ethereum-package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ port: 8089
33
db_connection_urls:
44
- "postgres://postgres:postgres@localhost:5435/"
55
eth_rpc_url: "http://localhost:8545"
6-
payment_service_address: "0xB0D4afd8879eD9F52b28595d31B441D079B2Ca07"
6+
payment_service_address: "0x922D6956C99E12DFeB3224DEA977D0939758A1Fe"
77
network: "devnet"
88
max_daily_proofs_per_user: 32
99
last_block_fetched_filepath: "config-files/proof-aggregator.last_block_fetched.json"

config-files/config-agg-mode-gateway.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ port: 8089
33
db_connection_urls:
44
- "postgres://postgres:postgres@localhost:5435/"
55
eth_rpc_url: "http://localhost:8545"
6-
payment_service_address: "0xB0D4afd8879eD9F52b28595d31B441D079B2Ca07"
6+
payment_service_address: "0x922D6956C99E12DFeB3224DEA977D0939758A1Fe"
77
network: "devnet"
88
max_daily_proofs_per_user: 100
99
last_block_fetched_filepath: "config-files/proof-aggregator.last_block_fetched.json"

0 commit comments

Comments
 (0)