chain-registry 2.0.62 → 2.0.63
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/composable/chain.js +0 -12
- package/esm/mainnet/epix/chain.js +15 -11
- package/esm/mainnet/lumera/chain.js +11 -0
- package/esm/mainnet/terra/asset-list.js +27 -0
- package/esm/testnet/atomonetestnet/chain.js +18 -3
- package/mainnet/composable/chain.js +0 -12
- package/mainnet/epix/chain.js +15 -11
- package/mainnet/lumera/chain.js +11 -0
- package/mainnet/terra/asset-list.js +27 -0
- package/package.json +3 -3
- package/testnet/atomonetestnet/chain.js +18 -3
|
@@ -67,10 +67,6 @@ const info = {
|
|
|
67
67
|
address: 'https://composable-mainnet-rpc.autostake.com:443',
|
|
68
68
|
provider: 'AutoStake 🛡️ Slash Protected'
|
|
69
69
|
},
|
|
70
|
-
{
|
|
71
|
-
address: 'https://picasso-rpc.cogwheel.zone:443',
|
|
72
|
-
provider: 'Cogwheel ⚙️'
|
|
73
|
-
},
|
|
74
70
|
{
|
|
75
71
|
address: 'https://rpc.lavenderfive.com:443/picasso',
|
|
76
72
|
provider: 'Lavender.Five Nodes 🐝'
|
|
@@ -121,10 +117,6 @@ const info = {
|
|
|
121
117
|
address: 'https://composable-mainnet-lcd.autostake.com:443',
|
|
122
118
|
provider: 'AutoStake 🛡️ Slash Protected'
|
|
123
119
|
},
|
|
124
|
-
{
|
|
125
|
-
address: 'https://picasso-api.cogwheel.zone:443',
|
|
126
|
-
provider: 'Cogwheel ⚙️'
|
|
127
|
-
},
|
|
128
120
|
{
|
|
129
121
|
address: 'https://rest.lavenderfive.com:443/picasso',
|
|
130
122
|
provider: 'Lavender.Five Nodes 🐝'
|
|
@@ -179,10 +171,6 @@ const info = {
|
|
|
179
171
|
address: 'grpc-centauri.cosmos-spaces.cloud:1120',
|
|
180
172
|
provider: 'Cosmos Spaces'
|
|
181
173
|
},
|
|
182
|
-
{
|
|
183
|
-
address: 'https://picasso-grpc.cogwheel.zone:443',
|
|
184
|
-
provider: 'Cogwheel ⚙️'
|
|
185
|
-
},
|
|
186
174
|
{
|
|
187
175
|
address: 'picasso.lavenderfive.com:443',
|
|
188
176
|
provider: 'Lavender.Five Nodes 🐝'
|
|
@@ -53,26 +53,30 @@ const info = {
|
|
|
53
53
|
},
|
|
54
54
|
apis: {
|
|
55
55
|
rpc: [{
|
|
56
|
-
address: 'https://
|
|
57
|
-
provider: '
|
|
56
|
+
address: 'https://rpc.epix.zone',
|
|
57
|
+
provider: 'Epix'
|
|
58
58
|
}],
|
|
59
59
|
rest: [{
|
|
60
|
-
address: 'https://
|
|
61
|
-
provider: '
|
|
60
|
+
address: 'https://api.epix.zone',
|
|
61
|
+
provider: 'Epix'
|
|
62
62
|
}],
|
|
63
63
|
grpc: [{
|
|
64
|
-
address: '
|
|
65
|
-
provider: '
|
|
64
|
+
address: 'grpc.epix.zone:15067',
|
|
65
|
+
provider: 'Epix'
|
|
66
66
|
}],
|
|
67
67
|
evmHttpJsonrpc: [{
|
|
68
|
-
address: 'https://epix.
|
|
69
|
-
provider: '
|
|
68
|
+
address: 'https://evmrpc.epix.zone/',
|
|
69
|
+
provider: 'Epix'
|
|
70
70
|
}]
|
|
71
71
|
},
|
|
72
72
|
explorers: [{
|
|
73
|
-
kind: '
|
|
74
|
-
url: 'https://explorer.
|
|
75
|
-
txPage: 'https://explorer.
|
|
73
|
+
kind: 'L1',
|
|
74
|
+
url: 'https://explorer.epix.zone/',
|
|
75
|
+
txPage: 'https://explorer.epix.zone/epix/tx/${txHash}'
|
|
76
|
+
}, {
|
|
77
|
+
kind: 'EVM',
|
|
78
|
+
url: 'https://scan.epix.zone/',
|
|
79
|
+
txPage: 'https://scan.epix.zone/tx/${txHash}'
|
|
76
80
|
}],
|
|
77
81
|
images: [{
|
|
78
82
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/epix/images/epix.png',
|
|
@@ -79,6 +79,10 @@ const info = {
|
|
|
79
79
|
{
|
|
80
80
|
address: 'https://lumera-rpc.stakerhouse.com',
|
|
81
81
|
provider: 'StakerHouse'
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
address: 'https://lumera.archive.data.nexus',
|
|
85
|
+
provider: 'Data Nexus'
|
|
82
86
|
}
|
|
83
87
|
],
|
|
84
88
|
rest: [
|
|
@@ -93,11 +97,18 @@ const info = {
|
|
|
93
97
|
{
|
|
94
98
|
address: 'https://lumera-rest.stakerhouse.com',
|
|
95
99
|
provider: 'StakerHouse'
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
address: 'https://rest.lumera.archive.data.nexus',
|
|
103
|
+
provider: 'Data Nexus'
|
|
96
104
|
}
|
|
97
105
|
],
|
|
98
106
|
grpc: [{
|
|
99
107
|
address: 'https://grpc.lumera.io:443',
|
|
100
108
|
provider: 'LumeraProtocol'
|
|
109
|
+
}, {
|
|
110
|
+
address: 'https://grpc.lumera.archive.data.nexus:443',
|
|
111
|
+
provider: 'Data Nexus'
|
|
101
112
|
}]
|
|
102
113
|
},
|
|
103
114
|
explorers: [{
|
|
@@ -4874,6 +4874,33 @@ const info = {
|
|
|
4874
4874
|
images: [{
|
|
4875
4875
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/greenfriendlylabs.png'
|
|
4876
4876
|
}]
|
|
4877
|
+
},
|
|
4878
|
+
{
|
|
4879
|
+
description: 'LuncToken ($LTK) is the community token of Lunctoken.org, designed to reward engagement, provide access to Web3 educational content, and strengthen the Terra Classic ecosystem.',
|
|
4880
|
+
extendedDescription: 'LuncToken ($LTK) is a CW20 token deployed on Terra Classic (columbus-5). It powers the community platform Lunctoken.org, rewarding contributors with points and tokens, enabling on-chain claims, NFTs, and governance experiments. With a fixed max supply of 10,000,000 LTK, the project is focused on education, gamified participation, and real utility within the Terra Classic ecosystem.',
|
|
4881
|
+
socials: {
|
|
4882
|
+
website: 'https://www.lunctoken.org',
|
|
4883
|
+
twitter: 'https://x.com/Lunctoken_org'
|
|
4884
|
+
},
|
|
4885
|
+
typeAsset: 'cw20',
|
|
4886
|
+
address: 'terra1mm8tdp40r2slzwqxk8jsz66ayc4zp69muxeateq37x2xquttzsaqy7275a',
|
|
4887
|
+
denomUnits: [{
|
|
4888
|
+
denom: 'cw20:terra1mm8tdp40r2slzwqxk8jsz66ayc4zp69muxeateq37x2xquttzsaqy7275a',
|
|
4889
|
+
exponent: 0
|
|
4890
|
+
}, {
|
|
4891
|
+
denom: 'ltk',
|
|
4892
|
+
exponent: 6
|
|
4893
|
+
}],
|
|
4894
|
+
base: 'cw20:terra1mm8tdp40r2slzwqxk8jsz66ayc4zp69muxeateq37x2xquttzsaqy7275a',
|
|
4895
|
+
name: 'Lunctoken',
|
|
4896
|
+
display: 'ltk',
|
|
4897
|
+
symbol: 'LTK',
|
|
4898
|
+
logoURIs: {
|
|
4899
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/lunctoken.png'
|
|
4900
|
+
},
|
|
4901
|
+
images: [{
|
|
4902
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/lunctoken.png'
|
|
4903
|
+
}]
|
|
4877
4904
|
}
|
|
4878
4905
|
]
|
|
4879
4906
|
};
|
|
@@ -77,6 +77,10 @@ const info = {
|
|
|
77
77
|
{
|
|
78
78
|
address: 'https://rpc.atomone-testnet-1.atomone.aviaone.com:443',
|
|
79
79
|
provider: 'AVIAONE.com 🟢'
|
|
80
|
+
},
|
|
81
|
+
{
|
|
82
|
+
address: 'https://atomone-testnet-rpc.cogwheel.zone',
|
|
83
|
+
provider: 'Cogwheel ⚙️'
|
|
80
84
|
}
|
|
81
85
|
],
|
|
82
86
|
rest: [
|
|
@@ -91,15 +95,26 @@ const info = {
|
|
|
91
95
|
{
|
|
92
96
|
address: 'https://api-test.atomone.vinjan.xyz',
|
|
93
97
|
provider: 'Vinjan'
|
|
98
|
+
},
|
|
99
|
+
{
|
|
100
|
+
address: 'https://atomone-testnet-api.cogwheel.zone',
|
|
101
|
+
provider: 'Cogwheel ⚙️'
|
|
94
102
|
}
|
|
95
103
|
],
|
|
96
|
-
grpc: [
|
|
104
|
+
grpc: [
|
|
105
|
+
{
|
|
97
106
|
address: 'grpc.atomone-1.atomone.aviaone.com:9102',
|
|
98
107
|
provider: 'AVIAONE.com 🟢'
|
|
99
|
-
},
|
|
108
|
+
},
|
|
109
|
+
{
|
|
100
110
|
address: 'https://grpc-testnet-atomone.nodeist.net:443',
|
|
101
111
|
provider: 'Nodeist'
|
|
102
|
-
}
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
address: 'atomone-testnet-grpc.cogwheel.zone:443',
|
|
115
|
+
provider: 'Cogwheel ⚙️'
|
|
116
|
+
}
|
|
117
|
+
]
|
|
103
118
|
},
|
|
104
119
|
explorers: [
|
|
105
120
|
{
|
|
@@ -69,10 +69,6 @@ const info = {
|
|
|
69
69
|
address: 'https://composable-mainnet-rpc.autostake.com:443',
|
|
70
70
|
provider: 'AutoStake 🛡️ Slash Protected'
|
|
71
71
|
},
|
|
72
|
-
{
|
|
73
|
-
address: 'https://picasso-rpc.cogwheel.zone:443',
|
|
74
|
-
provider: 'Cogwheel ⚙️'
|
|
75
|
-
},
|
|
76
72
|
{
|
|
77
73
|
address: 'https://rpc.lavenderfive.com:443/picasso',
|
|
78
74
|
provider: 'Lavender.Five Nodes 🐝'
|
|
@@ -123,10 +119,6 @@ const info = {
|
|
|
123
119
|
address: 'https://composable-mainnet-lcd.autostake.com:443',
|
|
124
120
|
provider: 'AutoStake 🛡️ Slash Protected'
|
|
125
121
|
},
|
|
126
|
-
{
|
|
127
|
-
address: 'https://picasso-api.cogwheel.zone:443',
|
|
128
|
-
provider: 'Cogwheel ⚙️'
|
|
129
|
-
},
|
|
130
122
|
{
|
|
131
123
|
address: 'https://rest.lavenderfive.com:443/picasso',
|
|
132
124
|
provider: 'Lavender.Five Nodes 🐝'
|
|
@@ -181,10 +173,6 @@ const info = {
|
|
|
181
173
|
address: 'grpc-centauri.cosmos-spaces.cloud:1120',
|
|
182
174
|
provider: 'Cosmos Spaces'
|
|
183
175
|
},
|
|
184
|
-
{
|
|
185
|
-
address: 'https://picasso-grpc.cogwheel.zone:443',
|
|
186
|
-
provider: 'Cogwheel ⚙️'
|
|
187
|
-
},
|
|
188
176
|
{
|
|
189
177
|
address: 'picasso.lavenderfive.com:443',
|
|
190
178
|
provider: 'Lavender.Five Nodes 🐝'
|
package/mainnet/epix/chain.js
CHANGED
|
@@ -55,26 +55,30 @@ const info = {
|
|
|
55
55
|
},
|
|
56
56
|
apis: {
|
|
57
57
|
rpc: [{
|
|
58
|
-
address: 'https://
|
|
59
|
-
provider: '
|
|
58
|
+
address: 'https://rpc.epix.zone',
|
|
59
|
+
provider: 'Epix'
|
|
60
60
|
}],
|
|
61
61
|
rest: [{
|
|
62
|
-
address: 'https://
|
|
63
|
-
provider: '
|
|
62
|
+
address: 'https://api.epix.zone',
|
|
63
|
+
provider: 'Epix'
|
|
64
64
|
}],
|
|
65
65
|
grpc: [{
|
|
66
|
-
address: '
|
|
67
|
-
provider: '
|
|
66
|
+
address: 'grpc.epix.zone:15067',
|
|
67
|
+
provider: 'Epix'
|
|
68
68
|
}],
|
|
69
69
|
evmHttpJsonrpc: [{
|
|
70
|
-
address: 'https://epix.
|
|
71
|
-
provider: '
|
|
70
|
+
address: 'https://evmrpc.epix.zone/',
|
|
71
|
+
provider: 'Epix'
|
|
72
72
|
}]
|
|
73
73
|
},
|
|
74
74
|
explorers: [{
|
|
75
|
-
kind: '
|
|
76
|
-
url: 'https://explorer.
|
|
77
|
-
txPage: 'https://explorer.
|
|
75
|
+
kind: 'L1',
|
|
76
|
+
url: 'https://explorer.epix.zone/',
|
|
77
|
+
txPage: 'https://explorer.epix.zone/epix/tx/${txHash}'
|
|
78
|
+
}, {
|
|
79
|
+
kind: 'EVM',
|
|
80
|
+
url: 'https://scan.epix.zone/',
|
|
81
|
+
txPage: 'https://scan.epix.zone/tx/${txHash}'
|
|
78
82
|
}],
|
|
79
83
|
images: [{
|
|
80
84
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/epix/images/epix.png',
|
package/mainnet/lumera/chain.js
CHANGED
|
@@ -81,6 +81,10 @@ const info = {
|
|
|
81
81
|
{
|
|
82
82
|
address: 'https://lumera-rpc.stakerhouse.com',
|
|
83
83
|
provider: 'StakerHouse'
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
address: 'https://lumera.archive.data.nexus',
|
|
87
|
+
provider: 'Data Nexus'
|
|
84
88
|
}
|
|
85
89
|
],
|
|
86
90
|
rest: [
|
|
@@ -95,11 +99,18 @@ const info = {
|
|
|
95
99
|
{
|
|
96
100
|
address: 'https://lumera-rest.stakerhouse.com',
|
|
97
101
|
provider: 'StakerHouse'
|
|
102
|
+
},
|
|
103
|
+
{
|
|
104
|
+
address: 'https://rest.lumera.archive.data.nexus',
|
|
105
|
+
provider: 'Data Nexus'
|
|
98
106
|
}
|
|
99
107
|
],
|
|
100
108
|
grpc: [{
|
|
101
109
|
address: 'https://grpc.lumera.io:443',
|
|
102
110
|
provider: 'LumeraProtocol'
|
|
111
|
+
}, {
|
|
112
|
+
address: 'https://grpc.lumera.archive.data.nexus:443',
|
|
113
|
+
provider: 'Data Nexus'
|
|
103
114
|
}]
|
|
104
115
|
},
|
|
105
116
|
explorers: [{
|
|
@@ -4876,6 +4876,33 @@ const info = {
|
|
|
4876
4876
|
images: [{
|
|
4877
4877
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/greenfriendlylabs.png'
|
|
4878
4878
|
}]
|
|
4879
|
+
},
|
|
4880
|
+
{
|
|
4881
|
+
description: 'LuncToken ($LTK) is the community token of Lunctoken.org, designed to reward engagement, provide access to Web3 educational content, and strengthen the Terra Classic ecosystem.',
|
|
4882
|
+
extendedDescription: 'LuncToken ($LTK) is a CW20 token deployed on Terra Classic (columbus-5). It powers the community platform Lunctoken.org, rewarding contributors with points and tokens, enabling on-chain claims, NFTs, and governance experiments. With a fixed max supply of 10,000,000 LTK, the project is focused on education, gamified participation, and real utility within the Terra Classic ecosystem.',
|
|
4883
|
+
socials: {
|
|
4884
|
+
website: 'https://www.lunctoken.org',
|
|
4885
|
+
twitter: 'https://x.com/Lunctoken_org'
|
|
4886
|
+
},
|
|
4887
|
+
typeAsset: 'cw20',
|
|
4888
|
+
address: 'terra1mm8tdp40r2slzwqxk8jsz66ayc4zp69muxeateq37x2xquttzsaqy7275a',
|
|
4889
|
+
denomUnits: [{
|
|
4890
|
+
denom: 'cw20:terra1mm8tdp40r2slzwqxk8jsz66ayc4zp69muxeateq37x2xquttzsaqy7275a',
|
|
4891
|
+
exponent: 0
|
|
4892
|
+
}, {
|
|
4893
|
+
denom: 'ltk',
|
|
4894
|
+
exponent: 6
|
|
4895
|
+
}],
|
|
4896
|
+
base: 'cw20:terra1mm8tdp40r2slzwqxk8jsz66ayc4zp69muxeateq37x2xquttzsaqy7275a',
|
|
4897
|
+
name: 'Lunctoken',
|
|
4898
|
+
display: 'ltk',
|
|
4899
|
+
symbol: 'LTK',
|
|
4900
|
+
logoURIs: {
|
|
4901
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/lunctoken.png'
|
|
4902
|
+
},
|
|
4903
|
+
images: [{
|
|
4904
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/lunctoken.png'
|
|
4905
|
+
}]
|
|
4879
4906
|
}
|
|
4880
4907
|
]
|
|
4881
4908
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-registry",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.63",
|
|
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.
|
|
32
|
+
"@chain-registry/types": "^2.0.63"
|
|
33
33
|
},
|
|
34
34
|
"keywords": [
|
|
35
35
|
"chain-registry",
|
|
@@ -39,5 +39,5 @@
|
|
|
39
39
|
"interchain",
|
|
40
40
|
"tokens"
|
|
41
41
|
],
|
|
42
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "02ccce4c33b81c6b0445217ea0a3141786d9ff37"
|
|
43
43
|
}
|
|
@@ -79,6 +79,10 @@ const info = {
|
|
|
79
79
|
{
|
|
80
80
|
address: 'https://rpc.atomone-testnet-1.atomone.aviaone.com:443',
|
|
81
81
|
provider: 'AVIAONE.com 🟢'
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
address: 'https://atomone-testnet-rpc.cogwheel.zone',
|
|
85
|
+
provider: 'Cogwheel ⚙️'
|
|
82
86
|
}
|
|
83
87
|
],
|
|
84
88
|
rest: [
|
|
@@ -93,15 +97,26 @@ const info = {
|
|
|
93
97
|
{
|
|
94
98
|
address: 'https://api-test.atomone.vinjan.xyz',
|
|
95
99
|
provider: 'Vinjan'
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
address: 'https://atomone-testnet-api.cogwheel.zone',
|
|
103
|
+
provider: 'Cogwheel ⚙️'
|
|
96
104
|
}
|
|
97
105
|
],
|
|
98
|
-
grpc: [
|
|
106
|
+
grpc: [
|
|
107
|
+
{
|
|
99
108
|
address: 'grpc.atomone-1.atomone.aviaone.com:9102',
|
|
100
109
|
provider: 'AVIAONE.com 🟢'
|
|
101
|
-
},
|
|
110
|
+
},
|
|
111
|
+
{
|
|
102
112
|
address: 'https://grpc-testnet-atomone.nodeist.net:443',
|
|
103
113
|
provider: 'Nodeist'
|
|
104
|
-
}
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
address: 'atomone-testnet-grpc.cogwheel.zone:443',
|
|
117
|
+
provider: 'Cogwheel ⚙️'
|
|
118
|
+
}
|
|
119
|
+
]
|
|
105
120
|
},
|
|
106
121
|
explorers: [
|
|
107
122
|
{
|