chain-registry 1.69.38 → 1.69.40

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.
@@ -69,6 +69,10 @@ const info = {
69
69
  {
70
70
  address: 'https://atomone-rpc.ibs.team:443',
71
71
  provider: 'Inter Blockchain Services'
72
+ },
73
+ {
74
+ address: 'https://atomone-mainnet-rpc.autostake.com:443',
75
+ provider: 'AutoStake 🛡️ Slash Protected'
72
76
  }
73
77
  ],
74
78
  rest: [
@@ -107,6 +111,10 @@ const info = {
107
111
  {
108
112
  address: 'https://atomone-api.ibs.team:443',
109
113
  provider: 'Inter Blockchain Services'
114
+ },
115
+ {
116
+ address: 'https://atomone-mainnet-lcd.autostake.com:443',
117
+ provider: 'AutoStake 🛡️ Slash Protected'
110
118
  }
111
119
  ],
112
120
  grpc: [
@@ -129,6 +137,10 @@ const info = {
129
137
  {
130
138
  address: 'atomone-grpc.publicnode.com:443',
131
139
  provider: 'Allnodes ⚡️ Nodes & Staking'
140
+ },
141
+ {
142
+ address: 'atomone-mainnet-grpc.autostake.com:443',
143
+ provider: 'AutoStake 🛡️ Slash Protected'
132
144
  }
133
145
  ]
134
146
  },
@@ -86,9 +86,9 @@ const info = {
86
86
  },
87
87
  explorers: [
88
88
  {
89
- kind: 'odin web',
90
- url: 'https://mainnet.odinprotocol.io/',
91
- tx_page: 'https://mainnet.odinprotocol.io/transactions/${txHash}'
89
+ kind: 'Runa',
90
+ url: 'https://runa.odinprotocol.io/',
91
+ tx_page: 'https://runa.odinprotocol.io/transactions/${txHash}'
92
92
  },
93
93
  {
94
94
  kind: '🔥STAVR🔥',
@@ -21603,7 +21603,7 @@ const info = {
21603
21603
  }],
21604
21604
  keywords: ['meme'],
21605
21605
  socials: {
21606
- twitter: 'https://x.com/spice_coin_'
21606
+ twitter: 'https://x.com/spiceoncosmos'
21607
21607
  }
21608
21608
  },
21609
21609
  {
@@ -71,6 +71,10 @@ const info = {
71
71
  {
72
72
  address: 'https://atomone-rpc.ibs.team:443',
73
73
  provider: 'Inter Blockchain Services'
74
+ },
75
+ {
76
+ address: 'https://atomone-mainnet-rpc.autostake.com:443',
77
+ provider: 'AutoStake 🛡️ Slash Protected'
74
78
  }
75
79
  ],
76
80
  rest: [
@@ -109,6 +113,10 @@ const info = {
109
113
  {
110
114
  address: 'https://atomone-api.ibs.team:443',
111
115
  provider: 'Inter Blockchain Services'
116
+ },
117
+ {
118
+ address: 'https://atomone-mainnet-lcd.autostake.com:443',
119
+ provider: 'AutoStake 🛡️ Slash Protected'
112
120
  }
113
121
  ],
114
122
  grpc: [
@@ -131,6 +139,10 @@ const info = {
131
139
  {
132
140
  address: 'atomone-grpc.publicnode.com:443',
133
141
  provider: 'Allnodes ⚡️ Nodes & Staking'
142
+ },
143
+ {
144
+ address: 'atomone-mainnet-grpc.autostake.com:443',
145
+ provider: 'AutoStake 🛡️ Slash Protected'
134
146
  }
135
147
  ]
136
148
  },
@@ -88,9 +88,9 @@ const info = {
88
88
  },
89
89
  explorers: [
90
90
  {
91
- kind: 'odin web',
92
- url: 'https://mainnet.odinprotocol.io/',
93
- tx_page: 'https://mainnet.odinprotocol.io/transactions/${txHash}'
91
+ kind: 'Runa',
92
+ url: 'https://runa.odinprotocol.io/',
93
+ tx_page: 'https://runa.odinprotocol.io/transactions/${txHash}'
94
94
  },
95
95
  {
96
96
  kind: '🔥STAVR🔥',
@@ -21605,7 +21605,7 @@ const info = {
21605
21605
  }],
21606
21606
  keywords: ['meme'],
21607
21607
  socials: {
21608
- twitter: 'https://x.com/spice_coin_'
21608
+ twitter: 'https://x.com/spiceoncosmos'
21609
21609
  }
21610
21610
  },
21611
21611
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chain-registry",
3
- "version": "1.69.38",
3
+ "version": "1.69.40",
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.17",
32
+ "@chain-registry/utils": "^1.51.18",
33
33
  "deepmerge": "^4.2.2"
34
34
  },
35
35
  "dependencies": {
36
- "@chain-registry/types": "^0.50.17"
36
+ "@chain-registry/types": "^0.50.18"
37
37
  },
38
38
  "keywords": [
39
39
  "chain-registry",
@@ -43,5 +43,5 @@
43
43
  "interchain",
44
44
  "tokens"
45
45
  ],
46
- "gitHead": "d99b05e851759c3e6bcd84e2574a33d297427b25"
46
+ "gitHead": "202a25d078058c75ee616cb5f9b923d049283bfd"
47
47
  }