chain-registry 1.69.128 → 1.69.130

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.
Files changed (55) hide show
  1. package/esm/mainnet/agoric/chain.js +0 -12
  2. package/esm/mainnet/agoric/ibc.js +1 -1
  3. package/esm/mainnet/akash/chain.js +9 -94
  4. package/esm/mainnet/assetmantle/chain.js +0 -12
  5. package/esm/mainnet/beezee/chain.js +7 -7
  6. package/esm/mainnet/canto/chain.js +0 -16
  7. package/esm/mainnet/chain4energy/chain.js +2 -14
  8. package/esm/mainnet/dydx/chain.js +3 -15
  9. package/esm/mainnet/elys/assets.js +31 -0
  10. package/esm/mainnet/empowerchain/chain.js +3 -15
  11. package/esm/mainnet/evmos/chain.js +0 -16
  12. package/esm/mainnet/gitopia/chain.js +0 -12
  13. package/esm/mainnet/kyve/chain.js +6 -6
  14. package/esm/mainnet/lambda/chain.js +3 -23
  15. package/esm/mainnet/migaloo/chain.js +0 -12
  16. package/esm/mainnet/neutron/chain.js +0 -12
  17. package/esm/mainnet/noble/ibc.js +1 -1
  18. package/esm/mainnet/passage/chain.js +0 -12
  19. package/esm/mainnet/pryzm/assets.js +238 -0
  20. package/esm/mainnet/rebus/chain.js +2 -14
  21. package/esm/mainnet/routerchain/assets.js +49 -0
  22. package/esm/mainnet/ununifi/chain.js +2 -14
  23. package/esm/noncosmos/ethereumtestnet/assets.js +50 -0
  24. package/esm/testnet/cosmosicsprovidertestnet/chain.js +6 -6
  25. package/esm/testnet/injectivetestnet/assets.js +101 -2
  26. package/esm/testnet/injectivetestnet/ibc.js +6 -6
  27. package/esm/testnet/osmosistestnet/ibc.js +6 -6
  28. package/mainnet/agoric/chain.js +0 -12
  29. package/mainnet/agoric/ibc.js +1 -1
  30. package/mainnet/akash/chain.js +9 -94
  31. package/mainnet/assetmantle/chain.js +0 -12
  32. package/mainnet/beezee/chain.js +7 -7
  33. package/mainnet/canto/chain.js +0 -16
  34. package/mainnet/chain4energy/chain.js +2 -14
  35. package/mainnet/dydx/chain.js +3 -15
  36. package/mainnet/elys/assets.js +31 -0
  37. package/mainnet/empowerchain/chain.js +3 -15
  38. package/mainnet/evmos/chain.js +0 -16
  39. package/mainnet/gitopia/chain.js +0 -12
  40. package/mainnet/kyve/chain.js +6 -6
  41. package/mainnet/lambda/chain.js +3 -23
  42. package/mainnet/migaloo/chain.js +0 -12
  43. package/mainnet/neutron/chain.js +0 -12
  44. package/mainnet/noble/ibc.js +1 -1
  45. package/mainnet/passage/chain.js +0 -12
  46. package/mainnet/pryzm/assets.js +238 -0
  47. package/mainnet/rebus/chain.js +2 -14
  48. package/mainnet/routerchain/assets.js +49 -0
  49. package/mainnet/ununifi/chain.js +2 -14
  50. package/noncosmos/ethereumtestnet/assets.js +50 -0
  51. package/package.json +4 -4
  52. package/testnet/cosmosicsprovidertestnet/chain.js +6 -6
  53. package/testnet/injectivetestnet/assets.js +101 -2
  54. package/testnet/injectivetestnet/ibc.js +6 -6
  55. package/testnet/osmosistestnet/ibc.js +6 -6
@@ -72,10 +72,6 @@ const info = {
72
72
  address: 'http://a.lcd.ununifi.cauchye.net:26657',
73
73
  provider: 'CauchyE'
74
74
  },
