chain-registry 1.69.59 β†’ 1.69.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.
Files changed (100) hide show
  1. package/esm/mainnet/acrechain/chain.js +0 -12
  2. package/esm/mainnet/agoric/chain.js +3 -3
  3. package/esm/mainnet/agoric/ibc.js +29 -0
  4. package/esm/mainnet/archway/chain.js +3 -15
  5. package/esm/mainnet/arkh/chain.js +0 -8
  6. package/esm/mainnet/assetmantle/assets.js +2 -2
  7. package/esm/mainnet/assetmantle/chain.js +10 -10
  8. package/esm/mainnet/assets.js +0 -2
  9. package/esm/mainnet/aura/chain.js +3 -7
  10. package/esm/mainnet/beezee/assets.js +86 -0
  11. package/esm/mainnet/beezee/ibc.js +58 -0
  12. package/esm/mainnet/celestia/chain.js +6 -6
  13. package/esm/mainnet/chains.js +0 -2
  14. package/esm/mainnet/cheqd/chain.js +3 -3
  15. package/esm/mainnet/cosmoshub/chain.js +12 -3
  16. package/esm/mainnet/dungeon/chain.js +13 -1
  17. package/esm/mainnet/gitopia/chain.js +6 -6
  18. package/esm/mainnet/haqq/chain.js +19 -6
  19. package/esm/mainnet/humans/chain.js +10 -4
  20. package/esm/mainnet/ibc.js +0 -2
  21. package/esm/mainnet/jackal/chain.js +5 -5
  22. package/esm/mainnet/jackal/ibc.js +29 -0
  23. package/esm/mainnet/named.js +0 -1
  24. package/esm/mainnet/neutron/chain.js +3 -3
  25. package/esm/mainnet/neutron/ibc.js +29 -0
  26. package/esm/mainnet/omniflixhub/chain.js +3 -3
  27. package/esm/mainnet/omniflixhub/ibc.js +29 -0
  28. package/esm/mainnet/osmosis/assets.js +37 -0
  29. package/esm/mainnet/planq/chain.js +6 -6
  30. package/esm/mainnet/point/chain.js +4 -4
  31. package/esm/mainnet/realio/chain.js +5 -5
  32. package/esm/mainnet/routerchain/chain.js +12 -0
  33. package/esm/mainnet/self/chain.js +16 -0
  34. package/esm/mainnet/sge/chain.js +8 -8
  35. package/esm/mainnet/source/chain.js +6 -6
  36. package/esm/mainnet/stafihub/chain.js +3 -3
  37. package/esm/mainnet/stratos/chain.js +19 -8
  38. package/esm/mainnet/uptick/chain.js +6 -6
  39. package/esm/mainnet/xion/chain.js +30 -3
  40. package/esm/mainnet/xpla/chain.js +17 -0
  41. package/esm/mainnet/zetachain/chain.js +18 -0
  42. package/esm/testnet/elystestnet/assets.js +10 -10
  43. package/esm/testnet/elystestnet/chain.js +7 -49
  44. package/mainnet/acrechain/chain.js +0 -12
  45. package/mainnet/agoric/chain.js +3 -3
  46. package/mainnet/agoric/ibc.js +29 -0
  47. package/mainnet/archway/chain.js +3 -15
  48. package/mainnet/arkh/chain.js +0 -8
  49. package/mainnet/assetmantle/assets.js +2 -2
  50. package/mainnet/assetmantle/chain.js +10 -10
  51. package/mainnet/assets.js +0 -2
  52. package/mainnet/aura/chain.js +3 -7
  53. package/mainnet/beezee/assets.js +86 -0
  54. package/mainnet/beezee/ibc.js +58 -0
  55. package/mainnet/celestia/chain.js +6 -6
  56. package/mainnet/chains.js +0 -2
  57. package/mainnet/cheqd/chain.js +3 -3
  58. package/mainnet/cosmoshub/chain.js +12 -3
  59. package/mainnet/dungeon/chain.js +13 -1
  60. package/mainnet/gitopia/chain.js +6 -6
  61. package/mainnet/haqq/chain.js +19 -6
  62. package/mainnet/humans/chain.js +10 -4
  63. package/mainnet/ibc.js +0 -2
  64. package/mainnet/jackal/chain.js +5 -5
  65. package/mainnet/jackal/ibc.js +29 -0
  66. package/mainnet/named.d.ts +0 -1
  67. package/mainnet/named.js +2 -3
  68. package/mainnet/neutron/chain.js +3 -3
  69. package/mainnet/neutron/ibc.js +29 -0
  70. package/mainnet/omniflixhub/chain.js +3 -3
  71. package/mainnet/omniflixhub/ibc.js +29 -0
  72. package/mainnet/osmosis/assets.js +37 -0
  73. package/mainnet/planq/chain.js +6 -6
  74. package/mainnet/point/chain.js +4 -4
  75. package/mainnet/realio/chain.js +5 -5
  76. package/mainnet/routerchain/chain.js +12 -0
  77. package/mainnet/self/chain.js +16 -0
  78. package/mainnet/sge/chain.js +8 -8
  79. package/mainnet/source/chain.js +6 -6
  80. package/mainnet/stafihub/chain.js +3 -3
  81. package/mainnet/stratos/chain.js +19 -8
  82. package/mainnet/uptick/chain.js +6 -6
  83. package/mainnet/xion/chain.js +30 -3
  84. package/mainnet/xpla/chain.js +17 -0
  85. package/mainnet/zetachain/chain.js +18 -0
  86. package/package.json +4 -4
  87. package/testnet/elystestnet/assets.js +10 -10
  88. package/testnet/elystestnet/chain.js +7 -49
  89. package/esm/mainnet/nois/assets.js +0 -37
  90. package/esm/mainnet/nois/chain.js +0 -279
  91. package/esm/mainnet/nois/ibc.js +0 -357
  92. package/esm/mainnet/nois/index.js +0 -6
  93. package/mainnet/nois/assets.d.ts +0 -3
  94. package/mainnet/nois/assets.js +0 -39
  95. package/mainnet/nois/chain.d.ts +0 -3
  96. package/mainnet/nois/chain.js +0 -281
  97. package/mainnet/nois/ibc.d.ts +0 -3
  98. package/mainnet/nois/ibc.js +0 -359
  99. package/mainnet/nois/index.d.ts +0 -3
  100. package/mainnet/nois/index.js +0 -12
@@ -54,6 +54,10 @@ const info = {
54
54
  {
55
55
  address: 'https://xion_mainnet_rpc.chain.whenmoonwhenlambo.money',
56
56
  provider: 'πŸš€ WHEN MOON πŸŒ• WHEN LAMBO πŸ”₯'
57
+ },
58
+ {
59
+ address: 'https://rpc.xion.nodestake.org',
60
+ provider: 'NodeStake'
57
61
  }
58
62
  ],
59
63
  rest: [
@@ -80,6 +84,10 @@ const info = {
80
84
  {
81
85
  address: 'https://xion_mainnet_api.chain.whenmoonwhenlambo.money',
82
86
  provider: 'πŸš€ WHEN MOON πŸŒ• WHEN LAMBO πŸ”₯'
87
+ },
88
+ {
89
+ address: 'https://api.xion.nodestake.org',
90
+ provider: 'NodeStake'
83
91
  }
84
92
  ],
85
93
  grpc: [
@@ -98,19 +106,38 @@ const info = {
98
106
  {
99
107
  address: 'xion-mainnet-grpc.autostake.com:443',
100
108
  provider: 'AutoStake πŸ›‘οΈ Slash Protected'
109
+ },
110
+ {
111
+ address: 'https://grpc.xion.nodestake.org:443',
112
+ provider: 'NodeStake'
101
113
  }
102
114
  ]
103
115
  },
104
- explorers: [{
116
+ explorers: [
117
+ {
105
118
  url: 'https://explorer.burnt.com/xion-mainnet-1',
106
119
  tx_page: 'https://explorer.burnt.com/xion-mainnet-1/tx/${txHash}',
107
120
  account_page: 'https://explorer.burnt.com/xion-mainnet-1/account/${accountAddress}'
108
- }, {
121
+ },
122
+ {
109
123
  kind: 'πŸš€ WHEN MOON πŸŒ• WHEN LAMBO πŸ”₯',
110
124
  url: 'https://explorer.whenmoonwhenlambo.money/xion',
111
125
  tx_page: 'https://explorer.whenmoonwhenlambo.money/xion/tx/${txHash}',
112
126
  account_page: 'https://explorer.whenmoonwhenlambo.money/xion/account/${accountAddress}'
113
- }],
127
+ },
128
+ {
129
+ kind: 'staking-explorer.com',
130
+ url: 'https://staking-explorer.com/explorer/xion',
131
+ tx_page: 'https://staking-explorer.com/transaction.php?chain=xion&tx=${txHash}',
132
+ account_page: 'https://staking-explorer.com/account.php?chain=xion&addr=${accountAddress}'
133
+ },
134
+ {
135
+ kind: 'NodeStake',
136
+ url: 'https://explorer.nodestake.org/xion',
137
+ tx_page: 'https://explorer.nodestake.org/xion/tx/${txHash}',
138
+ account_page: 'https://explorer.nodestake.org/xion/account/${accountAddress}'
139
+ }
140
+ ],
114
141
  images: [{
115
142
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt.png'
116
143
  }],
@@ -50,6 +50,10 @@ const info = {
50
50
  {
51
51
  address: 'https://xpla-rpc.publicnode.com:443',
52
52
  provider: 'Allnodes ⚑️ Nodes & Staking'
53
+ },
54
+ {
55
+ address: 'https://xpla.rpc.m.stavr.tech:443',
56
+ provider: 'πŸ”₯STAVRπŸ”₯'
53
57
  }
54
58
  ],
55
59
  rest: [
@@ -72,11 +76,18 @@ const info = {
72
76
  {
73
77
  address: 'https://xpla-rest.publicnode.com',
74
78
  provider: 'Allnodes ⚑️ Nodes & Staking'
79
+ },
80
+ {
81
+ address: 'https://xpla.api.m.stavr.tech',
82
+ provider: 'πŸ”₯STAVRπŸ”₯'
75
83
  }
76
84
  ],
77
85
  grpc: [{
78
86
  address: 'xpla-grpc.publicnode.com:443',
79
87
  provider: 'Allnodes ⚑️ Nodes & Staking'
88
+ }, {
89
+ address: 'xpla.grpc.m.stavr.tech:112',
90
+ provider: 'πŸ”₯STAVRπŸ”₯'
80
91
  }],
81
92
  "evm-http-jsonrpc": [{
82
93
  address: 'https://dimension-evm-rpc.xpla.dev',
@@ -119,6 +130,12 @@ const info = {
119
130
  url: 'https://ezstaking.app/xpla',
120
131
  tx_page: 'https://ezstaking.app/xpla/txs/${txHash}',
121
132
  account_page: 'https://ezstaking.app/xpla/account/${accountAddress}'
133
+ },
134
+ {
135
+ kind: 'πŸ”₯STAVRπŸ”₯',
136
+ url: 'https://explorer.stavr.tech/Xpla-Mainnet',
137
+ tx_page: 'https://explorer.stavr.tech/Xpla-Mainnet/${txHash}',
138
+ account_page: 'https://explorer.stavr.tech/Xpla-Mainnet/account/${accountAddress}'
122
139
  }
123
140
  ],
124
141
  images: [{
@@ -57,6 +57,10 @@ const info = {
57
57
  {
58
58
  address: 'https://zeta-chain.drpc.org',
59
59
  provider: 'dRPC'
60
+ },
61
+ {
62
+ address: 'https://zeta.rpc.m.stavr.tech:443',
63
+ provider: 'πŸ”₯STAVRπŸ”₯'
60
64
  }
61
65
  ],
62
66
  rest: [
@@ -83,6 +87,10 @@ const info = {
83
87
  {
84
88
  address: 'https://zetachain.api.nodeshub.online:443',
85
89
  provider: 'Nodes Hub πŸ›‘οΈ 100% Slash Protected πŸ›‘οΈ | Restake βœ…'
90
+ },
91
+ {
92
+ address: 'https://zeta.api.m.stavr.tech',
93
+ provider: 'πŸ”₯STAVRπŸ”₯'
86
94
  }
87
95
  ],
88
96
  grpc: [
@@ -101,6 +109,10 @@ const info = {
101
109
  {
102
110
  address: 'https://zetachain.grpc.nodeshub.online',
103
111
  provider: 'Nodes Hub'
112
+ },
113
+ {
114
+ address: 'zeta.grpc.m.stavr.tech',
115
+ provider: 'πŸ”₯STAVRπŸ”₯'
104
116
  }
105
117
  ]
106
118
  },
@@ -131,6 +143,12 @@ const info = {
131
143
  url: 'https://explorer.nodeshub.online/zetachain/',
132
144
  tx_page: 'https://explorer.nodeshub.online/zetachain/tx/${txHash}',
133
145
  account_page: 'https://explorer.nodeshub.online/zetachain/accounts/${accountAddress}'
146
+ },
147
+ {
148
+ kind: 'πŸ”₯STAVRπŸ”₯',
149
+ url: 'https://explorer.stavr.tech/Zetachain-Mainnet',
150
+ tx_page: 'https://explorer.stavr.tech/Zetachain-Mainnet/tx/${txHash}',
151
+ account_page: 'https://explorer.stavr.tech/Zetachain-Mainnet/accounts/${accountAddress}'
134
152
  }
135
153
  ]
136
154
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chain-registry",
3
- "version": "1.69.59",
3
+ "version": "1.69.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.51.33",
32
+ "@chain-registry/utils": "^1.51.35",
33
33
  "deepmerge": "^4.2.2"
34
34
  },
35
35
  "dependencies": {
36
- "@chain-registry/types": "^0.50.33"
36
+ "@chain-registry/types": "^0.50.35"
37
37
  },
38
38
  "keywords": [
39
39
  "chain-registry",
@@ -43,5 +43,5 @@
43
43
  "interchain",
44
44
  "tokens"
45
45
  ],
46
- "gitHead": "5af6c19f24b808f718b3145a1d3b012146a3dfd3"
46
+ "gitHead": "204f755a2b60754c4d5b744b159c86c00cc9ed3e"
47
47
  }
@@ -70,14 +70,14 @@ const info = {
70
70
  {
71
71
  description: 'USDC from Noble',
72
72
  denom_units: [{
73
- denom: 'ibc/2180E84E20F5679FCC760D8C165B60F42065DEF7F46A72B447CFF1B7DC6C0A65',
73
+ denom: 'ibc/F082B65C88E4B6D5EF1DB243CDA1D331D002759E938A0F5CD3FFDC5D53B3E349',
74
74
  exponent: 0
75
75
  }, {
76
76
  denom: 'usdc',
77
77
  exponent: 6
78
78
  }],
79
79
  type_asset: 'ics20',
80
- base: 'ibc/2180E84E20F5679FCC760D8C165B60F42065DEF7F46A72B447CFF1B7DC6C0A65',
80
+ base: 'ibc/F082B65C88E4B6D5EF1DB243CDA1D331D002759E938A0F5CD3FFDC5D53B3E349',
81
81
  name: 'Noble USD Coin',
82
82
  display: 'usdc',
83
83
  symbol: 'USDC',
@@ -86,11 +86,11 @@ const info = {
86
86
  counterparty: {
87
87
  chain_name: 'nobletestnet',
88
88
  base_denom: 'uusdc',
89
- channel_id: 'channel-19'
89
+ channel_id: 'channel-287'
90
90
  },
91
91
  chain: {
92
- channel_id: 'channel-12',
93
- path: 'transfer/channel-12/uusdc'
92
+ channel_id: 'channel-2',
93
+ path: 'transfer/channel-2/uusdc'
94
94
  }
95
95
  }],
96
96
  images: [{
@@ -112,14 +112,14 @@ const info = {
112
112
  },
113
113
  {
114
114
  denom_units: [{
115
- denom: 'ibc/E2D2F6ADCC68AA3384B2F5DFACCA437923D137C14E86FB8A10207CF3BED0C8D4',
115
+ denom: 'ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9',
116
116
  exponent: 0
117
117
  }, {
118
118
  denom: 'atom',
119
119
  exponent: 6
120
120
  }],
121
121
  type_asset: 'ics20',
122
- base: 'ibc/E2D2F6ADCC68AA3384B2F5DFACCA437923D137C14E86FB8A10207CF3BED0C8D4',
122
+ base: 'ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9',
123
123
  name: 'ATOM on Elys',
124
124
  display: 'atom',
125
125
  symbol: 'ATOM',
@@ -128,11 +128,11 @@ const info = {
128
128
  counterparty: {
129
129
  chain_name: 'cosmoshubtestnet',
130
130
  base_denom: 'uatom',
131
- channel_id: 'channel-3302'
131
+ channel_id: 'channel-290'
132
132
  },
133
133
  chain: {
134
- channel_id: 'channel-16',
135
- path: 'transfer/channel-16/uatom'
134
+ channel_id: 'channel-1',
135
+ path: 'transfer/channel-1/uatom'
136
136
  }
137
137
  }],
138
138
  images: [{
@@ -7,7 +7,7 @@ const info = {
7
7
  network_type: 'testnet',
8
8
  pretty_name: 'Elys Network',
9
9
  chain_type: 'cosmos',
10
- chain_id: 'elystestnet-1',
10
+ chain_id: 'elysicstestnet-1',
11
11
  bech32_prefix: 'elys',
12
12
  daemon_name: 'elysd',
13
13
  node_home: '$HOME/.elys',
@@ -31,14 +31,14 @@ const info = {
31
31
  high_gas_price: 0.03
32
32
  },
33
33
  {
34
- denom: 'ibc/2180E84E20F5679FCC760D8C165B60F42065DEF7F46A72B447CFF1B7DC6C0A65',
34
+ denom: 'ibc/F082B65C88E4B6D5EF1DB243CDA1D331D002759E938A0F5CD3FFDC5D53B3E349',
35
35
  fixed_min_gas_price: 0.01,
36
36
  low_gas_price: 0.01,
37
37
  average_gas_price: 0.025,
38
38
  high_gas_price: 0.03
39
39
  },
40
40
  {
41
- denom: 'ibc/E2D2F6ADCC68AA3384B2F5DFACCA437923D137C14E86FB8A10207CF3BED0C8D4',
41
+ denom: 'ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9',
42
42
  fixed_min_gas_price: 0.01,
43
43
  low_gas_price: 0.01,
44
44
  average_gas_price: 0.025,
@@ -53,18 +53,10 @@ const info = {
53
53
  address: 'https://rpc.testnet.elys.network',
54
54
  provider: 'Elys Network'
55
55
  },
56
- {
57
- address: 'https://elys-testnet-rpc.staketab.org:443',
58
- provider: 'Staketab'
59
- },
60
56
  {
61
57
  address: 'https://elys-testnet-rpc.itrocket.net:443',
62
58
  provider: 'itrocket'
63
59
  },
64
- {
65
- address: 'https://elys-rpc.kleomedes.network:443',
66
- provider: 'Kleomedes'
67
- },
68
60
  {
69
61
  address: 'https://elys-testnet-rpc.publicnode.com:443',
70
62
  provider: 'Allnodes ⚑️ Nodes & Staking'
@@ -75,60 +67,26 @@ const info = {
75
67
  address: 'https://api.testnet.elys.network',
76
68
  provider: 'Elys Network'
77
69
  },
78
- {
79
- address: 'https://elys.api.t.stavr.tech',
80
- provider: 'πŸ”₯STAVRπŸ”₯'
81
- },
82
- {
83
- address: 'https://elys-testnet-rest.staketab.org',
84
- provider: 'Staketab'
85
- },
86
70
  {
87
71
  address: 'https://elys-testnet-api.itrocket.net',
88
72
  provider: 'itrocket'
89
73
  },
90
- {
91
- address: 'https://elys-api.kleomedes.network:443',
92
- provider: 'Kleomedes'
93
- },
94
74
  {
95
75
  address: 'https://elys-testnet-rest.publicnode.com',
96
76
  provider: 'Allnodes ⚑️ Nodes & Staking'
97
77
  }
98
78
  ],
99
- grpc: [
100
- {
101
- address: 'services.staketab.com:9390',
102
- provider: 'Staketab'
103
- },
104
- {
105
- address: 'elys-testnet-grpc.itrocket.net:38090',
106
- provider: 'itrocket'
107
- },
108
- {
109
- address: 'elys-testnet-grpc.publicnode.com:443',
110
- provider: 'Allnodes ⚑️ Nodes & Staking'
111
- }
112
- ]
79
+ grpc: []
113
80
  },
114
- explorers: [
115
- {
116
- kind: 'πŸ”₯STAVRπŸ”₯',
117
- url: 'https://explorer.stavr.tech/Elys-Testnet',
118
- tx_page: 'https://explorer.stavr.tech/Elys-Testnet/tx/${txHash}',
119
- account_page: 'https://explorer.stavr.tech/Elys-Testnet/account/${accountAddress}'
120
- },
121
- {
81
+ explorers: [{
122
82
  kind: 'ping.pub',
123
83
  url: 'https://testnet.elys.network/elys',
124
84
  tx_page: 'https://testnet.elys.network/elys/tx/${txHash}'
125
- },
126
- {
85
+ }, {
127
86
  kind: 'itrocket',
128
87
  url: 'https://testnet.itrocket.net/elys',
129
88
  tx_page: 'https://testnet.itrocket.net/elys/staking/tx/${txHash}',
130
89
  account_page: 'https://testnet.itrocket.net/elys/account/${accountAddress}'
131
- }
132
- ]
90
+ }]
133
91
  };
134
92
  exports.default = info;
@@ -1,37 +0,0 @@
1
- const info = {
2
- $schema: '../assetlist.schema.json',
3
- chain_name: 'nois',
4
- assets: [{
5
- description: 'The native token of Nois',
6
- denom_units: [{
7
- denom: 'unois',
8
- exponent: 0
9
- }, {
10
- denom: 'nois',
11
- exponent: 6
12
- }],
13
- base: 'unois',
14
- name: 'Nois',
15
- display: 'nois',
16
- symbol: 'NOIS',
17
- logo_URIs: {
18
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.png',
19
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.svg'
20
- },
21
- keywords: [
22
- 'nois',
23
- 'randomness',
24
- 'drand',
25
- 'wasm'
26
- ],
27
- images: [{
28
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.png',
29
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.svg',
30
- theme: {
31
- primary_color_hex: '#0c0c14'
32
- }
33
- }],
34
- type_asset: 'sdk.coin'
35
- }]
36
- };
37
- export default info;
@@ -1,279 +0,0 @@
1
- const info = {
2
- $schema: '../chain.schema.json',
3
- chain_name: 'nois',
4
- status: 'live',
5
- network_type: 'mainnet',
6
- website: 'https://nois.network',
7
- pretty_name: 'Nois',
8
- chain_type: 'cosmos',
9
- chain_id: 'nois-1',
10
- bech32_prefix: 'nois',
11
- daemon_name: 'noisd',
12
- node_home: '$HOME/.noisd',
13
- key_algos: ['secp256k1'],
14
- slip44: 118,
15
- fees: {
16
- fee_tokens: [{
17
- denom: 'unois',
18
- fixed_min_gas_price: 0.05,
19
- low_gas_price: 0.05,
20
- average_gas_price: 0.05,
21
- high_gas_price: 0.1
22
- }]
23
- },
24
- staking: {
25
- staking_tokens: [{
26
- denom: 'unois'
27
- }],
28
- lock_duration: {
29
- time: '1814400s'
30
- }
31
- },
32
- codebase: {},
33
- images: [{
34
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.png',
35
- theme: {
36
- primary_color_hex: '#0C0914'
37
- }
38
- }, {
39
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.png',
40
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.svg',
41
- theme: {
42
- primary_color_hex: '#0c0c14'
43
- }
44
- }],
45
- logo_URIs: {
46
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.png'
47
- },
48
- apis: {
49
- rpc: [
50
- {
51
- address: 'https://nois-rpc.nysa.network',
52
- provider: 'nysa.network'
53
- },
54
- {
55
- address: 'https://nois.rpc.bccnodes.com',
56
- provider: 'BccNodes'
57
- },
58
- {
59
- address: 'https://rpc.lavenderfive.com:443/nois',
60
- provider: 'Lavender.Five Nodes 🐝'
61
- },
62
- {
63
- address: 'https://rpc-nois.mib.tech/',
64
- provider: 'MadeInBlock'
65
- },
66
- {
67
- address: 'https://m-nois.rpc.utsa.tech',
68
- provider: 'π₯𝐞𝐬𝐧𝐒𝐀 | 𝐔𝐓𝐒𝐀'
69
- },
70
- {
71
- address: 'http://nois.rpc.m.stavr.tech',
72
- provider: 'πŸ”₯STAVRπŸ”₯'
73
- },
74
- {
75
- address: 'https://rpc-nois.ezstaking.dev',
76
- provider: 'EZStaking'
77
- },
78
- {
79
- address: 'https://nois-mainnet-rpc.itrocket.net',
80
- provider: 'itrocket'
81
- },
82
- {
83
- address: 'https://rpc-nois.d-stake.xyz',
84
- provider: 'D-Stake'
85
- },
86
- {
87
- address: 'https://rpc-nois.sr20de.xyz',
88
- provider: 'SR20DE'
89
- },
90
- {
91
- address: 'https://nois-mainnet-rpc.autostake.com',
92
- provider: 'AutoStake'
93
- },
94
- {
95
- address: 'https://nois-rpc.polkachu.com',
96
- provider: 'Polkachu'
97
- },
98
- {
99
- address: 'https://nois-rpc.kingnodes.com',
100
- provider: 'kingnodes πŸ‘‘'
101
- },
102
- {
103
- address: 'https://rpc.nois.silentvalidator.com',
104
- provider: 'silent'
105
- },
106
- {
107
- address: 'https://nois-rpc.stakeandrelax.net',
108
- provider: 'Stake&Relax πŸ¦₯'
109
- },
110
- {
111
- address: 'https://rpc.nois.cumulo.org.es',
112
- provider: 'Cumulo'
113
- }
114
- ],
115
- grpc: [
116
- {
117
- address: 'https://nois-grpc.nysa.network',
118
- provider: 'nysa.network'
119
- },
120
- {
121
- address: 'nois.grpc.bccnodes.com:443',
122
- provider: 'BccNodes'
123
- },
124
- {
125
- address: 'nois.lavenderfive.com:443',
126
- provider: 'Lavender.Five Nodes 🐝'
127
- },
128
- {
129
- address: 'https://grpc.noismain.mcbnode.online',
130
- provider: 'mcbnode'
131
- },
132
- {
133
- address: 'http://nois.grpc.m.stavr.tech:191',
134
- provider: 'πŸ”₯STAVRπŸ”₯'
135
- },
136
- {
137
- address: 'nois-mainnet-grpc.itrocket.net:36090',
138
- provider: 'itrocket'
139
- },
140
- {
141
- address: 'nois-mainnet-grpc.itrocket.net:36090',
142
- provider: 'itrocket'
143
- },
144
- {
145
- address: 'https://grpc.nois.nodestake.top',
146
- provider: 'NodeStake'
147
- },
148
- {
149
- address: 'https://grpc-nois.d-stake.xyz',
150
- provider: 'D-Stake'
151
- },
152
- {
153
- address: 'https://grpc.nois.hexnodes.co',
154
- provider: 'HexNodes'
155
- },
156
- {
157
- address: 'https://grpc-nois.sr20de.xyz',
158
- provider: 'SR20DE'
159
- },
160
- {
161
- address: 'https://nois-testnet-grpc.autostake.com',
162
- provider: 'AutoStake'
163
- },
164
- {
165
- address: 'nois-grpc.polkachu.com:17390',
166
- provider: 'Polkachu'
167
- },
168
- {
169
- address: 'https://nois-grpc.kingnodes.com',
170
- provider: 'kingnodes πŸ‘‘'
171
- },
172
- {
173
- address: 'grpc.nois.silentvalidator.com:443',
174
- provider: 'silent'
175
- },
176
- {
177
- address: 'nois-grpc.stakeandrelax.net:17390',
178
- provider: 'Stake&Relax πŸ¦₯'
179
- },
180
- {
181
- address: 'grpc.nois.cumulo.org.es:443',
182
- provider: 'Cumulo'
183
- }
184
- ],
185
- rest: [
186
- {
187
- address: 'https://m-nois.api.utsa.tech',
188
- provider: 'π₯𝐞𝐬𝐧𝐒𝐀 | 𝐔𝐓𝐒𝐀'
189
- },
190
- {
191
- address: 'https://rest.lavenderfive.com:443/nois',
192
- provider: 'Lavender.Five Nodes 🐝'
193
- },
194
- {
195
- address: 'https://lcd-nois.ezstaking.dev',
196
- provider: 'EZStaking'
197
- },
198
- {
199
- address: 'https://lcd-nois.mib.tech/',
200
- provider: 'MadeInBlock'
201
- },
202
- {
203
- address: 'https://nois.api.m.stavr.tech',
204
- provider: 'πŸ”₯STAVRπŸ”₯'
205
- },
206
- {
207
- address: 'https://nois-mainnet-api.itrocket.net',
208
- provider: 'itrocket'
209
- },
210
- {
211
- address: 'https://api-nois.d-stake.xyz',
212
- provider: 'D-Stake'
213
- },
214
- {
215
- address: 'https://api-nois.sr20de.xyz',
216
- provider: 'SR20DE'
217
- },
218
- {
219
- address: 'https://nois-api.polkachu.com',
220
- provider: 'Polkachu'
221
- },
222
- {
223
- address: 'https://nois-rest.kingnodes.com',
224
- provider: 'kingnodes πŸ‘‘'
225
- },
226
- {
227
- address: 'https://api.nois.silentvalidator.com',
228
- provider: 'silent'
229
- },
230
- {
231
- address: 'https://nois-api.stakeandrelax.net',
232
- provider: 'Stake&Relax πŸ¦₯'
233
- },
234
- {
235
- address: 'https://api.nois.cumulo.org.es',
236
- provider: 'Cumulo'
237
- }
238
- ]
239
- },
240
- explorers: [
241
- {
242
- kind: 'ezstaking',
243
- url: 'https://ezstaking.app/nois',
244
- tx_page: 'https://ezstaking.app/nois/txs/${txHash}',
245
- account_page: 'https://ezstaking.app/nois/account/${accountAddress}'
246
- },
247
- {
248
- kind: 'staking-explorer.com',
249
- url: 'https://staking-explorer.com/explorer/nois',
250
- tx_page: 'https://staking-explorer.com/transaction.php?chain=nois&tx=${txHash}',
251
- account_page: 'https://staking-explorer.com/account.php?chain=nois&addr=${accountAddress}'
252
- },
253
- {
254
- kind: 'πŸ”₯STAVRπŸ”₯',
255
- url: 'https://explorer.stavr.tech/nois-mainnet',
256
- tx_page: 'https://explorer.stavr.tech/nois-mainnet/txs/${txHash}',
257
- account_page: 'https://explorer.stavr.tech/nois-mainnet/account/${accountAddress}'
258
- },
259
- {
260
- kind: 'BccNodes',
261
- url: 'https://explorer.stavr.tech/nois-mainnet',
262
- tx_page: 'https://explorer.bccnodes.com/nois-M/txs/${txHash}',
263
- account_page: 'https://explorer.bccnodes.com/nois-M/account/${accountAddress}'
264
- },
265
- {
266
- kind: 'explorers.guru',
267
- url: 'https://nois.explorers.guru',
268
- tx_page: 'https://nois.explorers.guru/transaction/${txHash}',
269
- account_page: 'https://nois.explorers.guru/account/${accountAddress}'
270
- }
271
- ],
272
- keywords: [
273
- 'nois',
274
- 'randomness',
275
- 'drand',
276
- 'wasm'
277
- ]
278
- };
279
- export default info;