Skip to content

Commit 39e1c1f

Browse files
committed
chore: add main us env
1 parent 97fd3ec commit 39e1c1f

2 files changed

Lines changed: 80 additions & 0 deletions

File tree

environments/main-us.yaml

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
global:
2+
env:
3+
ENVIRONMENT: "mainnet"
4+
SELECTED_NETWORKS: "42161,8453,1,98866,43114,56,10,143,999,1672"
5+
REGISTRY_URL: "https://registry.centrifuge.io"
6+
PONDER_RPC_URL_1: "http://cfg-api-erpc-us:4000/main/evm/1"
7+
PONDER_RPC_URL_10: "http://cfg-api-erpc-us:4000/main/evm/10"
8+
PONDER_RPC_URL_8453: "http://cfg-api-erpc-us:4000/main/evm/8453"
9+
PONDER_RPC_URL_98866: "http://cfg-api-erpc-us:4000/main/evm/98866"
10+
PONDER_RPC_URL_43114: "http://cfg-api-erpc-us:4000/main/evm/43114"
11+
PONDER_RPC_URL_56: "http://cfg-api-erpc-us:4000/main/evm/56"
12+
PONDER_RPC_URL_143: "http://cfg-api-erpc-us:4000/main/evm/143"
13+
PONDER_RPC_URL_999: "http://cfg-api-erpc-us:4000/main/evm/999"
14+
PONDER_RPC_URL_42161: "http://cfg-api-erpc-us:4000/main/evm/42161"
15+
PONDER_RPC_URL_1672: "http://cfg-api-erpc-us:4000/main/evm/1672"
16+
REGISTRY_v3_1_chains_42161_deployment_startBlock: "425757109"
17+
apiSecretName: cfg-api-v3-rpc-keys
18+
indexer:
19+
enabled: true
20+
image:
21+
tag: sha-88516c0
22+
query:
23+
enabled: true
24+
image:
25+
tag: sha-88516c0
26+
replicaCount: 2
27+
ingress:
28+
enabled: true
29+
hosts:
30+
- host: api-v3-main.cfg-us.embrio.tech
31+
paths:
32+
- path: /
33+
pathType: Prefix
34+
tls:
35+
- secretName: cfg-api-v3-main-tls
36+
hosts:
37+
- api-v3-main.cfg-us.embrio.tech
38+
cacheJob:
39+
enabled: false
40+
postgres:
41+
enabled: true
42+
cluster:
43+
instances: 1
44+
storage:
45+
storageClass: perf3

environments/test-us.yaml

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
global:
2+
env:
3+
ENVIRONMENT: "testnet"
4+
SELECTED_NETWORKS: "11155111,84532,421614"
5+
REGISTRY_URL: "registry.testnet.centrifuge.io"
6+
PONDER_RPC_URL_11155111: "http://cfg-api-erpc-us:4000/main/evm/11155111"
7+
PONDER_RPC_URL_84532: "http://cfg-api-erpc-us:4000/main/evm/84532"
8+
PONDER_RPC_URL_421614: "http://cfg-api-erpc-us:4000/main/evm/421614"
9+
apiSecretName: cfg-api-v3-rpc-keys
10+
indexer:
11+
enabled: true
12+
image:
13+
tag: sha-2158450
14+
query:
15+
enabled: true
16+
image:
17+
tag: sha-2158450
18+
replicaCount: 1
19+
ingress:
20+
enabled: true
21+
hosts:
22+
- host: api-v3-test.cfg-us.embrio.tech
23+
paths:
24+
- path: /
25+
pathType: Prefix
26+
tls:
27+
- secretName: cfg-api-v3-test-tls
28+
hosts:
29+
- api-v3-test.cfg-us.embrio.tech
30+
postgres:
31+
enabled: true
32+
cluster:
33+
instances: 1
34+
storage:
35+
storageClass: perf3

0 commit comments

Comments
 (0)