Skip to content

Commit bebbae5

Browse files
committed
update factory and router address to testnet
1 parent 6a31838 commit bebbae5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

frontend/src/app.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ fn token_pair_to_wrapper(token_a: &Option<TokenInfo>, token_b: &Option<TokenInfo
5454

5555
#[component]
5656
pub fn App() -> Element {
57-
let factory_address = "0x4826533B4897376654Bb4d4AD88B7faFD0C98528";
58-
let router_address = "0x998abeb3E57409262aE5b751f60747921B33613E";
57+
let factory_address = "0xE521e9e0d066e7ba3702833E7B535Be6DE2fa41b";
58+
let router_address = "0x7081cbaDb76F0df8eeB9889EFC821aFE6a451622";
5959

6060
let address = use_signal(|| "".to_string());
6161
let short = address.with(|addr| {

0 commit comments

Comments
 (0)