From 5fa5399cd2e496900dc63dd1bc26f33e4a9e83aa Mon Sep 17 00:00:00 2001 From: d3or Date: Sat, 18 Jan 2025 16:46:24 -0500 Subject: [PATCH 1/2] feat: add suffix/prefix comment deposit addresses --- guides/deposit-address.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/guides/deposit-address.mdx b/guides/deposit-address.mdx index 355d1c3..46ea8d6 100644 --- a/guides/deposit-address.mdx +++ b/guides/deposit-address.mdx @@ -25,6 +25,8 @@ When using deposit addresses, there are more relayer gas fees associated with br If a deposit occurs more than than 30 seconds after the quote is generated, a new quote will automatically be generated post-deposit to account for gas fluctuation. This can change the amount received to be different than the quoted value. +All relay EVM deposit addresses being and end with the character `d`. This is to help us with reducing the indexing search space. + ## Edge Cases We have automatic handling for common edge cases that can occur when using deposit addresses: From 7eae7d7d7dd116b8458fb983e6d137faf0198063 Mon Sep 17 00:00:00 2001 From: d3or Date: Sat, 18 Jan 2025 16:48:33 -0500 Subject: [PATCH 2/2] feat: add case-sensitivity note --- guides/deposit-address.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/deposit-address.mdx b/guides/deposit-address.mdx index 46ea8d6..b4dcf2b 100644 --- a/guides/deposit-address.mdx +++ b/guides/deposit-address.mdx @@ -25,7 +25,7 @@ When using deposit addresses, there are more relayer gas fees associated with br If a deposit occurs more than than 30 seconds after the quote is generated, a new quote will automatically be generated post-deposit to account for gas fluctuation. This can change the amount received to be different than the quoted value. -All relay EVM deposit addresses being and end with the character `d`. This is to help us with reducing the indexing search space. +All relay EVM deposit addresses being and end with the character `d` (not case-sensitive). This is to help us with reducing the indexing search space. ## Edge Cases