Skip to content

Commit

Permalink
SEP-12: Add missing SEP-9 fields (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
philipliu authored Jan 25, 2024
1 parent 40f044e commit bfb4fea
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion @stellar/anchor-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stellar/anchor-tests",
"version": "0.6.9",
"version": "0.6.10",
"description": "stellar-anchor-tests is a library and command line interface for testing Stellar anchors.",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down
4 changes: 4 additions & 0 deletions @stellar/anchor-tests/src/schemas/sep12.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ export const sep9Fields = [
"notary_approval_of_photo_id",
"ip_address",
"photo_proof_residence",
"sex",
"photo_proof_of_income",
"proof_of_liveness",
"referral_id",
"type",
];

Expand Down
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
"winston": "^3.3.3"
},
"peerDependencies": {
"@stellar/anchor-tests": "0.6.9"
"@stellar/anchor-tests": "0.6.10"
}
}

0 comments on commit bfb4fea

Please sign in to comment.