chain-registry 1.69.256 → 1.69.258
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 +2 -0
- package/esm/mainnet/chains.js +2 -0
- package/esm/mainnet/injective/assets.js +2 -2
- package/esm/mainnet/named.js +1 -0
- package/esm/mainnet/osmosis/assets.js +41 -2
- package/esm/{testnet/symphonytestnet3 → mainnet/symphony}/assets.js +16 -19
- package/esm/{testnet/symphonytestnet3 → mainnet/symphony}/chain.js +23 -23
- package/esm/{testnet/symphonytestnet3 → mainnet/symphony}/index.js +0 -2
- package/esm/mainnet/xion/chain.js +6 -6
- package/esm/mainnet/xrplevm/assets.js +1 -1
- package/esm/noncosmos/ibc.js +2 -0
- package/esm/noncosmos/named.js +1 -0
- package/esm/noncosmos/symphonytestnet3/index.js +2 -0
- package/esm/testnet/assets.js +2 -2
- package/esm/testnet/chains.js +2 -2
- package/esm/testnet/ibc.js +0 -2
- package/esm/testnet/named.js +1 -1
- package/esm/testnet/safrochaintestnet/assets.js +38 -0
- package/esm/testnet/safrochaintestnet/chain.js +63 -0
- package/esm/testnet/safrochaintestnet/index.js +4 -0
- package/esm/testnet/symphonytestnet/assets.js +14 -17
- package/esm/testnet/symphonytestnet/chain.js +2 -2
- package/esm/testnet/xiontestnet2/assets.js +2 -1
- package/esm/testnet/xiontestnet2/chain.js +6 -6
- package/mainnet/assets.js +2 -0
- package/mainnet/chains.js +2 -0
- package/mainnet/injective/assets.js +2 -2
- package/mainnet/named.d.ts +1 -0
- package/mainnet/named.js +3 -2
- package/mainnet/osmosis/assets.js +41 -2
- package/{testnet/symphonytestnet3 → mainnet/symphony}/assets.js +16 -19
- package/{testnet/symphonytestnet3 → mainnet/symphony}/chain.js +23 -23
- package/{testnet/symphonytestnet3 → mainnet/symphony}/index.d.ts +0 -1
- package/{testnet/symphonytestnet3 → mainnet/symphony}/index.js +1 -3
- package/mainnet/xion/chain.js +6 -6
- package/mainnet/xrplevm/assets.js +1 -1
- package/noncosmos/ibc.js +2 -0
- package/noncosmos/named.d.ts +1 -0
- package/noncosmos/named.js +3 -2
- package/noncosmos/symphonytestnet3/index.d.ts +1 -0
- package/noncosmos/symphonytestnet3/index.js +8 -0
- package/package.json +3 -3
- package/testnet/assets.js +2 -2
- package/testnet/chains.js +2 -2
- package/testnet/ibc.js +0 -2
- package/testnet/named.d.ts +1 -1
- package/testnet/named.js +3 -3
- package/testnet/safrochaintestnet/assets.d.ts +3 -0
- package/testnet/safrochaintestnet/assets.js +40 -0
- package/testnet/safrochaintestnet/chain.d.ts +3 -0
- package/testnet/safrochaintestnet/chain.js +65 -0
- package/testnet/safrochaintestnet/index.d.ts +2 -0
- package/testnet/safrochaintestnet/index.js +10 -0
- package/testnet/symphonytestnet/assets.js +14 -17
- package/testnet/symphonytestnet/chain.js +2 -2
- package/testnet/xiontestnet2/assets.js +2 -1
- package/testnet/xiontestnet2/chain.js +6 -6
- /package/esm/{testnet → noncosmos}/symphonytestnet3/ibc.js +0 -0
- /package/{testnet/symphonytestnet3 → mainnet/symphony}/assets.d.ts +0 -0
- /package/{testnet/symphonytestnet3 → mainnet/symphony}/chain.d.ts +0 -0
- /package/{testnet → noncosmos}/symphonytestnet3/ibc.d.ts +0 -0
- /package/{testnet → noncosmos}/symphonytestnet3/ibc.js +0 -0
|
@@ -19,10 +19,10 @@ const info = {
|
|
|
19
19
|
display: 'mld',
|
|
20
20
|
symbol: 'MLD',
|
|
21
21
|
logo_URIs: {
|
|
22
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
22
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/mld.png'
|
|
23
23
|
},
|
|
24
24
|
images: [{
|
|
25
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
25
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/mld.png'
|
|
26
26
|
}]
|
|
27
27
|
},
|
|
28
28
|
{
|
|
@@ -30,11 +30,10 @@ const info = {
|
|
|
30
30
|
denom_units: [{
|
|
31
31
|
denom: 'uusd',
|
|
32
32
|
exponent: 0,
|
|
33
|
-
aliases: []
|
|
33
|
+
aliases: ['microusd']
|
|
34
34
|
}, {
|
|
35
35
|
denom: 'husd',
|
|
36
|
-
exponent: 6
|
|
37
|
-
aliases: ['harmony USD']
|
|
36
|
+
exponent: 6
|
|
38
37
|
}],
|
|
39
38
|
type_asset: 'sdk.coin',
|
|
40
39
|
base: 'uusd',
|
|
@@ -42,10 +41,10 @@ const info = {
|
|
|
42
41
|
display: 'husd',
|
|
43
42
|
symbol: 'HUSD',
|
|
44
43
|
logo_URIs: {
|
|
45
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
44
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/husd.png'
|
|
46
45
|
},
|
|
47
46
|
images: [{
|
|
48
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
47
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/husd.png'
|
|
49
48
|
}]
|
|
50
49
|
},
|
|
51
50
|
{
|
|
@@ -53,11 +52,10 @@ const info = {
|
|
|
53
52
|
denom_units: [{
|
|
54
53
|
denom: 'ukhd',
|
|
55
54
|
exponent: 0,
|
|
56
|
-
aliases: []
|
|
55
|
+
aliases: ['microhkd']
|
|
57
56
|
}, {
|
|
58
57
|
denom: 'hkhd',
|
|
59
|
-
exponent: 6
|
|
60
|
-
aliases: ['harmony HKD']
|
|
58
|
+
exponent: 6
|
|
61
59
|
}],
|
|
62
60
|
type_asset: 'sdk.coin',
|
|
63
61
|
base: 'ukhd',
|
|
@@ -65,10 +63,10 @@ const info = {
|
|
|
65
63
|
display: 'hkhd',
|
|
66
64
|
symbol: 'HKHD',
|
|
67
65
|
logo_URIs: {
|
|
68
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
66
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/hhkd.png'
|
|
69
67
|
},
|
|
70
68
|
images: [{
|
|
71
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
69
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/hhkd.png'
|
|
72
70
|
}]
|
|
73
71
|
},
|
|
74
72
|
{
|
|
@@ -76,11 +74,10 @@ const info = {
|
|
|
76
74
|
denom_units: [{
|
|
77
75
|
denom: 'uvnd',
|
|
78
76
|
exponent: 0,
|
|
79
|
-
aliases: []
|
|
77
|
+
aliases: ['microvnd']
|
|
80
78
|
}, {
|
|
81
79
|
denom: 'hvnd',
|
|
82
|
-
exponent: 6
|
|
83
|
-
aliases: ['harmony VND']
|
|
80
|
+
exponent: 6
|
|
84
81
|
}],
|
|
85
82
|
type_asset: 'sdk.coin',
|
|
86
83
|
base: 'uvnd',
|
|
@@ -88,10 +85,10 @@ const info = {
|
|
|
88
85
|
display: 'hvnd',
|
|
89
86
|
symbol: 'HVND',
|
|
90
87
|
logo_URIs: {
|
|
91
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
88
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/hvnd.png'
|
|
92
89
|
},
|
|
93
90
|
images: [{
|
|
94
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
91
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/hvnd.png'
|
|
95
92
|
}]
|
|
96
93
|
}
|
|
97
94
|
]
|
|
@@ -69,10 +69,10 @@ const info = {
|
|
|
69
69
|
}]
|
|
70
70
|
},
|
|
71
71
|
logo_URIs: {
|
|
72
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
72
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/symphony_logo.png'
|
|
73
73
|
},
|
|
74
74
|
images: [{
|
|
75
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
75
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/symphony_logo.png'
|
|
76
76
|
}]
|
|
77
77
|
};
|
|
78
78
|
export default info;
|
|
@@ -36,17 +36,17 @@ const info = {
|
|
|
36
36
|
},
|
|
37
37
|
codebase: {
|
|
38
38
|
git_repo: 'https://github.com/burnt-labs/xion',
|
|
39
|
-
tag: 'v19.0.
|
|
40
|
-
recommended_version: 'v19.0.
|
|
39
|
+
tag: 'v19.0.2',
|
|
40
|
+
recommended_version: 'v19.0.2',
|
|
41
41
|
language: {
|
|
42
42
|
type: 'go',
|
|
43
43
|
version: 'v1.23'
|
|
44
44
|
},
|
|
45
45
|
binaries: {
|
|
46
|
-
"darwin/amd64": 'https://github.com/burnt-labs/xion/releases/download/v19.0.
|
|
47
|
-
"darwin/arm64": 'https://github.com/burnt-labs/xion/releases/download/v19.0.
|
|
48
|
-
"linux/amd64": 'https://github.com/burnt-labs/xion/releases/download/v19.0.
|
|
49
|
-
"linux/arm64": 'https://github.com/burnt-labs/xion/releases/download/v19.0.
|
|
46
|
+
"darwin/amd64": 'https://github.com/burnt-labs/xion/releases/download/v19.0.2/xiond_19.0.2_darwin_amd64.tar.gz?checksum=sha256:edda13aec2274f1eceb933874a885d055b14acbbe0de21ba61ed9c25c64813d6',
|
|
47
|
+
"darwin/arm64": 'https://github.com/burnt-labs/xion/releases/download/v19.0.2/xiond_19.0.2_darwin_arm64.tar.gz?checksum=sha256:7b94d2fdf1baa1d3dff4f947858a2bac684257be27f8bf179fb973ee8dd4fdb8',
|
|
48
|
+
"linux/amd64": 'https://github.com/burnt-labs/xion/releases/download/v19.0.2/xiond_19.0.2_linux_amd64.tar.gz?checksum=sha256:6072ce81d08f77f98e2d2ae7726007eca18579ea2b1690b5f76b4df782690dcb',
|
|
49
|
+
"linux/arm64": 'https://github.com/burnt-labs/xion/releases/download/v19.0.2/xiond_19.0.2_linux_arm64.tar.gz?checksum=sha256:0a55360653b596da5ace43c3b4a3fef6c9785bfe0e73405f591768b449af0e70'
|
|
50
50
|
},
|
|
51
51
|
sdk: {
|
|
52
52
|
type: 'cosmos',
|
package/mainnet/assets.js
CHANGED
|
@@ -208,6 +208,7 @@ const _starname = __importStar(require("./starname"));
|
|
|
208
208
|
const _stratos = __importStar(require("./stratos"));
|
|
209
209
|
const _stride = __importStar(require("./stride"));
|
|
210
210
|
const _sunrise = __importStar(require("./sunrise"));
|
|
211
|
+
const _symphony = __importStar(require("./symphony"));
|
|
211
212
|
const _synternet = __importStar(require("./synternet"));
|
|
212
213
|
const _taketitan = __importStar(require("./taketitan"));
|
|
213
214
|
const _tenet = __importStar(require("./tenet"));
|
|
@@ -415,6 +416,7 @@ const assets = [
|
|
|
415
416
|
_stratos.assets,
|
|
416
417
|
_stride.assets,
|
|
417
418
|
_sunrise.assets,
|
|
419
|
+
_symphony.assets,
|
|
418
420
|
_synternet.assets,
|
|
419
421
|
_taketitan.assets,
|
|
420
422
|
_tenet.assets,
|
package/mainnet/chains.js
CHANGED
|
@@ -208,6 +208,7 @@ const _starname = __importStar(require("./starname"));
|
|
|
208
208
|
const _stratos = __importStar(require("./stratos"));
|
|
209
209
|
const _stride = __importStar(require("./stride"));
|
|
210
210
|
const _sunrise = __importStar(require("./sunrise"));
|
|
211
|
+
const _symphony = __importStar(require("./symphony"));
|
|
211
212
|
const _synternet = __importStar(require("./synternet"));
|
|
212
213
|
const _taketitan = __importStar(require("./taketitan"));
|
|
213
214
|
const _tenet = __importStar(require("./tenet"));
|
|
@@ -415,6 +416,7 @@ const chains = [
|
|
|
415
416
|
_stratos.chain,
|
|
416
417
|
_stride.chain,
|
|
417
418
|
_sunrise.chain,
|
|
419
|
+
_symphony.chain,
|
|
418
420
|
_synternet.chain,
|
|
419
421
|
_taketitan.chain,
|
|
420
422
|
_tenet.chain,
|
|
@@ -862,8 +862,8 @@ const info = {
|
|
|
862
862
|
}
|
|
863
863
|
}],
|
|
864
864
|
socials: {
|
|
865
|
-
website: 'https://
|
|
866
|
-
twitter: 'https://x.com/
|
|
865
|
+
website: 'https://cosmoport.org',
|
|
866
|
+
twitter: 'https://x.com/cosmoport_org'
|
|
867
867
|
},
|
|
868
868
|
type_asset: 'sdk.coin'
|
|
869
869
|
},
|
package/mainnet/named.d.ts
CHANGED
|
@@ -183,6 +183,7 @@ export * as starname from './starname';
|
|
|
183
183
|
export * as stratos from './stratos';
|
|
184
184
|
export * as stride from './stride';
|
|
185
185
|
export * as sunrise from './sunrise';
|
|
186
|
+
export * as symphony from './symphony';
|
|
186
187
|
export * as synternet from './synternet';
|
|
187
188
|
export * as taketitan from './taketitan';
|
|
188
189
|
export * as tenet from './tenet';
|
package/mainnet/named.js
CHANGED
|
@@ -26,8 +26,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
26
26
|
exports.cronos = exports.crescent = exports.coss = exports.cosmoshub = exports.coreum = 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.bouachain = exports.bostrom = exports.bluzelle = exports.bluechip = exports.blockx = exports.bitsong = exports.bitcanna = exports.bitbadges = exports.beezee = exports.bandchain = exports.babylon = exports.axelar = exports.aura = exports.atomone = exports.assetmantle = exports.arkh = exports.arkeo = exports.archway = exports.andromeda = exports.althea = exports.allora = exports.akash = exports.aioz = exports.agoric = exports.acrechain = exports.aaronetwork = exports.tron = exports.ton = exports.solana = exports.rootstock = exports.namada = exports.ethereum = void 0;
|
|
27
27
|
exports.kyve = exports.kujira = exports.kopi = exports.konstellation = exports.kimanetwork = exports.kichain = exports.kava = exports.juno = exports.joltify = exports.jackal = exports.irisnet = exports.int3face = exports.injective = exports.initia = exports.imversed = exports.impacthub = exports.idep = exports.humans = exports.hippoprotocol = exports.highbury = exports.heli = exports.haqq = exports.gravitybridge = exports.govgen = exports.gitopia = exports.ggezchain = exports.genesisl1 = exports.gateway = exports.galaxy = exports.fxcore = exports.furya = exports.firmachain = exports.finschia = exports.fetchhub = exports.evmos = exports.ethos = exports.epix = exports.empowerchain = exports.emoney = exports.elys = exports.echelon = exports.dyson = exports.dymension = exports.dydx = exports.dungeon = exports.doravota = exports.dhealth = exports.desmos = exports.decentr = exports.cryptoorgchain = void 0;
|
|
28
28
|
exports.provenance = exports.point = exports.pocket = exports.planq = exports.persistence = exports.passage = exports.panacea = exports.paloma = exports.osmosis = exports.oraichain = exports.opct = exports.onomy = exports.onex = exports.omniflixhub = exports.okexchain = exports.odin = exports.octa = exports.nyx = exports.nomic = exports.nolus = exports.noble = exports.nim = exports.nillion = exports.nibiru = exports.neutron = exports.neutaro = exports.neura = exports.mythos = exports.mun = exports.mtgbp = exports.mises = exports.milkyway = exports.migaloo = exports.meme = exports.medasdigital = exports.mayachain = exports.mantrachain = exports.manifest = exports.mande = exports.lumnetwork = exports.lumera = exports.loyal = exports.lorenzo = exports.loop = exports.lombardledger = exports.logos = exports.likecoin = exports.lefeef = exports.lava = exports.lambda = void 0;
|
|
29
|
-
exports.
|
|
30
|
-
exports.zetachain = exports.zenrock = exports.xrplevm = exports.xpla = exports.xion = exports.vector = void 0;
|
|
29
|
+
exports.ununifi = exports.unification = exports.unicorn = exports.umee = exports.titan = exports.thorchain = exports.tgrade = exports.terra2 = exports.terra = exports.terpnetwork = exports.teritori = exports.tenet = exports.taketitan = exports.synternet = exports.symphony = exports.sunrise = exports.stride = exports.stratos = exports.starname = exports.stargaze = 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.routerchain = exports.rizon = exports.regen = exports.rebus = exports.realio = exports.qwoyn = exports.quicksilver = exports.qubetics = exports.quasar = exports.qfs = exports.pylons = exports.pundix = exports.pryzm = void 0;
|
|
30
|
+
exports.zetachain = exports.zenrock = exports.xrplevm = exports.xpla = exports.xion = exports.vector = exports.uptick = void 0;
|
|
31
31
|
exports.ethereum = __importStar(require("./ethereum"));
|
|
32
32
|
exports.namada = __importStar(require("./namada"));
|
|
33
33
|
exports.rootstock = __importStar(require("./rootstock"));
|
|
@@ -213,6 +213,7 @@ exports.starname = __importStar(require("./starname"));
|
|
|
213
213
|
exports.stratos = __importStar(require("./stratos"));
|
|
214
214
|
exports.stride = __importStar(require("./stride"));
|
|
215
215
|
exports.sunrise = __importStar(require("./sunrise"));
|
|
216
|
+
exports.symphony = __importStar(require("./symphony"));
|
|
216
217
|
exports.synternet = __importStar(require("./synternet"));
|
|
217
218
|
exports.taketitan = __importStar(require("./taketitan"));
|
|
218
219
|
exports.tenet = __importStar(require("./tenet"));
|
|
@@ -18649,8 +18649,8 @@ const info = {
|
|
|
18649
18649
|
}
|
|
18650
18650
|
}],
|
|
18651
18651
|
socials: {
|
|
18652
|
-
website: 'https://
|
|
18653
|
-
twitter: 'https://x.com/
|
|
18652
|
+
website: 'https://cosmoport.org',
|
|
18653
|
+
twitter: 'https://x.com/cosmoport_org'
|
|
18654
18654
|
}
|
|
18655
18655
|
},
|
|
18656
18656
|
{
|
|
@@ -24910,6 +24910,45 @@ const info = {
|
|
|
24910
24910
|
},
|
|
24911
24911
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/namada/images/namada.svg'
|
|
24912
24912
|
}]
|
|
24913
|
+
},
|
|
24914
|
+
{
|
|
24915
|
+
description: 'The native token of the XRPL EVM Sidechain',
|
|
24916
|
+
denom_units: [{
|
|
24917
|
+
denom: 'ibc/46EB46DB30D3BBC6F404A9232C09785F36D40DA05C662A8E295712ECBAFF1609',
|
|
24918
|
+
exponent: 0,
|
|
24919
|
+
aliases: ['axrp']
|
|
24920
|
+
}, {
|
|
24921
|
+
denom: 'xrp',
|
|
24922
|
+
exponent: 18,
|
|
24923
|
+
aliases: []
|
|
24924
|
+
}],
|
|
24925
|
+
type_asset: 'ics20',
|
|
24926
|
+
base: 'ibc/46EB46DB30D3BBC6F404A9232C09785F36D40DA05C662A8E295712ECBAFF1609',
|
|
24927
|
+
name: 'Ripple (XRPL EVM)',
|
|
24928
|
+
display: 'axrp',
|
|
24929
|
+
symbol: 'XRP.xrplevm',
|
|
24930
|
+
traces: [{
|
|
24931
|
+
type: 'ibc',
|
|
24932
|
+
counterparty: {
|
|
24933
|
+
chain_name: 'xrplevm',
|
|
24934
|
+
base_denom: 'axrp',
|
|
24935
|
+
channel_id: 'channel-3'
|
|
24936
|
+
},
|
|
24937
|
+
chain: {
|
|
24938
|
+
channel_id: 'channel-104325',
|
|
24939
|
+
path: 'transfer/channel-104325/axrp'
|
|
24940
|
+
}
|
|
24941
|
+
}],
|
|
24942
|
+
logo_URIs: {
|
|
24943
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/xrpl/images/xrp.png'
|
|
24944
|
+
},
|
|
24945
|
+
images: [{
|
|
24946
|
+
image_sync: {
|
|
24947
|
+
chain_name: 'xrplevm',
|
|
24948
|
+
base_denom: 'axrp'
|
|
24949
|
+
},
|
|
24950
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/xrpl/images/xrp.png'
|
|
24951
|
+
}]
|
|
24913
24952
|
}
|
|
24914
24953
|
]
|
|
24915
24954
|
};
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
const info = {
|
|
4
|
-
$schema: '
|
|
5
|
-
chain_name: '
|
|
4
|
+
$schema: '../assetlist.schema.json',
|
|
5
|
+
chain_name: 'symphony',
|
|
6
6
|
assets: [
|
|
7
7
|
{
|
|
8
8
|
description: 'The native token of Symphony',
|
|
@@ -21,10 +21,10 @@ const info = {
|
|
|
21
21
|
display: 'mld',
|
|
22
22
|
symbol: 'MLD',
|
|
23
23
|
logo_URIs: {
|
|
24
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
24
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/mld.png'
|
|
25
25
|
},
|
|
26
26
|
images: [{
|
|
27
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
27
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/mld.png'
|
|
28
28
|
}]
|
|
29
29
|
},
|
|
30
30
|
{
|
|
@@ -32,11 +32,10 @@ const info = {
|
|
|
32
32
|
denom_units: [{
|
|
33
33
|
denom: 'uusd',
|
|
34
34
|
exponent: 0,
|
|
35
|
-
aliases: []
|
|
35
|
+
aliases: ['microusd']
|
|
36
36
|
}, {
|
|
37
37
|
denom: 'husd',
|
|
38
|
-
exponent: 6
|
|
39
|
-
aliases: ['harmony USD']
|
|
38
|
+
exponent: 6
|
|
40
39
|
}],
|
|
41
40
|
type_asset: 'sdk.coin',
|
|
42
41
|
base: 'uusd',
|
|
@@ -44,10 +43,10 @@ const info = {
|
|
|
44
43
|
display: 'husd',
|
|
45
44
|
symbol: 'HUSD',
|
|
46
45
|
logo_URIs: {
|
|
47
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
46
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/husd.png'
|
|
48
47
|
},
|
|
49
48
|
images: [{
|
|
50
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
49
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/husd.png'
|
|
51
50
|
}]
|
|
52
51
|
},
|
|
53
52
|
{
|
|
@@ -55,11 +54,10 @@ const info = {
|
|
|
55
54
|
denom_units: [{
|
|
56
55
|
denom: 'ukhd',
|
|
57
56
|
exponent: 0,
|
|
58
|
-
aliases: []
|
|
57
|
+
aliases: ['microhkd']
|
|
59
58
|
}, {
|
|
60
59
|
denom: 'hkhd',
|
|
61
|
-
exponent: 6
|
|
62
|
-
aliases: ['harmony HKD']
|
|
60
|
+
exponent: 6
|
|
63
61
|
}],
|
|
64
62
|
type_asset: 'sdk.coin',
|
|
65
63
|
base: 'ukhd',
|
|
@@ -67,10 +65,10 @@ const info = {
|
|
|
67
65
|
display: 'hkhd',
|
|
68
66
|
symbol: 'HKHD',
|
|
69
67
|
logo_URIs: {
|
|
70
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
68
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/hhkd.png'
|
|
71
69
|
},
|
|
72
70
|
images: [{
|
|
73
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
71
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/hhkd.png'
|
|
74
72
|
}]
|
|
75
73
|
},
|
|
76
74
|
{
|
|
@@ -78,11 +76,10 @@ const info = {
|
|
|
78
76
|
denom_units: [{
|
|
79
77
|
denom: 'uvnd',
|
|
80
78
|
exponent: 0,
|
|
81
|
-
aliases: []
|
|
79
|
+
aliases: ['microvnd']
|
|
82
80
|
}, {
|
|
83
81
|
denom: 'hvnd',
|
|
84
|
-
exponent: 6
|
|
85
|
-
aliases: ['harmony VND']
|
|
82
|
+
exponent: 6
|
|
86
83
|
}],
|
|
87
84
|
type_asset: 'sdk.coin',
|
|
88
85
|
base: 'uvnd',
|
|
@@ -90,10 +87,10 @@ const info = {
|
|
|
90
87
|
display: 'hvnd',
|
|
91
88
|
symbol: 'HVND',
|
|
92
89
|
logo_URIs: {
|
|
93
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
90
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/hvnd.png'
|
|
94
91
|
},
|
|
95
92
|
images: [{
|
|
96
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
93
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/hvnd.png'
|
|
97
94
|
}]
|
|
98
95
|
}
|
|
99
96
|
]
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
const info = {
|
|
4
|
-
$schema: '
|
|
5
|
-
chain_name: '
|
|
4
|
+
$schema: '../chain.schema.json',
|
|
5
|
+
chain_name: 'symphony',
|
|
6
6
|
status: 'live',
|
|
7
|
-
network_type: '
|
|
8
|
-
pretty_name: 'Symphony
|
|
7
|
+
network_type: 'mainnet',
|
|
8
|
+
pretty_name: 'Symphony',
|
|
9
9
|
chain_type: 'cosmos',
|
|
10
|
-
chain_id: 'symphony-
|
|
10
|
+
chain_id: 'symphony-1',
|
|
11
11
|
bech32_prefix: 'symphony',
|
|
12
12
|
daemon_name: 'symphonyd',
|
|
13
13
|
node_home: '$HOME/.symphonyd',
|
|
@@ -17,9 +17,9 @@ const info = {
|
|
|
17
17
|
fee_tokens: [{
|
|
18
18
|
denom: 'note',
|
|
19
19
|
fixed_min_gas_price: 0,
|
|
20
|
-
low_gas_price: 0.
|
|
21
|
-
average_gas_price: 0.
|
|
22
|
-
high_gas_price: 0.
|
|
20
|
+
low_gas_price: 0.00025,
|
|
21
|
+
average_gas_price: 0.0025,
|
|
22
|
+
high_gas_price: 0.004
|
|
23
23
|
}]
|
|
24
24
|
},
|
|
25
25
|
staking: {
|
|
@@ -29,52 +29,52 @@ const info = {
|
|
|
29
29
|
},
|
|
30
30
|
codebase: {
|
|
31
31
|
git_repo: 'https://github.com/Orchestra-Labs/symphony',
|
|
32
|
-
recommended_version: '
|
|
33
|
-
compatible_versions: ['
|
|
32
|
+
recommended_version: 'v1.0.0',
|
|
33
|
+
compatible_versions: ['v1.0.0'],
|
|
34
34
|
consensus: {
|
|
35
|
-
type: '
|
|
36
|
-
version: '0.
|
|
35
|
+
type: 'cometbft',
|
|
36
|
+
version: '0.38.11'
|
|
37
37
|
},
|
|
38
38
|
genesis: {
|
|
39
|
-
genesis_url: 'https://
|
|
39
|
+
genesis_url: 'https://raw.githubusercontent.com/Orchestra-Labs/symphony/refs/heads/main/networks/symphony-1/genesis.json'
|
|
40
40
|
},
|
|
41
41
|
sdk: {
|
|
42
42
|
type: 'cosmos',
|
|
43
|
-
version: '0.
|
|
43
|
+
version: '0.50.9'
|
|
44
44
|
},
|
|
45
45
|
cosmwasm: {
|
|
46
|
-
version: '0.
|
|
46
|
+
version: '0.53.0',
|
|
47
47
|
enabled: true
|
|
48
48
|
}
|
|
49
49
|
},
|
|
50
50
|
apis: {
|
|
51
51
|
rpc: [{
|
|
52
|
-
address: 'https://symphony.
|
|
52
|
+
address: 'https://symphony.rpc.nodeshub.online/',
|
|
53
53
|
provider: 'Nodes Hub'
|
|
54
54
|
}, {
|
|
55
|
-
address: 'https://symphony-
|
|
55
|
+
address: 'https://symphony-rpc.cogwheel.zone/',
|
|
56
56
|
provider: 'Cogwheel ⚙️'
|
|
57
57
|
}],
|
|
58
58
|
rest: [{
|
|
59
|
-
address: 'https://symphony.
|
|
59
|
+
address: 'https://symphony.api.nodeshub.online/',
|
|
60
60
|
provider: 'Nodes Hub'
|
|
61
61
|
}, {
|
|
62
|
-
address: 'https://symphony-
|
|
62
|
+
address: 'https://symphony-api.cogwheel.zone/',
|
|
63
63
|
provider: 'Cogwheel ⚙️'
|
|
64
64
|
}],
|
|
65
65
|
grpc: [{
|
|
66
|
-
address: 'https://symphony.
|
|
66
|
+
address: 'https://symphony.grpc.nodeshub.online/',
|
|
67
67
|
provider: 'Nodes Hub'
|
|
68
68
|
}, {
|
|
69
|
-
address: 'https://symphony-
|
|
69
|
+
address: 'https://symphony-grpc.cogwheel.zone:443',
|
|
70
70
|
provider: 'Cogwheel ⚙️'
|
|
71
71
|
}]
|
|
72
72
|
},
|
|
73
73
|
logo_URIs: {
|
|
74
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
74
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/symphony_logo.png'
|
|
75
75
|
},
|
|
76
76
|
images: [{
|
|
77
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
77
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/symphony_logo.png'
|
|
78
78
|
}]
|
|
79
79
|
};
|
|
80
80
|
exports.default = info;
|
|
@@ -3,10 +3,8 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
3
3
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
4
|
};
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.
|
|
6
|
+
exports.chain = exports.assets = void 0;
|
|
7
7
|
const assets_1 = __importDefault(require("./assets"));
|
|
8
8
|
const chain_1 = __importDefault(require("./chain"));
|
|
9
|
-
const ibc_1 = __importDefault(require("./ibc"));
|
|
10
9
|
exports.assets = assets_1.default;
|
|
11
10
|
exports.chain = chain_1.default;
|
|
12
|
-
exports.ibc = ibc_1.default;
|
package/mainnet/xion/chain.js
CHANGED
|
@@ -38,17 +38,17 @@ const info = {
|
|
|
38
38
|
},
|
|
39
39
|
codebase: {
|
|
40
40
|
git_repo: 'https://github.com/burnt-labs/xion',
|
|
41
|
-
tag: 'v19.0.
|
|
42
|
-
recommended_version: 'v19.0.
|
|
41
|
+
tag: 'v19.0.2',
|
|
42
|
+
recommended_version: 'v19.0.2',
|
|
43
43
|
language: {
|
|
44
44
|
type: 'go',
|
|
45
45
|
version: 'v1.23'
|
|
46
46
|
},
|
|
47
47
|
binaries: {
|
|
48
|
-
"darwin/amd64": 'https://github.com/burnt-labs/xion/releases/download/v19.0.
|
|
49
|
-
"darwin/arm64": 'https://github.com/burnt-labs/xion/releases/download/v19.0.
|
|
50
|
-
"linux/amd64": 'https://github.com/burnt-labs/xion/releases/download/v19.0.
|
|
51
|
-
"linux/arm64": 'https://github.com/burnt-labs/xion/releases/download/v19.0.
|
|
48
|
+
"darwin/amd64": 'https://github.com/burnt-labs/xion/releases/download/v19.0.2/xiond_19.0.2_darwin_amd64.tar.gz?checksum=sha256:edda13aec2274f1eceb933874a885d055b14acbbe0de21ba61ed9c25c64813d6',
|
|
49
|
+
"darwin/arm64": 'https://github.com/burnt-labs/xion/releases/download/v19.0.2/xiond_19.0.2_darwin_arm64.tar.gz?checksum=sha256:7b94d2fdf1baa1d3dff4f947858a2bac684257be27f8bf179fb973ee8dd4fdb8',
|
|
50
|
+
"linux/amd64": 'https://github.com/burnt-labs/xion/releases/download/v19.0.2/xiond_19.0.2_linux_amd64.tar.gz?checksum=sha256:6072ce81d08f77f98e2d2ae7726007eca18579ea2b1690b5f76b4df782690dcb',
|
|
51
|
+
"linux/arm64": 'https://github.com/burnt-labs/xion/releases/download/v19.0.2/xiond_19.0.2_linux_arm64.tar.gz?checksum=sha256:0a55360653b596da5ace43c3b4a3fef6c9785bfe0e73405f591768b449af0e70'
|
|
52
52
|
},
|
|
53
53
|
sdk: {
|
|
54
54
|
type: 'cosmos',
|
package/noncosmos/ibc.js
CHANGED
|
@@ -26,11 +26,13 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
26
26
|
const _picasso = __importStar(require("./picasso"));
|
|
27
27
|
const _composablepolkadot = __importStar(require("./composablepolkadot"));
|
|
28
28
|
const _penumbra = __importStar(require("./penumbra"));
|
|
29
|
+
const _symphonytestnet3 = __importStar(require("./symphonytestnet3"));
|
|
29
30
|
const _cosmoshubicstestnet = __importStar(require("./cosmoshubicstestnet"));
|
|
30
31
|
const ibc = [
|
|
31
32
|
..._picasso.ibc,
|
|
32
33
|
..._composablepolkadot.ibc,
|
|
33
34
|
..._penumbra.ibc,
|
|
35
|
+
..._symphonytestnet3.ibc,
|
|
34
36
|
..._cosmoshubicstestnet.ibc
|
|
35
37
|
];
|
|
36
38
|
exports.default = ibc;
|
package/noncosmos/named.d.ts
CHANGED
|
@@ -33,6 +33,7 @@ export * as xrpl from './xrpl';
|
|
|
33
33
|
export * as zilliqa from './zilliqa';
|
|
34
34
|
export * as berachain from './berachain';
|
|
35
35
|
export * as hall from './hall';
|
|
36
|
+
export * as symphonytestnet3 from './symphonytestnet3';
|
|
36
37
|
export * as cosmoshubicstestnet from './cosmoshubicstestnet';
|
|
37
38
|
export * as avalanchetestnet from './avalanchetestnet';
|
|
38
39
|
export * as binancesmartchaintestnet from './binancesmartchaintestnet';
|
package/noncosmos/named.js
CHANGED
|
@@ -23,8 +23,8 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
23
23
|
return result;
|
|
24
24
|
};
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
-
exports.
|
|
27
|
-
exports.ojotestnet = void 0;
|
|
26
|
+
exports.tontestnet = exports.solanatestnet = exports.polygontestnet = exports.polkadottestnet = exports.moonbeamtestnet = exports.litecointestnet = exports.fantomtestnet = exports.ethereumtestnet = exports.dogecointestnet = exports.bitcointestnet = exports.bitcoincashtestnet = exports.binancesmartchaintestnet = exports.avalanchetestnet = exports.cosmoshubicstestnet = exports.symphonytestnet3 = exports.hall = exports.berachain = exports.zilliqa = exports.xrpl = exports.tinkernet = exports.sui = exports.stellar = exports.statemine = exports.polygon = exports.polkadot = exports.optimism = exports.neo = exports.movement = exports.moonbeam = exports.mantle = exports.litecoin = exports.kusama = exports.internetcomputer = exports.forex = exports.filecoin = exports.fantom = exports.dogecoin = exports.comex = exports.bitcoincash = exports.bitcoin = exports.binancesmartchain = exports.base = exports.avalanche = exports.avail = exports.arbitrum = exports.aptos = exports._0l = exports.penumbra = exports.composablepolkadot = exports.picasso = void 0;
|
|
27
|
+
exports.ojotestnet = exports.xrpltestnet = void 0;
|
|
28
28
|
exports.picasso = __importStar(require("./picasso"));
|
|
29
29
|
exports.composablepolkadot = __importStar(require("./composablepolkadot"));
|
|
30
30
|
exports.penumbra = __importStar(require("./penumbra"));
|
|
@@ -60,6 +60,7 @@ exports.xrpl = __importStar(require("./xrpl"));
|
|
|
60
60
|
exports.zilliqa = __importStar(require("./zilliqa"));
|
|
61
61
|
exports.berachain = __importStar(require("./berachain"));
|
|
62
62
|
exports.hall = __importStar(require("./hall"));
|
|
63
|
+
exports.symphonytestnet3 = __importStar(require("./symphonytestnet3"));
|
|
63
64
|
exports.cosmoshubicstestnet = __importStar(require("./cosmoshubicstestnet"));
|
|
64
65
|
exports.avalanchetestnet = __importStar(require("./avalanchetestnet"));
|
|
65
66
|
exports.binancesmartchaintestnet = __importStar(require("./binancesmartchaintestnet"));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const ibc: import("@chain-registry/types").IBCInfo[];
|
|
@@ -0,0 +1,8 @@
|
|
|
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.ibc = void 0;
|
|
7
|
+
const ibc_1 = __importDefault(require("./ibc"));
|
|
8
|
+
exports.ibc = ibc_1.default;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-registry",
|
|
3
|
-
"version": "1.69.
|
|
3
|
+
"version": "1.69.258",
|
|
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.162"
|
|
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": "191828122dfec9b043ddfae8ce4c6361b4bb66b9"
|
|
43
43
|
}
|