Skip to content

Commit 7b5584f

Browse files
authored
Merge branch 'main' into feature/NV-46-postgres-schema-migrations
2 parents 51d9030 + 4e6476b commit 7b5584f

80 files changed

Lines changed: 14193 additions & 1037 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.vscode/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"kiroAgent.configureMCP": "Disabled"
3+
}

Cargo.lock

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[workspace]
2-
members = ["contracts/niffyinsure"]
2+
members = ["contracts/niffyinsure", "contracts/premium_calculator"]
33
resolver = "2"
44

55
[profile.release]

backend/.env.example

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,13 @@ REDIS_URL=redis://localhost:6379/0
1818
# Soroban RPC
1919
SOROBAN_RPC_URL=https://soroban-testnet.stellar.org
2020

21+
# Contract
22+
CONTRACT_ID=
23+
# Default SEP-41 token contract used when no per-policy asset is specified.
24+
# Must match the token passed to initialize() on the contract.
25+
DEFAULT_TOKEN_CONTRACT_ID=
26+
STELLAR_NETWORK_PASSPHRASE=Test SDF Network ; September 2015
27+
2128
# IPFS Configuration
2229
# Provider: mock | pinata
2330
IPFS_PROVIDER=mock

0 commit comments

Comments
 (0)