chain-registry 1.63.102 → 1.63.103
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/esm/mainnet/sei/chain.js +2 -2
- package/esm/mainnet/self/chain.js +12 -0
- package/mainnet/sei/chain.js +2 -2
- package/mainnet/self/chain.js +12 -0
- package/package.json +4 -4
package/esm/mainnet/sei/chain.js
CHANGED
|
@@ -27,9 +27,9 @@ const info = {
|
|
|
27
27
|
}]
|
|
28
28
|
},
|
|
29
29
|
codebase: {
|
|
30
|
-
cosmos_sdk_version: 'sei-cosmos v0.3.
|
|
30
|
+
cosmos_sdk_version: 'sei-cosmos v0.3.35',
|
|
31
31
|
cosmwasm_enabled: true,
|
|
32
|
-
cosmwasm_version: 'sei-wasmd v0.2.
|
|
32
|
+
cosmwasm_version: 'sei-wasmd v0.2.4'
|
|
33
33
|
},
|
|
34
34
|
logo_URIs: {
|
|
35
35
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/sei.png',
|
|
@@ -51,6 +51,10 @@ const info = {
|
|
|
51
51
|
{
|
|
52
52
|
address: 'https://selfchain-mainnet.rpc.stakevillage.net:443',
|
|
53
53
|
provider: 'Stake Village'
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
address: 'https://selfchain-mainnet-rpc.autostake.com:443',
|
|
57
|
+
provider: 'AutoStake 🛡️ Slash Protected'
|
|
54
58
|
}
|
|
55
59
|
],
|
|
56
60
|
rest: [
|
|
@@ -77,6 +81,10 @@ const info = {
|
|
|
77
81
|
{
|
|
78
82
|
address: 'https://selfchain-mainnet.api.stakevillage.net',
|
|
79
83
|
provider: 'Stake Village'
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
address: 'https://selfchain-mainnet-lcd.autostake.com:443',
|
|
87
|
+
provider: 'AutoStake 🛡️ Slash Protected'
|
|
80
88
|
}
|
|
81
89
|
],
|
|
82
90
|
grpc: [
|
|
@@ -91,6 +99,10 @@ const info = {
|
|
|
91
99
|
{
|
|
92
100
|
address: 'selfchain-mainnet.grpc.stakevillage.net:443',
|
|
93
101
|
provider: 'Stake Village'
|
|
102
|
+
},
|
|
103
|
+
{
|
|
104
|
+
address: 'selfchain-mainnet-grpc.autostake.com:443',
|
|
105
|
+
provider: 'AutoStake 🛡️ Slash Protected'
|
|
94
106
|
}
|
|
95
107
|
]
|
|
96
108
|
},
|
package/mainnet/sei/chain.js
CHANGED
|
@@ -29,9 +29,9 @@ const info = {
|
|
|
29
29
|
}]
|
|
30
30
|
},
|
|
31
31
|
codebase: {
|
|
32
|
-
cosmos_sdk_version: 'sei-cosmos v0.3.
|
|
32
|
+
cosmos_sdk_version: 'sei-cosmos v0.3.35',
|
|
33
33
|
cosmwasm_enabled: true,
|
|
34
|
-
cosmwasm_version: 'sei-wasmd v0.2.
|
|
34
|
+
cosmwasm_version: 'sei-wasmd v0.2.4'
|
|
35
35
|
},
|
|
36
36
|
logo_URIs: {
|
|
37
37
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/sei.png',
|
package/mainnet/self/chain.js
CHANGED
|
@@ -53,6 +53,10 @@ const info = {
|
|
|
53
53
|
{
|
|
54
54
|
address: 'https://selfchain-mainnet.rpc.stakevillage.net:443',
|
|
55
55
|
provider: 'Stake Village'
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
address: 'https://selfchain-mainnet-rpc.autostake.com:443',
|
|
59
|
+
provider: 'AutoStake 🛡️ Slash Protected'
|
|
56
60
|
}
|
|
57
61
|
],
|
|
58
62
|
rest: [
|
|
@@ -79,6 +83,10 @@ const info = {
|
|
|
79
83
|
{
|
|
80
84
|
address: 'https://selfchain-mainnet.api.stakevillage.net',
|
|
81
85
|
provider: 'Stake Village'
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
address: 'https://selfchain-mainnet-lcd.autostake.com:443',
|
|
89
|
+
provider: 'AutoStake 🛡️ Slash Protected'
|
|
82
90
|
}
|
|
83
91
|
],
|
|
84
92
|
grpc: [
|
|
@@ -93,6 +101,10 @@ const info = {
|
|
|
93
101
|
{
|
|
94
102
|
address: 'selfchain-mainnet.grpc.stakevillage.net:443',
|
|
95
103
|
provider: 'Stake Village'
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
address: 'selfchain-mainnet-grpc.autostake.com:443',
|
|
107
|
+
provider: 'AutoStake 🛡️ Slash Protected'
|
|
96
108
|
}
|
|
97
109
|
]
|
|
98
110
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-registry",
|
|
3
|
-
"version": "1.63.
|
|
3
|
+
"version": "1.63.103",
|
|
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.
|
|
32
|
+
"@chain-registry/utils": "^1.46.83",
|
|
33
33
|
"deepmerge": "^4.2.2"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@chain-registry/types": "^0.45.
|
|
36
|
+
"@chain-registry/types": "^0.45.83"
|
|
37
37
|
},
|
|
38
38
|
"keywords": [
|
|
39
39
|
"chain-registry",
|
|
@@ -43,5 +43,5 @@
|
|
|
43
43
|
"interchain",
|
|
44
44
|
"tokens"
|
|
45
45
|
],
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "8c9c4110b933665cb807db55d90659029efab628"
|
|
47
47
|
}
|