Skip to content

Commit

Permalink
Updated weights for Equilibrium (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
Elmar Kenigs authored Apr 3, 2023
1 parent 6922769 commit 1a753c4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/config/src/config/moonbase/assets/dev.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export const DEV: MoonbaseXcmConfig = {
[eqa.key]: withdraw.xTokens({
balance: balance.systemEquilibrium(eqaDevId),
destination: eqa,
feePerWeight: 0.1,
feePerWeight: 1,
}),
[pioneer.key]: withdraw.xTokens({
balance: balance.tokens().fungibleToken(pioneerDevId),
Expand Down
2 changes: 1 addition & 1 deletion packages/config/src/config/moonbase/assets/eqd.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export const EQD: MoonbaseXcmConfig = {
[eqa.key]: withdraw.xTokens({
balance: balance.systemEquilibrium(eqdId),
destination: eqa,
feePerWeight: 0.05,
feePerWeight: 1,
}),
},
};
2 changes: 1 addition & 1 deletion packages/config/src/config/moonbase/moonbase.chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export const MOONBASE_CHAINS_MAP: ChainsMap<MoonbaseChains> = {
key: ChainKey.EquilibriumAlphanet,
name: 'EquilibriumAlphanet',
ws: 'wss://devnet.equilab.io/alphanet/collator/api/wss',
weight: 1_000_000_000,
weight: 2_000_000_000,
parachainId: 2011,
moonAssetId: 1735159154,
ss58Format: 68,
Expand Down

0 comments on commit 1a753c4

Please sign in to comment.