chain-registry 1.69.142 → 1.69.144
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/atomone/chain.js +4 -4
- package/esm/mainnet/bitsong/chain.js +1 -1
- package/esm/mainnet/osmosis/assets.js +22 -0
- package/esm/testnet/titantestnet/assets.js +3 -3
- package/mainnet/atomone/chain.js +4 -4
- package/mainnet/bitsong/chain.js +1 -1
- package/mainnet/osmosis/assets.js +22 -0
- package/package.json +4 -4
- package/testnet/titantestnet/assets.js +3 -3
|
@@ -15,10 +15,10 @@ const info = {
|
|
|
15
15
|
fees: {
|
|
16
16
|
fee_tokens: [{
|
|
17
17
|
denom: 'uatone',
|
|
18
|
-
fixed_min_gas_price: 0.
|
|
19
|
-
low_gas_price: 0.
|
|
20
|
-
average_gas_price: 0.
|
|
21
|
-
high_gas_price: 0.
|
|
18
|
+
fixed_min_gas_price: 0.025,
|
|
19
|
+
low_gas_price: 0.025,
|
|
20
|
+
average_gas_price: 0.04,
|
|
21
|
+
high_gas_price: 0.08
|
|
22
22
|
}]
|
|
23
23
|
},
|
|
24
24
|
staking: {
|
|
@@ -23625,6 +23625,28 @@ const info = {
|
|
|
23625
23625
|
website: 'https://ffsc.site',
|
|
23626
23626
|
twitter: 'https://x.com/FortunateFewNFT'
|
|
23627
23627
|
}
|
|
23628
|
+
},
|
|
23629
|
+
{
|
|
23630
|
+
description: 'The Seven Green Shade Token, limited to 7777 units, represents exclusive access and utilities in the upcoming Seven Shaders RPG AI game.',
|
|
23631
|
+
denom_units: [{
|
|
23632
|
+
denom: 'factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/t7s',
|
|
23633
|
+
exponent: 0
|
|
23634
|
+
}, {
|
|
23635
|
+
denom: 'T7S',
|
|
23636
|
+
exponent: 6
|
|
23637
|
+
}],
|
|
23638
|
+
type_asset: 'sdk.coin',
|
|
23639
|
+
address: 'osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8',
|
|
23640
|
+
base: 'factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/t7s',
|
|
23641
|
+
name: 'The seven green shade ',
|
|
23642
|
+
display: 'T7S',
|
|
23643
|
+
symbol: 'T7S',
|
|
23644
|
+
logo_URIs: {
|
|
23645
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/T7S.png'
|
|
23646
|
+
},
|
|
23647
|
+
images: [{
|
|
23648
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/T7S.png'
|
|
23649
|
+
}]
|
|
23628
23650
|
}
|
|
23629
23651
|
]
|
|
23630
23652
|
};
|
|
@@ -94,7 +94,7 @@ const info = {
|
|
|
94
94
|
{
|
|
95
95
|
description: 'Wrapped Bitcoin (BTC) is BTC token bridged from Bitcoin to titan chain through Titan bridge https://dev.titanearn.com/bridge',
|
|
96
96
|
denom_units: [{
|
|
97
|
-
denom: 'factory/
|
|
97
|
+
denom: 'factory/titan14jwu2vsu4xuefce0xjyk2t58awth4v42lvwxslqe6vszac66y4tqe4sjm5/w-btc',
|
|
98
98
|
exponent: 0,
|
|
99
99
|
aliases: ['btc-satoshi']
|
|
100
100
|
}, {
|
|
@@ -102,8 +102,8 @@ const info = {
|
|
|
102
102
|
exponent: 8
|
|
103
103
|
}],
|
|
104
104
|
type_asset: 'sdk.coin',
|
|
105
|
-
address: '
|
|
106
|
-
base: 'factory/
|
|
105
|
+
address: 'titan14jwu2vsu4xuefce0xjyk2t58awth4v42lvwxslqe6vszac66y4tqe4sjm5',
|
|
106
|
+
base: 'factory/titan14jwu2vsu4xuefce0xjyk2t58awth4v42lvwxslqe6vszac66y4tqe4sjm5/w-btc',
|
|
107
107
|
name: 'Bitcoin',
|
|
108
108
|
display: 'btc',
|
|
109
109
|
symbol: 'BTC',
|
package/mainnet/atomone/chain.js
CHANGED
|
@@ -17,10 +17,10 @@ const info = {
|
|
|
17
17
|
fees: {
|
|
18
18
|
fee_tokens: [{
|
|
19
19
|
denom: 'uatone',
|
|
20
|
-
fixed_min_gas_price: 0.
|
|
21
|
-
low_gas_price: 0.
|
|
22
|
-
average_gas_price: 0.
|
|
23
|
-
high_gas_price: 0.
|
|
20
|
+
fixed_min_gas_price: 0.025,
|
|
21
|
+
low_gas_price: 0.025,
|
|
22
|
+
average_gas_price: 0.04,
|
|
23
|
+
high_gas_price: 0.08
|
|
24
24
|
}]
|
|
25
25
|
},
|
|
26
26
|
staking: {
|
package/mainnet/bitsong/chain.js
CHANGED
|
@@ -23627,6 +23627,28 @@ const info = {
|
|
|
23627
23627
|
website: 'https://ffsc.site',
|
|
23628
23628
|
twitter: 'https://x.com/FortunateFewNFT'
|
|
23629
23629
|
}
|
|
23630
|
+
},
|
|
23631
|
+
{
|
|
23632
|
+
description: 'The Seven Green Shade Token, limited to 7777 units, represents exclusive access and utilities in the upcoming Seven Shaders RPG AI game.',
|
|
23633
|
+
denom_units: [{
|
|
23634
|
+
denom: 'factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/t7s',
|
|
23635
|
+
exponent: 0
|
|
23636
|
+
}, {
|
|
23637
|
+
denom: 'T7S',
|
|
23638
|
+
exponent: 6
|
|
23639
|
+
}],
|
|
23640
|
+
type_asset: 'sdk.coin',
|
|
23641
|
+
address: 'osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8',
|
|
23642
|
+
base: 'factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/t7s',
|
|
23643
|
+
name: 'The seven green shade ',
|
|
23644
|
+
display: 'T7S',
|
|
23645
|
+
symbol: 'T7S',
|
|
23646
|
+
logo_URIs: {
|
|
23647
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/T7S.png'
|
|
23648
|
+
},
|
|
23649
|
+
images: [{
|
|
23650
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/T7S.png'
|
|
23651
|
+
}]
|
|
23630
23652
|
}
|
|
23631
23653
|
]
|
|
23632
23654
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-registry",
|
|
3
|
-
"version": "1.69.
|
|
3
|
+
"version": "1.69.144",
|
|
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.88",
|
|
33
33
|
"deepmerge": "^4.2.2"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@chain-registry/types": "^0.50.
|
|
36
|
+
"@chain-registry/types": "^0.50.88"
|
|
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": "794f58a4da8e26676d1ff98d6889a778d469dd5f"
|
|
47
47
|
}
|
|
@@ -96,7 +96,7 @@ const info = {
|
|
|
96
96
|
{
|
|
97
97
|
description: 'Wrapped Bitcoin (BTC) is BTC token bridged from Bitcoin to titan chain through Titan bridge https://dev.titanearn.com/bridge',
|
|
98
98
|
denom_units: [{
|
|
99
|
-
denom: 'factory/
|
|
99
|
+
denom: 'factory/titan14jwu2vsu4xuefce0xjyk2t58awth4v42lvwxslqe6vszac66y4tqe4sjm5/w-btc',
|
|
100
100
|
exponent: 0,
|
|
101
101
|
aliases: ['btc-satoshi']
|
|
102
102
|
}, {
|
|
@@ -104,8 +104,8 @@ const info = {
|
|
|
104
104
|
exponent: 8
|
|
105
105
|
}],
|
|
106
106
|
type_asset: 'sdk.coin',
|
|
107
|
-
address: '
|
|
108
|
-
base: 'factory/
|
|
107
|
+
address: 'titan14jwu2vsu4xuefce0xjyk2t58awth4v42lvwxslqe6vszac66y4tqe4sjm5',
|
|
108
|
+
base: 'factory/titan14jwu2vsu4xuefce0xjyk2t58awth4v42lvwxslqe6vszac66y4tqe4sjm5/w-btc',
|
|
109
109
|
name: 'Bitcoin',
|
|
110
110
|
display: 'btc',
|
|
111
111
|
symbol: 'BTC',
|