Skip to content

Commit

Permalink
add nativeTokenAdapter address;
Browse files Browse the repository at this point in the history
Signed-off-by: tcar <[email protected]>
  • Loading branch information
tcar121293 committed Jul 30, 2024
1 parent e188bd6 commit 6eb15d3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@
"type": "string",
"pattern": "^$|^0x[a-fA-F0-9]{40}$"
},
"nativeTokenAdapter": {
"type": "string",
"pattern": "^$|^0x[a-fA-F0-9]{40}$"
},
"nativeTokenSymbol": {
"type": "string"
},
Expand All @@ -60,7 +64,7 @@
"enum": [
"erc20",
"erc721",
"permissionedGeneric",
"nativeToken",
"permissionlessGeneric",
"xc20"
]
Expand Down

0 comments on commit 6eb15d3

Please sign in to comment.