Skip to content

Commit

Permalink
build 🛠 build-20241207-022746
Browse files Browse the repository at this point in the history
  • Loading branch information
pyramation committed Dec 7, 2024
1 parent e958cca commit eca940b
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion repos/chain-registry
8 changes: 8 additions & 0 deletions v1/packages/chain-registry/src/mainnet/dungeon/chain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ const info: Chain = {
},
apis: {
rpc: [
{
address: 'https://rpc-dungeon-1.seraphim.zone',
provider: 'Seraphim'
},
{
address: 'https://rpc-dungeonchain.apeironnodes.com',
provider: 'ApeironNodes'
Expand All @@ -35,6 +39,10 @@ const info: Chain = {
}
],
rest: [
{
address: 'https://api-dungeon-1.seraphim.zone',
provider: 'Seraphim'
},
{
address: 'https://api-dungeonchain.apeironnodes.com',
provider: 'ApeironNodes'
Expand Down
1 change: 1 addition & 0 deletions v1/packages/chain-registry/src/mainnet/osmosis/assets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21325,6 +21325,7 @@ const info: AssetList = {
primary_color_hex: '#e5ba44'
}
}],
coingecko_id: 'spice-2',
keywords: ['meme'],
socials: {
twitter: 'https://x.com/spiceoncosmos'
Expand Down
1 change: 1 addition & 0 deletions v1/packages/osmosis/src/assets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21323,6 +21323,7 @@ const assets: AssetList = {
primary_color_hex: '#e5ba44'
}
}],
coingecko_id: 'spice-2',
keywords: ['meme'],
socials: {
twitter: 'https://x.com/spiceoncosmos'
Expand Down

0 comments on commit eca940b

Please sign in to comment.