Skip to content

Commit

Permalink
Updated test token address to be on-curve
Browse files Browse the repository at this point in the history
  • Loading branch information
amit-momin committed Feb 11, 2025
1 parent d05815f commit 013020b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions contracts/programs/contract-reader-interface/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -299,8 +299,8 @@ pub struct MultiRead2 {
pub w: [u64; 2],
}

pub const ADDRESS_1: Pubkey = pubkey!("4RzYhbqRjaZHMnfxiPNDVzuimBbAb2FZErQKCLYKrkMe");
pub const ADDRESS_2: Pubkey = pubkey!("9mBYSvyF8RBWNdat6SkZE5ipW5gMrBYqZnTShMsnfsub");
pub const ADDRESS_1: Pubkey = pubkey!("57FUKrjY7Dywph1bqNGztvtTGWcXvk5VLNCfAXtk6jqK");
pub const ADDRESS_2: Pubkey = pubkey!("47XyyAALxH7WeNT1DGWsPeA8veSVJaF8MHFMqBM5DkP6");

pub const STATIC_VALUE1: [u8; 28] = [
0x00, 0x11, 0x22, 0x33, 0x44, 0x55, 0x66, 0x77, 0x88, 0x99, 0xAA, 0xBB, 0xCC, 0xDD, 0xEE, 0xFF,
Expand Down
4 changes: 2 additions & 2 deletions integration-tests/relayinterface/chain_components_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -746,8 +746,8 @@ func (it *SolanaChainComponentsInterfaceTester[T]) buildContractReaderConfig(t T
}

const (
GetTokenPricesPubKey1 = "4RzYhbqRjaZHMnfxiPNDVzuimBbAb2FZErQKCLYKrkMe"
GetTokenPricesPubKey2 = "9mBYSvyF8RBWNdat6SkZE5ipW5gMrBYqZnTShMsnfsub"
GetTokenPricesPubKey1 = "57FUKrjY7Dywph1bqNGztvtTGWcXvk5VLNCfAXtk6jqK"
GetTokenPricesPubKey2 = "47XyyAALxH7WeNT1DGWsPeA8veSVJaF8MHFMqBM5DkP6"
)

func (it *SolanaChainComponentsInterfaceTester[T]) buildContractWriterConfig(t T) chainwriter.ChainWriterConfig {
Expand Down

0 comments on commit 013020b

Please sign in to comment.