Skip to content

Commit

Permalink
Update admissible chains array from cosmos in the ecosystems module
Browse files Browse the repository at this point in the history
  • Loading branch information
M-Picco committed Mar 19, 2024
1 parent 0491a36 commit 11d2656
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ use {

pub const EXPECTED_COSMOS_MESSAGE_TYPE: &str = "sign/MsgSignData";
pub const INJECTIVE_CHAIN_ID: &str = "inj";
pub const ADMISSIBLE_CHAIN_IDS: [&str; 3] = ["sei", "neutron", "osmo"];
pub const ADMISSIBLE_CHAIN_IDS: [&str; 2] = ["sei", "terra"];

/**
* An ADR036 message used in Cosmos. ADR036 is a standard for signing arbitrary data.
Expand Down

0 comments on commit 11d2656

Please sign in to comment.