-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
957a75d
commit 1ffded7
Showing
889 changed files
with
62,630 additions
and
4,755 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
36 changes: 36 additions & 0 deletions
36
v2/packages/chain-registry/src/devnet/neuradevnet/asset-list.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
import { AssetList } from '@chain-registry/v2-types'; | ||
const info: AssetList = { | ||
$schema: '../../assetlist.schema.json', | ||
chainName: 'neuradevnet', | ||
assets: [{ | ||
description: 'ANKR: The native EVM, governance, and staking token for Neura, enabling secure transactions, and seamless GPU resourcing within the ecosystem.', | ||
denomUnits: [{ | ||
denom: 'atankr', | ||
exponent: 0 | ||
}, { | ||
denom: 'ankr', | ||
exponent: 18 | ||
}], | ||
base: 'atankr', | ||
name: 'Neura Devnet', | ||
display: 'ankr', | ||
symbol: 'ANKR', | ||
traces: [{ | ||
type: 'test-mintage', | ||
counterparty: { | ||
chainName: 'neura', | ||
baseDenom: 'atankr' | ||
}, | ||
provider: 'Neura' | ||
}], | ||
images: [{ | ||
imageSync: { | ||
chainName: 'neura', | ||
baseDenom: 'atankr' | ||
}, | ||
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/ankr.svg' | ||
}], | ||
typeAsset: 'sdk.coin' | ||
}] | ||
}; | ||
export default info; |
44 changes: 44 additions & 0 deletions
44
v2/packages/chain-registry/src/devnet/neuradevnet/chain.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
import { Chain } from '@chain-registry/v2-types'; | ||
const info: Chain = { | ||
$schema: '../../chain.schema.json', | ||
chainName: 'neuradevnet', | ||
chainType: 'cosmos', | ||
chainId: 'neura_268-1', | ||
bech32Prefix: 'neura', | ||
prettyName: 'Neura Devnet', | ||
website: 'https://www.neuraprotocol.io/', | ||
description: 'Neura is an AI-centric, EVM-compatible Layer 1 blockchain built on the Cosmos SDK. We democratize GPU access and revolutionize AI project funding with IMO’s to advance AI development.', | ||
status: 'live', | ||
networkType: 'devnet', | ||
nodeHome: '$HOME/.neurad', | ||
daemonName: 'neurad', | ||
keyAlgos: ['ethsecp256k1'], | ||
extraCodecs: ['ethermint'], | ||
slip44: 1, | ||
fees: { | ||
feeTokens: [{ | ||
denom: 'atankr' | ||
}] | ||
}, | ||
staking: { | ||
stakingTokens: [{ | ||
denom: 'atankr' | ||
}] | ||
}, | ||
codebase: { | ||
versions: [{ | ||
name: 'v0.0.1', | ||
height: 0 | ||
}] | ||
}, | ||
images: [{ | ||
imageSync: { | ||
chainName: 'neura' | ||
}, | ||
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neura/images/neura.png', | ||
theme: { | ||
primaryColorHex: '#4e5afc' | ||
} | ||
}] | ||
}; | ||
export default info; |
File renamed without changes.
44 changes: 44 additions & 0 deletions
44
v2/packages/chain-registry/src/devnet/nibirudevnet/asset-list.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
import { AssetList } from '@chain-registry/v2-types'; | ||
const info: AssetList = { | ||
$schema: '../../assetlist.schema.json', | ||
chainName: 'nibirudevnet', | ||
assets: [{ | ||
description: 'The native token of Nibiru network', | ||
extendedDescription: 'Nibiru hosts a variety of ecosystem partners in a wide variety of consumer sectors. From RWAs (Coded Estate) to DeFi (Constella, NOM) to Gaming (Blockchain Game Alliance, IntoTheVerse), Nibiru is advancing multiple emerging blockchain narratives that will onboard the next billion users.', | ||
socials: { | ||
website: 'https://nibiru.fi', | ||
twitter: 'https://twitter.com/nibiruchain' | ||
}, | ||
denomUnits: [ | ||
{ | ||
denom: 'unibi', | ||
exponent: 0 | ||
}, | ||
{ | ||
denom: 'nibi', | ||
exponent: 6 | ||
}, | ||
{ | ||
denom: 'attonibi', | ||
exponent: 18 | ||
} | ||
], | ||
base: 'unibi', | ||
name: 'Nibiru', | ||
display: 'nibi', | ||
symbol: 'NIBI', | ||
logoURIs: { | ||
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nibiru/images/nibiru.png', | ||
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nibiru/images/nibiru.svg' | ||
}, | ||
images: [{ | ||
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nibiru/images/nibiru.png', | ||
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nibiru/images/nibiru.svg', | ||
theme: { | ||
primaryColorHex: '#14c0ce' | ||
} | ||
}], | ||
typeAsset: 'sdk.coin' | ||
}] | ||
}; | ||
export default info; |
Oops, something went wrong.