Skip to content

Commit

Permalink
Merge pull request #143 from sygmaprotocol/tcar/add-nativeAdapter-Add…
Browse files Browse the repository at this point in the history
…ress
  • Loading branch information
tcar121293 authored Jul 30, 2024
2 parents 0e0444e + 6eb15d3 commit e573ed5
Show file tree
Hide file tree
Showing 2 changed files with 6 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
1 change: 1 addition & 0 deletions testnet/shared-config-test.json
Original file line number Diff line number Diff line change
Expand Up @@ -718,6 +718,7 @@
"name": "layer_edge",
"type": "evm",
"bridge": "0x90e3B6Ec4587790c709cb17E5dbAff5F9E682Be5",
"nativeTokenAdapter": "0x10fd7d6505d72158a19cc612bc287e814e9255af",
"handlers": [
{
"type": "erc20",
Expand Down

0 comments on commit e573ed5

Please sign in to comment.