chain-registry 1.69.657 → 1.69.658

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.
@@ -222,6 +222,7 @@ import * as _xpla from './xpla';
222
222
  import * as _xrplevm from './xrplevm';
223
223
  import * as _xyra from './xyra';
224
224
  import * as _zenrock from './zenrock';
225
+ import * as _zerone from './zerone';
225
226
  import * as _zetachain from './zetachain';
226
227
  import * as _zigchain from './zigchain';
227
228
  const assets = [
@@ -449,6 +450,7 @@ const assets = [
449
450
  _xrplevm.assets,
450
451
  _xyra.assets,
451
452
  _zenrock.assets,
453
+ _zerone.assets,
452
454
  _zetachain.assets,
453
455
  _zigchain.assets
454
456
  ];
@@ -222,6 +222,7 @@ import * as _xpla from './xpla';
222
222
  import * as _xrplevm from './xrplevm';
223
223
  import * as _xyra from './xyra';
224
224
  import * as _zenrock from './zenrock';
225
+ import * as _zerone from './zerone';
225
226
  import * as _zetachain from './zetachain';
226
227
  import * as _zigchain from './zigchain';
227
228
  const chains = [
@@ -449,6 +450,7 @@ const chains = [
449
450
  _xrplevm.chain,
450
451
  _xyra.chain,
451
452
  _zenrock.chain,
453
+ _zerone.chain,
452
454
  _zetachain.chain,
453
455
  _zigchain.chain
454
456
  ];
@@ -131,6 +131,7 @@ import * as _qwoyn from './qwoyn';
131
131
  import * as _realio from './realio';
132
132
  import * as _rebus from './rebus';
133
133
  import * as _regen from './regen';
134
+ import * as _ritbit from './ritbit';
134
135
  import * as _rizon from './rizon';
135
136
  import * as _safrochain from './safrochain';
136
137
  import * as _saga from './saga';
@@ -303,6 +304,7 @@ const ibc = [
303
304
  ..._realio.ibc,
304
305
  ..._rebus.ibc,
305
306
  ..._regen.ibc,
307
+ ..._ritbit.ibc,
306
308
  ..._rizon.ibc,
307
309
  ..._safrochain.ibc,
308
310
  ..._saga.ibc,
@@ -222,5 +222,6 @@ export * as xpla from './xpla';
222
222
  export * as xrplevm from './xrplevm';
223
223
  export * as xyra from './xyra';
224
224
  export * as zenrock from './zenrock';
225
+ export * as zerone from './zerone';
225
226
  export * as zetachain from './zetachain';
226
227
  export * as zigchain from './zigchain';
@@ -1324,6 +1324,37 @@ const info = [
1324
1324
  }
1325
1325
  }]
1326
1326
  },
