Update Whirlpool position NFT metadata URI (#83)

Co-authored-by: yugure-orca <109891005+yugure-orca@users.noreply.github.com>
This commit is contained in:
Yutaro Mori 2023-01-27 22:40:31 +03:00 committed by GitHub
parent e4bdde3bd1
commit 2f569a7574
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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