chain-registry 2.0.62 → 2.0.64
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/asset-lists.js +2 -0
- package/esm/testnet/atomonetestnet/chain.js +18 -3
- package/esm/testnet/chains.js +2 -0
- package/esm/testnet/terratestnet/asset-list.js +134 -0
- package/esm/testnet/terratestnet/chain.js +59 -0
- package/esm/testnet/terratestnet/index.js +4 -0
- 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/asset-lists.js +2 -0
- package/testnet/atomonetestnet/chain.js +18 -3
- package/testnet/chains.js +2 -0
- package/testnet/terratestnet/asset-list.d.ts +3 -0
- package/testnet/terratestnet/asset-list.js +136 -0
- package/testnet/terratestnet/chain.d.ts +3 -0
- package/testnet/terratestnet/chain.js +61 -0
- package/testnet/terratestnet/index.d.ts +2 -0
- package/testnet/terratestnet/index.js +10 -0
|
@@ -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
|
};
|
|
@@ -117,6 +117,7 @@ import * as _synternettestnet from './synternettestnet';
|
|
|
117
117
|
import * as _terpnettestnet from './terpnettestnet';
|
|
118
118
|
import * as _terpnettestnet2 from './terpnettestnet2';
|
|
119
119
|
import * as _terra2testnet from './terra2testnet';
|
|
120
|
+
import * as _terratestnet from './terratestnet';
|
|
120
121
|
import * as _titannettestnet from './titannettestnet';
|
|
121
122
|
import * as _titantestnet from './titantestnet';
|
|
122
123
|
import * as _tucanatestnet from './tucanatestnet';
|
|
@@ -253,6 +254,7 @@ const assetList = [
|
|
|
253
254
|
_terpnettestnet.assetList,
|
|
254
255
|
_terpnettestnet2.assetList,
|
|
255
256
|
_terra2testnet.assetList,
|
|
257
|
+
_terratestnet.assetList,
|
|
256
258
|
_titannettestnet.assetList,
|
|
257
259
|
_titantestnet.assetList,
|
|
258
260
|
_tucanatestnet.assetList,
|
|
@@ -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
|
{
|
package/esm/testnet/chains.js
CHANGED
|
@@ -117,6 +117,7 @@ import * as _synternettestnet from './synternettestnet';
|
|
|
117
117
|
import * as _terpnettestnet from './terpnettestnet';
|
|
118
118
|
import * as _terpnettestnet2 from './terpnettestnet2';
|
|
119
119
|
import * as _terra2testnet from './terra2testnet';
|
|
120
|
+
import * as _terratestnet from './terratestnet';
|
|
120
121
|
import * as _titannettestnet from './titannettestnet';
|
|
121
122
|
import * as _titantestnet from './titantestnet';
|
|
122
123
|
import * as _tucanatestnet from './tucanatestnet';
|
|
@@ -253,6 +254,7 @@ const chains = [
|
|
|
253
254
|
_terpnettestnet.chain,
|
|
254
255
|
_terpnettestnet2.chain,
|
|
255
256
|
_terra2testnet.chain,
|
|
257
|
+
_terratestnet.chain,
|
|
256
258
|
_titannettestnet.chain,
|
|
257
259
|
_titantestnet.chain,
|
|
258
260
|
_tucanatestnet.chain,
|
|
@@ -0,0 +1,134 @@
|
|
|
1
|
+
const info = {
|
|
2
|
+
$schema: '../../assetlist.schema.json',
|
|
3
|
+
chainName: 'terratestnet',
|
|
4
|
+
assets: [
|
|
5
|
+
{
|
|
6
|
+
description: 'Terra Classic is the original blockchain platform that powered the UST stablecoin and LUNA token before the launch of Terra 2.0, focusing on stablecoins and DeFi applications.',
|
|
7
|
+
extendedDescription: 'Terra Classic was designed to create a decentralized financial infrastructure using algorithmic stablecoins like UST, which were pegged to various fiat currencies. The platform\'s native token, LUNA, played a crucial role in stabilizing the stablecoins through a mint-and-burn mechanism. Despite facing significant challenges, Terra Classic paved the way for Terra 2.0, which aims to rebuild and improve upon the original vision. Terra Classic continues to operate with a focus on supporting decentralized finance (DeFi) applications and stablecoin solutions.',
|
|
8
|
+
denomUnits: [
|
|
9
|
+
{
|
|
10
|
+
denom: 'uluna',
|
|
11
|
+
exponent: 0,
|
|
12
|
+
aliases: ['microluna']
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
denom: 'mluna',
|
|
16
|
+
exponent: 3,
|
|
17
|
+
aliases: ['milliluna']
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
denom: 'luna',
|
|
21
|
+
exponent: 6,
|
|
22
|
+
aliases: ['lunc']
|
|
23
|
+
}
|
|
24
|
+
],
|
|
25
|
+
base: 'uluna',
|
|
26
|
+
name: 'Luna Classic',
|
|
27
|
+
display: 'luna',
|
|
28
|
+
symbol: 'LUNC',
|
|
29
|
+
logoURIs: {
|
|
30
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/luna.png',
|
|
31
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/luna.svg'
|
|
32
|
+
},
|
|
33
|
+
images: [{
|
|
34
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/luna.png',
|
|
35
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/luna.svg'
|
|
36
|
+
}],
|
|
37
|
+
typeAsset: 'sdk.coin'
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
description: 'The USD stablecoin of Terra Classic.',
|
|
41
|
+
denomUnits: [
|
|
42
|
+
{
|
|
43
|
+
denom: 'uusd',
|
|
44
|
+
exponent: 0,
|
|
45
|
+
aliases: ['microusd']
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
denom: 'musd',
|
|
49
|
+
exponent: 3,
|
|
50
|
+
aliases: ['milliusd']
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
denom: 'ust',
|
|
54
|
+
exponent: 6,
|
|
55
|
+
aliases: ['ustc']
|
|
56
|
+
}
|
|
57
|
+
],
|
|
58
|
+
base: 'uusd',
|
|
59
|
+
name: 'TerraClassicUSD',
|
|
60
|
+
display: 'ust',
|
|
61
|
+
symbol: 'USTC',
|
|
62
|
+
logoURIs: {
|
|
63
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/ust.png',
|
|
64
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/ust.svg'
|
|
65
|
+
},
|
|
66
|
+
images: [{
|
|
67
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/ust.png',
|
|
68
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/ust.svg'
|
|
69
|
+
}],
|
|
70
|
+
typeAsset: 'sdk.coin'
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
description: 'The KRW stablecoin of Terra Classic.',
|
|
74
|
+
denomUnits: [
|
|
75
|
+
{
|
|
76
|
+
denom: 'ukrw',
|
|
77
|
+
exponent: 0,
|
|
78
|
+
aliases: ['microkrw']
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
denom: 'mkrw',
|
|
82
|
+
exponent: 3,
|
|
83
|
+
aliases: ['millikrw']
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
denom: 'krt',
|
|
87
|
+
exponent: 6,
|
|
88
|
+
aliases: ['krtc']
|
|
89
|
+
}
|
|
90
|
+
],
|
|
91
|
+
base: 'ukrw',
|
|
92
|
+
name: 'TerraClassicKRW',
|
|
93
|
+
display: 'krt',
|
|
94
|
+
symbol: 'KRTC',
|
|
95
|
+
logoURIs: {
|
|
96
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/krt.png',
|
|
97
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/krt.svg'
|
|
98
|
+
},
|
|
99
|
+
images: [{
|
|
100
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/krt.png',
|
|
101
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/krt.svg'
|
|
102
|
+
}],
|
|
103
|
+
typeAsset: 'sdk.coin'
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
description: 'Juris Protocol is the premier lending platform for the Terra Ecosystem, delivering decentralized lending and borrowing markets to enhance financial accessibility and utility.',
|
|
107
|
+
extendedDescription: 'Juris Protocol is a sophisticated DeFi platform built on Terra Classic, leveraging CosmWasm smart contracts to provide secure, transparent lending and borrowing solutions. Designed to empower users, it supports assets like USTC and LUNC, driving yield opportunities and ecosystem growth. Terra Classic, originally engineered for algorithmic stablecoins, uses LUNC to stabilize its financial infrastructure. Juris Protocol advances this vision with audited contracts, KYC-verified governance, and an IBC bridge for seamless Cosmos integration, ensuring a robust, user-focused DeFi experience.',
|
|
108
|
+
socials: {
|
|
109
|
+
website: 'https://jurisprotocol.com/',
|
|
110
|
+
twitter: 'https://x.com/jurisprotocol'
|
|
111
|
+
},
|
|
112
|
+
typeAsset: 'cw20',
|
|
113
|
+
address: 'terra1w7d0jqehn0ja3hkzsm0psk6z2hjz06lsq0nxnwkzkkq4fqwgq6tqa5te8e',
|
|
114
|
+
denomUnits: [{
|
|
115
|
+
denom: 'cw20:terra1w7d0jqehn0ja3hkzsm0psk6z2hjz06lsq0nxnwkzkkq4fqwgq6tqa5te8e',
|
|
116
|
+
exponent: 0
|
|
117
|
+
}, {
|
|
118
|
+
denom: 'juris',
|
|
119
|
+
exponent: 6
|
|
120
|
+
}],
|
|
121
|
+
base: 'cw20:terra1w7d0jqehn0ja3hkzsm0psk6z2hjz06lsq0nxnwkzkkq4fqwgq6tqa5te8e',
|
|
122
|
+
name: 'Juris Protocol',
|
|
123
|
+
display: 'juris',
|
|
124
|
+
symbol: 'JURIS',
|
|
125
|
+
logoURIs: {
|
|
126
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/juris.png'
|
|
127
|
+
},
|
|
128
|
+
images: [{
|
|
129
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/juris.png'
|
|
130
|
+
}]
|
|
131
|
+
}
|
|
132
|
+
]
|
|
133
|
+
};
|
|
134
|
+
export default info;
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
const info = {
|
|
2
|
+
$schema: '../../chain.schema.json',
|
|
3
|
+
chainName: 'terratestnet',
|
|
4
|
+
status: 'live',
|
|
5
|
+
networkType: 'testnet',
|
|
6
|
+
website: 'https://www.terra-Classic.money/',
|
|
7
|
+
prettyName: 'Terra Classic Testnet',
|
|
8
|
+
chainType: 'cosmos',
|
|
9
|
+
chainId: 'rebel-2',
|
|
10
|
+
daemonName: 'terrad',
|
|
11
|
+
nodeHome: '$HOME/.terra',
|
|
12
|
+
bech32Prefix: 'terra',
|
|
13
|
+
slip44: 330,
|
|
14
|
+
fees: {
|
|
15
|
+
feeTokens: [{
|
|
16
|
+
denom: 'uluna',
|
|
17
|
+
lowGasPrice: 28.325,
|
|
18
|
+
averageGasPrice: 28.325,
|
|
19
|
+
highGasPrice: 50
|
|
20
|
+
}, {
|
|
21
|
+
denom: 'uusd',
|
|
22
|
+
lowGasPrice: 0.75,
|
|
23
|
+
averageGasPrice: 0.75,
|
|
24
|
+
highGasPrice: 0.75
|
|
25
|
+
}]
|
|
26
|
+
},
|
|
27
|
+
staking: {
|
|
28
|
+
stakingTokens: [{
|
|
29
|
+
denom: 'uluna'
|
|
30
|
+
}]
|
|
31
|
+
},
|
|
32
|
+
codebase: {
|
|
33
|
+
gitRepo: 'https://github.com/classic-terra/core',
|
|
34
|
+
recommendedVersion: 'v3.5.0',
|
|
35
|
+
compatibleVersions: ['v3.5.0']
|
|
36
|
+
},
|
|
37
|
+
logoURIs: {
|
|
38
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/luna.png',
|
|
39
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/luna.svg'
|
|
40
|
+
},
|
|
41
|
+
apis: {
|
|
42
|
+
rpc: [{
|
|
43
|
+
address: 'https://rebel-rpc.luncgoblins.com',
|
|
44
|
+
provider: 'LuncGoblinsg'
|
|
45
|
+
}],
|
|
46
|
+
rest: [{
|
|
47
|
+
address: 'https://rebel-lcd.luncgoblins.com',
|
|
48
|
+
provider: 'LuncGoblins'
|
|
49
|
+
}],
|
|
50
|
+
grpc: []
|
|
51
|
+
},
|
|
52
|
+
explorers: [],
|
|
53
|
+
keywords: ['testnet'],
|
|
54
|
+
images: [{
|
|
55
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/luna.png',
|
|
56
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/luna.svg'
|
|
57
|
+
}]
|
|
58
|
+
};
|
|
59
|
+
export default info;
|
|
@@ -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.64",
|
|
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.64"
|
|
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": "727dfd0a4e71e9aed0fede962ffcb06b26bcd455"
|
|
43
43
|
}
|
package/testnet/asset-lists.js
CHANGED
|
@@ -142,6 +142,7 @@ const _synternettestnet = __importStar(require("./synternettestnet"));
|
|
|
142
142
|
const _terpnettestnet = __importStar(require("./terpnettestnet"));
|
|
143
143
|
const _terpnettestnet2 = __importStar(require("./terpnettestnet2"));
|
|
144
144
|
const _terra2testnet = __importStar(require("./terra2testnet"));
|
|
145
|
+
const _terratestnet = __importStar(require("./terratestnet"));
|
|
145
146
|
const _titannettestnet = __importStar(require("./titannettestnet"));
|
|
146
147
|
const _titantestnet = __importStar(require("./titantestnet"));
|
|
147
148
|
const _tucanatestnet = __importStar(require("./tucanatestnet"));
|
|
@@ -278,6 +279,7 @@ const assetList = [
|
|
|
278
279
|
_terpnettestnet.assetList,
|
|
279
280
|
_terpnettestnet2.assetList,
|
|
280
281
|
_terra2testnet.assetList,
|
|
282
|
+
_terratestnet.assetList,
|
|
281
283
|
_titannettestnet.assetList,
|
|
282
284
|
_titantestnet.assetList,
|
|
283
285
|
_tucanatestnet.assetList,
|
|
@@ -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
|
{
|
package/testnet/chains.js
CHANGED
|
@@ -142,6 +142,7 @@ const _synternettestnet = __importStar(require("./synternettestnet"));
|
|
|
142
142
|
const _terpnettestnet = __importStar(require("./terpnettestnet"));
|
|
143
143
|
const _terpnettestnet2 = __importStar(require("./terpnettestnet2"));
|
|
144
144
|
const _terra2testnet = __importStar(require("./terra2testnet"));
|
|
145
|
+
const _terratestnet = __importStar(require("./terratestnet"));
|
|
145
146
|
const _titannettestnet = __importStar(require("./titannettestnet"));
|
|
146
147
|
const _titantestnet = __importStar(require("./titantestnet"));
|
|
147
148
|
const _tucanatestnet = __importStar(require("./tucanatestnet"));
|
|
@@ -278,6 +279,7 @@ const chains = [
|
|
|
278
279
|
_terpnettestnet.chain,
|
|
279
280
|
_terpnettestnet2.chain,
|
|
280
281
|
_terra2testnet.chain,
|
|
282
|
+
_terratestnet.chain,
|
|
281
283
|
_titannettestnet.chain,
|
|
282
284
|
_titantestnet.chain,
|
|
283
285
|
_tucanatestnet.chain,
|
|
@@ -0,0 +1,136 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const info = {
|
|
4
|
+
$schema: '../../assetlist.schema.json',
|
|
5
|
+
chainName: 'terratestnet',
|
|
6
|
+
assets: [
|
|
7
|
+
{
|
|
8
|
+
description: 'Terra Classic is the original blockchain platform that powered the UST stablecoin and LUNA token before the launch of Terra 2.0, focusing on stablecoins and DeFi applications.',
|
|
9
|
+
extendedDescription: 'Terra Classic was designed to create a decentralized financial infrastructure using algorithmic stablecoins like UST, which were pegged to various fiat currencies. The platform\'s native token, LUNA, played a crucial role in stabilizing the stablecoins through a mint-and-burn mechanism. Despite facing significant challenges, Terra Classic paved the way for Terra 2.0, which aims to rebuild and improve upon the original vision. Terra Classic continues to operate with a focus on supporting decentralized finance (DeFi) applications and stablecoin solutions.',
|
|
10
|
+
denomUnits: [
|
|
11
|
+
{
|
|
12
|
+
denom: 'uluna',
|
|
13
|
+
exponent: 0,
|
|
14
|
+
aliases: ['microluna']
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
denom: 'mluna',
|
|
18
|
+
exponent: 3,
|
|
19
|
+
aliases: ['milliluna']
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
denom: 'luna',
|
|
23
|
+
exponent: 6,
|
|
24
|
+
aliases: ['lunc']
|
|
25
|
+
}
|
|
26
|
+
],
|
|
27
|
+
base: 'uluna',
|
|
28
|
+
name: 'Luna Classic',
|
|
29
|
+
display: 'luna',
|
|
30
|
+
symbol: 'LUNC',
|
|
31
|
+
logoURIs: {
|
|
32
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/luna.png',
|
|
33
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/luna.svg'
|
|
34
|
+
},
|
|
35
|
+
images: [{
|
|
36
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/luna.png',
|
|
37
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/luna.svg'
|
|
38
|
+
}],
|
|
39
|
+
typeAsset: 'sdk.coin'
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
description: 'The USD stablecoin of Terra Classic.',
|
|
43
|
+
denomUnits: [
|
|
44
|
+
{
|
|
45
|
+
denom: 'uusd',
|
|
46
|
+
exponent: 0,
|
|
47
|
+
aliases: ['microusd']
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
denom: 'musd',
|
|
51
|
+
exponent: 3,
|
|
52
|
+
aliases: ['milliusd']
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
denom: 'ust',
|
|
56
|
+
exponent: 6,
|
|
57
|
+
aliases: ['ustc']
|
|
58
|
+
}
|
|
59
|
+
],
|
|
60
|
+
base: 'uusd',
|
|
61
|
+
name: 'TerraClassicUSD',
|
|
62
|
+
display: 'ust',
|
|
63
|
+
symbol: 'USTC',
|
|
64
|
+
logoURIs: {
|
|
65
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/ust.png',
|
|
66
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/ust.svg'
|
|
67
|
+
},
|
|
68
|
+
images: [{
|
|
69
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/ust.png',
|
|
70
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/ust.svg'
|
|
71
|
+
}],
|
|
72
|
+
typeAsset: 'sdk.coin'
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
description: 'The KRW stablecoin of Terra Classic.',
|
|
76
|
+
denomUnits: [
|
|
77
|
+
{
|
|
78
|
+
denom: 'ukrw',
|
|
79
|
+
exponent: 0,
|
|
80
|
+
aliases: ['microkrw']
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
denom: 'mkrw',
|
|
84
|
+
exponent: 3,
|
|
85
|
+
aliases: ['millikrw']
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
denom: 'krt',
|
|
89
|
+
exponent: 6,
|
|
90
|
+
aliases: ['krtc']
|
|
91
|
+
}
|
|
92
|
+
],
|
|
93
|
+
base: 'ukrw',
|
|
94
|
+
name: 'TerraClassicKRW',
|
|
95
|
+
display: 'krt',
|
|
96
|
+
symbol: 'KRTC',
|
|
97
|
+
logoURIs: {
|
|
98
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/krt.png',
|
|
99
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/krt.svg'
|
|
100
|
+
},
|
|
101
|
+
images: [{
|
|
102
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/krt.png',
|
|
103
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/krt.svg'
|
|
104
|
+
}],
|
|
105
|
+
typeAsset: 'sdk.coin'
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
description: 'Juris Protocol is the premier lending platform for the Terra Ecosystem, delivering decentralized lending and borrowing markets to enhance financial accessibility and utility.',
|
|
109
|
+
extendedDescription: 'Juris Protocol is a sophisticated DeFi platform built on Terra Classic, leveraging CosmWasm smart contracts to provide secure, transparent lending and borrowing solutions. Designed to empower users, it supports assets like USTC and LUNC, driving yield opportunities and ecosystem growth. Terra Classic, originally engineered for algorithmic stablecoins, uses LUNC to stabilize its financial infrastructure. Juris Protocol advances this vision with audited contracts, KYC-verified governance, and an IBC bridge for seamless Cosmos integration, ensuring a robust, user-focused DeFi experience.',
|
|
110
|
+
socials: {
|
|
111
|
+
website: 'https://jurisprotocol.com/',
|
|
112
|
+
twitter: 'https://x.com/jurisprotocol'
|
|
113
|
+
},
|
|
114
|
+
typeAsset: 'cw20',
|
|
115
|
+
address: 'terra1w7d0jqehn0ja3hkzsm0psk6z2hjz06lsq0nxnwkzkkq4fqwgq6tqa5te8e',
|
|
116
|
+
denomUnits: [{
|
|
117
|
+
denom: 'cw20:terra1w7d0jqehn0ja3hkzsm0psk6z2hjz06lsq0nxnwkzkkq4fqwgq6tqa5te8e',
|
|
118
|
+
exponent: 0
|
|
119
|
+
}, {
|
|
120
|
+
denom: 'juris',
|
|
121
|
+
exponent: 6
|
|
122
|
+
}],
|
|
123
|
+
base: 'cw20:terra1w7d0jqehn0ja3hkzsm0psk6z2hjz06lsq0nxnwkzkkq4fqwgq6tqa5te8e',
|
|
124
|
+
name: 'Juris Protocol',
|
|
125
|
+
display: 'juris',
|
|
126
|
+
symbol: 'JURIS',
|
|
127
|
+
logoURIs: {
|
|
128
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/juris.png'
|
|
129
|
+
},
|
|
130
|
+
images: [{
|
|
131
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/juris.png'
|
|
132
|
+
}]
|
|
133
|
+
}
|
|
134
|
+
]
|
|
135
|
+
};
|
|
136
|
+
exports.default = info;
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const info = {
|
|
4
|
+
$schema: '../../chain.schema.json',
|
|
5
|
+
chainName: 'terratestnet',
|
|
6
|
+
status: 'live',
|
|
7
|
+
networkType: 'testnet',
|
|
8
|
+
website: 'https://www.terra-Classic.money/',
|
|
9
|
+
prettyName: 'Terra Classic Testnet',
|
|
10
|
+
chainType: 'cosmos',
|
|
11
|
+
chainId: 'rebel-2',
|
|
12
|
+
daemonName: 'terrad',
|
|
13
|
+
nodeHome: '$HOME/.terra',
|
|
14
|
+
bech32Prefix: 'terra',
|
|
15
|
+
slip44: 330,
|
|
16
|
+
fees: {
|
|
17
|
+
feeTokens: [{
|
|
18
|
+
denom: 'uluna',
|
|
19
|
+
lowGasPrice: 28.325,
|
|
20
|
+
averageGasPrice: 28.325,
|
|
21
|
+
highGasPrice: 50
|
|
22
|
+
}, {
|
|
23
|
+
denom: 'uusd',
|
|
24
|
+
lowGasPrice: 0.75,
|
|
25
|
+
averageGasPrice: 0.75,
|
|
26
|
+
highGasPrice: 0.75
|
|
27
|
+
}]
|
|
28
|
+
},
|
|
29
|
+
staking: {
|
|
30
|
+
stakingTokens: [{
|
|
31
|
+
denom: 'uluna'
|
|
32
|
+
}]
|
|
33
|
+
},
|
|
34
|
+
codebase: {
|
|
35
|
+
gitRepo: 'https://github.com/classic-terra/core',
|
|
36
|
+
recommendedVersion: 'v3.5.0',
|
|
37
|
+
compatibleVersions: ['v3.5.0']
|
|
38
|
+
},
|
|
39
|
+
logoURIs: {
|
|
40
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/luna.png',
|
|
41
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/luna.svg'
|
|
42
|
+
},
|
|
43
|
+
apis: {
|
|
44
|
+
rpc: [{
|
|
45
|
+
address: 'https://rebel-rpc.luncgoblins.com',
|
|
46
|
+
provider: 'LuncGoblinsg'
|
|
47
|
+
}],
|
|
48
|
+
rest: [{
|
|
49
|
+
address: 'https://rebel-lcd.luncgoblins.com',
|
|
50
|
+
provider: 'LuncGoblins'
|
|
51
|
+
}],
|
|
52
|
+
grpc: []
|
|
53
|
+
},
|
|
54
|
+
explorers: [],
|
|
55
|
+
keywords: ['testnet'],
|
|
56
|
+
images: [{
|
|
57
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/luna.png',
|
|
58
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/luna.svg'
|
|
59
|
+
}]
|
|
60
|
+
};
|
|
61
|
+
exports.default = info;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.chain = exports.assetList = void 0;
|
|
7
|
+
const asset_list_1 = __importDefault(require("./asset-list"));
|
|
8
|
+
const chain_1 = __importDefault(require("./chain"));
|
|
9
|
+
exports.assetList = asset_list_1.default;
|
|
10
|
+
exports.chain = chain_1.default;
|