After two weeks in "Review", change status of ERC-681 to "Last Call" (#3201)

Moves 681 to last call.
This commit is contained in:
Daniel A. Nagy 2021-01-23 10:57:08 +01:00 committed by GitHub
parent 4c75ca0d2b
commit 163409ee3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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