75
- {
76
- address: 'https://rpc.ununifi.nodestake.top',
77
- provider: 'NodeStake'
78
- },
79
75
  {
80
76
  address: 'https://rpc.lavenderfive.com:443/ununifi',
81
77
  provider: 'Lavender.Five Nodes 🐝'
@@ -98,10 +94,6 @@ const info = {
98
94
  address: 'https://b.lcd.ununifi.cauchye.net:1318',
99
95
  provider: 'CauchyE'
100
96
  },
101
- {
102
- address: 'https://api.ununifi.nodestake.top',
103
- provider: 'NodeStake'
104
- },
105
97
  {
106
98
  address: 'https://rest.lavenderfive.com:443/ununifi',
107
99
  provider: 'Lavender.Five Nodes 🐝'
@@ -124,10 +116,6 @@ const info = {
124
116
  address: 'ununifi-mainnet-grpc.autostake.com:443',
125
117
  provider: 'AutoStake 🛡️ Slash Protected'
126
118
  },
127
- {
128
- address: 'grpc.ununifi.nodestake.top:9090',
129
- provider: 'NodeStake'
130
- },
131
119
  {
132
120
  address: 'https://grpc-ununifi.nodeist.net',
133
121
  provider: 'Nodeist'
@@ -150,8 +138,8 @@ const info = {
150
138
  },
151
139
  {
152
140
  kind: 'NodeStake Explorer',
153
- url: 'https://explorer.nodestake.top/ununifi',
154
- tx_page: 'https://explorer.nodestake.top/ununifi/tx/${txHash}'
141
+ url: 'https://explorer.nodestake.org/ununifi',
142
+ tx_page: 'https://explorer.nodestake.org/ununifi/tx/${txHash}'
155
143
  },
156
144
  {
157
145
  kind: 'staking-explorer.com',
@@ -105,6 +105,56 @@ const info = {
105
105
  images: [{
106
106
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
107
107
  }]
108
+ },
109
+ {
110
+ type_asset: 'erc20',
111
+ address: '0xaA8E23Fb1079EA71e0a56F48a2aA51851D8433D0',
112
+ denom_units: [{
113
+ denom: '0xaA8E23Fb1079EA71e0a56F48a2aA51851D8433D0',
114
+ exponent: 0,
115
+ aliases: ['uusdt']
116
+ }, {
117
+ denom: 'usdt',
118
+ exponent: 6
119
+ }],
120
+ base: '0xaA8E23Fb1079EA71e0a56F48a2aA51851D8433D0',
121
+ name: 'Tether USD',
122
+ display: 'usdt',
123
+ symbol: 'USDT',
124
+ traces: [{
125
+ type: 'test-mintage',
126
+ counterparty: {
127
+ chain_name: 'ethereum',
128
+ base_denom: '0xdac17f958d2ee523a2206206994597c13d831ec7'
129
+ },
130
+ provider: 'Tether'
131
+ }],
132
+ coingecko_id: 'tether',
133
+ logo_URIs: {
134
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
135
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
136
+ },
137
+ images: [{
138
+ image_sync: {
139
+ chain_name: 'ethereum',
140
+ base_denom: '0xdac17f958d2ee523a2206206994597c13d831ec7'
141
+ },
142
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg',
143
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
144
+ theme: {
145
+ circle: true,
146
+ primary_color_hex: '#009393',
147
+ background_color_hex: '#009393'
148
+ }
149
+ }, {
150
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt_logomark.png',
151
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt_logomark.svg',
152
+ theme: {
153
+ circle: false,
154
+ primary_color_hex: '#50AF95',
155
+ background_color_hex: '#00000000'
156
+ }
157
+ }]
108
158
  }
109
159
  ]
110
160
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chain-registry",
3
- "version": "1.69.128",
3
+ "version": "1.69.130",
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,11 +29,11 @@
29
29
  "test:watch": "jest --watch"
30
30
  },
31
31
  "devDependencies": {
32
- "@chain-registry/utils": "^1.51.76",
32
+ "@chain-registry/utils": "^1.51.78",
33
33
  "deepmerge": "^4.2.2"
34
34
  },
35
35
  "dependencies": {
36
- "@chain-registry/types": "^0.50.76"
36
+ "@chain-registry/types": "^0.50.78"
37
37
  },
38
38
  "keywords": [
39
39
  "chain-registry",
@@ -43,5 +43,5 @@
43
43
  "interchain",
44
44
  "tokens"
45
45
  ],
46
- "gitHead": "98753fffbbe6683383e0f3d83c9f66f2c5ca6f14"
46
+ "gitHead": "5254efb2205328bb8ea935b546c9bb20f49fd852"
47
47
  }
@@ -29,16 +29,16 @@ const info = {
29
29
  },
30
30
  codebase: {
31
31
  git_repo: 'https://github.com/cosmos/gaia',
32
- recommended_version: 'v22.0.0-rc0',
33
- compatible_versions: ['v22.0.0-rc0'],
32
+ recommended_version: 'v22.2.0',
33
+ compatible_versions: ['v22.2.0'],
34
34
  consensus: {
35
35
  type: 'cometbft',
36
- version: 'v0.38.15'
36
+ version: 'v0.38.17'
37
37
  },
38
38
  binaries: {
39
- "linux/amd64": 'https://github.com/cosmos/gaia/releases/download/v22.0.0-rc0/gaiad-v22.0.0-rc0-linux-amd64',
40
- "darwin/amd64": 'https://github.com/cosmos/gaia/releases/download/v22.0.0-rc0/gaiad-v22.0.0-rc0-darwin-amd64',
41
- "darwin/arm64": 'https://github.com/cosmos/gaia/releases/download/v22.0.0-rc0/gaiad-v22.0.0-rc0-darwin-arm64'
39
+ "linux/amd64": 'https://github.com/cosmos/gaia/releases/download/v22.2.0/gaiad-v22.2.0-linux-amd64',
40
+ "darwin/amd64": 'https://github.com/cosmos/gaia/releases/download/v22.2.0/gaiad-v22.2.0-darwin-amd64',
41
+ "darwin/arm64": 'https://github.com/cosmos/gaia/releases/download/v22.2.0/gaiad-v22.2.0-darwin-arm64'
42
42
  },
43
43
  genesis: {
44
44
  genesis_url: 'https://raw.githubusercontent.com/cosmos/testnets/master/interchain-security/provider/provider-genesis.json'
@@ -3,7 +3,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const info = {
4
4
  $schema: '../../assetlist.schema.json',
5
5
  chain_name: 'injectivetestnet',
6
- assets: [{
6
+ assets: [
7
+ {
7
8
  description: 'The INJ token is the native governance token for the Injective chain.',
8
9
  denom_units: [{
9
10
  denom: 'inj',
@@ -34,6 +35,104 @@ const info = {
34
35
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.svg'
35
36
  }],
36
37
  type_asset: 'sdk.coin'
37
- }]
38
+ },
39
+ {
40
+ description: 'USDC is a USD-pegged stablecoin available on the Injective testnet.',
41
+ denom_units: [{
42
+ denom: 'factory/inj17vytdwqczqz72j65saukplrktd4gyfme5agf6c/usdc',
43
+ exponent: 0
44
+ }, {
45
+ denom: 'USDC',
46
+ exponent: 6
47
+ }],
48
+ base: 'factory/inj17vytdwqczqz72j65saukplrktd4gyfme5agf6c/usdc',
49
+ name: 'USD Coin',
50
+ display: 'USDC',
51
+ symbol: 'USDC',
52
+ logo_URIs: {
53
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
54
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
55
+ },
56
+ coingecko_id: 'usd-coin',
57
+ traces: [{
58
+ type: 'additional-mintage',
59
+ counterparty: {
60
+ chain_name: 'ethereumtestnet',
61
+ base_denom: '0x254d06f33bDc5b8ee05b2ea472107E300226659A'
62
+ },
63
+ provider: 'Circle'
64
+ }],
65
+ images: [{
66
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
67
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
68
+ }],
69
+ type_asset: 'sdk.coin'
70
+ },
71
+ {
72
+ description: 'OSMO is the native token of the Osmosis blockchain, bridged over to the Injective testnet.',
73
+ denom_units: [{
74
+ denom: 'ibc/FA130DEB2B506FA0A7258B46A6B72DE12370B25E474E6679F054D95277164186',
75
+ exponent: 0
76
+ }, {
77
+ denom: 'OSMO',
78
+ exponent: 6
79
+ }],
80
+ base: 'ibc/FA130DEB2B506FA0A7258B46A6B72DE12370B25E474E6679F054D95277164186',
81
+ name: 'Osmosis',
82
+ display: 'OSMO',
83
+ symbol: 'OSMO',
84
+ logo_URIs: {
85
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png'
86
+ },
87
+ coingecko_id: 'osmosis',
88
+ traces: [{
89
+ type: 'ibc',
90
+ counterparty: {
91
+ chain_name: 'osmosistestnet',
92
+ base_denom: 'uosmo',
93
+ channel_id: 'channel-10092'
94
+ },
95
+ chain: {
96
+ channel_id: 'channel-77026',
97
+ path: 'transfer/channel-77026/uosmo'
98
+ }
99
+ }],
100
+ images: [{
101
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png'
102
+ }],
103
+ type_asset: 'ics20'
104
+ },
105
+ {
106
+ description: 'USDT is a USD-pegged stablecoin available on the Injective testnet.',
107
+ denom_units: [{
108
+ denom: 'peggy0x87aB3B4C8661e07D6372361211B96ed4Dc36B1B5',
109
+ exponent: 0
110
+ }, {
111
+ denom: 'USDT',
112
+ exponent: 6
113
+ }],
114
+ base: 'peggy0x87aB3B4C8661e07D6372361211B96ed4Dc36B1B5',
115
+ name: 'Tether',
116
+ display: 'USDT',
117
+ symbol: 'USDT',
118
+ logo_URIs: {
119
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
120
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
121
+ },
122
+ traces: [{
123
+ type: 'bridge',
124
+ counterparty: {
125
+ chain_name: 'ethereumtestnet',
126
+ base_denom: '0xaA8E23Fb1079EA71e0a56F48a2aA51851D8433D0'
127
+ },
128
+ provider: 'Peggy'
129
+ }],
130
+ images: [{
131
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
132
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
133
+ }],
134
+ type_asset: 'sdk.coin'
135
+ }
136
+ ]
38
137
  };
39
138
  exports.default = info;
@@ -49,21 +49,21 @@ const info = [
49
49
  $schema: '../../ibc_data.schema.json',
50
50
  chain_1: {
51
51
  chain_name: 'injectivetestnet',
52
- client_id: '07-tendermint-189',
53
- connection_id: 'connection-180'
52
+ client_id: '07-tendermint-305',
53
+ connection_id: 'connection-272'
54
54
  },
55
55
  chain_2: {
56
56
  chain_name: 'osmosistestnet',
57
- client_id: '07-tendermint-1273',
58
- connection_id: 'connection-1173'
57
+ client_id: '07-tendermint-4379',
58
+ connection_id: 'connection-3814'
59
59
  },
60
60
  channels: [{
61
61
  chain_1: {
62
- channel_id: 'channel-129',
62
+ channel_id: 'channel-77026',
63
63
  port_id: 'transfer'
64
64
  },
65
65
  chain_2: {
66
- channel_id: 'channel-4174',
66
+ channel_id: 'channel-10092',
67
67
  port_id: 'transfer'
68
68
  },
69
69
  ordering: 'unordered',
@@ -391,21 +391,21 @@ const info = [
391
391
  $schema: '../../ibc_data.schema.json',
392
392
  chain_1: {
393
393
  chain_name: 'injectivetestnet',
394
- client_id: '07-tendermint-189',
395
- connection_id: 'connection-180'
394
+ client_id: '07-tendermint-305',
395
+ connection_id: 'connection-272'
396
396
  },
397
397
  chain_2: {
398
398
  chain_name: 'osmosistestnet',
399
- client_id: '07-tendermint-1273',
400
- connection_id: 'connection-1173'
399
+ client_id: '07-tendermint-4379',
400
+ connection_id: 'connection-3814'
401
401
  },
402
402
  channels: [{
403
403
  chain_1: {
404
- channel_id: 'channel-129',
404
+ channel_id: 'channel-77026',
405
405
  port_id: 'transfer'
406
406
  },
407
407
  chain_2: {
408
- channel_id: 'channel-4174',
408
+ channel_id: 'channel-10092',
409
409
  port_id: 'transfer'
410
410
  },
411
411
  ordering: 'unordered',