Skip to content

Commit

Permalink
Reset test token names in neutron example.
Browse files Browse the repository at this point in the history
  • Loading branch information
dowlandaiello committed Sep 6, 2024
1 parent c4e3772 commit e1cbe77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/neutron.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ const ARTIFACTS_DIR: &str = "contracts";
const ACC_0_ADDR: &str = "neutron1hj5fveer5cjtn4wd6wstzugjfdxzl0xpznmsky";
const LOCAL_CODE_ID_CACHE_PATH: &str = "code_id_cache.json";

const TEST_TOKEN_1_NAME: &str = "bruhtokent13";
const TEST_TOKEN_2_NAME: &str = "amoguscoin13";
const TEST_TOKEN_1_NAME: &str = "bruhtoken";
const TEST_TOKEN_2_NAME: &str = "amoguscoin";

/// Demonstrates using localic-utils for neutron.
fn main() -> Result<(), Box<dyn Error>> {
Expand Down

0 comments on commit e1cbe77

Please sign in to comment.