@chain-registry/osmosis 1.67.264 → 1.67.266
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.
- package/chain.js +8 -0
- package/esm/chain.js +8 -0
- package/package.json +3 -3
package/chain.js
CHANGED
|
@@ -640,6 +640,10 @@ const chain = {
|
|
|
640
640
|
{
|
|
641
641
|
address: 'https://rpc.osmosis.citizenweb3.com/',
|
|
642
642
|
provider: 'Citizen Web3'
|
|
643
|
+
},
|
|
644
|
+
{
|
|
645
|
+
address: 'https://osmosis.api.pocket.network',
|
|
646
|
+
provider: 'Pocket Network'
|
|
643
647
|
}
|
|
644
648
|
],
|
|
645
649
|
rest: [
|
|
@@ -702,6 +706,10 @@ const chain = {
|
|
|
702
706
|
{
|
|
703
707
|
address: 'https://api.osmosis.citizenweb3.com/',
|
|
704
708
|
provider: 'Citizen Web3'
|
|
709
|
+
},
|
|
710
|
+
{
|
|
711
|
+
address: 'https://osmosis.api.pocket.network',
|
|
712
|
+
provider: 'Pocket Network'
|
|
705
713
|
}
|
|
706
714
|
],
|
|
707
715
|
grpc: [
|
package/esm/chain.js
CHANGED
|
@@ -638,6 +638,10 @@ const chain = {
|
|
|
638
638
|
{
|
|
639
639
|
address: 'https://rpc.osmosis.citizenweb3.com/',
|
|
640
640
|
provider: 'Citizen Web3'
|
|
641
|
+
},
|
|
642
|
+
{
|
|
643
|
+
address: 'https://osmosis.api.pocket.network',
|
|
644
|
+
provider: 'Pocket Network'
|
|
641
645
|
}
|
|
642
646
|
],
|
|
643
647
|
rest: [
|
|
@@ -700,6 +704,10 @@ const chain = {
|
|
|
700
704
|
{
|
|
701
705
|
address: 'https://api.osmosis.citizenweb3.com/',
|
|
702
706
|
provider: 'Citizen Web3'
|
|
707
|
+
},
|
|
708
|
+
{
|
|
709
|
+
address: 'https://osmosis.api.pocket.network',
|
|
710
|
+
provider: 'Pocket Network'
|
|
703
711
|
}
|
|
704
712
|
],
|
|
705
713
|
grpc: [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/osmosis",
|
|
3
|
-
"version": "1.67.
|
|
3
|
+
"version": "1.67.266",
|
|
4
4
|
"description": "Chain Registry info for Osmosis",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/hyperweb-io/chain-registry",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"test:watch": "jest --watch"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@chain-registry/types": "^0.50.
|
|
32
|
+
"@chain-registry/types": "^0.50.266"
|
|
33
33
|
},
|
|
34
34
|
"keywords": [
|
|
35
35
|
"chain-registry",
|
|
@@ -38,5 +38,5 @@
|
|
|
38
38
|
"interchain",
|
|
39
39
|
"osmosis"
|
|
40
40
|
],
|
|
41
|
-
"gitHead": "
|
|
41
|
+
"gitHead": "58db5d81391c2564db9e7895fc2245c88a0a9e62"
|
|
42
42
|
}
|