@chain-registry/assets 1.70.247 → 1.70.248
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/allora.js +338 -0
- package/esm/mainnet/assets.js +2 -1
- package/esm/mainnet/axelar.js +70 -0
- package/esm/mainnet/cosmoshub.js +72 -2
- package/esm/mainnet/index.js +1 -0
- package/esm/mainnet/sei.js +70 -0
- package/index.d.ts +1 -1
- package/mainnet/allora.d.ts +3 -0
- package/mainnet/allora.js +340 -0
- package/mainnet/assets.js +2 -1
- package/mainnet/axelar.js +70 -0
- package/mainnet/cosmoshub.js +72 -2
- package/mainnet/index.d.ts +1 -0
- package/mainnet/index.js +5 -4
- package/mainnet/sei.js +70 -0
- package/package.json +5 -5
package/mainnet/sei.js
CHANGED
|
@@ -3,6 +3,41 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
const assets = {
|
|
4
4
|
chain_name: 'sei',
|
|
5
5
|
assets: [
|
|
6
|
+
{
|
|
7
|
+
description: 'Allora Token (ALLO) is the Allora Network\'s native utility token, used as the primary means to govern, secure the blockchain, and incentivize network participants.',
|
|
8
|
+
denom_units: [{
|
|
9
|
+
denom: 'ibc/710F080B35CF9D6EA982FFDFED2EC54FBAE8AA10C3889237BB3AF03DDD4682F9',
|
|
10
|
+
exponent: 0,
|
|
11
|
+
aliases: ['uallo']
|
|
12
|
+
}, {
|
|
13
|
+
denom: 'allo',
|
|
14
|
+
exponent: 18
|
|
15
|
+
}],
|
|
16
|
+
base: 'ibc/710F080B35CF9D6EA982FFDFED2EC54FBAE8AA10C3889237BB3AF03DDD4682F9',
|
|
17
|
+
name: 'Allora Network',
|
|
18
|
+
display: 'allo',
|
|
19
|
+
symbol: 'ALLO',
|
|
20
|
+
logo_URIs: {
|
|
21
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/allora/images/allora.png',
|
|
22
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/allora/images/allora.svg'
|
|
23
|
+
},
|
|
24
|
+
images: [{
|
|
25
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/allora/images/allora.png',
|
|
26
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/allora/images/allora.svg'
|
|
27
|
+
}],
|
|
28
|
+
type_asset: 'sdk.coin',
|
|
29
|
+
traces: [{
|
|
30
|
+
type: 'ibc',
|
|
31
|
+
counterparty: {
|
|
32
|
+
channel_id: 'channel-1',
|
|
33
|
+
base_denom: 'uallo',
|
|
34
|
+
chain_name: 'allora'
|
|
35
|
+
},
|
|
36
|
+
chain: {
|
|
37
|
+
channel_id: 'channel-79'
|
|
38
|
+
}
|
|
39
|
+
}]
|
|
40
|
+
},
|
|
6
41
|
{
|
|
7
42
|
description: 'Axelar is a decentralized interoperability network connecting multiple blockchain ecosystems, enabling seamless cross-chain communication and value transfer.',
|
|
8
43
|
denom_units: [{
|
|
@@ -1035,6 +1070,41 @@ const assets = {
|
|
|
1035
1070
|
},
|
|
1036
1071
|
type_asset: 'sdk.coin'
|
|
1037
1072
|
},
|
|
1073
|
+
{
|
|
1074
|
+
description: 'Allora Token (ALLO) is the Allora Network\'s native utility token, used as the primary means to govern, secure the blockchain, and incentivize network participants.',
|
|
1075
|
+
denom_units: [{
|
|
1076
|
+
denom: 'ibc/710F080B35CF9D6EA982FFDFED2EC54FBAE8AA10C3889237BB3AF03DDD4682F9',
|
|
1077
|
+
exponent: 0,
|
|
1078
|
+
aliases: ['uallo']
|
|
1079
|
+
}, {
|
|
1080
|
+
denom: 'allo',
|
|
1081
|
+
exponent: 18
|
|
1082
|
+
}],
|
|
1083
|
+
base: 'ibc/710F080B35CF9D6EA982FFDFED2EC54FBAE8AA10C3889237BB3AF03DDD4682F9',
|
|
1084
|
+
name: 'Allora Network',
|
|
1085
|
+
display: 'allo',
|
|
1086
|
+
symbol: 'ALLO',
|
|
1087
|
+
logo_URIs: {
|
|
1088
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/allora/images/allora.png',
|
|
1089
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/allora/images/allora.svg'
|
|
1090
|
+
},
|
|
1091
|
+
images: [{
|
|
1092
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/allora/images/allora.png',
|
|
1093
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/allora/images/allora.svg'
|
|
1094
|
+
}],
|
|
1095
|
+
type_asset: 'sdk.coin',
|
|
1096
|
+
traces: [{
|
|
1097
|
+
type: 'ibc',
|
|
1098
|
+
counterparty: {
|
|
1099
|
+
channel_id: 'channel-1',
|
|
1100
|
+
base_denom: 'uallo',
|
|
1101
|
+
chain_name: 'allora'
|
|
1102
|
+
},
|
|
1103
|
+
chain: {
|
|
1104
|
+
channel_id: 'channel-79'
|
|
1105
|
+
}
|
|
1106
|
+
}]
|
|
1107
|
+
},
|
|
1038
1108
|
{
|
|
1039
1109
|
description: 'Axelar is a decentralized interoperability network connecting multiple blockchain ecosystems, enabling seamless cross-chain communication and value transfer.',
|
|
1040
1110
|
denom_units: [{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/assets",
|
|
3
|
-
"version": "1.70.
|
|
3
|
+
"version": "1.70.248",
|
|
4
4
|
"description": "Chain Registry Asset Lists",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/hyperweb-io/chain-registry",
|
|
@@ -29,11 +29,11 @@
|
|
|
29
29
|
"test:watch": "jest --watch"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@chain-registry/utils": "^1.51.
|
|
33
|
-
"chain-registry": "^1.69.
|
|
32
|
+
"@chain-registry/utils": "^1.51.155",
|
|
33
|
+
"chain-registry": "^1.69.248"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@chain-registry/types": "^0.50.
|
|
36
|
+
"@chain-registry/types": "^0.50.155"
|
|
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": "1b0e485de8ccbad22567e27aa8c65706d8c192e2"
|
|
47
47
|
}
|