From 2f569a7574b228aef41a8eed4bafdece6669346b Mon Sep 17 00:00:00 2001 From: Yutaro Mori Date: Fri, 27 Jan 2023 22:40:31 +0300 Subject: [PATCH] Update Whirlpool position NFT metadata URI (#83) Co-authored-by: yugure-orca <109891005+yugure-orca@users.noreply.github.com> --- programs/whirlpool/src/util/token.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programs/whirlpool/src/util/token.rs b/programs/whirlpool/src/util/token.rs index 0c8e925..39ad40c 100644 --- a/programs/whirlpool/src/util/token.rs +++ b/programs/whirlpool/src/util/token.rs @@ -109,7 +109,7 @@ pub fn mint_position_token_and_remove_authority<'info>( const WP_METADATA_NAME: &str = "Orca Whirlpool Position"; const WP_METADATA_SYMBOL: &str = "OWP"; -const WP_METADATA_URI: &str = "https://arweave.net/KZlsubXZyzeSYi2wJhyL7SY-DAot_OXhfWSYQGLmmOc"; +const WP_METADATA_URI: &str = "https://arweave.net/E19ZNY2sqMqddm1Wx7mrXPUZ0ZZ5ISizhebb0UsVEws"; pub fn mint_position_token_with_metadata_and_remove_authority<'info>( whirlpool: &Account<'info, Whirlpool>,