Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@equilab/network

Package Overview
Dependencies
Maintainers
2
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@equilab/network - npm Package Compare versions

Comparing version 0.2.5 to 0.2.8

assets/eq/ldot.svg

67

dist/config/chains/astar.js

@@ -40,11 +40,26 @@ "use strict";

getTransferArgs: (context, amount, pub) => ({
section: "polkadotXcm",
method: "reserveTransferAssets",
section: "xTokens",
method: "transferMultiasset",
args: [
{
V3: {
parents: 1,
interior: {
X1: { Parachain: 2011 },
id: {
Concrete: (context === null || context === void 0 ? void 0 : context.generalKey)
? {
parents: 1,
interior: {
X2: [
{ Parachain: 2011 },
{ GeneralKey: context === null || context === void 0 ? void 0 : context.generalKey },
],
},
}
: {
parents: 0,
interior: "Here",
},
},
fun: {
Fungible: amount,
},
},

@@ -54,39 +69,17 @@ },

V3: {
parents: 0,
parents: 1,
interior: {
X1: {
AccountId32: {
id: pub,
network: null,
X2: [
{ Parachain: 2011 },
{
AccountId32: {
id: pub,
network: null,
},
},
},
],
},
},
},
{
V3: [
{
id: {
Concrete: (context === null || context === void 0 ? void 0 : context.generalKey)
? {
parents: 1,
interior: {
X2: [
{ Parachain: 2011 },
{ GeneralKey: context === null || context === void 0 ? void 0 : context.generalKey },
],
},
}
: {
parents: 0,
interior: "Here",
},
},
fun: {
Fungible: amount,
},
},
],
},
0,
{ Unlimited: null },
],

@@ -93,0 +86,0 @@ }),

declare const _default: {
readonly acala: import("../../types/v1").SubstrateChain<import("./acala").AcalaContext>;
readonly astar: import("../../types/v1").SubstrateChain<import("./astar").AstarContext>;
readonly bifrost: import("../../types/v1").SubstrateChain<import("./bifrost").BifrostContext>;
readonly genshiro: import("../../types/v1").SubstrateChain<import("./genshiro").GenshiroContext>;
readonly interlay: import("../../types/v1").SubstrateChain<import("./interlay").InterlayContext>;
readonly parallel: import("../../types/v1").SubstrateChain<import("./parallel").ParallelContext>;
readonly statemint: import("../../types/v1").SubstrateChain<import("./statemint").StatemintContext>;
};
export default _default;

@@ -6,11 +6,17 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
const acala_1 = __importDefault(require("./acala"));
const astar_1 = __importDefault(require("./astar"));
const bifrost_1 = __importDefault(require("./bifrost"));
const genshiro_1 = __importDefault(require("./genshiro"));
const interlay_1 = __importDefault(require("./interlay"));
const parallel_1 = __importDefault(require("./parallel"));
const statemint_1 = __importDefault(require("./statemint"));
exports.default = {
acala: acala_1.default,
astar: astar_1.default,
bifrost: bifrost_1.default,
genshiro: genshiro_1.default,
interlay: interlay_1.default,
parallel: parallel_1.default,
statemint: statemint_1.default,
};

@@ -8,5 +8,9 @@ "use strict";

type: "substrate",
paraId: 2023,
paraId: 2032,
logo: "https://contentv2.equilibrium.io/uploads/intr_3a63fb417c.svg",
nodes: ["wss://interlay.api.onfinality.io/public-ws"],
nodes: [
"wss://api.interlay.io/parachain",
"wss://rpc-interlay.luckyfriday.io",
"wss://interlay-rpc.dwellir.com",
],
getBalance: (context, pub) => ({

@@ -48,3 +52,3 @@ section: "tokens",

{
V2: {
V3: {
parents: 1,

@@ -54,3 +58,3 @@ interior: {

{ Parachain: 2011 },
{ AccountId32: { id: pub, network: "Any" } },
{ AccountId32: { id: pub, network: null } },
],

@@ -57,0 +61,0 @@ },

import * as tokens from "./tokens";
declare const _default: {
chains: {
readonly acala: import("../types/v1").SubstrateChain<import("./chains/acala").AcalaContext>;
readonly astar: import("../types/v1").SubstrateChain<import("./chains/astar").AstarContext>;
readonly bifrost: import("../types/v1").SubstrateChain<import("./chains/bifrost").BifrostContext>;
readonly genshiro: import("../types/v1").SubstrateChain<import("./chains/genshiro").GenshiroContext>;
readonly interlay: import("../types/v1").SubstrateChain<import("./chains/interlay").InterlayContext>;
readonly parallel: import("../types/v1").SubstrateChain<import("./chains/parallel").ParallelContext>;
readonly statemint: import("../types/v1").SubstrateChain<import("./chains/statemint").StatemintContext>;

@@ -8,0 +11,0 @@ };

@@ -34,3 +34,3 @@ "use strict";

},
decimals: 18,
decimals: 9,
},

@@ -37,0 +37,0 @@ fees: [

@@ -44,2 +44,3 @@ "use strict";

],
withdraw: "eq-bridge",
};

@@ -65,2 +66,3 @@ exports.xdot2 = {

],
withdraw: "eq-bridge",
};

@@ -86,2 +88,3 @@ exports.xdot3 = {

],
withdraw: "eq-bridge",
};

@@ -0,11 +1,17 @@

import * as acala from "./acala";
import * as astar from "./astar";
import * as bifrost from "./bifrost";
import * as genshiro from "./genshiro";
import * as interlay from "./interlay";
import * as parallel from "./parallel";
import * as statemint from "./statemint";
declare const _default: {
readonly acala: typeof acala;
readonly astar: typeof astar;
readonly bifrost: typeof bifrost;
readonly genshiro: typeof genshiro;
readonly interlay: typeof interlay;
readonly parallel: typeof parallel;
readonly statemint: typeof statemint;
};
export default _default;

@@ -26,11 +26,17 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
const acala = __importStar(require("./acala"));
const astar = __importStar(require("./astar"));
const bifrost = __importStar(require("./bifrost"));
const genshiro = __importStar(require("./genshiro"));
const interlay = __importStar(require("./interlay"));
const parallel = __importStar(require("./parallel"));
const statemint = __importStar(require("./statemint"));
exports.default = {
acala,
astar,
bifrost,
genshiro,
interlay,
parallel,
statemint,
};

@@ -9,3 +9,4 @@ import crosschain from "./crosschain";

}
export declare const equilibrium: Record<string, Omit<TokenConfig, "name">>;
export declare const genshiro: Record<string, Omit<TokenConfig, "name">>;
export { crosschain };

