chain-registry 1.63.60 → 1.63.61

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.
@@ -26,6 +26,41 @@ const info = {
26
26
  primary_color_hex: '#04cd80'
27
27
  }
28
28
  }]
29
+ }, {
30
+ description: 'Deenar gold-backed stablecoin',
31
+ denom_units: [{
32
+ denom: 'erc20/0x4FEBDDe47Ab9a76200e57eFcC80b212a07b3e6cE',
33
+ exponent: 0
34
+ }, {
35
+ denom: 'DEEN',
36
+ exponent: 6
37
+ }],
38
+ base: 'erc20/0x4FEBDDe47Ab9a76200e57eFcC80b212a07b3e6cE',
39
+ name: 'Deenar',
40
+ display: 'DEEN',
41
+ address: '0x4FEBDDe47Ab9a76200e57eFcC80b212a07b3e6cE',
42
+ symbol: 'DEEN',
43
+ type_asset: 'erc20',
44
+ traces: [{
45
+ type: 'synthetic',
46
+ counterparty: {
47
+ chain_name: 'comex',
48
+ base_denom: 'XAU'
49
+ },
50
+ provider: 'Deenar'
51
+ }],
52
+ logo_URIs: {
53
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.png',
54
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.svg'
55
+ },
56
+ images: [{
57
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.png',
58
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.svg',
59
+ theme: {
60
+ primary_color_hex: '#ffbc05',
61
+ circle: true
62
+ }
63
+ }]
29
64
  }]
30
65
  };
31
66
  export default info;
@@ -2092,6 +2092,28 @@ const info = {
2092
2092
  images: [{
2093
2093
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/qcdydx.svg'
2094
2094
  }]
2095
+ },
2096
+ {
2097
+ description: 'The Kujira Recovery Token',
2098
+ denom_units: [{
2099
+ denom: 'factory/kujira1tsekaqv9vmem0zwskmf90gpf0twl6k57e8vdnq/urkuji',
2100
+ exponent: 0
2101
+ }, {
2102
+ denom: 'rkuji',
2103
+ exponent: 6
2104
+ }],
2105
+ base: 'factory/kujira1tsekaqv9vmem0zwskmf90gpf0twl6k57e8vdnq/urkuji',
2106
+ name: 'rKUJI',
2107
+ display: 'rkuji',
2108
+ symbol: 'rKUJI',
2109
+ logo_URIs: {
2110
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/rkuji.png',
2111
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/rkuji.svg'
2112
+ },
2113
+ images: [{
2114
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/rkuji.png',
2115
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/rkuji.svg'
2116
+ }]
2095
2117
  }
2096
2118
  ]
2097
2119
  };
