chain-registry 2.0.38 → 2.0.39
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/osmosis/asset-list.js +70 -0
- package/esm/mainnet/osmosis/chain.js +4 -4
- package/esm/mainnet/symphony/chain.js +17 -0
- package/esm/testnet/fetchhubtestnet/chain.js +3 -3
- package/mainnet/osmosis/asset-list.js +70 -0
- package/mainnet/osmosis/chain.js +4 -4
- package/mainnet/symphony/chain.js +17 -0
- package/package.json +3 -3
- package/testnet/fetchhubtestnet/chain.js +3 -3
|
@@ -24944,6 +24944,76 @@ const info = {
|
|
|
24944
24944
|
images: [{
|
|
24945
24945
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/allUSD.svg'
|
|
24946
24946
|
}]
|
|
24947
|
+
},
|
|
24948
|
+
{
|
|
24949
|
+
description: 'An alloy of TRUMP asset variants on Osmosis.',
|
|
24950
|
+
extendedDescription: 'Multiple Official Trump variants on Osmosis comprise the liquidity backing of a tokenized transmuter pool to create an alloy of TRUMP.',
|
|
24951
|
+
denomUnits: [{
|
|
24952
|
+
denom: 'factory/osmo1524q4dt7ckx25daydfd0ya0hyu6t26ch5509nvmxm4gcvuhk0fvs8qzl5q/alloyed/allTRUMP',
|
|
24953
|
+
exponent: 0
|
|
24954
|
+
}, {
|
|
24955
|
+
denom: 'allTRUMP',
|
|
24956
|
+
exponent: 6
|
|
24957
|
+
}],
|
|
24958
|
+
typeAsset: 'sdk.coin',
|
|
24959
|
+
address: 'osmo1524q4dt7ckx25daydfd0ya0hyu6t26ch5509nvmxm4gcvuhk0fvs8qzl5q',
|
|
24960
|
+
base: 'factory/osmo1524q4dt7ckx25daydfd0ya0hyu6t26ch5509nvmxm4gcvuhk0fvs8qzl5q/alloyed/allTRUMP',
|
|
24961
|
+
name: 'Osmosis Alloyed TRUMP',
|
|
24962
|
+
display: 'allTRUMP',
|
|
24963
|
+
symbol: 'allTRUMP',
|
|
24964
|
+
traces: [{
|
|
24965
|
+
type: 'synthetic',
|
|
24966
|
+
counterparty: {
|
|
24967
|
+
chainName: 'solana',
|
|
24968
|
+
baseDenom: '6p6xgHyF7AeE6TZkSmFsko444wqoP15icUSqi2jfGiPN'
|
|
24969
|
+
},
|
|
24970
|
+
provider: 'Osmosis'
|
|
24971
|
+
}],
|
|
24972
|
+
logoURIs: {
|
|
24973
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/trump.png'
|
|
24974
|
+
},
|
|
24975
|
+
images: [{
|
|
24976
|
+
imageSync: {
|
|
24977
|
+
chainName: 'solana',
|
|
24978
|
+
baseDenom: '6p6xgHyF7AeE6TZkSmFsko444wqoP15icUSqi2jfGiPN'
|
|
24979
|
+
},
|
|
24980
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/trump.png'
|
|
24981
|
+
}]
|
|
24982
|
+
},
|
|
24983
|
+
{
|
|
24984
|
+
description: 'An alloy of PENGU asset variants on Osmosis.',
|
|
24985
|
+
extendedDescription: 'Multiple Pudgy Penguins variants on Osmosis comprise the liquidity backing of a tokenized transmuter pool to create an alloy of PENGU.',
|
|
24986
|
+
denomUnits: [{
|
|
24987
|
+
denom: 'factory/osmo10nu66efsxxkdgh70xs8xur9mygrg79m5ht7zcmzsrdzxkhz7hpssz9hg9k/alloyed/allPENGU',
|
|
24988
|
+
exponent: 0
|
|
24989
|
+
}, {
|
|
24990
|
+
denom: 'allPENGU',
|
|
24991
|
+
exponent: 6
|
|
24992
|
+
}],
|
|
24993
|
+
typeAsset: 'sdk.coin',
|
|
24994
|
+
address: 'osmo10nu66efsxxkdgh70xs8xur9mygrg79m5ht7zcmzsrdzxkhz7hpssz9hg9k',
|
|
24995
|
+
base: 'factory/osmo10nu66efsxxkdgh70xs8xur9mygrg79m5ht7zcmzsrdzxkhz7hpssz9hg9k/alloyed/allPENGU',
|
|
24996
|
+
name: 'Osmosis Alloyed PENGU',
|
|
24997
|
+
display: 'allPENGU',
|
|
24998
|
+
symbol: 'allPENGU',
|
|
24999
|
+
traces: [{
|
|
25000
|
+
type: 'synthetic',
|
|
25001
|
+
counterparty: {
|
|
25002
|
+
chainName: 'solana',
|
|
25003
|
+
baseDenom: '2zMMhcVQEXDtdE6vsFS7S7D5oUodfJHE8vd1gnBouauv'
|
|
25004
|
+
},
|
|
25005
|
+
provider: 'Osmosis'
|
|
25006
|
+
}],
|
|
25007
|
+
logoURIs: {
|
|
25008
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/pengu.png'
|
|
25009
|
+
},
|
|
25010
|
+
images: [{
|
|
25011
|
+
imageSync: {
|
|
25012
|
+
chainName: 'solana',
|
|
25013
|
+
baseDenom: '2zMMhcVQEXDtdE6vsFS7S7D5oUodfJHE8vd1gnBouauv'
|
|
25014
|
+
},
|
|
25015
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/pengu.png'
|
|
25016
|
+
}]
|
|
24947
25017
|
}
|
|
24948
25018
|
]
|
|
24949
25019
|
};
|
|
@@ -16,10 +16,10 @@ const info = {
|
|
|
16
16
|
feeTokens: [
|
|
17
17
|
{
|
|
18
18
|
denom: 'uosmo',
|
|
19
|
-
fixedMinGasPrice: 0.
|
|
20
|
-
lowGasPrice: 0.
|
|
21
|
-
averageGasPrice: 0.
|
|
22
|
-
highGasPrice: 0.
|
|
19
|
+
fixedMinGasPrice: 0.01,
|
|
20
|
+
lowGasPrice: 0.01,
|
|
21
|
+
averageGasPrice: 0.1,
|
|
22
|
+
highGasPrice: 0.16
|
|
23
23
|
},
|
|
24
24
|
{
|
|
25
25
|
denom: 'factory/osmo10c4y9csfs8q7mtvfg4p9gd8d0acx0hpc2mte9xqzthd7rd3348tsfhaesm/sICP-native-ICP'
|
|
@@ -59,6 +59,10 @@ const info = {
|
|
|
59
59
|
{
|
|
60
60
|
address: 'https://rpc-main-symphony.vinjan.xyz',
|
|
61
61
|
provider: 'Vinjan.Inc'
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
address: 'https://rpc-symphony.sr20de.xyz',
|
|
65
|
+
provider: 'Sr20de'
|
|
62
66
|
}
|
|
63
67
|
],
|
|
64
68
|
rest: [
|
|
@@ -73,6 +77,10 @@ const info = {
|
|
|
73
77
|
{
|
|
74
78
|
address: 'https://api-main-symphony.vinjan.xyz',
|
|
75
79
|
provider: 'Vinjan.Inc'
|
|
80
|
+
},
|
|
81
|
+
{
|
|
82
|
+
address: 'https://api-symphony.sr20de.xyz',
|
|
83
|
+
provider: 'Sr20de'
|
|
76
84
|
}
|
|
77
85
|
],
|
|
78
86
|
grpc: [
|
|
@@ -87,6 +95,10 @@ const info = {
|
|
|
87
95
|
{
|
|
88
96
|
address: 'grpc-main-symphony.vinjan.xyz:21090',
|
|
89
97
|
provider: 'Vinjan.Inc'
|
|
98
|
+
},
|
|
99
|
+
{
|
|
100
|
+
address: 'https://grpc-symphony.sr20de.xyz',
|
|
101
|
+
provider: 'Sr20de'
|
|
90
102
|
}
|
|
91
103
|
]
|
|
92
104
|
},
|
|
@@ -95,6 +107,11 @@ const info = {
|
|
|
95
107
|
url: 'https://xplorer.vinjan.xyz/symphony',
|
|
96
108
|
txPage: 'https://xplorer.vinjan.xyz/symphony/tx/${txHash}',
|
|
97
109
|
accountPage: 'https://xplorer.vinjan.xyz/symphony/account/${accountAddress}'
|
|
110
|
+
}, {
|
|
111
|
+
kind: 'Sr20de Explorer',
|
|
112
|
+
url: 'https://explorer.sr20de.xyz/symphony',
|
|
113
|
+
txPage: 'https://explorer.sr20de.xyz/symphony/tx/${txHash}',
|
|
114
|
+
accountPage: 'https://explorer.sr20de.xyz/symphony/account/${accountAddress}'
|
|
98
115
|
}],
|
|
99
116
|
logoURIs: {
|
|
100
117
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/symphony_logo.png'
|
|
@@ -24946,6 +24946,76 @@ const info = {
|
|
|
24946
24946
|
images: [{
|
|
24947
24947
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/allUSD.svg'
|
|
24948
24948
|
}]
|
|
24949
|
+
},
|
|
24950
|
+
{
|
|
24951
|
+
description: 'An alloy of TRUMP asset variants on Osmosis.',
|
|
24952
|
+
extendedDescription: 'Multiple Official Trump variants on Osmosis comprise the liquidity backing of a tokenized transmuter pool to create an alloy of TRUMP.',
|
|
24953
|
+
denomUnits: [{
|
|
24954
|
+
denom: 'factory/osmo1524q4dt7ckx25daydfd0ya0hyu6t26ch5509nvmxm4gcvuhk0fvs8qzl5q/alloyed/allTRUMP',
|
|
24955
|
+
exponent: 0
|
|
24956
|
+
}, {
|
|
24957
|
+
denom: 'allTRUMP',
|
|
24958
|
+
exponent: 6
|
|
24959
|
+
}],
|
|
24960
|
+
typeAsset: 'sdk.coin',
|
|
24961
|
+
address: 'osmo1524q4dt7ckx25daydfd0ya0hyu6t26ch5509nvmxm4gcvuhk0fvs8qzl5q',
|
|
24962
|
+
base: 'factory/osmo1524q4dt7ckx25daydfd0ya0hyu6t26ch5509nvmxm4gcvuhk0fvs8qzl5q/alloyed/allTRUMP',
|
|
24963
|
+
name: 'Osmosis Alloyed TRUMP',
|
|
24964
|
+
display: 'allTRUMP',
|
|
24965
|
+
symbol: 'allTRUMP',
|
|
24966
|
+
traces: [{
|
|
24967
|
+
type: 'synthetic',
|
|
24968
|
+
counterparty: {
|
|
24969
|
+
chainName: 'solana',
|
|
24970
|
+
baseDenom: '6p6xgHyF7AeE6TZkSmFsko444wqoP15icUSqi2jfGiPN'
|
|
24971
|
+
},
|
|
24972
|
+
provider: 'Osmosis'
|
|
24973
|
+
}],
|
|
24974
|
+
logoURIs: {
|
|
24975
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/trump.png'
|
|
24976
|
+
},
|
|
24977
|
+
images: [{
|
|
24978
|
+
imageSync: {
|
|
24979
|
+
chainName: 'solana',
|
|
24980
|
+
baseDenom: '6p6xgHyF7AeE6TZkSmFsko444wqoP15icUSqi2jfGiPN'
|
|
24981
|
+
},
|
|
24982
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/trump.png'
|
|
24983
|
+
}]
|
|
24984
|
+
},
|
|
24985
|
+
{
|
|
24986
|
+
description: 'An alloy of PENGU asset variants on Osmosis.',
|
|
24987
|
+
extendedDescription: 'Multiple Pudgy Penguins variants on Osmosis comprise the liquidity backing of a tokenized transmuter pool to create an alloy of PENGU.',
|
|
24988
|
+
denomUnits: [{
|
|
24989
|
+
denom: 'factory/osmo10nu66efsxxkdgh70xs8xur9mygrg79m5ht7zcmzsrdzxkhz7hpssz9hg9k/alloyed/allPENGU',
|
|
24990
|
+
exponent: 0
|
|
24991
|
+
}, {
|
|
24992
|
+
denom: 'allPENGU',
|
|
24993
|
+
exponent: 6
|
|
24994
|
+
}],
|
|
24995
|
+
typeAsset: 'sdk.coin',
|
|
24996
|
+
address: 'osmo10nu66efsxxkdgh70xs8xur9mygrg79m5ht7zcmzsrdzxkhz7hpssz9hg9k',
|
|
24997
|
+
base: 'factory/osmo10nu66efsxxkdgh70xs8xur9mygrg79m5ht7zcmzsrdzxkhz7hpssz9hg9k/alloyed/allPENGU',
|
|
24998
|
+
name: 'Osmosis Alloyed PENGU',
|
|
24999
|
+
display: 'allPENGU',
|
|
25000
|
+
symbol: 'allPENGU',
|
|
25001
|
+
traces: [{
|
|
25002
|
+
type: 'synthetic',
|
|
25003
|
+
counterparty: {
|
|
25004
|
+
chainName: 'solana',
|
|
25005
|
+
baseDenom: '2zMMhcVQEXDtdE6vsFS7S7D5oUodfJHE8vd1gnBouauv'
|
|
25006
|
+
},
|
|
25007
|
+
provider: 'Osmosis'
|
|
25008
|
+
}],
|
|
25009
|
+
logoURIs: {
|
|
25010
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/pengu.png'
|
|
25011
|
+
},
|
|
25012
|
+
images: [{
|
|
25013
|
+
imageSync: {
|
|
25014
|
+
chainName: 'solana',
|
|
25015
|
+
baseDenom: '2zMMhcVQEXDtdE6vsFS7S7D5oUodfJHE8vd1gnBouauv'
|
|
25016
|
+
},
|
|
25017
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/pengu.png'
|
|
25018
|
+
}]
|
|
24949
25019
|
}
|
|
24950
25020
|
]
|
|
24951
25021
|
};
|
package/mainnet/osmosis/chain.js
CHANGED
|
@@ -18,10 +18,10 @@ const info = {
|
|
|
18
18
|
feeTokens: [
|
|
19
19
|
{
|
|
20
20
|
denom: 'uosmo',
|
|
21
|
-
fixedMinGasPrice: 0.
|
|
22
|
-
lowGasPrice: 0.
|
|
23
|
-
averageGasPrice: 0.
|
|
24
|
-
highGasPrice: 0.
|
|
21
|
+
fixedMinGasPrice: 0.01,
|
|
22
|
+
lowGasPrice: 0.01,
|
|
23
|
+
averageGasPrice: 0.1,
|
|
24
|
+
highGasPrice: 0.16
|
|
25
25
|
},
|
|
26
26
|
{
|
|
27
27
|
denom: 'factory/osmo10c4y9csfs8q7mtvfg4p9gd8d0acx0hpc2mte9xqzthd7rd3348tsfhaesm/sICP-native-ICP'
|
|
@@ -61,6 +61,10 @@ const info = {
|
|
|
61
61
|
{
|
|
62
62
|
address: 'https://rpc-main-symphony.vinjan.xyz',
|
|
63
63
|
provider: 'Vinjan.Inc'
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
address: 'https://rpc-symphony.sr20de.xyz',
|
|
67
|
+
provider: 'Sr20de'
|
|
64
68
|
}
|
|
65
69
|
],
|
|
66
70
|
rest: [
|
|
@@ -75,6 +79,10 @@ const info = {
|
|
|
75
79
|
{
|
|
76
80
|
address: 'https://api-main-symphony.vinjan.xyz',
|
|
77
81
|
provider: 'Vinjan.Inc'
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
address: 'https://api-symphony.sr20de.xyz',
|
|
85
|
+
provider: 'Sr20de'
|
|
78
86
|
}
|
|
79
87
|
],
|
|
80
88
|
grpc: [
|
|
@@ -89,6 +97,10 @@ const info = {
|
|
|
89
97
|
{
|
|
90
98
|
address: 'grpc-main-symphony.vinjan.xyz:21090',
|
|
91
99
|
provider: 'Vinjan.Inc'
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
address: 'https://grpc-symphony.sr20de.xyz',
|
|
103
|
+
provider: 'Sr20de'
|
|
92
104
|
}
|
|
93
105
|
]
|
|
94
106
|
},
|
|
@@ -97,6 +109,11 @@ const info = {
|
|
|
97
109
|
url: 'https://xplorer.vinjan.xyz/symphony',
|
|
98
110
|
txPage: 'https://xplorer.vinjan.xyz/symphony/tx/${txHash}',
|
|
99
111
|
accountPage: 'https://xplorer.vinjan.xyz/symphony/account/${accountAddress}'
|
|
112
|
+
}, {
|
|
113
|
+
kind: 'Sr20de Explorer',
|
|
114
|
+
url: 'https://explorer.sr20de.xyz/symphony',
|
|
115
|
+
txPage: 'https://explorer.sr20de.xyz/symphony/tx/${txHash}',
|
|
116
|
+
accountPage: 'https://explorer.sr20de.xyz/symphony/account/${accountAddress}'
|
|
100
117
|
}],
|
|
101
118
|
logoURIs: {
|
|
102
119
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/symphony_logo.png'
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-registry",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.39",
|
|
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.39"
|
|
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": "1f1c9dcd201c6e3a5a49e224dda8c636cfabe42a"
|
|
43
43
|
}
|