Skip to content

Commit 1de4da2

Browse files
authored
fix: (Kobaru Facilitator) removed stray character causing JSON parsing error (#1018)
* fix: removed stray character causing JSON parsing error on Kobaru facilitator file, introduced on PR #910 * fix: removed stray character causing JSON parsing error on Kobaru facilitator file, introduced on PR #910
1 parent 825c692 commit 1de4da2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
22
"name": "Kobaru",
3-
"description": "A brief description of your facilitator service and supported networks",
3+
"description": "x402 Facilitator built from scratch by payment veterans who understand what payment systems demand. Kobaru is a purpose-built payment engine designed for developers who need institutional-grade reliability, complete visibility into their revenue operations, and the freedom to focus on building their business instead of managing payment complexity. Whether you are an Enterprise or Independent Developer, Kobaru has the right features for you.",
44
"logoUrl": "/logos/kobaru.png",
55
"websiteUrl": "https://www.kobaru.io",
66
"category": "Facilitators",
77
"facilitator": {
88
"baseUrl": "https://gateway.kobaru.io",
9-
"networks": ["solana", "solana-devnet"],
9+
"networks": ["solana", "solana-devnet", "base", "base-sepolia", "skale", "skale-sepolia"],
1010
"schemes": ["exact"],
11-
"assets": ["SPL"],
11+
"assets": ["SPL", "EIP-3009"],
1212
"supports": {
1313
"verify": true,
1414
"settle": true,
1515
"supported": true,
16-
"list": false
16+
"list": true
1717
}
1818
}
1919
}

typescript/site/app/ecosystem/partners-data/kobaru-infra/metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
"logoUrl": "/logos/kobaru.png",
55
"websiteUrl": "https://www.kobaru.io/",
66
"category": "Infrastructure & Tooling"
7-
}1
7+
}

0 commit comments

Comments
 (0)