@@ -17866,8 +17866,7 @@ const info = {
17866
17866
  description: 'TRONIX is the mainnet native token of the TRON Protocol issued by TRON DAO, known as TRX.',
17867
17867
  denom_units: [{
17868
17868
  denom: 'factory/osmo1myv2g72h8dan7n4hx7stt3mmust6ws03zh6gxc7vz4hpmgp5z3lq9aunm9/TRX.rt',
17869
- exponent: 0,
17870
- aliases: ['sun']
17869
+ exponent: 0
17871
17870
  }, {
17872
17871
  denom: 'trx',
17873
17872
  exponent: 6
@@ -17901,11 +17900,10 @@ const info = {
17901
17900
  }]
17902
17901
  },
17903
17902
  {
17904
- description: 'USDT is the official stablecoin issued by Tether on the TRON network.',
17903
+ description: 'A synthetic version of USDT issued by Router, which can be unwrapped to USDT on several chains.',
17905
17904
  denom_units: [{
17906
17905
  denom: 'factory/osmo1myv2g72h8dan7n4hx7stt3mmust6ws03zh6gxc7vz4hpmgp5z3lq9aunm9/USDT.rt',
17907
- exponent: 0,
17908
- aliases: ['TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t']
17906
+ exponent: 0
17909
17907
  }, {
17910
17908
  denom: 'usdt',
17911
17909
  exponent: 6
@@ -17917,24 +17915,17 @@ const info = {
17917
17915
  display: 'usdt',
17918
17916
  symbol: 'USDT',
17919
17917
  traces: [{
17920
- type: 'additional-mintage',
17918
+ type: 'synthetic',
17921
17919
  counterparty: {
17922
17920
  chain_name: 'ethereum',
17923
17921
  base_denom: '0xdac17f958d2ee523a2206206994597c13d831ec7'
17924
17922
  },
17925
- provider: 'Tether'
17926
- }, {
17927
- type: 'bridge',
17928
- counterparty: {
17929
- chain_name: 'tron',
17930
- base_denom: 'TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t'
17931
- },
17932
17923
  provider: 'Router'
17933
17924
  }],
17934
17925
  images: [{
17935
17926
  image_sync: {
17936
- chain_name: 'tron',
17937
- base_denom: 'TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t'
17927
+ chain_name: 'ethereum',
17928
+ base_denom: '0xdac17f958d2ee523a2206206994597c13d831ec7'
17938
17929
  },
17939
17930
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg',
17940
17931
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
@@ -90,6 +90,10 @@ const info = {
90
90
  {
91
91
  address: 'https://teritori-rpc.bluestake.net:443',
92
92
  provider: 'BlueStake 🚀'
93
+ },
94
+ {
95
+ address: 'https://teritori_mainnet_rpc.chain.whenmoonwhenlambo.money',
96
+ provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
93
97
  }
94
98
  ],
95
99
  rest: [
@@ -144,6 +148,10 @@ const info = {
144
148
  {
145
149
  address: 'https://teritori-api.bluestake.net',
146
150
  provider: 'BlueStake 🚀'
151
+ },
152
+ {
153
+ address: 'https://teritori_mainnet_api.chain.whenmoonwhenlambo.money',
154
+ provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
147
155
  }
148
156
  ],
149
157
  grpc: [
@@ -229,6 +237,12 @@ const info = {
229
237
  url: 'https://atomscan.com/teritori',
230
238
  tx_page: 'https://atomscan.com/teritori/transactions/${txHash}',
231
239
  account_page: 'https://atomscan.com/teritori/accounts/${accountAddress}'
240
+ },
241
+ {
242
+ kind: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥',
243
+ url: 'https://explorer.whenmoonwhenlambo.money/teritori',
244
+ tx_page: 'https://explorer.whenmoonwhenlambo.money/teritori/tx/${txHash}',
245
+ account_page: 'https://explorer.whenmoonwhenlambo.money/teritori/account/${accountAddress}'
232
246
  }
233
247
  ],
234
248
  images: [{
@@ -5,7 +5,7 @@ const info = {
5
5
  network_type: 'testnet',
6
6
  pretty_name: 'Symphony Testnet',
7
7
  chain_type: 'cosmos',
8
- chain_id: 'symphony-testnet-2',
8
+ chain_id: 'symphony-testnet-3',
9
9
  bech32_prefix: 'symphony',
10
10
  daemon_name: 'symphonyd',
11
11
  node_home: '$HOME/.symphonyd',
@@ -32,16 +32,16 @@ const info = {
32
32
  },
33
33
  apis: {
34
34
  rpc: [{
35
- address: 'https://symphony-rpc.kleomedes.network',
36
- provider: 'Kleomedes'
35
+ address: 'https://symphony.test.rpc.nodeshub.online/',
36
+ provider: 'Nodes Hub'
37
37
  }],
38
38
  rest: [{
39
- address: 'https://symphony-api.kleomedes.network',
40
- provider: 'Kleomedes'
39
+ address: 'https://symphony.test.api.nodeshub.online/',
40
+ provider: 'Nodes Hub'
41
41
  }],
42
42
  grpc: [{
43
- address: 'symphony-grpc.kleomedes.network',
44
- provider: 'Kleomedes'
43
+ address: 'https://symphony.test.grpc.nodeshub.online/',
44
+ provider: 'Nodes Hub'
45
45
  }]
46
46
  },
47
47
  logo_URIs: {
@@ -28,6 +28,41 @@ const info = {
28
28
  primary_color_hex: '#04cd80'
29
29
  }
30
30
  }]
31
+ }, {
32
+ description: 'Deenar gold-backed stablecoin',
33
+ denom_units: [{
34
+ denom: 'erc20/0x4FEBDDe47Ab9a76200e57eFcC80b212a07b3e6cE',
35
+ exponent: 0
36
+ }, {
37
+ denom: 'DEEN',
38
+ exponent: 6
39
+ }],
40
+ base: 'erc20/0x4FEBDDe47Ab9a76200e57eFcC80b212a07b3e6cE',
41
+ name: 'Deenar',
42
+ display: 'DEEN',
43
+ address: '0x4FEBDDe47Ab9a76200e57eFcC80b212a07b3e6cE',
44
+ symbol: 'DEEN',
45
+ type_asset: 'erc20',
46
+ traces: [{
47
+ type: 'synthetic',
48
+ counterparty: {
49
+ chain_name: 'comex',
50
+ base_denom: 'XAU'
51
+ },
52
+ provider: 'Deenar'
53
+ }],
54
+ logo_URIs: {
55
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.png',
56
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.svg'
57
+ },
58
+ images: [{
59
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.png',
60
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.svg',
61
+ theme: {
62
+ primary_color_hex: '#ffbc05',
63
+ circle: true
64
+ }
65
+ }]
31
66
  }]
32
67
  };
33
68
  exports.default = info;
@@ -2094,6 +2094,28 @@ const info = {
2094
2094
  images: [{
2095
2095
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/qcdydx.svg'
2096
2096
  }]
2097
+ },
2098
+ {
2099
+ description: 'The Kujira Recovery Token',
2100
+ denom_units: [{
2101
+ denom: 'factory/kujira1tsekaqv9vmem0zwskmf90gpf0twl6k57e8vdnq/urkuji',
2102
+ exponent: 0
2103
+ }, {
2104
+ denom: 'rkuji',
2105
+ exponent: 6
2106
+ }],
2107
+ base: 'factory/kujira1tsekaqv9vmem0zwskmf90gpf0twl6k57e8vdnq/urkuji',
2108
+ name: 'rKUJI',
2109
+ display: 'rkuji',
2110
+ symbol: 'rKUJI',
2111
+ logo_URIs: {
2112
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/rkuji.png',
2113
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/rkuji.svg'
2114
+ },
2115
+ images: [{
2116
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/rkuji.png',
2117
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/rkuji.svg'
2118
+ }]
2097
2119
  }
2098
2120
  ]
2099
2121
  };
@@ -17868,8 +17868,7 @@ const info = {
17868
17868
  description: 'TRONIX is the mainnet native token of the TRON Protocol issued by TRON DAO, known as TRX.',
17869
17869
  denom_units: [{
17870
17870
  denom: 'factory/osmo1myv2g72h8dan7n4hx7stt3mmust6ws03zh6gxc7vz4hpmgp5z3lq9aunm9/TRX.rt',
17871
- exponent: 0,
17872
- aliases: ['sun']
17871
+ exponent: 0
17873
17872
  }, {
17874
17873
  denom: 'trx',
17875
17874
  exponent: 6
@@ -17903,11 +17902,10 @@ const info = {
17903
17902
  }]
17904
17903
  },
17905
17904
  {
17906
- description: 'USDT is the official stablecoin issued by Tether on the TRON network.',
17905
+ description: 'A synthetic version of USDT issued by Router, which can be unwrapped to USDT on several chains.',
17907
17906
  denom_units: [{
17908
17907
  denom: 'factory/osmo1myv2g72h8dan7n4hx7stt3mmust6ws03zh6gxc7vz4hpmgp5z3lq9aunm9/USDT.rt',
17909
- exponent: 0,
17910
- aliases: ['TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t']
17908
+ exponent: 0
17911
17909
  }, {
17912
17910
  denom: 'usdt',
17913
17911
  exponent: 6
@@ -17919,24 +17917,17 @@ const info = {
17919
17917
  display: 'usdt',
17920
17918
  symbol: 'USDT',
17921
17919
  traces: [{
17922
- type: 'additional-mintage',
17920
+ type: 'synthetic',
17923
17921
  counterparty: {
17924
17922
  chain_name: 'ethereum',
17925
17923
  base_denom: '0xdac17f958d2ee523a2206206994597c13d831ec7'
17926
17924
  },
17927
- provider: 'Tether'
17928
- }, {
17929
- type: 'bridge',
17930
- counterparty: {
17931
- chain_name: 'tron',
17932
- base_denom: 'TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t'
17933
- },
17934
17925
  provider: 'Router'
17935
17926
  }],
17936
17927
  images: [{
17937
17928
  image_sync: {
17938
- chain_name: 'tron',
17939
- base_denom: 'TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t'
17929
+ chain_name: 'ethereum',
17930
+ base_denom: '0xdac17f958d2ee523a2206206994597c13d831ec7'
17940
17931
  },
17941
17932
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg',
17942
17933
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
@@ -92,6 +92,10 @@ const info = {
92
92
  {
93
93
  address: 'https://teritori-rpc.bluestake.net:443',
94
94
  provider: 'BlueStake 🚀'
95
+ },
96
+ {
97
+ address: 'https://teritori_mainnet_rpc.chain.whenmoonwhenlambo.money',
98
+ provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
95
99
  }
96
100
  ],
97
101
  rest: [
@@ -146,6 +150,10 @@ const info = {
146
150
  {
147
151
  address: 'https://teritori-api.bluestake.net',
148
152
  provider: 'BlueStake 🚀'
153
+ },
154
+ {
155
+ address: 'https://teritori_mainnet_api.chain.whenmoonwhenlambo.money',
156
+ provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
149
157
  }
150
158
  ],
151
159
  grpc: [
@@ -231,6 +239,12 @@ const info = {
231
239
  url: 'https://atomscan.com/teritori',
232
240
  tx_page: 'https://atomscan.com/teritori/transactions/${txHash}',
233
241
  account_page: 'https://atomscan.com/teritori/accounts/${accountAddress}'
242
+ },
243
+ {
244
+ kind: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥',
245
+ url: 'https://explorer.whenmoonwhenlambo.money/teritori',
246
+ tx_page: 'https://explorer.whenmoonwhenlambo.money/teritori/tx/${txHash}',
247
+ account_page: 'https://explorer.whenmoonwhenlambo.money/teritori/account/${accountAddress}'
234
248
  }
235
249
  ],
236
250
  images: [{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chain-registry",
3
- "version": "1.63.60",
3
+ "version": "1.63.61",
4
4
  "description": "Cosmos chain registry ⚛️",
5
5
  "author": "Dan Lynch <pyramation@gmail.com>",
6
6
  "homepage": "https://github.com/cosmology-tech/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.46.50",
32
+ "@chain-registry/utils": "^1.46.51",
33
33
  "deepmerge": "^4.2.2"
34
34
  },
35
35
  "dependencies": {
36
- "@chain-registry/types": "^0.45.50"
36
+ "@chain-registry/types": "^0.45.51"
37
37
  },
38
38
  "keywords": [
39
39
  "chain-registry",
@@ -43,5 +43,5 @@
43
43
  "interchain",
44
44
  "tokens"
45
45
  ],
46
- "gitHead": "97762adebdaccfc5492bcc7e112990ebafc2e97b"
46
+ "gitHead": "c50a4b484aeab470c69ded4f85168948a203aa17"
47
47
  }
@@ -7,7 +7,7 @@ const info = {
7
7
  network_type: 'testnet',
8
8
  pretty_name: 'Symphony Testnet',
9
9
  chain_type: 'cosmos',
10
- chain_id: 'symphony-testnet-2',
10
+ chain_id: 'symphony-testnet-3',
11
11
  bech32_prefix: 'symphony',
12
12
  daemon_name: 'symphonyd',
13
13
  node_home: '$HOME/.symphonyd',
@@ -34,16 +34,16 @@ const info = {
34
34
  },
35
35
  apis: {
36
36
  rpc: [{
37
- address: 'https://symphony-rpc.kleomedes.network',
38
- provider: 'Kleomedes'
37
+ address: 'https://symphony.test.rpc.nodeshub.online/',
38
+ provider: 'Nodes Hub'
39
39
  }],
40
40
  rest: [{
41
- address: 'https://symphony-api.kleomedes.network',
42
- provider: 'Kleomedes'
41
+ address: 'https://symphony.test.api.nodeshub.online/',
42
+ provider: 'Nodes Hub'
43
43
  }],
44
44
  grpc: [{
45
- address: 'symphony-grpc.kleomedes.network',
46
- provider: 'Kleomedes'
45
+ address: 'https://symphony.test.grpc.nodeshub.online/',
46
+ provider: 'Nodes Hub'
47
47
  }]
48
48
  },
49
49
  logo_URIs: {