1327
+ {
1328
+ $schema: '../ibc_data.schema.json',
1329
+ chain_1: {
1330
+ chain_name: 'noble',
1331
+ chain_id: 'noble-1',
1332
+ client_id: '07-tendermint-228',
1333
+ connection_id: 'connection-212'
1334
+ },
1335
+ chain_2: {
1336
+ chain_name: 'ritbit',
1337
+ chain_id: 'ritbit-mainnet',
1338
+ client_id: '07-tendermint-0',
1339
+ connection_id: 'connection-0'
1340
+ },
1341
+ channels: [{
1342
+ chain_1: {
1343
+ channel_id: 'channel-607',
1344
+ port_id: 'transfer'
1345
+ },
1346
+ chain_2: {
1347
+ channel_id: 'channel-0',
1348
+ port_id: 'transfer'
1349
+ },
1350
+ ordering: 'unordered',
1351
+ version: 'ics20-1',
1352
+ tags: {
1353
+ preferred: true,
1354
+ status: 'ACTIVE'
1355
+ }
1356
+ }]
1357
+ },
1327
1358
  {
1328
1359
  $schema: '../ibc_data.schema.json',
1329
1360
  chain_1: {
@@ -4,18 +4,21 @@ const info = {
4
4
  status: 'live',
5
5
  website: 'https://rubin.trade/',
6
6
  network_type: 'mainnet',
7
- pretty_name: 'RITBIT',
7
+ pretty_name: 'Rubin',
8
8
  chain_type: 'cosmos',
9
9
  chain_id: 'ritbit-mainnet',
10
10
  bech32_prefix: 'rit',
11
+ daemon_name: 'ritbitd',
12
+ node_home: '$HOME/.ritbit',
13
+ key_algos: ['secp256k1'],
11
14
  slip44: 118,
12
15
  fees: {
13
16
  fee_tokens: [{
14
17
  denom: 'urit',
15
- fixed_min_gas_price: 12500000000,
16
- low_gas_price: 12500000000,
17
- average_gas_price: 12500000000,
18
- high_gas_price: 20000000000
18
+ fixed_min_gas_price: 25000000000,
19
+ low_gas_price: 25000000000,
20
+ average_gas_price: 25000000000,
21
+ high_gas_price: 40000000000
19
22
  }, {
20
23
  denom: 'uusdc',
21
24
  fixed_min_gas_price: 0.025,
@@ -29,10 +32,32 @@ const info = {
29
32
  denom: 'urit'
30
33
  }]
31
34
  },
35
+ codebase: {
36
+ recommended_version: 'v27.6',
37
+ compatible_versions: ['v27.6'],
38
+ consensus: {
39
+ type: 'cometbft',
40
+ version: 'v0.39.3'
41
+ },
42
+ sdk: {
43
+ type: 'cosmos',
44
+ version: 'v0.54.3'
45
+ },
46
+ ibc: {
47
+ type: 'go',
48
+ version: 'v11.2.0'
49
+ },
50
+ genesis: {
51
+ genesis_url: 'https://cdn.rubin.trade/scripts/genesis.json'
52
+ },
53
+ binaries: {
54
+ "linux/amd64": 'https://storage.yandexcloud.net/ritbit-upgrade/v27.6/ritbitd-v27.6-linux-amd64.tar.gz?checksum=sha256:9f6134e883fc52e44033b2ba52a90edf705c99799a7b4e885a8dce15938a6502'
55
+ }
56
+ },
32
57
  logo_URIs: {
33
58
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/ritbit/images/ritbit.png'
34
59
  },
35
- description: 'RITBIT is the network that powers Rubin Trade — a self-custody decentralized exchange for crypto perpetual futures and spot trading.',
60
+ description: 'Rubin is a self-custody decentralized exchange for crypto perpetual futures and spot trading.',
36
61
  apis: {
37
62
  rpc: [{
38
63
  address: 'https://rpc.mainnet.rubin.trade',
@@ -0,0 +1,32 @@
1
+ const info = [{
2
+ $schema: '../ibc_data.schema.json',
3
+ chain_1: {
4
+ chain_name: 'noble',
5
+ chain_id: 'noble-1',
6
+ client_id: '07-tendermint-228',
7
+ connection_id: 'connection-212'
8
+ },
9
+ chain_2: {
10
+ chain_name: 'ritbit',
11
+ chain_id: 'ritbit-mainnet',
12
+ client_id: '07-tendermint-0',
13
+ connection_id: 'connection-0'
14
+ },
15
+ channels: [{
16
+ chain_1: {
17
+ channel_id: 'channel-607',
18
+ port_id: 'transfer'
19
+ },
20
+ chain_2: {
21
+ channel_id: 'channel-0',
22
+ port_id: 'transfer'
23
+ },
24
+ ordering: 'unordered',
25
+ version: 'ics20-1',
26
+ tags: {
27
+ preferred: true,
28
+ status: 'ACTIVE'
29
+ }
30
+ }]
31
+ }];
32
+ export default info;
@@ -1,4 +1,6 @@
1
1
  import _assets from './assets';
2
2
  import _chain from './chain';
3
+ import _ibc from './ibc';
3
4
  export const assets = _assets;
4
5
  export const chain = _chain;
6
+ export const ibc = _ibc;
@@ -0,0 +1,45 @@
1
+ const info = {
2
+ $schema: '../assetlist.schema.json',
3
+ chain_name: 'zerone',
4
+ assets: [{
5
+ description: 'The native staking and governance token of Zerone',
6
+ denom_units: [
7
+ {
8
+ denom: 'uzrn',
9
+ exponent: 0,
10
+ aliases: ['microzrn']
11
+ },
12
+ {
13
+ denom: 'mzrn',
14
+ exponent: 3,
15
+ aliases: ['millizrn']
16
+ },
17
+ {
18
+ denom: 'zrn',
19
+ exponent: 6
20
+ }
21
+ ],
22
+ type_asset: 'sdk.coin',
23
+ base: 'uzrn',
24
+ name: 'Zerone',
25
+ display: 'zrn',
26
+ symbol: 'ZRN',
27
+ images: [{
28
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zerone/images/zrn.svg',
29
+ theme: {
30
+ circle: false
31
+ }
32
+ }],
33
+ keywords: [
34
+ 'ai',
35
+ 'agents',
36
+ 'knowledge',
37
+ 'provenance'
38
+ ],
39
+ socials: {
40
+ website: 'https://zerone.ai/',
41
+ github: 'https://github.com/cambridgetcg/zerone-core'
42
+ }
43
+ }]
44
+ };
45
+ export default info;
@@ -0,0 +1,89 @@
1
+ const info = {
2
+ $schema: '../chain.schema.json',
3
+ chain_name: 'zerone',
4
+ status: 'live',
5
+ network_type: 'mainnet',
6
+ website: 'https://zerone.ai/',
7
+ pretty_name: 'Zerone',
8
+ chain_type: 'cosmos',
9
+ chain_id: 'zerone-1',
10
+ bech32_prefix: 'zrn',
11
+ bech32_config: {
12
+ bech32PrefixAccAddr: 'zrn',
13
+ bech32PrefixAccPub: 'zrnpub',
14
+ bech32PrefixValAddr: 'zrnvaloper',
15
+ bech32PrefixValPub: 'zrnvaloperpub',
16
+ bech32PrefixConsAddr: 'zrnvalcons',
17
+ bech32PrefixConsPub: 'zrnvalconspub'
18
+ },
19
+ daemon_name: 'zeroned',
20
+ node_home: '$HOME/.zeroned',
21
+ key_algos: ['secp256k1'],
22
+ slip44: 118,
23
+ fees: {
24
+ fee_tokens: [{
25
+ denom: 'uzrn',
26
+ fixed_min_gas_price: 0.025,
27
+ low_gas_price: 0.025,
28
+ average_gas_price: 1,
29
+ high_gas_price: 1.2,
30
+ gas_costs: {
31
+ cosmos_send: 200000
32
+ }
33
+ }]
34
+ },
35
+ staking: {
36
+ staking_tokens: [{
37
+ denom: 'uzrn'
38
+ }],
39
+ lock_duration: {
40
+ time: '1814400s'
41
+ }
42
+ },
43
+ codebase: {
44
+ git_repo: 'https://github.com/cambridgetcg/zerone-core',
45
+ language: {
46
+ type: 'go',
47
+ version: '1.24.0'
48
+ },
49
+ sdk: {
50
+ type: 'cosmos',
51
+ version: 'v0.50.15',
52
+ repo: 'https://github.com/cosmos/cosmos-sdk'
53
+ },
54
+ consensus: {
55
+ type: 'cometbft',
56
+ version: 'v0.38.20',
57
+ repo: 'https://github.com/cometbft/cometbft'
58
+ },
59
+ genesis: {
60
+ name: 'zerone-1',
61
+ genesis_url: 'https://raw.githubusercontent.com/cambridgetcg/zerone-core/main/deploy/mainnet/artifacts/genesis.json'
62
+ }
63
+ },
64
+ images: [{
65
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zerone/images/zrn.svg',
66
+ theme: {
67
+ circle: false
68
+ }
69
+ }],
70
+ description: 'Zerone is a Cosmos SDK blockchain that records challenged agent work, knowledge, and provenance. ZRN is its native staking, governance, and fee token.',
71
+ apis: {
72
+ rpc: [{
73
+ address: 'http://169.155.55.44:26657',
74
+ provider: 'Zerone'
75
+ }]
76
+ },
77
+ explorers: [{
78
+ kind: 'Zerone Dashboard',
79
+ url: 'https://zerone.ai/'
80
+ }],
81
+ keywords: [
82
+ 'ai',
83
+ 'agents',
84
+ 'knowledge',
85
+ 'provenance',
86
+ 'proof-of-truth'
87
+ ]
88
+ };
89
+ export default info;
@@ -0,0 +1,4 @@
1
+ import _assets from './assets';
2
+ import _chain from './chain';
3
+ export const assets = _assets;
4
+ export const chain = _chain;
package/mainnet/assets.js CHANGED
@@ -247,6 +247,7 @@ const _xpla = __importStar(require("./xpla"));
247
247
  const _xrplevm = __importStar(require("./xrplevm"));
248
248
  const _xyra = __importStar(require("./xyra"));
249
249
  const _zenrock = __importStar(require("./zenrock"));
250
+ const _zerone = __importStar(require("./zerone"));
250
251
  const _zetachain = __importStar(require("./zetachain"));
251
252
  const _zigchain = __importStar(require("./zigchain"));
252
253
  const assets = [
@@ -474,6 +475,7 @@ const assets = [
474
475
  _xrplevm.assets,
475
476
  _xyra.assets,
476
477
  _zenrock.assets,
478
+ _zerone.assets,
477
479
  _zetachain.assets,
478
480
  _zigchain.assets
479
481
  ];
package/mainnet/chains.js CHANGED
@@ -247,6 +247,7 @@ const _xpla = __importStar(require("./xpla"));
247
247
  const _xrplevm = __importStar(require("./xrplevm"));
248
248
  const _xyra = __importStar(require("./xyra"));
249
249
  const _zenrock = __importStar(require("./zenrock"));
250
+ const _zerone = __importStar(require("./zerone"));
250
251
  const _zetachain = __importStar(require("./zetachain"));
251
252
  const _zigchain = __importStar(require("./zigchain"));
252
253
  const chains = [
@@ -474,6 +475,7 @@ const chains = [
474
475
  _xrplevm.chain,
475
476
  _xyra.chain,
476
477
  _zenrock.chain,
478
+ _zerone.chain,
477
479
  _zetachain.chain,
478
480
  _zigchain.chain
479
481
  ];
package/mainnet/ibc.js CHANGED
@@ -156,6 +156,7 @@ const _qwoyn = __importStar(require("./qwoyn"));
156
156
  const _realio = __importStar(require("./realio"));
157
157
  const _rebus = __importStar(require("./rebus"));
158
158
  const _regen = __importStar(require("./regen"));
159
+ const _ritbit = __importStar(require("./ritbit"));
159
160
  const _rizon = __importStar(require("./rizon"));
160
161
  const _safrochain = __importStar(require("./safrochain"));
161
162
  const _saga = __importStar(require("./saga"));
@@ -328,6 +329,7 @@ const ibc = [
328
329
  ..._realio.ibc,
329
330
  ..._rebus.ibc,
330
331
  ..._regen.ibc,
332
+ ..._ritbit.ibc,
331
333
  ..._rizon.ibc,
332
334
  ..._safrochain.ibc,
333
335
  ..._saga.ibc,
@@ -222,5 +222,6 @@ export * as xpla from './xpla';
222
222
  export * as xrplevm from './xrplevm';
223
223
  export * as xyra from './xyra';
224
224
  export * as zenrock from './zenrock';
225
+ export * as zerone from './zerone';
225
226
  export * as zetachain from './zetachain';
226
227
  export * as zigchain from './zigchain';
package/mainnet/named.js CHANGED
@@ -27,7 +27,7 @@ exports.conscious = exports.composable = exports.commercionetwork = exports.comd
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
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.mucoin = 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
29
  exports.tail = 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 = exports.oraichain = 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.turkchain = exports.titan = exports.thorchain = exports.thejaynetwork = exports.terra2 = exports.terra = exports.terpnetwork = exports.teritori = exports.tenet = exports.taketitan = void 0;
30
+ exports.zigchain = exports.zetachain = exports.zerone = 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.turkchain = exports.titan = exports.thorchain = exports.thejaynetwork = exports.terra2 = exports.terra = exports.terpnetwork = exports.teritori = exports.tenet = exports.taketitan = void 0;
31
31
  exports.ethereum = __importStar(require("./ethereum"));
32
32
  exports.namada = __importStar(require("./namada"));
33
33
  exports.penumbra = __importStar(require("./penumbra"));
@@ -252,5 +252,6 @@ exports.xpla = __importStar(require("./xpla"));
252
252
  exports.xrplevm = __importStar(require("./xrplevm"));
253
253
  exports.xyra = __importStar(require("./xyra"));
254
254
  exports.zenrock = __importStar(require("./zenrock"));
255
+ exports.zerone = __importStar(require("./zerone"));
255
256
  exports.zetachain = __importStar(require("./zetachain"));
256
257
  exports.zigchain = __importStar(require("./zigchain"));
@@ -1326,6 +1326,37 @@ const info = [
1326
1326
  }
1327
1327
  }]
1328
1328
  },
1329
+ {
1330
+ $schema: '../ibc_data.schema.json',
1331
+ chain_1: {
1332
+ chain_name: 'noble',
1333
+ chain_id: 'noble-1',
1334
+ client_id: '07-tendermint-228',
1335
+ connection_id: 'connection-212'
1336
+ },
1337
+ chain_2: {
1338
+ chain_name: 'ritbit',
1339
+ chain_id: 'ritbit-mainnet',
1340
+ client_id: '07-tendermint-0',
1341
+ connection_id: 'connection-0'
1342
+ },
1343
+ channels: [{
1344
+ chain_1: {
1345
+ channel_id: 'channel-607',
1346
+ port_id: 'transfer'
1347
+ },
1348
+ chain_2: {
1349
+ channel_id: 'channel-0',
1350
+ port_id: 'transfer'
1351
+ },
1352
+ ordering: 'unordered',
1353
+ version: 'ics20-1',
1354
+ tags: {
1355
+ preferred: true,
1356
+ status: 'ACTIVE'
1357
+ }
1358
+ }]
1359
+ },
1329
1360
  {
1330
1361
  $schema: '../ibc_data.schema.json',
1331
1362
  chain_1: {
@@ -6,18 +6,21 @@ const info = {
6
6
  status: 'live',
7
7
  website: 'https://rubin.trade/',
8
8
  network_type: 'mainnet',
9
- pretty_name: 'RITBIT',
9
+ pretty_name: 'Rubin',
10
10
  chain_type: 'cosmos',
11
11
  chain_id: 'ritbit-mainnet',
12
12
  bech32_prefix: 'rit',
13
+ daemon_name: 'ritbitd',
14
+ node_home: '$HOME/.ritbit',
15
+ key_algos: ['secp256k1'],
13
16
  slip44: 118,
14
17
  fees: {
15
18
  fee_tokens: [{
16
19
  denom: 'urit',
17
- fixed_min_gas_price: 12500000000,
18
- low_gas_price: 12500000000,
19
- average_gas_price: 12500000000,
20
- high_gas_price: 20000000000
20
+ fixed_min_gas_price: 25000000000,
21
+ low_gas_price: 25000000000,
22
+ average_gas_price: 25000000000,
23
+ high_gas_price: 40000000000
21
24
  }, {
22
25
  denom: 'uusdc',
23
26
  fixed_min_gas_price: 0.025,
@@ -31,10 +34,32 @@ const info = {
31
34
  denom: 'urit'
32
35
  }]
33
36
  },
37
+ codebase: {
38
+ recommended_version: 'v27.6',
39
+ compatible_versions: ['v27.6'],
40
+ consensus: {
41
+ type: 'cometbft',
42
+ version: 'v0.39.3'
43
+ },
44
+ sdk: {
45
+ type: 'cosmos',
46
+ version: 'v0.54.3'
47
+ },
48
+ ibc: {
49
+ type: 'go',
50
+ version: 'v11.2.0'
51
+ },
52
+ genesis: {
53
+ genesis_url: 'https://cdn.rubin.trade/scripts/genesis.json'
54
+ },
55
+ binaries: {
56
+ "linux/amd64": 'https://storage.yandexcloud.net/ritbit-upgrade/v27.6/ritbitd-v27.6-linux-amd64.tar.gz?checksum=sha256:9f6134e883fc52e44033b2ba52a90edf705c99799a7b4e885a8dce15938a6502'
57
+ }
58
+ },
34
59
  logo_URIs: {
35
60
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/ritbit/images/ritbit.png'
36
61
  },
37
- description: 'RITBIT is the network that powers Rubin Trade — a self-custody decentralized exchange for crypto perpetual futures and spot trading.',
62
+ description: 'Rubin is a self-custody decentralized exchange for crypto perpetual futures and spot trading.',
38
63
  apis: {
39
64
  rpc: [{
40
65
  address: 'https://rpc.mainnet.rubin.trade',
@@ -0,0 +1,3 @@
1
+ import { IBCInfo } from '@chain-registry/types';
2
+ declare const info: IBCInfo[];
3
+ export default info;
@@ -0,0 +1,34 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const info = [{
4
+ $schema: '../ibc_data.schema.json',
5
+ chain_1: {
6
+ chain_name: 'noble',
7
+ chain_id: 'noble-1',
8
+ client_id: '07-tendermint-228',
9
+ connection_id: 'connection-212'
10
+ },
11
+ chain_2: {
12
+ chain_name: 'ritbit',
13
+ chain_id: 'ritbit-mainnet',
14
+ client_id: '07-tendermint-0',
15
+ connection_id: 'connection-0'
16
+ },
17
+ channels: [{
18
+ chain_1: {
19
+ channel_id: 'channel-607',
20
+ port_id: 'transfer'
21
+ },
22
+ chain_2: {
23
+ channel_id: 'channel-0',
24
+ port_id: 'transfer'
25
+ },
26
+ ordering: 'unordered',
27
+ version: 'ics20-1',
28
+ tags: {
29
+ preferred: true,
30
+ status: 'ACTIVE'
31
+ }
32
+ }]
33
+ }];
34
+ exports.default = info;
@@ -1,2 +1,3 @@
1
1
  export declare const assets: import("@chain-registry/types").AssetList;
2
2
  export declare const chain: import("@chain-registry/types").Chain;
3
+ export declare const ibc: import("@chain-registry/types").IBCInfo[];
@@ -3,8 +3,10 @@ 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.chain = exports.assets = void 0;
6
+ exports.ibc = 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"));
9
10
  exports.assets = assets_1.default;
10
11
  exports.chain = chain_1.default;
12
+ exports.ibc = ibc_1.default;
@@ -0,0 +1,3 @@
1
+ import { AssetList } from '@chain-registry/types';
2
+ declare const info: AssetList;
3
+ export default info;
@@ -0,0 +1,47 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const info = {
4
+ $schema: '../assetlist.schema.json',
5
+ chain_name: 'zerone',
6
+ assets: [{
7
+ description: 'The native staking and governance token of Zerone',
8
+ denom_units: [
9
+ {
10
+ denom: 'uzrn',
11
+ exponent: 0,
12
+ aliases: ['microzrn']
13
+ },
14
+ {
15
+ denom: 'mzrn',
16
+ exponent: 3,
17
+ aliases: ['millizrn']
18
+ },
19
+ {
20
+ denom: 'zrn',
21
+ exponent: 6
22
+ }
23
+ ],
24
+ type_asset: 'sdk.coin',
25
+ base: 'uzrn',
26
+ name: 'Zerone',
27
+ display: 'zrn',
28
+ symbol: 'ZRN',
29
+ images: [{
30
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zerone/images/zrn.svg',
31
+ theme: {
32
+ circle: false
33
+ }
34
+ }],
35
+ keywords: [
36
+ 'ai',
37
+ 'agents',
38
+ 'knowledge',
39
+ 'provenance'
40
+ ],
41
+ socials: {
42
+ website: 'https://zerone.ai/',
43
+ github: 'https://github.com/cambridgetcg/zerone-core'
44
+ }
45
+ }]
46
+ };
47
+ exports.default = info;
@@ -0,0 +1,3 @@
1
+ import { Chain } from '@chain-registry/types';
2
+ declare const info: Chain;
3
+ export default info;
@@ -0,0 +1,91 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const info = {
4
+ $schema: '../chain.schema.json',
5
+ chain_name: 'zerone',
6
+ status: 'live',
7
+ network_type: 'mainnet',
8
+ website: 'https://zerone.ai/',
9
+ pretty_name: 'Zerone',
10
+ chain_type: 'cosmos',
11
+ chain_id: 'zerone-1',
12
+ bech32_prefix: 'zrn',
13
+ bech32_config: {
14
+ bech32PrefixAccAddr: 'zrn',
15
+ bech32PrefixAccPub: 'zrnpub',
16
+ bech32PrefixValAddr: 'zrnvaloper',
17
+ bech32PrefixValPub: 'zrnvaloperpub',
18
+ bech32PrefixConsAddr: 'zrnvalcons',
19
+ bech32PrefixConsPub: 'zrnvalconspub'
20
+ },
21
+ daemon_name: 'zeroned',
22
+ node_home: '$HOME/.zeroned',
23
+ key_algos: ['secp256k1'],
24
+ slip44: 118,
25
+ fees: {
26
+ fee_tokens: [{
27
+ denom: 'uzrn',
28
+ fixed_min_gas_price: 0.025,
29
+ low_gas_price: 0.025,
30
+ average_gas_price: 1,
31
+ high_gas_price: 1.2,
32
+ gas_costs: {
33
+ cosmos_send: 200000
34
+ }
35
+ }]
36
+ },
37
+ staking: {
38
+ staking_tokens: [{
39
+ denom: 'uzrn'
40
+ }],
41
+ lock_duration: {
42
+ time: '1814400s'
43
+ }
44
+ },
45
+ codebase: {
46
+ git_repo: 'https://github.com/cambridgetcg/zerone-core',
47
+ language: {
48
+ type: 'go',
49
+ version: '1.24.0'
50
+ },
51
+ sdk: {
52
+ type: 'cosmos',
53
+ version: 'v0.50.15',
54
+ repo: 'https://github.com/cosmos/cosmos-sdk'
55
+ },
56
+ consensus: {
57
+ type: 'cometbft',
58
+ version: 'v0.38.20',
59
+ repo: 'https://github.com/cometbft/cometbft'
60
+ },
61
+ genesis: {
62
+ name: 'zerone-1',
63
+ genesis_url: 'https://raw.githubusercontent.com/cambridgetcg/zerone-core/main/deploy/mainnet/artifacts/genesis.json'
64
+ }
65
+ },
66
+ images: [{
67
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zerone/images/zrn.svg',
68
+ theme: {
69
+ circle: false
70
+ }
71
+ }],
72
+ description: 'Zerone is a Cosmos SDK blockchain that records challenged agent work, knowledge, and provenance. ZRN is its native staking, governance, and fee token.',
73
+ apis: {
74
+ rpc: [{
75
+ address: 'http://169.155.55.44:26657',
76
+ provider: 'Zerone'
77
+ }]
78
+ },
79
+ explorers: [{
80
+ kind: 'Zerone Dashboard',
81
+ url: 'https://zerone.ai/'
82
+ }],
83
+ keywords: [
84
+ 'ai',
85
+ 'agents',
86
+ 'knowledge',
87
+ 'provenance',
88
+ 'proof-of-truth'
89
+ ]
90
+ };
91
+ exports.default = info;
@@ -0,0 +1,2 @@
1
+ export declare const assets: import("@chain-registry/types").AssetList;
2
+ export declare const chain: import("@chain-registry/types").Chain;
@@ -0,0 +1,10 @@
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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chain-registry",
3
- "version": "1.69.657",
3
+ "version": "1.69.658",
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.402"
32
+ "@chain-registry/types": "^0.50.403"
33
33
  },
34
34
  "keywords": [
35
35
  "chain-registry",
@@ -39,5 +39,5 @@
39
39
  "interchain",
40
40
  "tokens"
41
41
  ],
42
- "gitHead": "1b02b481096ca4fbf72617297fa63e437f8b19b6"
42
+ "gitHead": "7f9ac97bca336c69b235a00762ce6ab6dc05f928"
43
43
  }