From c3fa3fcd63f7b6893e095f64347d25f0b885414a Mon Sep 17 00:00:00 2001 From: HarryLiIsMe <42673017+HarryLiIsMe@users.noreply.github.com> Date: Mon, 30 Jan 2023 14:15:42 +0800 Subject: [PATCH] prism bridge asdress update (#798) Co-authored-by: harry --- src/components/config/src/abci/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/config/src/abci/mod.rs b/src/components/config/src/abci/mod.rs index 12428ea4a..669233601 100644 --- a/src/components/config/src/abci/mod.rs +++ b/src/components/config/src/abci/mod.rs @@ -122,7 +122,7 @@ impl CheckPointConfig { utxo_asset_prefix_height: 0, nonce_bug_fix_height: 0, prism_bridge_address: - "0xfcfe4ff1006a7721cee870b56ee2b5c250aec13b" + "0x5f9552fEd754F20B636C996DaDB32806554Bb995" .to_owned(), proper_gas_set_height: 0, fix_delegators_am_height: 0,