From 7c97e0fb32d6a37347b71d5a838cc5ef7bdd4f7a Mon Sep 17 00:00:00 2001 From: Gorka Date: Mon, 8 Jun 2026 13:52:18 -0300 Subject: [PATCH 1/2] chore(fly): drop iac-shadow STELLAR_RPC_URL from fly.testnet.toml [env] iac/destinations.yaml is the source of truth for this secret; the [env] entry was a duplicate that silently rotted whenever iac rotated the value. Current value matches iac, so this is a no-runtime-change cleanup. --- fly.testnet.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/fly.testnet.toml b/fly.testnet.toml index 95cfe9f..80aa9af 100644 --- a/fly.testnet.toml +++ b/fly.testnet.toml @@ -9,7 +9,6 @@ primary_region = 'ams' LOG_LEVEL = 'INFO' # STELLAR - STELLAR_RPC_URL = 'https://soroban-testnet.stellar.org' # OPENTELEMETRY OTEL_DENO = 'true' From f4e0fbead9cee2cb94aef006ea8dd063208cb30a Mon Sep 17 00:00:00 2001 From: Gorka Date: Mon, 8 Jun 2026 13:54:50 -0300 Subject: [PATCH 2/2] chore: bump version to 0.5.21 --- deno.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deno.json b/deno.json index 78e2cca..c5733e3 100644 --- a/deno.json +++ b/deno.json @@ -1,6 +1,6 @@ { "name": "@moonlight-protocol/pay-platform", - "version": "0.5.20", + "version": "0.5.21", "license": "MIT", "exports": "./src/main.ts", "tasks": {