Skip to content

Commit

Permalink
feature(currency): NLS at Rila, Pirin and Vitocha
Browse files Browse the repository at this point in the history
  • Loading branch information
Gancho Manev committed Jun 5, 2023
1 parent 6570e8f commit 38dba69
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions packages/currency/src/native.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,20 @@ use crate::{currency_macro::schemars, define_currency, define_symbol, SingleVisi

define_symbol! {
NLS {
["dev", "test", "main"]: {
["dev"]: {
bank: "unls",
dex: "ibc/DEADCODEDEADCODE"
/// full ibc route: transfer/channel-109/unls
dex: "ibc/5E7589614F0B4B80D91923D15D8EB0972AAA6226F7566921F1D6A07EA0DB0D2C"
},
["test"]: {
bank: "unls",
/// full ibc route: transfer/channel-110/unls
dex: "ibc/95359FD9C5D15DBD7B9A6B7271F5E769776999590DE138ED62B6E89D5D010B7C"
},
["main"]: {
bank: "unls",
/// full ibc route: transfer/channel-783/unls
dex: "ibc/D9AFCECDD361D38302AA66EB3BAC23B95234832C51D12489DC451FA2B7C72782"
},
}
}
Expand Down

0 comments on commit 38dba69

Please sign in to comment.