Skip to content

Commit

Permalink
Merge pull request #147 from InvArch/gabriel-tnkr_picasso
Browse files Browse the repository at this point in the history
Added TNKR to Picasso ring
  • Loading branch information
arrudagates authored Mar 18, 2024
2 parents b837c2d + a6c0c7b commit a8b3383
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tinkernet/runtime/src/rings/picasso.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ pub enum PicassoAssets {
USDT,
kUSD,
KSM,
TNKR,
}

impl RingsChain for Picasso {
Expand Down Expand Up @@ -50,6 +51,11 @@ impl RingsChain for Picasso {
parents: 1,
interior: Junctions::Here,
},

TNKR => MultiLocation {
parents: 1,
interior: Junctions::X2(Junction::Parachain(2125), Junction::GeneralIndex(0)),
},
}
}

Expand Down

0 comments on commit a8b3383

Please sign in to comment.