@@ -6,5 +6,27 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.crosschain = exports.genshiro = void 0;
exports.crosschain = exports.genshiro = exports.equilibrium = void 0;
const crosschain_1 = __importDefault(require("./crosschain"));
exports.crosschain = crosschain_1.default;
exports.equilibrium = {
ldot: {
displayName: "LDOT",
title: "Liquidity for Staked DOT",
imageExt: ".svg",
},
sdot: {
displayName: "SDOT",
title: "Parallel SDOT",
imageExt: ".svg",
},
tdot: {
displayName: "TDOT",
title: "Taiga Protocol",
imageExt: ".svg",
},
vdot: {
displayName: "VDOT",
title: "Bifrost vDOT",
imageExt: ".svg",
},
};
exports.genshiro = {

@@ -11,0 +33,0 @@ gens: {

@@ -966,92 +966,2 @@ declare const response: {

}, {
readonly id: 57;
readonly attributes: {
readonly chainId: "10009";
readonly token: "cd613";
readonly chainType: "substrate";
readonly chainName: "parallel";
readonly isNative: false;
readonly params: {
readonly assetId: 200060013;
readonly withdrawExtra: {
readonly xcmFeeAsset: "cdot613";
readonly xcmFeeAmount: 3222687;
};
readonly assetIdReverse: "0x0becac6d";
};
readonly decimals: 10;
readonly isDisabled: false;
readonly createdAt: "2022-12-27T08:38:02.674Z";
readonly updatedAt: "2023-02-20T15:29:52.356Z";
readonly isDepositEnabled: true;
readonly isWithdrawEnabled: true;
readonly withdrawXcmType: "parachain";
readonly minDeposit: 0;
readonly depositFeeUsd: 0.1;
readonly withdrawFee: 0.003222687;
readonly employeeOnly: false;
readonly paysFee: null;
readonly depositSenderMinBalance: 0;
};
}, {
readonly id: 58;
readonly attributes: {
readonly chainId: "10009";
readonly token: "cd714";
readonly chainType: "substrate";
readonly chainName: "parallel";
readonly isNative: false;
readonly params: {
readonly assetId: "0x7ed3ec0b";
readonly withdrawExtra: {
readonly xcmFeeAsset: "cdot714";
readonly xcmFeeAmount: 3222687;
};
readonly assetIdReverse: "0x0becd37e";
};
readonly decimals: 10;
readonly isDisabled: false;
readonly createdAt: "2022-12-27T13:53:13.677Z";
readonly updatedAt: "2023-02-20T15:29:43.760Z";
readonly isDepositEnabled: true;
readonly isWithdrawEnabled: true;
readonly withdrawXcmType: "parachain";
readonly minDeposit: 0;
readonly depositFeeUsd: 0.1;
readonly withdrawFee: 0.003222687;
readonly employeeOnly: false;
readonly paysFee: null;
readonly depositSenderMinBalance: 0;
};
}, {
readonly id: 59;
readonly attributes: {
readonly chainId: "10009";
readonly token: "cd815";
readonly chainType: "substrate";
readonly chainName: "parallel";
readonly isNative: false;
readonly params: {
readonly assetId: "0x8ffaec0b";
readonly withdrawExtra: {
readonly xcmFeeAsset: "cdot815";
readonly xcmFeeAmount: 3222687;
};
readonly assetIdReverse: "0x0becfa8f";
};
readonly decimals: 10;
readonly isDisabled: false;
readonly createdAt: "2022-12-27T13:53:58.269Z";
readonly updatedAt: "2023-02-20T15:42:13.556Z";
readonly isDepositEnabled: true;
readonly isWithdrawEnabled: true;
readonly withdrawXcmType: null;
readonly minDeposit: 0;
readonly depositFeeUsd: 0.1;
readonly withdrawFee: 0.003222687;
readonly employeeOnly: false;
readonly paysFee: null;
readonly depositSenderMinBalance: 0;
};
}, {
readonly id: 60;

@@ -1096,3 +1006,2 @@ readonly attributes: {

readonly withdrawExtra: {
readonly eth: "eq-withdraw-moonbeam-ethereum";
readonly feePayer: "ThisAccWillPay";

@@ -1128,3 +1037,2 @@ readonly xcmFeeAsset: "eq";

readonly withdrawExtra: {
readonly eth: "eqd-withdraw-moonbeam-ethereum";
readonly feePayer: "ThisAccWillPay";

@@ -1150,285 +1058,2 @@ readonly xcmFeeAsset: "eqd";

}, {
readonly id: 65;
readonly attributes: {
readonly chainId: "10009";
readonly token: "mxusdc";
readonly chainType: "evm";
readonly chainName: "eth";
readonly isNative: false;
readonly params: {
readonly approveArgs: {
readonly spender: "0x93251F98AcB0c83904320737aec091Bce287F8f5";
};
readonly depositArgs: {
readonly token: "0xeA928a8d09E11c66e074fBf2f6804E19821F438D";
readonly toChainId: "1284";
readonly anyCallProxy: "0xf2864F5366205544aeb04139E9DDEaa1E1690DA0";
};
readonly eqParachainId: "0x00000007DB";
readonly erc20Contract: "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48";
readonly eqParachainWeight: 800000000;
};
readonly decimals: null;
readonly isDisabled: false;
readonly createdAt: "2023-01-30T13:08:31.880Z";
readonly updatedAt: "2023-03-13T07:39:26.268Z";
readonly isDepositEnabled: true;
readonly isWithdrawEnabled: false;
readonly withdrawXcmType: null;
readonly minDeposit: 10;
readonly depositFeeUsd: null;
readonly withdrawFee: null;
readonly employeeOnly: true;
readonly paysFee: null;
readonly depositSenderMinBalance: null;
};
}, {
readonly id: 66;
readonly attributes: {
readonly chainId: "10084";
readonly token: "wbtc";
readonly chainType: "evm";
readonly chainName: "goerli";
readonly isNative: false;
readonly params: {
readonly approveArgs: {
readonly spender: "0x69A7a50Ba89eF40d25c936eb54005094A01FA656";
};
readonly depositArgs: {
readonly token: "0xEF4eC0B5E3fddccACec46dE77c8CeE72d7Ad619E";
readonly toChainId: "1284";
readonly anyCallProxy: "0xD1faFF46AA2D0125EeC80EfBBEB6315b4b6C13B9";
};
readonly eqParachainId: "0x00000007DB";
readonly erc20Contract: "0x55E579C99DF57063c2CE38739599A0970F99FD39";
readonly eqParachainWeight: 800000000;
};
readonly decimals: 18;
readonly isDisabled: false;
readonly createdAt: "2023-01-30T14:44:18.968Z";
readonly updatedAt: "2023-01-31T09:01:20.266Z";
readonly isDepositEnabled: true;
readonly isWithdrawEnabled: false;
readonly withdrawXcmType: null;
readonly minDeposit: null;
readonly depositFeeUsd: null;
readonly withdrawFee: null;
readonly employeeOnly: true;
readonly paysFee: null;
readonly depositSenderMinBalance: null;
};
}, {
readonly id: 67;
readonly attributes: {
readonly chainId: "10086";
readonly token: "usdc";
readonly chainType: "evm";
readonly chainName: "goerli";
readonly isNative: false;
readonly params: {
readonly approveArgs: {
readonly spender: "0x69A7a50Ba89eF40d25c936eb54005094A01FA656";
};
readonly depositArgs: {
readonly token: "0xB818D0e4e7437B6C7FAd72f75c72acE2736E4FE1";
readonly toChainId: "1284";
readonly anyCallProxy: "0xD1faFF46AA2D0125EeC80EfBBEB6315b4b6C13B9";
};
readonly eqParachainId: "0x00000007DB";
readonly erc20Contract: "0x521B035351e10283391f853Ef33E70760D5EE3Ee";
readonly eqParachainWeight: 800000000;
};
readonly decimals: 18;
readonly isDisabled: false;
readonly createdAt: "2023-01-31T08:57:56.984Z";
readonly updatedAt: "2023-02-14T14:04:01.670Z";
readonly isDepositEnabled: true;
readonly isWithdrawEnabled: false;
readonly withdrawXcmType: null;
readonly minDeposit: 10;
readonly depositFeeUsd: null;
readonly withdrawFee: null;
readonly employeeOnly: true;
readonly paysFee: null;
readonly depositSenderMinBalance: null;
};
}, {
readonly id: 68;
readonly attributes: {
readonly chainId: "10084";
readonly token: "eqd";
readonly chainType: "evm";
readonly chainName: "goerli";
readonly isNative: false;
readonly params: {
readonly depositArgs: {
readonly token: "0x53eBdd0F415943421467058d62D68F41319517F3";
readonly toChainId: "1284";
readonly anyCallProxy: "0xD1faFF46AA2D0125EeC80EfBBEB6315b4b6C13B9";
};
readonly eqParachainId: "0x00000007DB";
readonly eqParachainWeight: 800000000;
};
readonly decimals: 18;
readonly isDisabled: false;
readonly createdAt: "2023-01-31T09:14:29.873Z";
readonly updatedAt: "2023-01-31T09:14:29.873Z";
readonly isDepositEnabled: true;
readonly isWithdrawEnabled: false;
readonly withdrawXcmType: null;
readonly minDeposit: 10;
readonly depositFeeUsd: null;
readonly withdrawFee: null;
readonly employeeOnly: true;
readonly paysFee: null;
readonly depositSenderMinBalance: null;
};
}, {
readonly id: 69;
readonly attributes: {
readonly chainId: "10086";
readonly token: "mxusdc";
readonly chainType: "substrate";
readonly chainName: "moonbeam-eq-testnet";
readonly isNative: false;
readonly params: {};
readonly decimals: 18;
readonly isDisabled: null;
readonly createdAt: "2023-01-31T11:25:58.366Z";
readonly updatedAt: "2023-02-14T14:02:16.867Z";
readonly isDepositEnabled: false;
readonly isWithdrawEnabled: true;
readonly withdrawXcmType: "parachain-evm";
readonly minDeposit: null;
readonly depositFeeUsd: null;
readonly withdrawFee: 0.1;
readonly employeeOnly: null;
readonly paysFee: null;
readonly depositSenderMinBalance: null;
};
}, {
readonly id: 72;
readonly attributes: {
readonly chainId: "10009";
readonly token: "mxusdc";
readonly chainType: "substrate";
readonly chainName: "moonbeam";
readonly isNative: false;
readonly params: {
readonly token: "0xfffffffefd9d0bf45a2947a519a741c4b9e99eb6";
readonly withdrawExtra: {
readonly xcmFeeAsset: "eq";
readonly xcmFeeAmount: 2424242424;
};
};
readonly decimals: 9;
readonly isDisabled: false;
readonly createdAt: "2023-02-07T12:39:18.090Z";
readonly updatedAt: "2023-03-13T07:39:48.564Z";
readonly isDepositEnabled: false;
readonly isWithdrawEnabled: true;
readonly withdrawXcmType: "parachain-evm";
readonly minDeposit: 0;
readonly depositFeeUsd: 0.1;
readonly withdrawFee: 0.1;
readonly employeeOnly: true;
readonly paysFee: null;
readonly depositSenderMinBalance: 0;
};
}, {
readonly id: 73;
readonly attributes: {
readonly chainId: "10009";
readonly token: "eqd";
readonly chainType: "evm";
readonly chainName: "eth";
readonly isNative: false;
readonly params: {
readonly depositArgs: {
readonly token: "0xfB41E1074DbE88EEb0Da01D52565774165DA03d3";
readonly toChainId: "1284";
readonly anyCallProxy: "0xf2864F5366205544aeb04139E9DDEaa1E1690DA0";
};
readonly eqParachainId: "0x00000007DB";
readonly erc20Contract: "0xfB41E1074DbE88EEb0Da01D52565774165DA03d3";
readonly eqParachainWeight: 800000000;
};
readonly decimals: null;
readonly isDisabled: false;
readonly createdAt: "2023-02-20T08:33:17.954Z";
readonly updatedAt: "2023-02-20T15:34:47.761Z";
readonly isDepositEnabled: true;
readonly isWithdrawEnabled: false;
readonly withdrawXcmType: null;
readonly minDeposit: 50;
readonly depositFeeUsd: null;
readonly withdrawFee: null;
readonly employeeOnly: false;
readonly paysFee: null;
readonly depositSenderMinBalance: null;
};
}, {
readonly id: 74;
readonly attributes: {
readonly chainId: "10009";
readonly token: "eq";
readonly chainType: "evm";
readonly chainName: "eth";
readonly isNative: false;
readonly params: {
readonly depositArgs: {
readonly token: "0xA5eDE2FEE620ac3d68065EC01F26F9dd99850B82";
readonly toChainId: "1284";
readonly anyCallProxy: "0xf2864F5366205544aeb04139E9DDEaa1E1690DA0";
};
readonly eqParachainId: "0x00000007DB";
readonly erc20Contract: "0xA5eDE2FEE620ac3d68065EC01F26F9dd99850B82";
readonly eqParachainWeight: 800000000;
};
readonly decimals: null;
readonly isDisabled: false;
readonly createdAt: "2023-02-20T09:08:19.469Z";
readonly updatedAt: "2023-02-20T15:34:56.059Z";
readonly isDepositEnabled: true;
readonly isWithdrawEnabled: false;
readonly withdrawXcmType: null;
readonly minDeposit: 6061;
readonly depositFeeUsd: null;
readonly withdrawFee: null;
readonly employeeOnly: false;
readonly paysFee: null;
readonly depositSenderMinBalance: null;
};
}, {
readonly id: 75;
readonly attributes: {
readonly chainId: "10009";
readonly token: "mxeth";
readonly chainType: "evm";
readonly chainName: "eth";
readonly isNative: true;
readonly params: {
readonly depositArgs: {
readonly token: "0x2AC03BF434db503f6f5F85C3954773731Fc3F056";
readonly toChainId: "1284";
readonly anyCallProxy: "0xf2864F5366205544aeb04139E9DDEaa1E1690DA0";
};
readonly eqParachainId: "0x00000007DB";
readonly eqParachainWeight: 800000000;
};
readonly decimals: null;
readonly isDisabled: false;
readonly createdAt: "2023-02-20T10:09:08.781Z";
readonly updatedAt: "2023-03-13T07:40:33.065Z";
readonly isDepositEnabled: true;
readonly isWithdrawEnabled: false;
readonly withdrawXcmType: null;
readonly minDeposit: 0.01;
readonly depositFeeUsd: null;
readonly withdrawFee: null;
readonly employeeOnly: true;
readonly paysFee: null;
readonly depositSenderMinBalance: null;
};
}, {
readonly id: 76;

@@ -1463,69 +1088,2 @@ readonly attributes: {

};
}, {
readonly id: 77;
readonly attributes: {
readonly chainId: "10097";
readonly token: "mxusdc";
readonly chainType: "substrate";
readonly chainName: "moonbaseAlpha";
readonly isNative: false;
readonly params: {
readonly token: "0xfffffffe47b78475160da680caef70959e027bee";
readonly withdrawExtra: {
readonly eth: "usdc-withdraw-moonbaseAlpha-goerli";
readonly feePayer: "ThisAccWillPay";
readonly xcmFeeAsset: "eq";
readonly xcmFeeAmount: 2424242424;
};
};
readonly decimals: 6;
readonly isDisabled: false;
readonly createdAt: "2023-04-18T11:56:20.873Z";
readonly updatedAt: "2023-04-18T13:05:02.268Z";
readonly isDepositEnabled: true;
readonly isWithdrawEnabled: true;
readonly withdrawXcmType: "parachain-evm";
readonly minDeposit: 0;
readonly depositFeeUsd: 0.1;
readonly withdrawFee: 0;
readonly employeeOnly: true;
readonly paysFee: null;
readonly depositSenderMinBalance: 0;
};
}, {
readonly id: 78;
readonly attributes: {
readonly chainId: "10097";
readonly token: "mxusdc";
readonly chainType: "evm";
readonly chainName: "goerli";
readonly isNative: false;
readonly params: {
readonly approveArgs: {
readonly spender: "0xb57b236921da1a6511a74a526611cd5eff4810a0";
};
readonly depositArgs: {
readonly token: "0xeA928a8d09E11c66e074fBf2f6804E19821F438D";
readonly toChainId: "1287";
readonly anyCallProxy: "0xf2864F5366205544aeb04139E9DDEaa1E1690DA0";
readonly erc20gateway: "0xb57b236921da1a6511a74a526611cd5eff4810a0";
};
readonly eqParachainId: "0x00000007DB";
readonly erc20Contract: "0x07865c6E87B9F70255377e024ace6630C1Eaa37F";
readonly eqParachainWeight: 800000000;
};
readonly decimals: null;
readonly isDisabled: false;
readonly createdAt: "2023-04-20T16:09:00.475Z";
readonly updatedAt: "2023-04-21T09:41:54.769Z";
readonly isDepositEnabled: true;
readonly isWithdrawEnabled: false;
readonly withdrawXcmType: null;
readonly minDeposit: 1;
readonly depositFeeUsd: null;
readonly withdrawFee: null;
readonly employeeOnly: true;
readonly paysFee: null;
readonly depositSenderMinBalance: null;
};
}];

@@ -1532,0 +1090,0 @@ readonly meta: {

@@ -941,86 +941,2 @@ "use strict";

{
id: 57,
attributes: {
chainId: "10009",
token: "cd613",
chainType: "substrate",
chainName: "parallel",
isNative: false,
params: {
assetId: 200060013,
withdrawExtra: { xcmFeeAsset: "cdot613", xcmFeeAmount: 3222687 },
assetIdReverse: "0x0becac6d",
},
decimals: 10,
isDisabled: false,
createdAt: "2022-12-27T08:38:02.674Z",
updatedAt: "2023-02-20T15:29:52.356Z",
isDepositEnabled: true,
isWithdrawEnabled: true,
withdrawXcmType: "parachain",
minDeposit: 0,
depositFeeUsd: 0.1,
withdrawFee: 0.003222687,
employeeOnly: false,
paysFee: null,
depositSenderMinBalance: 0,
},
},
{
id: 58,
attributes: {
chainId: "10009",
token: "cd714",
chainType: "substrate",
chainName: "parallel",
isNative: false,
params: {
assetId: "0x7ed3ec0b",
withdrawExtra: { xcmFeeAsset: "cdot714", xcmFeeAmount: 3222687 },
assetIdReverse: "0x0becd37e",
},
decimals: 10,
isDisabled: false,
createdAt: "2022-12-27T13:53:13.677Z",
updatedAt: "2023-02-20T15:29:43.760Z",
isDepositEnabled: true,
isWithdrawEnabled: true,
withdrawXcmType: "parachain",
minDeposit: 0,
depositFeeUsd: 0.1,
withdrawFee: 0.003222687,
employeeOnly: false,
paysFee: null,
depositSenderMinBalance: 0,
},
},
{
id: 59,
attributes: {
chainId: "10009",
token: "cd815",
chainType: "substrate",
chainName: "parallel",
isNative: false,
params: {
assetId: "0x8ffaec0b",
withdrawExtra: { xcmFeeAsset: "cdot815", xcmFeeAmount: 3222687 },
assetIdReverse: "0x0becfa8f",
},
decimals: 10,
isDisabled: false,
createdAt: "2022-12-27T13:53:58.269Z",
updatedAt: "2023-02-20T15:42:13.556Z",
isDepositEnabled: true,
isWithdrawEnabled: true,
withdrawXcmType: null,
minDeposit: 0,
depositFeeUsd: 0.1,
withdrawFee: 0.003222687,
employeeOnly: false,
paysFee: null,
depositSenderMinBalance: 0,
},
},
{
id: 60,

@@ -1066,3 +982,3 @@ attributes: {

withdrawExtra: {
eth: "eq-withdraw-moonbeam-ethereum",
// eth: "eq-withdraw-moonbeam-ethereum",
feePayer: "ThisAccWillPay",

@@ -1099,3 +1015,3 @@ xcmFeeAsset: "eq",

withdrawExtra: {
eth: "eqd-withdraw-moonbeam-ethereum",
// eth: "eqd-withdraw-moonbeam-ethereum",
feePayer: "ThisAccWillPay",

@@ -1121,291 +1037,291 @@ xcmFeeAsset: "eqd",

},
{
id: 65,
attributes: {
chainId: "10009",
token: "mxusdc",
chainType: "evm",
chainName: "eth",
isNative: false,
params: {
approveArgs: {
spender: "0x93251F98AcB0c83904320737aec091Bce287F8f5",
},
depositArgs: {
token: "0xeA928a8d09E11c66e074fBf2f6804E19821F438D",
toChainId: "1284",
anyCallProxy: "0xf2864F5366205544aeb04139E9DDEaa1E1690DA0",
},
eqParachainId: "0x00000007DB",
erc20Contract: "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
eqParachainWeight: 800000000,
},
decimals: null,
isDisabled: false,
createdAt: "2023-01-30T13:08:31.880Z",
updatedAt: "2023-03-13T07:39:26.268Z",
isDepositEnabled: true,
isWithdrawEnabled: false,
withdrawXcmType: null,
minDeposit: 10,
depositFeeUsd: null,
withdrawFee: null,
employeeOnly: true,
paysFee: null,
depositSenderMinBalance: null,
/*{
id: 65,
attributes: {
chainId: "10009",
token: "mxusdc",
chainType: "evm",
chainName: "eth",
isNative: false,
params: {
approveArgs: {
spender: "0x93251F98AcB0c83904320737aec091Bce287F8f5",
},
depositArgs: {
token: "0xeA928a8d09E11c66e074fBf2f6804E19821F438D",
toChainId: "1284",
anyCallProxy: "0xf2864F5366205544aeb04139E9DDEaa1E1690DA0",
},
eqParachainId: "0x00000007DB",
erc20Contract: "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
eqParachainWeight: 800000000,
},
decimals: null,
isDisabled: false,
createdAt: "2023-01-30T13:08:31.880Z",
updatedAt: "2023-03-13T07:39:26.268Z",
isDepositEnabled: true,
isWithdrawEnabled: false,
withdrawXcmType: null,
minDeposit: 10,
depositFeeUsd: null,
withdrawFee: null,
employeeOnly: true,
paysFee: null,
depositSenderMinBalance: null,
},
},
{
id: 66,
attributes: {
chainId: "10084",
token: "wbtc",
chainType: "evm",
chainName: "goerli",
isNative: false,
params: {
approveArgs: {
spender: "0x69A7a50Ba89eF40d25c936eb54005094A01FA656",
},
depositArgs: {
token: "0xEF4eC0B5E3fddccACec46dE77c8CeE72d7Ad619E",
toChainId: "1284",
anyCallProxy: "0xD1faFF46AA2D0125EeC80EfBBEB6315b4b6C13B9",
},
eqParachainId: "0x00000007DB",
erc20Contract: "0x55E579C99DF57063c2CE38739599A0970F99FD39",
eqParachainWeight: 800000000,
},
decimals: 18,
isDisabled: false,
createdAt: "2023-01-30T14:44:18.968Z",
updatedAt: "2023-01-31T09:01:20.266Z",
isDepositEnabled: true,
isWithdrawEnabled: false,
withdrawXcmType: null,
minDeposit: null,
depositFeeUsd: null,
withdrawFee: null,
employeeOnly: true,
paysFee: null,
depositSenderMinBalance: null,
id: 66,
attributes: {
chainId: "10084",
token: "wbtc",
chainType: "evm",
chainName: "goerli",
isNative: false,
params: {
approveArgs: {
spender: "0x69A7a50Ba89eF40d25c936eb54005094A01FA656",
},
depositArgs: {
token: "0xEF4eC0B5E3fddccACec46dE77c8CeE72d7Ad619E",
toChainId: "1284",
anyCallProxy: "0xD1faFF46AA2D0125EeC80EfBBEB6315b4b6C13B9",
},
eqParachainId: "0x00000007DB",
erc20Contract: "0x55E579C99DF57063c2CE38739599A0970F99FD39",
eqParachainWeight: 800000000,
},
decimals: 18,
isDisabled: false,
createdAt: "2023-01-30T14:44:18.968Z",
updatedAt: "2023-01-31T09:01:20.266Z",
isDepositEnabled: true,
isWithdrawEnabled: false,
withdrawXcmType: null,
minDeposit: null,
depositFeeUsd: null,
withdrawFee: null,
employeeOnly: true,
paysFee: null,
depositSenderMinBalance: null,
},
},
{
id: 67,
attributes: {
chainId: "10086",
token: "usdc",
chainType: "evm",
chainName: "goerli",
isNative: false,
params: {
approveArgs: {
spender: "0x69A7a50Ba89eF40d25c936eb54005094A01FA656",
},
depositArgs: {
token: "0xB818D0e4e7437B6C7FAd72f75c72acE2736E4FE1",
toChainId: "1284",
anyCallProxy: "0xD1faFF46AA2D0125EeC80EfBBEB6315b4b6C13B9",
},
eqParachainId: "0x00000007DB",
erc20Contract: "0x521B035351e10283391f853Ef33E70760D5EE3Ee",
eqParachainWeight: 800000000,
},
decimals: 18,
isDisabled: false,
createdAt: "2023-01-31T08:57:56.984Z",
updatedAt: "2023-02-14T14:04:01.670Z",
isDepositEnabled: true,
isWithdrawEnabled: false,
withdrawXcmType: null,
minDeposit: 10,
depositFeeUsd: null,
withdrawFee: null,
employeeOnly: true,
paysFee: null,
depositSenderMinBalance: null,
id: 67,
attributes: {
chainId: "10086",
token: "usdc",
chainType: "evm",
chainName: "goerli",
isNative: false,
params: {
approveArgs: {
spender: "0x69A7a50Ba89eF40d25c936eb54005094A01FA656",
},
depositArgs: {
token: "0xB818D0e4e7437B6C7FAd72f75c72acE2736E4FE1",
toChainId: "1284",
anyCallProxy: "0xD1faFF46AA2D0125EeC80EfBBEB6315b4b6C13B9",
},
eqParachainId: "0x00000007DB",
erc20Contract: "0x521B035351e10283391f853Ef33E70760D5EE3Ee",
eqParachainWeight: 800000000,
},
decimals: 18,
isDisabled: false,
createdAt: "2023-01-31T08:57:56.984Z",
updatedAt: "2023-02-14T14:04:01.670Z",
isDepositEnabled: true,
isWithdrawEnabled: false,
withdrawXcmType: null,
minDeposit: 10,
depositFeeUsd: null,
withdrawFee: null,
employeeOnly: true,
paysFee: null,
depositSenderMinBalance: null,
},
},
{
id: 68,
attributes: {
chainId: "10084",
token: "eqd",
chainType: "evm",
chainName: "goerli",
isNative: false,
params: {
depositArgs: {
token: "0x53eBdd0F415943421467058d62D68F41319517F3",
toChainId: "1284",
anyCallProxy: "0xD1faFF46AA2D0125EeC80EfBBEB6315b4b6C13B9",
},
eqParachainId: "0x00000007DB",
eqParachainWeight: 800000000,
},
decimals: 18,
isDisabled: false,
createdAt: "2023-01-31T09:14:29.873Z",
updatedAt: "2023-01-31T09:14:29.873Z",
isDepositEnabled: true,
isWithdrawEnabled: false,
withdrawXcmType: null,
minDeposit: 10,
depositFeeUsd: null,
withdrawFee: null,
employeeOnly: true,
paysFee: null,
depositSenderMinBalance: null,
id: 68,
attributes: {
chainId: "10084",
token: "eqd",
chainType: "evm",
chainName: "goerli",
isNative: false,
params: {
depositArgs: {
token: "0x53eBdd0F415943421467058d62D68F41319517F3",
toChainId: "1284",
anyCallProxy: "0xD1faFF46AA2D0125EeC80EfBBEB6315b4b6C13B9",
},
eqParachainId: "0x00000007DB",
eqParachainWeight: 800000000,
},
decimals: 18,
isDisabled: false,
createdAt: "2023-01-31T09:14:29.873Z",
updatedAt: "2023-01-31T09:14:29.873Z",
isDepositEnabled: true,
isWithdrawEnabled: false,
withdrawXcmType: null,
minDeposit: 10,
depositFeeUsd: null,
withdrawFee: null,
employeeOnly: true,
paysFee: null,
depositSenderMinBalance: null,
},
},
{
id: 69,
attributes: {
chainId: "10086",
token: "mxusdc",
chainType: "substrate",
chainName: "moonbeam-eq-testnet",
isNative: false,
params: {},
decimals: 18,
isDisabled: null,
createdAt: "2023-01-31T11:25:58.366Z",
updatedAt: "2023-02-14T14:02:16.867Z",
isDepositEnabled: false,
isWithdrawEnabled: true,
withdrawXcmType: "parachain-evm",
minDeposit: null,
depositFeeUsd: null,
withdrawFee: 0.1,
employeeOnly: null,
paysFee: null,
depositSenderMinBalance: null,
},
id: 69,
attributes: {
chainId: "10086",
token: "mxusdc",
chainType: "substrate",
chainName: "moonbeam-eq-testnet",
isNative: false,
params: {},
decimals: 18,
isDisabled: null,
createdAt: "2023-01-31T11:25:58.366Z",
updatedAt: "2023-02-14T14:02:16.867Z",
isDepositEnabled: false,
isWithdrawEnabled: true,
withdrawXcmType: "parachain-evm",
minDeposit: null,
depositFeeUsd: null,
withdrawFee: 0.1,
employeeOnly: null,
paysFee: null,
depositSenderMinBalance: null,
},
},
{
id: 72,
attributes: {
chainId: "10009",
token: "mxusdc",
chainType: "substrate",
chainName: "moonbeam",
isNative: false,
params: {
token: "0xfffffffefd9d0bf45a2947a519a741c4b9e99eb6",
withdrawExtra: { xcmFeeAsset: "eq", xcmFeeAmount: 2424242424 },
},
decimals: 9,
isDisabled: false,
createdAt: "2023-02-07T12:39:18.090Z",
updatedAt: "2023-03-13T07:39:48.564Z",
isDepositEnabled: false,
isWithdrawEnabled: true,
withdrawXcmType: "parachain-evm",
minDeposit: 0,
depositFeeUsd: 0.1,
withdrawFee: 0.1,
employeeOnly: true,
paysFee: null,
depositSenderMinBalance: 0,
id: 72,
attributes: {
chainId: "10009",
token: "mxusdc",
chainType: "substrate",
chainName: "moonbeam",
isNative: false,
params: {
token: "0xfffffffefd9d0bf45a2947a519a741c4b9e99eb6",
withdrawExtra: { xcmFeeAsset: "eq", xcmFeeAmount: 2424242424 },
},
decimals: 9,
isDisabled: false,
createdAt: "2023-02-07T12:39:18.090Z",
updatedAt: "2023-03-13T07:39:48.564Z",
isDepositEnabled: false,
isWithdrawEnabled: true,
withdrawXcmType: "parachain-evm",
minDeposit: 0,
depositFeeUsd: 0.1,
withdrawFee: 0.1,
employeeOnly: true,
paysFee: null,
depositSenderMinBalance: 0,
},
},
{
id: 73,
attributes: {
chainId: "10009",
token: "eqd",
chainType: "evm",
chainName: "eth",
isNative: false,
params: {
depositArgs: {
token: "0xfB41E1074DbE88EEb0Da01D52565774165DA03d3",
toChainId: "1284",
anyCallProxy: "0xf2864F5366205544aeb04139E9DDEaa1E1690DA0",
},
eqParachainId: "0x00000007DB",
erc20Contract: "0xfB41E1074DbE88EEb0Da01D52565774165DA03d3",
eqParachainWeight: 800000000,
},
decimals: null,
isDisabled: false,
createdAt: "2023-02-20T08:33:17.954Z",
updatedAt: "2023-02-20T15:34:47.761Z",
isDepositEnabled: true,
isWithdrawEnabled: false,
withdrawXcmType: null,
minDeposit: 50,
depositFeeUsd: null,
withdrawFee: null,
employeeOnly: false,
paysFee: null,
depositSenderMinBalance: null,
id: 73,
attributes: {
chainId: "10009",
token: "eqd",
chainType: "evm",
chainName: "eth",
isNative: false,
params: {
depositArgs: {
token: "0xfB41E1074DbE88EEb0Da01D52565774165DA03d3",
toChainId: "1284",
anyCallProxy: "0xf2864F5366205544aeb04139E9DDEaa1E1690DA0",
},
eqParachainId: "0x00000007DB",
erc20Contract: "0xfB41E1074DbE88EEb0Da01D52565774165DA03d3",
eqParachainWeight: 800000000,
},
decimals: null,
isDisabled: false,
createdAt: "2023-02-20T08:33:17.954Z",
updatedAt: "2023-02-20T15:34:47.761Z",
isDepositEnabled: true,
isWithdrawEnabled: false,
withdrawXcmType: null,
minDeposit: 50,
depositFeeUsd: null,
withdrawFee: null,
employeeOnly: false,
paysFee: null,
depositSenderMinBalance: null,
},
},
{
id: 74,
attributes: {
chainId: "10009",
token: "eq",
chainType: "evm",
chainName: "eth",
isNative: false,
params: {
depositArgs: {
token: "0xA5eDE2FEE620ac3d68065EC01F26F9dd99850B82",
toChainId: "1284",
anyCallProxy: "0xf2864F5366205544aeb04139E9DDEaa1E1690DA0",
},
eqParachainId: "0x00000007DB",
erc20Contract: "0xA5eDE2FEE620ac3d68065EC01F26F9dd99850B82",
eqParachainWeight: 800000000,
},
decimals: null,
isDisabled: false,
createdAt: "2023-02-20T09:08:19.469Z",
updatedAt: "2023-02-20T15:34:56.059Z",
isDepositEnabled: true,
isWithdrawEnabled: false,
withdrawXcmType: null,
minDeposit: 6061,
depositFeeUsd: null,
withdrawFee: null,
employeeOnly: false,
paysFee: null,
depositSenderMinBalance: null,
id: 74,
attributes: {
chainId: "10009",
token: "eq",
chainType: "evm",
chainName: "eth",
isNative: false,
params: {
depositArgs: {
token: "0xA5eDE2FEE620ac3d68065EC01F26F9dd99850B82",
toChainId: "1284",
anyCallProxy: "0xf2864F5366205544aeb04139E9DDEaa1E1690DA0",
},
eqParachainId: "0x00000007DB",
erc20Contract: "0xA5eDE2FEE620ac3d68065EC01F26F9dd99850B82",
eqParachainWeight: 800000000,
},
decimals: null,
isDisabled: false,
createdAt: "2023-02-20T09:08:19.469Z",
updatedAt: "2023-02-20T15:34:56.059Z",
isDepositEnabled: true,
isWithdrawEnabled: false,
withdrawXcmType: null,
minDeposit: 6061,
depositFeeUsd: null,
withdrawFee: null,
employeeOnly: false,
paysFee: null,
depositSenderMinBalance: null,
},
},
{
id: 75,
attributes: {
chainId: "10009",
token: "mxeth",
chainType: "evm",
chainName: "eth",
isNative: true,
params: {
depositArgs: {
token: "0x2AC03BF434db503f6f5F85C3954773731Fc3F056",
toChainId: "1284",
anyCallProxy: "0xf2864F5366205544aeb04139E9DDEaa1E1690DA0",
},
eqParachainId: "0x00000007DB",
eqParachainWeight: 800000000,
},
decimals: null,
isDisabled: false,
createdAt: "2023-02-20T10:09:08.781Z",
updatedAt: "2023-03-13T07:40:33.065Z",
isDepositEnabled: true,
isWithdrawEnabled: false,
withdrawXcmType: null,
minDeposit: 0.01,
depositFeeUsd: null,
withdrawFee: null,
employeeOnly: true,
paysFee: null,
depositSenderMinBalance: null,
id: 75,
attributes: {
chainId: "10009",
token: "mxeth",
chainType: "evm",
chainName: "eth",
isNative: true,
params: {
depositArgs: {
token: "0x2AC03BF434db503f6f5F85C3954773731Fc3F056",
toChainId: "1284",
anyCallProxy: "0xf2864F5366205544aeb04139E9DDEaa1E1690DA0",
},
eqParachainId: "0x00000007DB",
eqParachainWeight: 800000000,
},
},
decimals: null,
isDisabled: false,
createdAt: "2023-02-20T10:09:08.781Z",
updatedAt: "2023-03-13T07:40:33.065Z",
isDepositEnabled: true,
isWithdrawEnabled: false,
withdrawXcmType: null,
minDeposit: 0.01,
depositFeeUsd: null,
withdrawFee: null,
employeeOnly: true,
paysFee: null,
depositSenderMinBalance: null,
},
},*/
{

@@ -1439,71 +1355,71 @@ id: 76,

},
{
id: 77,
attributes: {
chainId: "10097",
token: "mxusdc",
chainType: "substrate",
chainName: "moonbaseAlpha",
isNative: false,
params: {
token: "0xfffffffe47b78475160da680caef70959e027bee",
withdrawExtra: {
eth: "usdc-withdraw-moonbaseAlpha-goerli",
feePayer: "ThisAccWillPay",
xcmFeeAsset: "eq",
xcmFeeAmount: 2424242424,
},
},
decimals: 6,
isDisabled: false,
createdAt: "2023-04-18T11:56:20.873Z",
updatedAt: "2023-04-18T13:05:02.268Z",
isDepositEnabled: true,
isWithdrawEnabled: true,
withdrawXcmType: "parachain-evm",
minDeposit: 0,
depositFeeUsd: 0.1,
withdrawFee: 0,
employeeOnly: true,
paysFee: null,
depositSenderMinBalance: 0,
/*{
id: 77,
attributes: {
chainId: "10097",
token: "mxusdc",
chainType: "substrate",
chainName: "moonbaseAlpha",
isNative: false,
params: {
token: "0xfffffffe47b78475160da680caef70959e027bee",
withdrawExtra: {
eth: "usdc-withdraw-moonbaseAlpha-goerli",
feePayer: "ThisAccWillPay",
xcmFeeAsset: "eq",
xcmFeeAmount: 2424242424,
},
},
decimals: 6,
isDisabled: false,
createdAt: "2023-04-18T11:56:20.873Z",
updatedAt: "2023-04-18T13:05:02.268Z",
isDepositEnabled: true,
isWithdrawEnabled: true,
withdrawXcmType: "parachain-evm",
minDeposit: 0,
depositFeeUsd: 0.1,
withdrawFee: 0,
employeeOnly: true,
paysFee: null,
depositSenderMinBalance: 0,
},
},
{
id: 78,
attributes: {
chainId: "10097",
token: "mxusdc",
chainType: "evm",
chainName: "goerli",
isNative: false,
params: {
approveArgs: {
spender: "0xb57b236921da1a6511a74a526611cd5eff4810a0",
},
depositArgs: {
token: "0xeA928a8d09E11c66e074fBf2f6804E19821F438D",
toChainId: "1287",
anyCallProxy: "0xf2864F5366205544aeb04139E9DDEaa1E1690DA0",
erc20gateway: "0xb57b236921da1a6511a74a526611cd5eff4810a0",
},
eqParachainId: "0x00000007DB",
erc20Contract: "0x07865c6E87B9F70255377e024ace6630C1Eaa37F",
eqParachainWeight: 800000000,
},
decimals: null,
isDisabled: false,
createdAt: "2023-04-20T16:09:00.475Z",
updatedAt: "2023-04-21T09:41:54.769Z",
isDepositEnabled: true,
isWithdrawEnabled: false,
withdrawXcmType: null,
minDeposit: 1,
depositFeeUsd: null,
withdrawFee: null,
employeeOnly: true,
paysFee: null,
depositSenderMinBalance: null,
id: 78,
attributes: {
chainId: "10097",
token: "mxusdc",
chainType: "evm",
chainName: "goerli",
isNative: false,
params: {
approveArgs: {
spender: "0xb57b236921da1a6511a74a526611cd5eff4810a0",
},
depositArgs: {
token: "0xeA928a8d09E11c66e074fBf2f6804E19821F438D",
toChainId: "1287",
anyCallProxy: "0xf2864F5366205544aeb04139E9DDEaa1E1690DA0",
erc20gateway: "0xb57b236921da1a6511a74a526611cd5eff4810a0",
},
eqParachainId: "0x00000007DB",
erc20Contract: "0x07865c6E87B9F70255377e024ace6630C1Eaa37F",
eqParachainWeight: 800000000,
},
},
decimals: null,
isDisabled: false,
createdAt: "2023-04-20T16:09:00.475Z",
updatedAt: "2023-04-21T09:41:54.769Z",
isDepositEnabled: true,
isWithdrawEnabled: false,
withdrawXcmType: null,
minDeposit: 1,
depositFeeUsd: null,
withdrawFee: null,
employeeOnly: true,
paysFee: null,
depositSenderMinBalance: null,
},
},*/
],

@@ -1510,0 +1426,0 @@ meta: { pagination: { page: 1, pageSize: 100, pageCount: 1, total: 72 } },

@@ -47,3 +47,5 @@ "use strict";

chains: chains_1.default,
equilibrium: tokens_1.equilibrium,
crosschain: tokens_1.crosschain,
genshiro: tokens_1.genshiro,
},

@@ -50,0 +52,0 @@ }, (_, v) => {

import type chains from "../../config/chains";
import type crosschain from "../../config/tokens/crosschain";
import type { crosschain, equilibrium, genshiro } from "../../config/tokens";
import type { BigDecimals } from "../../util/math";

@@ -49,3 +49,5 @@ export declare const _NOT_IMPLEMENTED = true;

crosschain: typeof crosschain;
equilibrium: typeof equilibrium;
genshiro: typeof genshiro;
}
export {};
{
"name": "@equilab/network",
"version": "0.2.5",
"version": "0.2.8",
"main": "./dist/index.js",

@@ -5,0 +5,0 @@ "license": "none",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc