chain-registry 2.0.132 → 2.0.133

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.
@@ -63,10 +63,6 @@ const info = {
63
63
  address: 'https://rpc.arkeo.roomit.xyz',
64
64
  provider: 'Roomit'
65
65
  },
66
- {
67
- address: 'https://arkeo_mainnet_rpc.chain.whenmoonwhenlambo.money',
68
- provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
69
- },
70
66
  {
71
67
  address: 'https://rpc.arkeo.nodestake.org',
72
68
  provider: 'NodeStake'
@@ -85,10 +81,6 @@ const info = {
85
81
  address: 'https://api.arkeo.roomit.xyz',
86
82
  provider: 'Roomit'
87
83
  },
88
- {
89
- address: 'https://arkeo_mainnet_api.chain.whenmoonwhenlambo.money',
90
- provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
91
- },
92
84
  {
93
85
  address: 'https://api.arkeo.nodestake.org',
94
86
  provider: 'NodeStake'
@@ -121,12 +113,6 @@ const info = {
121
113
  txPage: 'https://explorer.tendermint.roomit.xyz/arkeo-mainnet/transactions/${txHash}',
122
114
  accountPage: 'https://explorer.tendermint.roomit.xyz/arkeo-mainnet/account/${accountAddress}'
123
115
  },
124
- {
125
- kind: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥',
126
- url: 'https://explorer.whenmoonwhenlambo.money/arkeo',
127
- txPage: 'https://explorer.whenmoonwhenlambo.money/arkeo/tx/${txHash}',
128
- accountPage: 'https://explorer.whenmoonwhenlambo.money/arkeo/account/${accountAddress}'
129
- },
130
116
  {
131
117
  kind: 'NodeStake',
132
118
  url: 'https://explorer.nodestake.org/arkeo',
@@ -65,10 +65,6 @@ const info = {
65
65
  address: 'https://rpc.arkeo.roomit.xyz',
66
66
  provider: 'Roomit'
67
67
  },
68
- {
69
- address: 'https://arkeo_mainnet_rpc.chain.whenmoonwhenlambo.money',
70
- provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
71
- },
72
68
  {
73
69
  address: 'https://rpc.arkeo.nodestake.org',
74
70
  provider: 'NodeStake'
@@ -87,10 +83,6 @@ const info = {
87
83
  address: 'https://api.arkeo.roomit.xyz',
88
84
  provider: 'Roomit'
89
85
  },
90
- {
91
- address: 'https://arkeo_mainnet_api.chain.whenmoonwhenlambo.money',
92
- provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
93
- },
94
86
  {
95
87
  address: 'https://api.arkeo.nodestake.org',
96
88
  provider: 'NodeStake'
@@ -123,12 +115,6 @@ const info = {
123
115
  txPage: 'https://explorer.tendermint.roomit.xyz/arkeo-mainnet/transactions/${txHash}',
124
116
  accountPage: 'https://explorer.tendermint.roomit.xyz/arkeo-mainnet/account/${accountAddress}'
125
117
  },
126
- {
127
- kind: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥',
128
- url: 'https://explorer.whenmoonwhenlambo.money/arkeo',
129
- txPage: 'https://explorer.whenmoonwhenlambo.money/arkeo/tx/${txHash}',
130
- accountPage: 'https://explorer.whenmoonwhenlambo.money/arkeo/account/${accountAddress}'
131
- },
132
118
  {
133
119
  kind: 'NodeStake',
134
120
  url: 'https://explorer.nodestake.org/arkeo',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chain-registry",
3
- "version": "2.0.132",
3
+ "version": "2.0.133",
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": "^2.0.132"
32
+ "@chain-registry/types": "^2.0.133"
33
33
  },
34
34
  "keywords": [
35
35
  "chain-registry",
@@ -39,5 +39,5 @@
39
39
  "interchain",
40
40
  "tokens"
41
41
  ],
42
- "gitHead": "cc8e813c10feaee509ec0f1d55200b79ce33bc36"
42
+ "gitHead": "44110af64426c7185b974541380abba9ea4b63f6"
43
43
  }