|
15 | 15 | VOIDED_TX_OFFSET: 20 |
16 | 16 | TX_HISTORY_MAX_COUNT: 50 |
17 | 17 | CREATE_NFT_MAX_RETRIES: 3 |
18 | | - dev_DEFAULT_SERVER: "https://wallet-service.private-nodes.testnet.hathor.network/v1a/" |
19 | | - dev_WS_DOMAIN: "ws.dev.wallet-service.testnet.hathor.network" |
| 18 | + dev_DEFAULT_SERVER: "https://wallet-service.private-nodes.india.testnet.hathor.network/v1a/" |
| 19 | + dev_WS_DOMAIN: "ws.dev.wallet-service.india.testnet.hathor.network" |
20 | 20 | dev_NETWORK: "testnet" |
21 | 21 | dev_LOG_LEVEL: "debug" |
22 | 22 | dev_NFT_AUTO_REVIEW_ENABLED: "true" |
|
37 | 37 | testnet_PUSH_NOTIFICATION_ENABLED: "true" |
38 | 38 | testnet_PUSH_ALLOWED_PROVIDERS: "android,ios" |
39 | 39 | testnet_APPLICATION_NAME: "wallet-service-testnet" |
| 40 | + testnethotel_DEFAULT_SERVER: "https://wallet-service.private-nodes.hotel.testnet.hathor.network/v1a/" |
| 41 | + testnethotel_WS_DOMAIN: "ws.wallet-service.hotel.testnet.hathor.network" |
| 42 | + testnethotel_NETWORK: "testnet" |
| 43 | + testnethotel_LOG_LEVEL: "debug" |
| 44 | + testnethotel_NFT_AUTO_REVIEW_ENABLED: "true" |
| 45 | + testnethotel_EXPLORER_STAGE: "hotel" |
| 46 | + testnethotel_EXPLORER_SERVICE_LAMBDA_ENDPOINT: "https://lambda.eu-central-1.amazonaws.com" |
| 47 | + testnethotel_WALLET_SERVICE_LAMBDA_ENDPOINT: "https://lambda.eu-central-1.amazonaws.com" |
| 48 | + testnethotel_PUSH_NOTIFICATION_ENABLED: "true" |
| 49 | + testnethotel_PUSH_ALLOWED_PROVIDERS: "android,ios" |
| 50 | + testnethotel_APPLICATION_NAME: "wallet-service-testnet-hotel" |
| 51 | + testnetindia_DEFAULT_SERVER: "https://wallet-service.private-nodes.india.testnet.hathor.network/v1a/" |
| 52 | + testnetindia_WS_DOMAIN: "ws.wallet-service.india.testnet.hathor.network" |
| 53 | + testnetindia_NETWORK: "testnet" |
| 54 | + testnetindia_LOG_LEVEL: "debug" |
| 55 | + testnetindia_NFT_AUTO_REVIEW_ENABLED: "true" |
| 56 | + testnetindia_EXPLORER_STAGE: "india" |
| 57 | + testnetindia_EXPLORER_SERVICE_LAMBDA_ENDPOINT: "https://lambda.eu-central-1.amazonaws.com" |
| 58 | + testnetindia_WALLET_SERVICE_LAMBDA_ENDPOINT: "https://lambda.eu-central-1.amazonaws.com" |
| 59 | + testnetindia_PUSH_NOTIFICATION_ENABLED: "true" |
| 60 | + testnetindia_PUSH_ALLOWED_PROVIDERS: "android,ios" |
| 61 | + testnetindia_APPLICATION_NAME: "wallet-service-testnet-india" |
| 62 | + testnetindia_SERVERLESS_DEPLOY_PREFIX: "wallet-service" |
40 | 63 | mainnet_staging_DEFAULT_SERVER: "https://wallet-service.private-nodes.hathor.network/v1a/" |
41 | 64 | mainnet_staging_WS_DOMAIN: "ws.staging.wallet-service.hathor.network" |
42 | 65 | mainnet_staging_NETWORK: "mainnet" |
@@ -116,6 +139,58 @@ env: |
116 | 139 | testnet_ALERT_MANAGER_REGION: "WalletService/testnet:ALERT_MANAGER_REGION" |
117 | 140 | testnet_ALERT_MANAGER_TOPIC: "WalletService/testnet:ALERT_MANAGER_TOPIC" |
118 | 141 | testnet_ALERT_MANAGER_ACCOUNT_ID: "WalletService/testnet:ALERT_MANAGER_ACCOUNT_ID" |
| 142 | + # Testnet Hotel secrets |
| 143 | + testnethotel_ACCOUNT_ID: "WalletService/testnet-hotel:account_id" |
| 144 | + testnethotel_AUTH_SECRET: "WalletService/testnet-hotel:auth_secret" |
| 145 | + testnethotel_AWS_VPC_DEFAULT_SG_ID: "WalletService/testnet-hotel:aws_vpc_default_sg_id" |
| 146 | + testnethotel_AWS_SUBNET_ID_1: "WalletService/testnet-hotel:aws_subnet_id_1" |
| 147 | + testnethotel_AWS_SUBNET_ID_2: "WalletService/testnet-hotel:aws_subnet_id_2" |
| 148 | + testnethotel_AWS_SUBNET_ID_3: "WalletService/testnet-hotel:aws_subnet_id_3" |
| 149 | + testnethotel_DB_NAME: "WalletService/rds/testnet-hotel:dbname" |
| 150 | + testnethotel_DB_USER: "WalletService/rds/testnet-hotel:username" |
| 151 | + testnethotel_DB_PASS: "WalletService/rds/testnet-hotel:password" |
| 152 | + testnethotel_DB_ENDPOINT: "WalletService/rds/testnet-hotel:host" |
| 153 | + testnethotel_DB_PORT: "WalletService/rds/testnet-hotel:port" |
| 154 | + testnethotel_REDIS_URL: "WalletService/redis/testnet-hotel:url" |
| 155 | + testnethotel_REDIS_PASSWORD: "WalletService/redis/testnet-hotel:password" |
| 156 | + testnethotel_FIREBASE_PROJECT_ID: "WalletService/testnet-hotel:FIREBASE_PROJECT_ID" |
| 157 | + testnethotel_FIREBASE_PRIVATE_KEY_ID: "WalletService/testnet-hotel:FIREBASE_PRIVATE_KEY_ID" |
| 158 | + testnethotel_FIREBASE_PRIVATE_KEY: "WalletService/testnet-hotel:FIREBASE_PRIVATE_KEY" |
| 159 | + testnethotel_FIREBASE_CLIENT_EMAIL: "WalletService/testnet-hotel:FIREBASE_CLIENT_EMAIL" |
| 160 | + testnethotel_FIREBASE_CLIENT_ID: "WalletService/testnet-hotel:FIREBASE_CLIENT_ID" |
| 161 | + testnethotel_FIREBASE_AUTH_URI: "WalletService/testnet-hotel:FIREBASE_AUTH_URI" |
| 162 | + testnethotel_FIREBASE_TOKEN_URI: "WalletService/testnet-hotel:FIREBASE_TOKEN_URI" |
| 163 | + testnethotel_FIREBASE_AUTH_PROVIDER_X509_CERT_URL: "WalletService/testnet-hotel:FIREBASE_AUTH_PROVIDER_X509_CERT_URL" |
| 164 | + testnethotel_FIREBASE_CLIENT_X509_CERT_URL: "WalletService/testnet-hotel:FIREBASE_CLIENT_X509_CERT_URL" |
| 165 | + testnethotel_ALERT_MANAGER_REGION: "WalletService/testnet-hotel:ALERT_MANAGER_REGION" |
| 166 | + testnethotel_ALERT_MANAGER_TOPIC: "WalletService/testnet-hotel:ALERT_MANAGER_TOPIC" |
| 167 | + testnethotel_ALERT_MANAGER_ACCOUNT_ID: "WalletService/testnet-hotel:ALERT_MANAGER_ACCOUNT_ID" |
| 168 | + # Testnet India secrets |
| 169 | + testnetindia_ACCOUNT_ID: "WalletService/testnet-india:account_id" |
| 170 | + testnetindia_AUTH_SECRET: "WalletService/testnet-india:auth_secret" |
| 171 | + testnetindia_AWS_VPC_DEFAULT_SG_ID: "WalletService/testnet-india:aws_vpc_default_sg_id" |
| 172 | + testnetindia_AWS_SUBNET_ID_1: "WalletService/testnet-india:aws_subnet_id_1" |
| 173 | + testnetindia_AWS_SUBNET_ID_2: "WalletService/testnet-india:aws_subnet_id_2" |
| 174 | + testnetindia_AWS_SUBNET_ID_3: "WalletService/testnet-india:aws_subnet_id_3" |
| 175 | + testnetindia_DB_NAME: "WalletService/rds/testnet-india:dbname" |
| 176 | + testnetindia_DB_USER: "WalletService/rds/testnet-india:username" |
| 177 | + testnetindia_DB_PASS: "WalletService/rds/testnet-india:password" |
| 178 | + testnetindia_DB_ENDPOINT: "WalletService/rds/testnet-india:host" |
| 179 | + testnetindia_DB_PORT: "WalletService/rds/testnet-india:port" |
| 180 | + testnetindia_REDIS_URL: "WalletService/redis/testnet-india:url" |
| 181 | + testnetindia_REDIS_PASSWORD: "WalletService/redis/testnet-india:password" |
| 182 | + testnetindia_FIREBASE_PROJECT_ID: "WalletService/testnet-india:FIREBASE_PROJECT_ID" |
| 183 | + testnetindia_FIREBASE_PRIVATE_KEY_ID: "WalletService/testnet-india:FIREBASE_PRIVATE_KEY_ID" |
| 184 | + testnetindia_FIREBASE_PRIVATE_KEY: "WalletService/testnet-india:FIREBASE_PRIVATE_KEY" |
| 185 | + testnetindia_FIREBASE_CLIENT_EMAIL: "WalletService/testnet-india:FIREBASE_CLIENT_EMAIL" |
| 186 | + testnetindia_FIREBASE_CLIENT_ID: "WalletService/testnet-india:FIREBASE_CLIENT_ID" |
| 187 | + testnetindia_FIREBASE_AUTH_URI: "WalletService/testnet-india:FIREBASE_AUTH_URI" |
| 188 | + testnetindia_FIREBASE_TOKEN_URI: "WalletService/testnet-india:FIREBASE_TOKEN_URI" |
| 189 | + testnetindia_FIREBASE_AUTH_PROVIDER_X509_CERT_URL: "WalletService/testnet-india:FIREBASE_AUTH_PROVIDER_X509_CERT_URL" |
| 190 | + testnetindia_FIREBASE_CLIENT_X509_CERT_URL: "WalletService/testnet-india:FIREBASE_CLIENT_X509_CERT_URL" |
| 191 | + testnetindia_ALERT_MANAGER_REGION: "WalletService/testnet-india:ALERT_MANAGER_REGION" |
| 192 | + testnetindia_ALERT_MANAGER_TOPIC: "WalletService/testnet-india:ALERT_MANAGER_TOPIC" |
| 193 | + testnetindia_ALERT_MANAGER_ACCOUNT_ID: "WalletService/testnet-india:ALERT_MANAGER_ACCOUNT_ID" |
119 | 194 | # Mainnet Staging secrets |
120 | 195 | mainnet_staging_ACCOUNT_ID: "WalletService/mainnet_staging:account_id" |
121 | 196 | mainnet_staging_AUTH_SECRET: "WalletService/mainnet_staging:auth_secret" |
@@ -173,12 +248,12 @@ phases: |
173 | 248 | #If you use the Ubuntu standard image 2.0 or later, you must specify runtime-versions. |
174 | 249 | #If you specify runtime-versions and use an image other than Ubuntu standard image 2.0, the build fails. |
175 | 250 | runtime-versions: |
176 | | - nodejs: 20 |
| 251 | + nodejs: 22 |
177 | 252 | # name: version |
178 | 253 | commands: |
179 | 254 | - npm install -g yarn |
| 255 | + # corepack will use the version of yarn specified in package.json |
180 | 256 | - corepack enable |
181 | | - - yarn set version 4.1.0 |
182 | 257 | - yarn install |
183 | 258 | pre_build: |
184 | 259 | commands: |
|
0 commit comments