From 163409ee3ae2df9761c54b1d997eb7af197878d1 Mon Sep 17 00:00:00 2001 From: "Daniel A. Nagy" Date: Sat, 23 Jan 2021 10:57:08 +0100 Subject: [PATCH] After two weeks in "Review", change status of ERC-681 to "Last Call" (#3201) Moves 681 to last call. --- EIPS/eip-681.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/EIPS/eip-681.md b/EIPS/eip-681.md index 95b77dbc..be279156 100644 --- a/EIPS/eip-681.md +++ b/EIPS/eip-681.md @@ -4,7 +4,8 @@ title: URL Format for Transaction Requests author: Daniel A. Nagy (@nagydani) type: Standards Track category: ERC -status: Review +status: Last Call +review-period-end: 2021-02-07 created: 2017-08-01 requires: 20, 137 --- @@ -30,7 +31,7 @@ Payment request URLs contain "ethereum" in their schema (protocol) part and are target_address = ethereum_address chain_id = 1*DIGIT function_name = STRING - ethereum_address = ( "0x" 40*40HEXDIG ) / ENS_NAME + ethereum_address = ( "0x" 40*HEXDIG ) / ENS_NAME parameters = parameter *( "&" parameter ) parameter = key "=" value key = "value" / "gas" / "gasLimit" / "gasPrice" / TYPE