Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
TCL0001 authored Oct 18, 2024
1 parent f69d8e7 commit 0d67394
Showing 1 changed file with 75 additions and 0 deletions.
75 changes: 75 additions & 0 deletions PRYSM/Test.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,75 @@
{
"$schema": "../assetlist.schema.json",
"chain_name": "agoric",
"assets": [
{
"description": "Agoric is a smart contract platform that uses JavaScript to enable developers to build secure and scalable decentralized applications (dApps) easily.",
"extended_description": "Agoric leverages the popular JavaScript programming language to provide a secure and scalable platform for building decentralized applications (dApps). By using a familiar language, Agoric aims to lower the entry barriers for developers and promote the widespread adoption of blockchain technology. The platform's native token, BLD, is used for staking, securing the network, and governance. Agoric's innovative approach focuses on enabling rapid development and deployment of dApps, fostering a robust ecosystem of interoperable blockchain applications.",
"denom_units": [
{
"denom": "ubld",
"exponent": 0
},
{
"denom": "bld",
"exponent": 6
}
],
"base": "ubld",
"name": "Agoric",
"display": "bld",
"symbol": "BLD",
"logo_URIs": {
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/bld.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/bld.svg"
},
"coingecko_id": "agoric",
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/bld.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/bld.svg",
"theme": {
"primary_color_hex": "#c42b44"
}
}
],
"socials": {
"website": "https://agoric.com/",
"twitter": "https://twitter.com/agoric"
},
"type_asset": "sdk.coin"
},
{
"description": "IST is the stable token used by the Agoric chain for execution fees and commerce.",
"denom_units": [
{
"denom": "uist",
"exponent": 0
},
{
"denom": "ist",
"exponent": 6
}
],
"base": "uist",
"name": "Inter Stable Token",
"display": "ist",
"symbol": "IST",
"logo_URIs": {
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.svg"
},
"coingecko_id": "inter-stable-token",
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.svg",
"theme": {
"primary_color_hex": "#d485e2"
}
}
],
"type_asset": "sdk.coin"
}
]
}

0 comments on commit 0d67394

Please sign in to comment.