diff --git a/schema.json b/schema.json index 79c3eb7..a84adc9 100644 --- a/schema.json +++ b/schema.json @@ -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" }, @@ -60,7 +64,7 @@ "enum": [ "erc20", "erc721", - "permissionedGeneric", + "nativeToken", "permissionlessGeneric", "xc20" ] diff --git a/testnet/shared-config-test.json b/testnet/shared-config-test.json index 92c0859..0804182 100644 --- a/testnet/shared-config-test.json +++ b/testnet/shared-config-test.json @@ -718,6 +718,7 @@ "name": "layer_edge", "type": "evm", "bridge": "0x90e3B6Ec4587790c709cb17E5dbAff5F9E682Be5", + "nativeTokenAdapter": "0x10fd7d6505d72158a19cc612bc287e814e9255af", "handlers": [ { "type": "erc20",