chain-registry 1.69.204 → 1.69.205
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.
|
@@ -2075,10 +2075,15 @@ const info = {
|
|
|
2075
2075
|
}
|
|
2076
2076
|
}],
|
|
2077
2077
|
logo_URIs: {
|
|
2078
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
2079
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
2078
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/VDL.vdl.png',
|
|
2079
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/VDL.vdl.svg'
|
|
2080
2080
|
},
|
|
2081
|
-
images: [
|
|
2081
|
+
images: [
|
|
2082
|
+
{
|
|
2083
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/VDL.vdl.svg',
|
|
2084
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/VDL.vdl.png'
|
|
2085
|
+
},
|
|
2086
|
+
{
|
|
2082
2087
|
image_sync: {
|
|
2083
2088
|
chain_name: 'vidulum',
|
|
2084
2089
|
base_denom: 'uvdl'
|
|
@@ -2088,10 +2093,12 @@ const info = {
|
|
|
2088
2093
|
theme: {
|
|
2089
2094
|
primary_color_hex: '#3454bc'
|
|
2090
2095
|
}
|
|
2091
|
-
},
|
|
2096
|
+
},
|
|
2097
|
+
{
|
|
2092
2098
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/vidulum/images/vdl.png',
|
|
2093
2099
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/vidulum/images/vdl.svg'
|
|
2094
|
-
}
|
|
2100
|
+
}
|
|
2101
|
+
],
|
|
2095
2102
|
keywords: ['osmosis_unstable']
|
|
2096
2103
|
},
|
|
2097
2104
|
{
|
|
@@ -24649,7 +24656,7 @@ const info = {
|
|
|
24649
24656
|
exponent: 0
|
|
24650
24657
|
}, {
|
|
24651
24658
|
denom: 'eth',
|
|
24652
|
-
exponent:
|
|
24659
|
+
exponent: 18
|
|
24653
24660
|
}],
|
|
24654
24661
|
type_asset: 'ics20',
|
|
24655
24662
|
base: 'ibc/20850C646CDDDC2270E9BBDB08558B5FEE57B647EC6827F41096AABFD8A0471B',
|
|
@@ -24694,7 +24701,7 @@ const info = {
|
|
|
24694
24701
|
exponent: 0
|
|
24695
24702
|
}, {
|
|
24696
24703
|
denom: 'wbtc',
|
|
24697
|
-
exponent:
|
|
24704
|
+
exponent: 8
|
|
24698
24705
|
}],
|
|
24699
24706
|
type_asset: 'ics20',
|
|
24700
24707
|
base: 'ibc/88386AC48152D48B34B082648DF836F975506F0B57DBBFC10A54213B1BF484CB',
|
|
@@ -286,17 +286,26 @@ const info = {
|
|
|
286
286
|
}
|
|
287
287
|
]
|
|
288
288
|
},
|
|
289
|
-
explorers: [
|
|
289
|
+
explorers: [
|
|
290
|
+
{
|
|
290
291
|
kind: 'evm',
|
|
291
292
|
url: 'https://explorer.testnet.xrplevm.org',
|
|
292
293
|
tx_page: 'https://explorer.testnet.xrplevm.org/tx/${txHash}',
|
|
293
294
|
account_page: 'https://explorer.testnet.xrplevm.org/address/${accountAddress}'
|
|
294
|
-
},
|
|
295
|
+
},
|
|
296
|
+
{
|
|
295
297
|
kind: 'cosmos',
|
|
296
298
|
url: 'https://governance.testnet.xrplevm.org',
|
|
297
299
|
tx_page: 'https://governance.testnet.xrplevm.org/tx/${txHash}',
|
|
298
300
|
account_page: 'https://governance.testnet.xrplevm.org/account/${accountAddress}'
|
|
299
|
-
}
|
|
301
|
+
},
|
|
302
|
+
{
|
|
303
|
+
kind: 'Valopers',
|
|
304
|
+
url: 'https://testnet.xrplevm.valopers.com/',
|
|
305
|
+
tx_page: 'https://testnet.xrplevm.valopers.com/transactions/${txHash}',
|
|
306
|
+
account_page: 'https://testnet.xrplevm.valopers.com/account/${accountAddress}'
|
|
307
|
+
}
|
|
308
|
+
],
|
|
300
309
|
keywords: [
|
|
301
310
|
'xrpl',
|
|
302
311
|
'evm',
|
|
@@ -2077,10 +2077,15 @@ const info = {
|
|
|
2077
2077
|
}
|
|
2078
2078
|
}],
|
|
2079
2079
|
logo_URIs: {
|
|
2080
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
2081
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
2080
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/VDL.vdl.png',
|
|
2081
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/VDL.vdl.svg'
|
|
2082
2082
|
},
|
|
2083
|
-
images: [
|
|
2083
|
+
images: [
|
|
2084
|
+
{
|
|
2085
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/VDL.vdl.svg',
|
|
2086
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/VDL.vdl.png'
|
|
2087
|
+
},
|
|
2088
|
+
{
|
|
2084
2089
|
image_sync: {
|
|
2085
2090
|
chain_name: 'vidulum',
|
|
2086
2091
|
base_denom: 'uvdl'
|
|
@@ -2090,10 +2095,12 @@ const info = {
|
|
|
2090
2095
|
theme: {
|
|
2091
2096
|
primary_color_hex: '#3454bc'
|
|
2092
2097
|
}
|
|
2093
|
-
},
|
|
2098
|
+
},
|
|
2099
|
+
{
|
|
2094
2100
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/vidulum/images/vdl.png',
|
|
2095
2101
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/vidulum/images/vdl.svg'
|
|
2096
|
-
}
|
|
2102
|
+
}
|
|
2103
|
+
],
|
|
2097
2104
|
keywords: ['osmosis_unstable']
|
|
2098
2105
|
},
|
|
2099
2106
|
{
|
|
@@ -24651,7 +24658,7 @@ const info = {
|
|
|
24651
24658
|
exponent: 0
|
|
24652
24659
|
}, {
|
|
24653
24660
|
denom: 'eth',
|
|
24654
|
-
exponent:
|
|
24661
|
+
exponent: 18
|
|
24655
24662
|
}],
|
|
24656
24663
|
type_asset: 'ics20',
|
|
24657
24664
|
base: 'ibc/20850C646CDDDC2270E9BBDB08558B5FEE57B647EC6827F41096AABFD8A0471B',
|
|
@@ -24696,7 +24703,7 @@ const info = {
|
|
|
24696
24703
|
exponent: 0
|
|
24697
24704
|
}, {
|
|
24698
24705
|
denom: 'wbtc',
|
|
24699
|
-
exponent:
|
|
24706
|
+
exponent: 8
|
|
24700
24707
|
}],
|
|
24701
24708
|
type_asset: 'ics20',
|
|
24702
24709
|
base: 'ibc/88386AC48152D48B34B082648DF836F975506F0B57DBBFC10A54213B1BF484CB',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-registry",
|
|
3
|
-
"version": "1.69.
|
|
3
|
+
"version": "1.69.205",
|
|
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,11 +29,11 @@
|
|
|
29
29
|
"test:watch": "jest --watch"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@chain-registry/utils": "^1.51.
|
|
32
|
+
"@chain-registry/utils": "^1.51.131",
|
|
33
33
|
"deepmerge": "^4.2.2"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@chain-registry/types": "^0.50.
|
|
36
|
+
"@chain-registry/types": "^0.50.131"
|
|
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": "3fddce07556f76b9ff50f997b7d70fc9d0f0dcdf"
|
|
47
47
|
}
|
|
@@ -288,17 +288,26 @@ const info = {
|
|
|
288
288
|
}
|
|
289
289
|
]
|
|
290
290
|
},
|
|
291
|
-
explorers: [
|
|
291
|
+
explorers: [
|
|
292
|
+
{
|
|
292
293
|
kind: 'evm',
|
|
293
294
|
url: 'https://explorer.testnet.xrplevm.org',
|
|
294
295
|
tx_page: 'https://explorer.testnet.xrplevm.org/tx/${txHash}',
|
|
295
296
|
account_page: 'https://explorer.testnet.xrplevm.org/address/${accountAddress}'
|
|
296
|
-
},
|
|
297
|
+
},
|
|
298
|
+
{
|
|
297
299
|
kind: 'cosmos',
|
|
298
300
|
url: 'https://governance.testnet.xrplevm.org',
|
|
299
301
|
tx_page: 'https://governance.testnet.xrplevm.org/tx/${txHash}',
|
|
300
302
|
account_page: 'https://governance.testnet.xrplevm.org/account/${accountAddress}'
|
|
301
|
-
}
|
|
303
|
+
},
|
|
304
|
+
{
|
|
305
|
+
kind: 'Valopers',
|
|
306
|
+
url: 'https://testnet.xrplevm.valopers.com/',
|
|
307
|
+
tx_page: 'https://testnet.xrplevm.valopers.com/transactions/${txHash}',
|
|
308
|
+
account_page: 'https://testnet.xrplevm.valopers.com/account/${accountAddress}'
|
|
309
|
+
}
|
|
310
|
+
],
|
|
302
311
|
keywords: [
|
|
303
312
|
'xrpl',
|
|
304
313
|
'evm',
|