Skip to content

Commit 87214a4

Browse files
committed
build 🛠 build-20250607-013643
1 parent e458020 commit 87214a4

File tree

20 files changed

+550
-87
lines changed

20 files changed

+550
-87
lines changed

v1/packages/assets/src/mainnet/composable.ts

Lines changed: 140 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1341,6 +1341,76 @@ const assets: AssetList = {
13411341
}
13421342
}]
13431343
},
1344+
{
1345+
description: 'The Meow token',
1346+
type_asset: 'erc20',
1347+
address: 'BUhS5coXEt9hcxN3JSpGYUWSKbNo96RsKu52LcMo12rf',
1348+
denom_units: [{
1349+
denom: 'ibc/A9E1F97DE95DD4C7E48B76608216FA2591F9B2DB78C75F349B61BD74A0B6BE5D',
1350+
exponent: 0,
1351+
aliases: ['BUhS5coXEt9hcxN3JSpGYUWSKbNo96RsKu52LcMo12rf']
1352+
}, {
1353+
denom: 'meow',
1354+
exponent: 8
1355+
}],
1356+
base: 'ibc/A9E1F97DE95DD4C7E48B76608216FA2591F9B2DB78C75F349B61BD74A0B6BE5D',
1357+
name: 'MEOW',
1358+
display: 'meow',
1359+
symbol: 'MEOW',
1360+
logo_URIs: {
1361+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/meow.png'
1362+
},
1363+
coingecko_id: 'meow',
1364+
images: [{
1365+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/meow.png'
1366+
}],
1367+
traces: [{
1368+
type: 'ibc',
1369+
counterparty: {
1370+
channel_id: 'channel-1',
1371+
base_denom: 'BUhS5coXEt9hcxN3JSpGYUWSKbNo96RsKu52LcMo12rf',
1372+
chain_name: 'solana'
1373+
},
1374+
chain: {
1375+
channel_id: 'channel-71'
1376+
}
1377+
}]
1378+
},
1379+
{
1380+
description: 'The Oracler AI token',
1381+
type_asset: 'erc20',
1382+
address: '5pPkhLEJDMFDHUuE1wW5os5YJeyNUDVmih1DKgMFpB38',
1383+
denom_units: [{
1384+
denom: 'ibc/0DACB2211BB6D9C8A85A6882C4128C6428C31855748DADDEF923F171B42D8B2F',
1385+
exponent: 0,
1386+
aliases: ['5pPkhLEJDMFDHUuE1wW5os5YJeyNUDVmih1DKgMFpB38']
1387+
}, {
1388+
denom: 'oracler',
1389+
exponent: 6
1390+
}],
1391+
base: 'ibc/0DACB2211BB6D9C8A85A6882C4128C6428C31855748DADDEF923F171B42D8B2F',
1392+
name: 'ORACLER',
1393+
display: 'oracler',
1394+
symbol: 'ORACLER',
1395+
logo_URIs: {
1396+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/oracler.png'
1397+
},
1398+
coingecko_id: 'oracler-ai',
1399+
images: [{
1400+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/oracler.png'
1401+
}],
1402+
traces: [{
1403+
type: 'ibc',
1404+
counterparty: {
1405+
channel_id: 'channel-1',
1406+
base_denom: '5pPkhLEJDMFDHUuE1wW5os5YJeyNUDVmih1DKgMFpB38',
1407+
chain_name: 'solana'
1408+
},
1409+
chain: {
1410+
channel_id: 'channel-71'
1411+
}
1412+
}]
1413+
},
13441414
{
13451415
description: 'Agoric is a smart contract platform that uses JavaScript to enable developers to build secure and scalable decentralized applications (dApps) easily.',
13461416
denom_units: [{
@@ -4275,6 +4345,76 @@ const assets: AssetList = {
42754345
}
42764346
}]
42774347
},
4348+
{
4349+
description: 'The Meow token',
4350+
type_asset: 'erc20',
4351+
address: 'BUhS5coXEt9hcxN3JSpGYUWSKbNo96RsKu52LcMo12rf',
4352+
denom_units: [{
4353+
denom: 'ibc/A9E1F97DE95DD4C7E48B76608216FA2591F9B2DB78C75F349B61BD74A0B6BE5D',
4354+
exponent: 0,
4355+
aliases: ['BUhS5coXEt9hcxN3JSpGYUWSKbNo96RsKu52LcMo12rf']
4356+
}, {
4357+
denom: 'meow',
4358+
exponent: 8
4359+
}],
4360+
base: 'ibc/A9E1F97DE95DD4C7E48B76608216FA2591F9B2DB78C75F349B61BD74A0B6BE5D',
4361+
name: 'MEOW',
4362+
display: 'meow',
4363+
symbol: 'MEOW',
4364+
logo_URIs: {
4365+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/meow.png'
4366+
},
4367+
coingecko_id: 'meow',
4368+
images: [{
4369+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/meow.png'
4370+
}],
4371+
traces: [{
4372+
type: 'ibc',
4373+
counterparty: {
4374+
channel_id: 'channel-1',
4375+
base_denom: 'BUhS5coXEt9hcxN3JSpGYUWSKbNo96RsKu52LcMo12rf',
4376+
chain_name: 'solana'
4377+
},
4378+
chain: {
4379+
channel_id: 'channel-71'
4380+
}
4381+
}]
4382+
},
4383+
{
4384+
description: 'The Oracler AI token',
4385+
type_asset: 'erc20',
4386+
address: '5pPkhLEJDMFDHUuE1wW5os5YJeyNUDVmih1DKgMFpB38',
4387+
denom_units: [{
4388+
denom: 'ibc/0DACB2211BB6D9C8A85A6882C4128C6428C31855748DADDEF923F171B42D8B2F',
4389+
exponent: 0,
4390+
aliases: ['5pPkhLEJDMFDHUuE1wW5os5YJeyNUDVmih1DKgMFpB38']
4391+
}, {
4392+
denom: 'oracler',
4393+
exponent: 6
4394+
}],
4395+
base: 'ibc/0DACB2211BB6D9C8A85A6882C4128C6428C31855748DADDEF923F171B42D8B2F',
4396+
name: 'ORACLER',
4397+
display: 'oracler',
4398+
symbol: 'ORACLER',
4399+
logo_URIs: {
4400+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/oracler.png'
4401+
},
4402+
coingecko_id: 'oracler-ai',
4403+
images: [{
4404+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/oracler.png'
4405+
}],
4406+
traces: [{
4407+
type: 'ibc',
4408+
counterparty: {
4409+
channel_id: 'channel-1',
4410+
base_denom: '5pPkhLEJDMFDHUuE1wW5os5YJeyNUDVmih1DKgMFpB38',
4411+
chain_name: 'solana'
4412+
},
4413+
chain: {
4414+
channel_id: 'channel-71'
4415+
}
4416+
}]
4417+
},
42784418
{
42794419
description: 'Stargaze is a decentralized blockchain platform designed specifically for non-fungible tokens (NFTs), enabling creators to mint, trade, and interact with NFTs in a fully decentralized environment.',
42804420
denom_units: [{

v1/packages/chain-registry/src/mainnet/celestia/chain.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ const info: Chain = {
171171
},
172172
{
173173
address: 'https://celestia-mainnet-rpc.itrocket.net',
174-
provider: '🚀 itrocket 🚀'
174+
provider: 'itrocket'
175175
},
176176
{
177177
address: 'https://rpc.celestia.mainnet.dteam.tech:443',
@@ -281,7 +281,7 @@ const info: Chain = {
281281
},
282282
{
283283
address: 'https://celestia-mainnet-api.itrocket.net',
284-
provider: '🚀 itrocket 🚀'
284+
provider: 'itrocket'
285285
},
286286
{
287287
address: 'https://api.celestia.mainnet.dteam.tech:443',
@@ -374,8 +374,8 @@ const info: Chain = {
374374
provider: '[NODERS]TEAM'
375375
},
376376
{
377-
address: 'celestia-mainnet-grpc.itrocket.net:40090',
378-
provider: '🚀 itrocket 🚀'
377+
address: 'celestia-mainnet-grpc.itrocket.net:443',
378+
provider: 'itrocket'
379379
},
380380
{
381381
address: 'grpc.celestia.mainnet.dteam.tech:28090',
@@ -452,7 +452,7 @@ const info: Chain = {
452452
account_page: 'https://ezstaking.app/celestia/account/${accountAddress}'
453453
},
454454
{
455-
kind: '🚀 itrocket 🚀',
455+
kind: 'itrocket',
456456
url: 'https://mainnet.itrocket.net/celestia',
457457
tx_page: 'https://mainnet.itrocket.net/celestia/transaction/${txHash}',
458458
account_page: 'https://mainnet.itrocket.net/celestia/account/${accountAddress}'

v1/packages/chain-registry/src/mainnet/elys/chain.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -258,10 +258,6 @@ const info: Chain = {
258258
address: 'elys-grpc.polkachu.com:22090',
259259
provider: 'Polkachu'
260260
},
261-
{
262-
address: 'elys-testnet-grpc.itrocket.net:38090',
263-
provider: 'itrocket'
264-
},
265261
{
266262
address: 'elys-grpc.publicnode.com:443',
267263
provider: 'Allnodes ⚡️ Nodes & Staking'

v1/packages/chain-registry/src/mainnet/humans/chain.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ const info: Chain = {
183183
provider: 'Nodeist'
184184
},
185185
{
186-
address: 'humans-mainnet-grpc.itrocket.net:17090',
186+
address: 'humans-mainnet-grpc.itrocket.net:443',
187187
provider: 'itrocket'
188188
},
189189
{

v1/packages/chain-registry/src/mainnet/solana/assets.ts

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -654,6 +654,52 @@ const info: AssetList = {
654654
twitter: 'https://x.com/unicornandmemes'
655655
},
656656
keywords: ['meme']
657+
},
658+
{
659+
description: 'The Meow token',
660+
type_asset: 'erc20',
661+
address: 'BUhS5coXEt9hcxN3JSpGYUWSKbNo96RsKu52LcMo12rf',
662+
denom_units: [{
663+
denom: 'BUhS5coXEt9hcxN3JSpGYUWSKbNo96RsKu52LcMo12rf',
664+
exponent: 0
665+
}, {
666+
denom: 'meow',
667+
exponent: 8
668+
}],
669+
base: 'BUhS5coXEt9hcxN3JSpGYUWSKbNo96RsKu52LcMo12rf',
670+
name: 'MEOW',
671+
display: 'meow',
672+
symbol: 'MEOW',
673+
logo_URIs: {
674+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/meow.png'
675+
},
676+
coingecko_id: 'meow',
677+
images: [{
678+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/meow.png'
679+
}]
680+
},
681+
{
682+
description: 'The Oracler AI token',
683+
type_asset: 'erc20',
684+
address: '5pPkhLEJDMFDHUuE1wW5os5YJeyNUDVmih1DKgMFpB38',
685+
denom_units: [{
686+
denom: '5pPkhLEJDMFDHUuE1wW5os5YJeyNUDVmih1DKgMFpB38',
687+
exponent: 0
688+
}, {
689+
denom: 'oracler',
690+
exponent: 6
691+
}],
692+
base: '5pPkhLEJDMFDHUuE1wW5os5YJeyNUDVmih1DKgMFpB38',
693+
name: 'ORACLER',
694+
display: 'oracler',
695+
symbol: 'ORACLER',
696+
logo_URIs: {
697+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/oracler.png'
698+
},
699+
coingecko_id: 'oracler-ai',
700+
images: [{
701+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/oracler.png'
702+
}]
657703
}
658704
]
659705
};

v1/packages/chain-registry/src/mainnet/source/chain.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ const info: Chain = {
206206
],
207207
grpc: [
208208
{
209-
address: 'source-mainnet-grpc.itrocket.net:32090',
209+
address: 'source-mainnet-grpc.itrocket.net:443',
210210
provider: 'ITRocket'
211211
},
212212
{

0 commit comments

Comments
 (0)