chain-registry 1.62.12 → 1.63.0
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.
|
@@ -16345,6 +16345,28 @@ const info = {
|
|
|
16345
16345
|
},
|
|
16346
16346
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/grac.png'
|
|
16347
16347
|
}]
|
|
16348
|
+
},
|
|
16349
|
+
{
|
|
16350
|
+
description: 'A group of french boulanger who wanna bring fun and baguette on cosmos',
|
|
16351
|
+
denom_units: [{
|
|
16352
|
+
denom: 'factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/bag',
|
|
16353
|
+
exponent: 0
|
|
16354
|
+
}, {
|
|
16355
|
+
denom: 'BAG',
|
|
16356
|
+
exponent: 6
|
|
16357
|
+
}],
|
|
16358
|
+
type_asset: 'sdk.coin',
|
|
16359
|
+
address: 'osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8',
|
|
16360
|
+
base: 'factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/bag',
|
|
16361
|
+
name: 'Baguette',
|
|
16362
|
+
display: 'BAG',
|
|
16363
|
+
symbol: 'BAG',
|
|
16364
|
+
logo_URIs: {
|
|
16365
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/BAG.png'
|
|
16366
|
+
},
|
|
16367
|
+
images: [{
|
|
16368
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/BAG.png'
|
|
16369
|
+
}]
|
|
16348
16370
|
}
|
|
16349
16371
|
]
|
|
16350
16372
|
};
|
|
@@ -16347,6 +16347,28 @@ const info = {
|
|
|
16347
16347
|
},
|
|
16348
16348
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/grac.png'
|
|
16349
16349
|
}]
|
|
16350
|
+
},
|
|
16351
|
+
{
|
|
16352
|
+
description: 'A group of french boulanger who wanna bring fun and baguette on cosmos',
|
|
16353
|
+
denom_units: [{
|
|
16354
|
+
denom: 'factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/bag',
|
|
16355
|
+
exponent: 0
|
|
16356
|
+
}, {
|
|
16357
|
+
denom: 'BAG',
|
|
16358
|
+
exponent: 6
|
|
16359
|
+
}],
|
|
16360
|
+
type_asset: 'sdk.coin',
|
|
16361
|
+
address: 'osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8',
|
|
16362
|
+
base: 'factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/bag',
|
|
16363
|
+
name: 'Baguette',
|
|
16364
|
+
display: 'BAG',
|
|
16365
|
+
symbol: 'BAG',
|
|
16366
|
+
logo_URIs: {
|
|
16367
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/BAG.png'
|
|
16368
|
+
},
|
|
16369
|
+
images: [{
|
|
16370
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/BAG.png'
|
|
16371
|
+
}]
|
|
16350
16372
|
}
|
|
16351
16373
|
]
|
|
16352
16374
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-registry",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.63.0",
|
|
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",
|
|
@@ -29,11 +29,11 @@
|
|
|
29
29
|
"test:watch": "jest --watch"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@chain-registry/utils": "^1.
|
|
32
|
+
"@chain-registry/utils": "^1.46.0",
|
|
33
33
|
"deepmerge": "^4.2.2"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@chain-registry/types": "^0.
|
|
36
|
+
"@chain-registry/types": "^0.45.0"
|
|
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": "dc905987a07f8cd36cb05a57e6b8e2d49caee2ef"
|
|
47
47
|
}
|