chain-registry 1.61.1 → 1.61.3
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/lava/chain.js +28 -2
- package/esm/mainnet/terra2/assets.js +51 -0
- package/mainnet/lava/chain.js +28 -2
- package/mainnet/terra2/assets.js +51 -0
- package/package.json +5 -5
|
@@ -73,6 +73,14 @@ const info = {
|
|
|
73
73
|
{
|
|
74
74
|
address: 'https://lava-rpc.publicnode.com:443',
|
|
75
75
|
provider: 'Allnodes ⚡️ Nodes & Staking'
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
address: 'https://lava.rpc.m.stavr.tech:443',
|
|
79
|
+
provider: '🔥STAVR🔥'
|
|
80
|
+
},
|
|
81
|
+
{
|
|
82
|
+
address: 'https://lava.rpc-archive.m.stavr.tech:443',
|
|
83
|
+
provider: '🔥STAVR🔥'
|
|
76
84
|
}
|
|
77
85
|
],
|
|
78
86
|
rest: [
|
|
@@ -95,12 +103,30 @@ const info = {
|
|
|
95
103
|
{
|
|
96
104
|
address: 'https://lava-rest.publicnode.com',
|
|
97
105
|
provider: 'Allnodes ⚡️ Nodes & Staking'
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
address: 'https://lava.api.m.stavr.tech',
|
|
109
|
+
provider: '🔥STAVR🔥'
|
|
110
|
+
},
|
|
111
|
+
{
|
|
112
|
+
address: 'https://lava.api-archive.m.stavr.tech',
|
|
113
|
+
provider: '🔥STAVR🔥'
|
|
98
114
|
}
|
|
99
115
|
],
|
|
100
|
-
grpc: [
|
|
116
|
+
grpc: [
|
|
117
|
+
{
|
|
101
118
|
address: 'lava-grpc.publicnode.com:443',
|
|
102
119
|
provider: 'Allnodes ⚡️ Nodes & Staking'
|
|
103
|
-
}
|
|
120
|
+
},
|
|
121
|
+
{
|
|
122
|
+
address: 'lava.grpc.m.stavr.tech:443',
|
|
123
|
+
provider: '🔥STAVR🔥'
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
address: 'lava.grpc-archive.m.stavr.tech:443',
|
|
127
|
+
provider: '🔥STAVR🔥'
|
|
128
|
+
}
|
|
129
|
+
]
|
|
104
130
|
},
|
|
105
131
|
explorers: [{
|
|
106
132
|
kind: 'w3coins',
|
|
@@ -899,6 +899,57 @@ const info = {
|
|
|
899
899
|
logo_URIs: {
|
|
900
900
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
901
901
|
}
|
|
902
|
+
},
|
|
903
|
+
{
|
|
904
|
+
description: 'ATOM-LUNA liquidity pool token on URA',
|
|
905
|
+
denom_units: [{
|
|
906
|
+
denom: 'factory/terra1djk2zl83dspt696ex5crhfacu8vm6934576t4zdd2592fzyahr2qma6guq/ULUN-IBC/-LP',
|
|
907
|
+
exponent: 0
|
|
908
|
+
}, {
|
|
909
|
+
denom: 'atom-luna-lp',
|
|
910
|
+
exponent: 6
|
|
911
|
+
}],
|
|
912
|
+
base: 'factory/terra1djk2zl83dspt696ex5crhfacu8vm6934576t4zdd2592fzyahr2qma6guq/ULUN-IBC/-LP',
|
|
913
|
+
name: 'ATOM-LUNA LP Token URA',
|
|
914
|
+
display: 'atom-luna-lp',
|
|
915
|
+
symbol: 'ATOM-LUNA-LP',
|
|
916
|
+
images: [{
|
|
917
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/ura.svg'
|
|
918
|
+
}]
|
|
919
|
+
},
|
|
920
|
+
{
|
|
921
|
+
description: 'LUNA-USDC liquidity pool token on URA',
|
|
922
|
+
denom_units: [{
|
|
923
|
+
denom: 'factory/terra12jxfw2vg4cu6mxlgf39dp5ccxtuwm468w8eh9cnh2qsxc9t0sffs7ekhft/ULUN-IBC/-LP',
|
|
924
|
+
exponent: 0
|
|
925
|
+
}, {
|
|
926
|
+
denom: 'luna-usdc-lp',
|
|
927
|
+
exponent: 6
|
|
928
|
+
}],
|
|
929
|
+
base: 'factory/terra12jxfw2vg4cu6mxlgf39dp5ccxtuwm468w8eh9cnh2qsxc9t0sffs7ekhft/ULUN-IBC/-LP',
|
|
930
|
+
name: 'LUNA-USDC LP Token URA',
|
|
931
|
+
display: 'luna-usdc-lp',
|
|
932
|
+
symbol: 'LUNA-USDC-LP',
|
|
933
|
+
images: [{
|
|
934
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/ura.svg'
|
|
935
|
+
}]
|
|
936
|
+
},
|
|
937
|
+
{
|
|
938
|
+
description: 'LUNA-USDT liquidity pool token on URA',
|
|
939
|
+
denom_units: [{
|
|
940
|
+
denom: 'factory/terra1w9spejtuac5dt0gympq576uhwde39exhh7hdxwl99rjvaphfukkq6y4cv7/ULUN-IBC/-LP',
|
|
941
|
+
exponent: 0
|
|
942
|
+
}, {
|
|
943
|
+
denom: 'luna-usdt-lp',
|
|
944
|
+
exponent: 6
|
|
945
|
+
}],
|
|
946
|
+
base: 'factory/terra1w9spejtuac5dt0gympq576uhwde39exhh7hdxwl99rjvaphfukkq6y4cv7/ULUN-IBC/-LP',
|
|
947
|
+
name: 'LUNA-USDT LP Token URA',
|
|
948
|
+
display: 'luna-usdt-lp',
|
|
949
|
+
symbol: 'LUNA-USDT-LP',
|
|
950
|
+
images: [{
|
|
951
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/ura.svg'
|
|
952
|
+
}]
|
|
902
953
|
}
|
|
903
954
|
]
|
|
904
955
|
};
|
package/mainnet/lava/chain.js
CHANGED
|
@@ -75,6 +75,14 @@ const info = {
|
|
|
75
75
|
{
|
|
76
76
|
address: 'https://lava-rpc.publicnode.com:443',
|
|
77
77
|
provider: 'Allnodes ⚡️ Nodes & Staking'
|
|
78
|
+
},
|
|
79
|
+
{
|
|
80
|
+
address: 'https://lava.rpc.m.stavr.tech:443',
|
|
81
|
+
provider: '🔥STAVR🔥'
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
address: 'https://lava.rpc-archive.m.stavr.tech:443',
|
|
85
|
+
provider: '🔥STAVR🔥'
|
|
78
86
|
}
|
|
79
87
|
],
|
|
80
88
|
rest: [
|
|
@@ -97,12 +105,30 @@ const info = {
|
|
|
97
105
|
{
|
|
98
106
|
address: 'https://lava-rest.publicnode.com',
|
|
99
107
|
provider: 'Allnodes ⚡️ Nodes & Staking'
|
|
108
|
+
},
|
|
109
|
+
{
|
|
110
|
+
address: 'https://lava.api.m.stavr.tech',
|
|
111
|
+
provider: '🔥STAVR🔥'
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
address: 'https://lava.api-archive.m.stavr.tech',
|
|
115
|
+
provider: '🔥STAVR🔥'
|
|
100
116
|
}
|
|
101
117
|
],
|
|
102
|
-
grpc: [
|
|
118
|
+
grpc: [
|
|
119
|
+
{
|
|
103
120
|
address: 'lava-grpc.publicnode.com:443',
|
|
104
121
|
provider: 'Allnodes ⚡️ Nodes & Staking'
|
|
105
|
-
}
|
|
122
|
+
},
|
|
123
|
+
{
|
|
124
|
+
address: 'lava.grpc.m.stavr.tech:443',
|
|
125
|
+
provider: '🔥STAVR🔥'
|
|
126
|
+
},
|
|
127
|
+
{
|
|
128
|
+
address: 'lava.grpc-archive.m.stavr.tech:443',
|
|
129
|
+
provider: '🔥STAVR🔥'
|
|
130
|
+
}
|
|
131
|
+
]
|
|
106
132
|
},
|
|
107
133
|
explorers: [{
|
|
108
134
|
kind: 'w3coins',
|
package/mainnet/terra2/assets.js
CHANGED
|
@@ -901,6 +901,57 @@ const info = {
|
|
|
901
901
|
logo_URIs: {
|
|
902
902
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
903
903
|
}
|
|
904
|
+
},
|
|
905
|
+
{
|
|
906
|
+
description: 'ATOM-LUNA liquidity pool token on URA',
|
|
907
|
+
denom_units: [{
|
|
908
|
+
denom: 'factory/terra1djk2zl83dspt696ex5crhfacu8vm6934576t4zdd2592fzyahr2qma6guq/ULUN-IBC/-LP',
|
|
909
|
+
exponent: 0
|
|
910
|
+
}, {
|
|
911
|
+
denom: 'atom-luna-lp',
|
|
912
|
+
exponent: 6
|
|
913
|
+
}],
|
|
914
|
+
base: 'factory/terra1djk2zl83dspt696ex5crhfacu8vm6934576t4zdd2592fzyahr2qma6guq/ULUN-IBC/-LP',
|
|
915
|
+
name: 'ATOM-LUNA LP Token URA',
|
|
916
|
+
display: 'atom-luna-lp',
|
|
917
|
+
symbol: 'ATOM-LUNA-LP',
|
|
918
|
+
images: [{
|
|
919
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/ura.svg'
|
|
920
|
+
}]
|
|
921
|
+
},
|
|
922
|
+
{
|
|
923
|
+
description: 'LUNA-USDC liquidity pool token on URA',
|
|
924
|
+
denom_units: [{
|
|
925
|
+
denom: 'factory/terra12jxfw2vg4cu6mxlgf39dp5ccxtuwm468w8eh9cnh2qsxc9t0sffs7ekhft/ULUN-IBC/-LP',
|
|
926
|
+
exponent: 0
|
|
927
|
+
}, {
|
|
928
|
+
denom: 'luna-usdc-lp',
|
|
929
|
+
exponent: 6
|
|
930
|
+
}],
|
|
931
|
+
base: 'factory/terra12jxfw2vg4cu6mxlgf39dp5ccxtuwm468w8eh9cnh2qsxc9t0sffs7ekhft/ULUN-IBC/-LP',
|
|
932
|
+
name: 'LUNA-USDC LP Token URA',
|
|
933
|
+
display: 'luna-usdc-lp',
|
|
934
|
+
symbol: 'LUNA-USDC-LP',
|
|
935
|
+
images: [{
|
|
936
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/ura.svg'
|
|
937
|
+
}]
|
|
938
|
+
},
|
|
939
|
+
{
|
|
940
|
+
description: 'LUNA-USDT liquidity pool token on URA',
|
|
941
|
+
denom_units: [{
|
|
942
|
+
denom: 'factory/terra1w9spejtuac5dt0gympq576uhwde39exhh7hdxwl99rjvaphfukkq6y4cv7/ULUN-IBC/-LP',
|
|
943
|
+
exponent: 0
|
|
944
|
+
}, {
|
|
945
|
+
denom: 'luna-usdt-lp',
|
|
946
|
+
exponent: 6
|
|
947
|
+
}],
|
|
948
|
+
base: 'factory/terra1w9spejtuac5dt0gympq576uhwde39exhh7hdxwl99rjvaphfukkq6y4cv7/ULUN-IBC/-LP',
|
|
949
|
+
name: 'LUNA-USDT LP Token URA',
|
|
950
|
+
display: 'luna-usdt-lp',
|
|
951
|
+
symbol: 'LUNA-USDT-LP',
|
|
952
|
+
images: [{
|
|
953
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/ura.svg'
|
|
954
|
+
}]
|
|
904
955
|
}
|
|
905
956
|
]
|
|
906
957
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-registry",
|
|
3
|
-
"version": "1.61.
|
|
3
|
+
"version": "1.61.3",
|
|
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",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
},
|
|
22
22
|
"scripts": {
|
|
23
23
|
"copy": "copyfiles -f LICENSE README.md package.json dist",
|
|
24
|
-
"clean": "
|
|
24
|
+
"clean": "rimraf dist/**",
|
|
25
25
|
"prepare": "npm run build",
|
|
26
26
|
"codegen": "ts-node ./scripts/build.ts",
|
|
27
27
|
"build": "npm run clean; tsc; tsc -p tsconfig.esm.json; npm run copy",
|
|
@@ -29,11 +29,11 @@
|
|
|
29
29
|
"test:watch": "jest --watch"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@chain-registry/utils": "^1.44.
|
|
32
|
+
"@chain-registry/utils": "^1.44.3",
|
|
33
33
|
"deepmerge": "^4.2.2"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@chain-registry/types": "^0.43.
|
|
36
|
+
"@chain-registry/types": "^0.43.3"
|
|
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": "c9af8b461cb1103d99af752d6efc7dbe00f52f7c"
|
|
47
47
|
}
|