chain-registry 1.69.640 → 1.69.641
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm/mainnet/assets.js +0 -2
- package/esm/mainnet/chains.js +0 -2
- package/esm/mainnet/named.js +0 -1
- package/esm/mainnet/ritbit/assets.js +4 -1
- package/mainnet/assets.js +0 -2
- package/mainnet/chains.js +0 -2
- package/mainnet/named.d.ts +0 -1
- package/mainnet/named.js +3 -4
- package/mainnet/ritbit/assets.js +4 -1
- package/package.json +3 -3
- package/esm/mainnet/moo/assets.js +0 -71
- package/esm/mainnet/moo/chain.js +0 -57
- package/esm/mainnet/moo/index.js +0 -4
- package/mainnet/moo/assets.d.ts +0 -3
- package/mainnet/moo/assets.js +0 -73
- package/mainnet/moo/chain.d.ts +0 -3
- package/mainnet/moo/chain.js +0 -59
- package/mainnet/moo/index.d.ts +0 -2
- package/mainnet/moo/index.js +0 -10
package/esm/mainnet/assets.js
CHANGED
|
@@ -130,7 +130,6 @@ import * as _meme from './meme';
|
|
|
130
130
|
import * as _migaloo from './migaloo';
|
|
131
131
|
import * as _mirage from './mirage';
|
|
132
132
|
import * as _mises from './mises';
|
|
133
|
-
import * as _moo from './moo';
|
|
134
133
|
import * as _mtgbp from './mtgbp';
|
|
135
134
|
import * as _mun from './mun';
|
|
136
135
|
import * as _mythos from './mythos';
|
|
@@ -357,7 +356,6 @@ const assets = [
|
|
|
357
356
|
_migaloo.assets,
|
|
358
357
|
_mirage.assets,
|
|
359
358
|
_mises.assets,
|
|
360
|
-
_moo.assets,
|
|
361
359
|
_mtgbp.assets,
|
|
362
360
|
_mun.assets,
|
|
363
361
|
_mythos.assets,
|
package/esm/mainnet/chains.js
CHANGED
|
@@ -130,7 +130,6 @@ import * as _meme from './meme';
|
|
|
130
130
|
import * as _migaloo from './migaloo';
|
|
131
131
|
import * as _mirage from './mirage';
|
|
132
132
|
import * as _mises from './mises';
|
|
133
|
-
import * as _moo from './moo';
|
|
134
133
|
import * as _mtgbp from './mtgbp';
|
|
135
134
|
import * as _mun from './mun';
|
|
136
135
|
import * as _mythos from './mythos';
|
|
@@ -357,7 +356,6 @@ const chains = [
|
|
|
357
356
|
_migaloo.chain,
|
|
358
357
|
_mirage.chain,
|
|
359
358
|
_mises.chain,
|
|
360
|
-
_moo.chain,
|
|
361
359
|
_mtgbp.chain,
|
|
362
360
|
_mun.chain,
|
|
363
361
|
_mythos.chain,
|
package/esm/mainnet/named.js
CHANGED
|
@@ -130,7 +130,6 @@ export * as meme from './meme';
|
|
|
130
130
|
export * as migaloo from './migaloo';
|
|
131
131
|
export * as mirage from './mirage';
|
|
132
132
|
export * as mises from './mises';
|
|
133
|
-
export * as moo from './moo';
|
|
134
133
|
export * as mtgbp from './mtgbp';
|
|
135
134
|
export * as mun from './mun';
|
|
136
135
|
export * as mythos from './mythos';
|
|
@@ -52,7 +52,10 @@ const info = {
|
|
|
52
52
|
base_denom: '0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48'
|
|
53
53
|
},
|
|
54
54
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
55
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
55
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg',
|
|
56
|
+
theme: {
|
|
57
|
+
circle: true
|
|
58
|
+
}
|
|
56
59
|
}],
|
|
57
60
|
type_asset: 'sdk.coin'
|
|
58
61
|
}]
|
package/mainnet/assets.js
CHANGED
|
@@ -155,7 +155,6 @@ const _meme = __importStar(require("./meme"));
|
|
|
155
155
|
const _migaloo = __importStar(require("./migaloo"));
|
|
156
156
|
const _mirage = __importStar(require("./mirage"));
|
|
157
157
|
const _mises = __importStar(require("./mises"));
|
|
158
|
-
const _moo = __importStar(require("./moo"));
|
|
159
158
|
const _mtgbp = __importStar(require("./mtgbp"));
|
|
160
159
|
const _mun = __importStar(require("./mun"));
|
|
161
160
|
const _mythos = __importStar(require("./mythos"));
|
|
@@ -382,7 +381,6 @@ const assets = [
|
|
|
382
381
|
_migaloo.assets,
|
|
383
382
|
_mirage.assets,
|
|
384
383
|
_mises.assets,
|
|
385
|
-
_moo.assets,
|
|
386
384
|
_mtgbp.assets,
|
|
387
385
|
_mun.assets,
|
|
388
386
|
_mythos.assets,
|
package/mainnet/chains.js
CHANGED
|
@@ -155,7 +155,6 @@ const _meme = __importStar(require("./meme"));
|
|
|
155
155
|
const _migaloo = __importStar(require("./migaloo"));
|
|
156
156
|
const _mirage = __importStar(require("./mirage"));
|
|
157
157
|
const _mises = __importStar(require("./mises"));
|
|
158
|
-
const _moo = __importStar(require("./moo"));
|
|
159
158
|
const _mtgbp = __importStar(require("./mtgbp"));
|
|
160
159
|
const _mun = __importStar(require("./mun"));
|
|
161
160
|
const _mythos = __importStar(require("./mythos"));
|
|
@@ -382,7 +381,6 @@ const chains = [
|
|
|
382
381
|
_migaloo.chain,
|
|
383
382
|
_mirage.chain,
|
|
384
383
|
_mises.chain,
|
|
385
|
-
_moo.chain,
|
|
386
384
|
_mtgbp.chain,
|
|
387
385
|
_mun.chain,
|
|
388
386
|
_mythos.chain,
|
package/mainnet/named.d.ts
CHANGED
|
@@ -130,7 +130,6 @@ export * as meme from './meme';
|
|
|
130
130
|
export * as migaloo from './migaloo';
|
|
131
131
|
export * as mirage from './mirage';
|
|
132
132
|
export * as mises from './mises';
|
|
133
|
-
export * as moo from './moo';
|
|
134
133
|
export * as mtgbp from './mtgbp';
|
|
135
134
|
export * as mun from './mun';
|
|
136
135
|
export * as mythos from './mythos';
|
package/mainnet/named.js
CHANGED
|
@@ -25,9 +25,9 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
26
|
exports.conscious = exports.composable = exports.commercionetwork = exports.comdex = exports.cnhostables = exports.cifer = exports.chimba = exports.chihuahua = exports.cheqd = exports.chain4energy = exports.celestia = exports.carbon = exports.canto = exports.buycex = exports.bouachain = exports.bostrom = exports.bluzelle = exports.bluechip = exports.blockx = exports.bitway = exports.bitsong = exports.bitcanna = exports.bitbadges = exports.beezee = exports.bandchain = exports.babylon = exports.axone = exports.axelar = exports.aura = exports.atomone = exports.assetmantle = exports.arkh = exports.arkeo = exports.archway = exports.andromeda = exports.amitis = exports.althea = exports.allora = exports.akash = exports.aioz = exports.agoric = exports.acrechain = exports.aaronetwork = exports.tron = exports.ton = exports.solana = exports.rootstock = exports.penumbra = exports.namada = exports.ethereum = void 0;
|
|
27
27
|
exports.joltify = exports.jackal = exports.irisnet = exports.intento = exports.int3face = exports.injective = exports.initia = exports.imversed = exports.impacthub = exports.idep = exports.humans = exports.hippoprotocol = exports.hipercapital = exports.highbury = exports.heli = exports.hazinachain = exports.haqq = exports.gravitybridge = exports.govgen = exports.gonka = exports.gnodi = exports.gitopia = exports.ggezchain = exports.genesisl1 = exports.gateway = exports.galaxy = exports.furya = exports.firmachain = exports.finschia = exports.fetchhub = exports.fandomchain = exports.ethos = exports.epix = exports.empowerchain = exports.emoney = exports.echelon = exports.dyson = exports.dymension = exports.dydx = exports.dungeon = exports.doravota = exports.divine = exports.desmos = exports.decentr = exports.cryptoorgchain = exports.cronos = exports.crescent = exports.coss = exports.cosmoshub = exports.coreum = void 0;
|
|
28
|
-
exports.optio = exports.opct = exports.okexchain = exports.odin = exports.octa = exports.nyx = exports.nomic = exports.nolus = exports.noble = exports.nim = exports.nibiru = exports.neutron = exports.neutaro = exports.neura = exports.mythos = exports.mun = exports.mtgbp = exports.
|
|
29
|
-
exports.taketitan = exports.synternet = exports.symphony = exports.sunrise = exports.stride = exports.stratos = exports.stoc = exports.stafihub = exports.source = exports.sommelier = exports.six = exports.sifchain = exports.sidechain = exports.shido = exports.shentu = exports.shareledger = exports.sge = exports.sentinel = exports.self = exports.sei = exports.seda = exports.secretnetwork = exports.scorum = exports.saga = exports.safrochain = exports.rizon = exports.ritbit = exports.regen = exports.rebus = exports.realio = exports.qwoyn = exports.quicksilver = exports.qubetics = exports.quasar = exports.qorechain = exports.qie = exports.qfs = exports.pylons = exports.pundix = exports.provenance = exports.point = exports.pocket = exports.planq = exports.persistence = exports.paxi = exports.passage = exports.panacea = exports.paloma = exports.osmosis =
|
|
30
|
-
exports.zigchain = exports.zetachain = exports.zenrock = exports.xyra = exports.xrplevm = exports.xpla = exports.xion = exports.xarchain = exports.wolochain = exports.wardenprotocol = exports.vector = exports.uptick = exports.ununifi = exports.union = exports.unification = exports.unicorn = exports.umee = exports.turkchain = exports.titan = exports.thorchain = exports.thejaynetwork = exports.terra2 = exports.terra = exports.terpnetwork = exports.teritori =
|
|
28
|
+
exports.oraichain = exports.optio = exports.opct = exports.okexchain = exports.odin = exports.octa = exports.nyx = exports.nomic = exports.nolus = exports.noble = exports.nim = exports.nibiru = exports.neutron = exports.neutaro = exports.neura = exports.mythos = exports.mun = exports.mtgbp = exports.mises = exports.mirage = exports.migaloo = exports.meme = exports.medasdigital = exports.mayachain = exports.mantrachain = exports.manifest = exports.mande = exports.lumnetwork = exports.lumiwaveprotocol = exports.lumera = exports.lumen = exports.ltrstchain = exports.loyal = exports.lorenzo = exports.loop = exports.lombardledger = exports.logos = exports.likecoin = exports.lefeef = exports.lava = exports.kyve = exports.kujira = exports.kudora = exports.kopi = exports.konstellation = exports.kimanetwork = exports.kiichain = exports.kichain = exports.kava = exports.juno = void 0;
|
|
29
|
+
exports.tenet = exports.taketitan = exports.synternet = exports.symphony = exports.sunrise = exports.stride = exports.stratos = exports.stoc = exports.stafihub = exports.source = exports.sommelier = exports.six = exports.sifchain = exports.sidechain = exports.shido = exports.shentu = exports.shareledger = exports.sge = exports.sentinel = exports.self = exports.sei = exports.seda = exports.secretnetwork = exports.scorum = exports.saga = exports.safrochain = exports.rizon = exports.ritbit = exports.regen = exports.rebus = exports.realio = exports.qwoyn = exports.quicksilver = exports.qubetics = exports.quasar = exports.qorechain = exports.qie = exports.qfs = exports.pylons = exports.pundix = exports.provenance = exports.point = exports.pocket = exports.planq = exports.persistence = exports.paxi = exports.passage = exports.panacea = exports.paloma = exports.osmosis = void 0;
|
|
30
|
+
exports.zigchain = exports.zetachain = exports.zenrock = exports.xyra = exports.xrplevm = exports.xpla = exports.xion = exports.xarchain = exports.wolochain = exports.wardenprotocol = exports.vector = exports.uptick = exports.ununifi = exports.union = exports.unification = exports.unicorn = exports.umee = exports.turkchain = exports.titan = exports.thorchain = exports.thejaynetwork = exports.terra2 = exports.terra = exports.terpnetwork = exports.teritori = void 0;
|
|
31
31
|
exports.ethereum = __importStar(require("./ethereum"));
|
|
32
32
|
exports.namada = __importStar(require("./namada"));
|
|
33
33
|
exports.penumbra = __importStar(require("./penumbra"));
|
|
@@ -160,7 +160,6 @@ exports.meme = __importStar(require("./meme"));
|
|
|
160
160
|
exports.migaloo = __importStar(require("./migaloo"));
|
|
161
161
|
exports.mirage = __importStar(require("./mirage"));
|
|
162
162
|
exports.mises = __importStar(require("./mises"));
|
|
163
|
-
exports.moo = __importStar(require("./moo"));
|
|
164
163
|
exports.mtgbp = __importStar(require("./mtgbp"));
|
|
165
164
|
exports.mun = __importStar(require("./mun"));
|
|
166
165
|
exports.mythos = __importStar(require("./mythos"));
|
package/mainnet/ritbit/assets.js
CHANGED
|
@@ -54,7 +54,10 @@ const info = {
|
|
|
54
54
|
base_denom: '0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48'
|
|
55
55
|
},
|
|
56
56
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
57
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
57
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg',
|
|
58
|
+
theme: {
|
|
59
|
+
circle: true
|
|
60
|
+
}
|
|
58
61
|
}],
|
|
59
62
|
type_asset: 'sdk.coin'
|
|
60
63
|
}]
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-registry",
|
|
3
|
-
"version": "1.69.
|
|
3
|
+
"version": "1.69.641",
|
|
4
4
|
"description": "Cosmos chain registry ⚛️",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/hyperweb-io/chain-registry/tree/master/packages/chain-registry#readme",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"test:watch": "jest --watch"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@chain-registry/types": "^0.50.
|
|
32
|
+
"@chain-registry/types": "^0.50.392"
|
|
33
33
|
},
|
|
34
34
|
"keywords": [
|
|
35
35
|
"chain-registry",
|
|
@@ -39,5 +39,5 @@
|
|
|
39
39
|
"interchain",
|
|
40
40
|
"tokens"
|
|
41
41
|
],
|
|
42
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "e8ea8fcd2c8d9fdb5a66043000c5a3209404e382"
|
|
43
43
|
}
|
|
@@ -1,71 +0,0 @@
|
|
|
1
|
-
const info = {
|
|
2
|
-
$schema: '../assetlist.schema.json',
|
|
3
|
-
chain_name: 'moo',
|
|
4
|
-
assets: [{
|
|
5
|
-
description: 'The native token of Initia',
|
|
6
|
-
denom_units: [{
|
|
7
|
-
denom: 'ibc/37A3FB4FED4CA04ED6D9E5DA36C6D27248645F0E22F585576A1488B8A89C5A50',
|
|
8
|
-
exponent: 0
|
|
9
|
-
}, {
|
|
10
|
-
denom: 'INIT',
|
|
11
|
-
exponent: 6
|
|
12
|
-
}],
|
|
13
|
-
type_asset: 'ics20',
|
|
14
|
-
base: 'ibc/37A3FB4FED4CA04ED6D9E5DA36C6D27248645F0E22F585576A1488B8A89C5A50',
|
|
15
|
-
name: 'Initia',
|
|
16
|
-
display: 'INIT',
|
|
17
|
-
symbol: 'INIT',
|
|
18
|
-
traces: [{
|
|
19
|
-
type: 'ibc',
|
|
20
|
-
counterparty: {
|
|
21
|
-
chain_name: 'initia',
|
|
22
|
-
base_denom: 'uinit',
|
|
23
|
-
channel_id: 'channel-29'
|
|
24
|
-
},
|
|
25
|
-
chain: {
|
|
26
|
-
channel_id: 'channel-0',
|
|
27
|
-
path: 'transfer/channel-0/uinit'
|
|
28
|
-
}
|
|
29
|
-
}],
|
|
30
|
-
images: [{
|
|
31
|
-
image_sync: {
|
|
32
|
-
chain_name: 'initia',
|
|
33
|
-
base_denom: 'uinit'
|
|
34
|
-
},
|
|
35
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/initia/images/INIT.png',
|
|
36
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/initia/images/INIT.svg',
|
|
37
|
-
theme: {
|
|
38
|
-
circle: true
|
|
39
|
-
}
|
|
40
|
-
}]
|
|
41
|
-
}, {
|
|
42
|
-
description: 'MilkyWay\'s Liquid Staked INIT',
|
|
43
|
-
denom_units: [{
|
|
44
|
-
denom: 'factory/init17p9rzwnnfxcjp32un9ug7yhhzgtkhvl9jfksztgw5uh69wac2pgsj6uxxj/umilkINIT',
|
|
45
|
-
exponent: 0
|
|
46
|
-
}, {
|
|
47
|
-
denom: 'milkINIT',
|
|
48
|
-
exponent: 6
|
|
49
|
-
}],
|
|
50
|
-
base: 'factory/init17p9rzwnnfxcjp32un9ug7yhhzgtkhvl9jfksztgw5uh69wac2pgsj6uxxj/umilkINIT',
|
|
51
|
-
name: 'milkINIT',
|
|
52
|
-
display: 'milkINIT',
|
|
53
|
-
symbol: 'milkINIT',
|
|
54
|
-
traces: [{
|
|
55
|
-
type: 'liquid-stake',
|
|
56
|
-
counterparty: {
|
|
57
|
-
chain_name: 'initia',
|
|
58
|
-
base_denom: 'uinit'
|
|
59
|
-
},
|
|
60
|
-
provider: 'MilkyWay'
|
|
61
|
-
}],
|
|
62
|
-
logo_URIs: {
|
|
63
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/moo/images/milkINIT.png'
|
|
64
|
-
},
|
|
65
|
-
images: [{
|
|
66
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/moo/images/milkINIT.png'
|
|
67
|
-
}],
|
|
68
|
-
type_asset: 'sdk.coin'
|
|
69
|
-
}]
|
|
70
|
-
};
|
|
71
|
-
export default info;
|
package/esm/mainnet/moo/chain.js
DELETED
|
@@ -1,57 +0,0 @@
|
|
|
1
|
-
const info = {
|
|
2
|
-
$schema: '../chain.schema.json',
|
|
3
|
-
chain_name: 'moo',
|
|
4
|
-
chain_type: 'cosmos',
|
|
5
|
-
chain_id: 'moo-1',
|
|
6
|
-
pretty_name: 'MilkyWay',
|
|
7
|
-
status: 'live',
|
|
8
|
-
network_type: 'mainnet',
|
|
9
|
-
website: 'https://www.milkyway.zone',
|
|
10
|
-
bech32_prefix: 'init',
|
|
11
|
-
daemon_name: 'miniwasm',
|
|
12
|
-
node_home: '$HOME/.miniwasm',
|
|
13
|
-
key_algos: ['ethsecp256k1', 'secp256k1'],
|
|
14
|
-
slip44: 60,
|
|
15
|
-
fees: {
|
|
16
|
-
fee_tokens: [{
|
|
17
|
-
denom: 'ibc/37A3FB4FED4CA04ED6D9E5DA36C6D27248645F0E22F585576A1488B8A89C5A50',
|
|
18
|
-
fixed_min_gas_price: 0.015
|
|
19
|
-
}]
|
|
20
|
-
},
|
|
21
|
-
codebase: {
|
|
22
|
-
git_repo: 'https://github.com/initia-labs/miniwasm',
|
|
23
|
-
recommended_version: 'v1.0.2',
|
|
24
|
-
compatible_versions: ['v1.0.2'],
|
|
25
|
-
binaries: {
|
|
26
|
-
"linux/amd64": 'https://github.com/initia-labs/miniwasm/releases/download/v1.0.2/miniwasm_v1.0.2_Linux_x86_64.tar.gz'
|
|
27
|
-
},
|
|
28
|
-
genesis: {
|
|
29
|
-
genesis_url: 'https://rpc-moo-1.anvil.asia-southeast.initia.xyz/genesis'
|
|
30
|
-
}
|
|
31
|
-
},
|
|
32
|
-
apis: {
|
|
33
|
-
rpc: [{
|
|
34
|
-
address: 'https://rpc-moo-1.anvil.asia-southeast.initia.xyz'
|
|
35
|
-
}],
|
|
36
|
-
rest: [{
|
|
37
|
-
address: 'https://rest-moo-1.anvil.asia-southeast.initia.xyz'
|
|
38
|
-
}],
|
|
39
|
-
grpc: [{
|
|
40
|
-
address: 'grpc-moo-1.anvil.asia-southeast.initia.xyz:443'
|
|
41
|
-
}]
|
|
42
|
-
},
|
|
43
|
-
explorers: [{
|
|
44
|
-
kind: 'initia scan',
|
|
45
|
-
url: 'https://scan.initia.xyz/moo-1',
|
|
46
|
-
tx_page: 'https://scan.initia.xyz/moo-1/txs/${txHash}',
|
|
47
|
-
account_page: 'https://scan.initia.xyz/moo-1/accounts/${accountAddress}'
|
|
48
|
-
}],
|
|
49
|
-
logo_URIs: {
|
|
50
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/moo/images/milkyway.png'
|
|
51
|
-
},
|
|
52
|
-
images: [{
|
|
53
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/moo/images/milkyway.png'
|
|
54
|
-
}],
|
|
55
|
-
description: 'MilkyWay\'s moo-1 is an Initia L2 minitia focused on liquid staking solutions.'
|
|
56
|
-
};
|
|
57
|
-
export default info;
|
package/esm/mainnet/moo/index.js
DELETED
package/mainnet/moo/assets.d.ts
DELETED
package/mainnet/moo/assets.js
DELETED
|
@@ -1,73 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const info = {
|
|
4
|
-
$schema: '../assetlist.schema.json',
|
|
5
|
-
chain_name: 'moo',
|
|
6
|
-
assets: [{
|
|
7
|
-
description: 'The native token of Initia',
|
|
8
|
-
denom_units: [{
|
|
9
|
-
denom: 'ibc/37A3FB4FED4CA04ED6D9E5DA36C6D27248645F0E22F585576A1488B8A89C5A50',
|
|
10
|
-
exponent: 0
|
|
11
|
-
}, {
|
|
12
|
-
denom: 'INIT',
|
|
13
|
-
exponent: 6
|
|
14
|
-
}],
|
|
15
|
-
type_asset: 'ics20',
|
|
16
|
-
base: 'ibc/37A3FB4FED4CA04ED6D9E5DA36C6D27248645F0E22F585576A1488B8A89C5A50',
|
|
17
|
-
name: 'Initia',
|
|
18
|
-
display: 'INIT',
|
|
19
|
-
symbol: 'INIT',
|
|
20
|
-
traces: [{
|
|
21
|
-
type: 'ibc',
|
|
22
|
-
counterparty: {
|
|
23
|
-
chain_name: 'initia',
|
|
24
|
-
base_denom: 'uinit',
|
|
25
|
-
channel_id: 'channel-29'
|
|
26
|
-
},
|
|
27
|
-
chain: {
|
|
28
|
-
channel_id: 'channel-0',
|
|
29
|
-
path: 'transfer/channel-0/uinit'
|
|
30
|
-
}
|
|
31
|
-
}],
|
|
32
|
-
images: [{
|
|
33
|
-
image_sync: {
|
|
34
|
-
chain_name: 'initia',
|
|
35
|
-
base_denom: 'uinit'
|
|
36
|
-
},
|
|
37
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/initia/images/INIT.png',
|
|
38
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/initia/images/INIT.svg',
|
|
39
|
-
theme: {
|
|
40
|
-
circle: true
|
|
41
|
-
}
|
|
42
|
-
}]
|
|
43
|
-
}, {
|
|
44
|
-
description: 'MilkyWay\'s Liquid Staked INIT',
|
|
45
|
-
denom_units: [{
|
|
46
|
-
denom: 'factory/init17p9rzwnnfxcjp32un9ug7yhhzgtkhvl9jfksztgw5uh69wac2pgsj6uxxj/umilkINIT',
|
|
47
|
-
exponent: 0
|
|
48
|
-
}, {
|
|
49
|
-
denom: 'milkINIT',
|
|
50
|
-
exponent: 6
|
|
51
|
-
}],
|
|
52
|
-
base: 'factory/init17p9rzwnnfxcjp32un9ug7yhhzgtkhvl9jfksztgw5uh69wac2pgsj6uxxj/umilkINIT',
|
|
53
|
-
name: 'milkINIT',
|
|
54
|
-
display: 'milkINIT',
|
|
55
|
-
symbol: 'milkINIT',
|
|
56
|
-
traces: [{
|
|
57
|
-
type: 'liquid-stake',
|
|
58
|
-
counterparty: {
|
|
59
|
-
chain_name: 'initia',
|
|
60
|
-
base_denom: 'uinit'
|
|
61
|
-
},
|
|
62
|
-
provider: 'MilkyWay'
|
|
63
|
-
}],
|
|
64
|
-
logo_URIs: {
|
|
65
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/moo/images/milkINIT.png'
|
|
66
|
-
},
|
|
67
|
-
images: [{
|
|
68
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/moo/images/milkINIT.png'
|
|
69
|
-
}],
|
|
70
|
-
type_asset: 'sdk.coin'
|
|
71
|
-
}]
|
|
72
|
-
};
|
|
73
|
-
exports.default = info;
|
package/mainnet/moo/chain.d.ts
DELETED
package/mainnet/moo/chain.js
DELETED
|
@@ -1,59 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const info = {
|
|
4
|
-
$schema: '../chain.schema.json',
|
|
5
|
-
chain_name: 'moo',
|
|
6
|
-
chain_type: 'cosmos',
|
|
7
|
-
chain_id: 'moo-1',
|
|
8
|
-
pretty_name: 'MilkyWay',
|
|
9
|
-
status: 'live',
|
|
10
|
-
network_type: 'mainnet',
|
|
11
|
-
website: 'https://www.milkyway.zone',
|
|
12
|
-
bech32_prefix: 'init',
|
|
13
|
-
daemon_name: 'miniwasm',
|
|
14
|
-
node_home: '$HOME/.miniwasm',
|
|
15
|
-
key_algos: ['ethsecp256k1', 'secp256k1'],
|
|
16
|
-
slip44: 60,
|
|
17
|
-
fees: {
|
|
18
|
-
fee_tokens: [{
|
|
19
|
-
denom: 'ibc/37A3FB4FED4CA04ED6D9E5DA36C6D27248645F0E22F585576A1488B8A89C5A50',
|
|
20
|
-
fixed_min_gas_price: 0.015
|
|
21
|
-
}]
|
|
22
|
-
},
|
|
23
|
-
codebase: {
|
|
24
|
-
git_repo: 'https://github.com/initia-labs/miniwasm',
|
|
25
|
-
recommended_version: 'v1.0.2',
|
|
26
|
-
compatible_versions: ['v1.0.2'],
|
|
27
|
-
binaries: {
|
|
28
|
-
"linux/amd64": 'https://github.com/initia-labs/miniwasm/releases/download/v1.0.2/miniwasm_v1.0.2_Linux_x86_64.tar.gz'
|
|
29
|
-
},
|
|
30
|
-
genesis: {
|
|
31
|
-
genesis_url: 'https://rpc-moo-1.anvil.asia-southeast.initia.xyz/genesis'
|
|
32
|
-
}
|
|
33
|
-
},
|
|
34
|
-
apis: {
|
|
35
|
-
rpc: [{
|
|
36
|
-
address: 'https://rpc-moo-1.anvil.asia-southeast.initia.xyz'
|
|
37
|
-
}],
|
|
38
|
-
rest: [{
|
|
39
|
-
address: 'https://rest-moo-1.anvil.asia-southeast.initia.xyz'
|
|
40
|
-
}],
|
|
41
|
-
grpc: [{
|
|
42
|
-
address: 'grpc-moo-1.anvil.asia-southeast.initia.xyz:443'
|
|
43
|
-
}]
|
|
44
|
-
},
|
|
45
|
-
explorers: [{
|
|
46
|
-
kind: 'initia scan',
|
|
47
|
-
url: 'https://scan.initia.xyz/moo-1',
|
|
48
|
-
tx_page: 'https://scan.initia.xyz/moo-1/txs/${txHash}',
|
|
49
|
-
account_page: 'https://scan.initia.xyz/moo-1/accounts/${accountAddress}'
|
|
50
|
-
}],
|
|
51
|
-
logo_URIs: {
|
|
52
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/moo/images/milkyway.png'
|
|
53
|
-
},
|
|
54
|
-
images: [{
|
|
55
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/moo/images/milkyway.png'
|
|
56
|
-
}],
|
|
57
|
-
description: 'MilkyWay\'s moo-1 is an Initia L2 minitia focused on liquid staking solutions.'
|
|
58
|
-
};
|
|
59
|
-
exports.default = info;
|
package/mainnet/moo/index.d.ts
DELETED
package/mainnet/moo/index.js
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
-
};
|
|
5
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.chain = exports.assets = void 0;
|
|
7
|
-
const assets_1 = __importDefault(require("./assets"));
|
|
8
|
-
const chain_1 = __importDefault(require("./chain"));
|
|
9
|
-
exports.assets = assets_1.default;
|
|
10
|
-
exports.chain = chain_1.default;
|