Skip to content

Commit

Permalink
Vglmr & Vdot (#678)
Browse files Browse the repository at this point in the history
* revamp kusamaAgent to adopt polkadot call as weel

* add support for vglmr

* change kusama to polkadot and moonriver to moonbeam

* fix moonriver unit tests
  • Loading branch information
herryho authored Aug 11, 2022
1 parent b8ad28c commit f42d6b2
Show file tree
Hide file tree
Showing 16 changed files with 1,017 additions and 638 deletions.
1 change: 1 addition & 0 deletions node/primitives/src/currency.rs
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,7 @@ create_currency_id! {
PHA("Phala Native Token", 12) = 8,
RMRK("RMRK Token",10) = 9,
MOVR("Moonriver Native Token",18) = 10,
GLMR("Moonbeam Native Token",18) = 11,
}
}

Expand Down
8 changes: 4 additions & 4 deletions pallets/slp/src/agents/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <https://www.gnu.org/licenses/>.

mod kusama_agent;
mod moonriver_agent;
mod moonbeam_agent;
mod polkadot_agent;

pub use kusama_agent::*;
pub use moonriver_agent::*;
pub use moonbeam_agent::*;
pub use polkadot_agent::*;
Loading

0 comments on commit f42d6b2

Please # to comment.