We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98025ba commit a9bfbccCopy full SHA for a9bfbcc
contracts/agent-nft/src/lib.rs
@@ -70,8 +70,8 @@ impl Contract {
70
owner_id,
71
NFTContractMetadata {
72
spec: NFT_METADATA_SPEC.to_string(),
73
- name: "Example NEAR non-fungible token".to_string(),
74
- symbol: "EXAMPLE".to_string(),
+ name: "NEAR.AI Agent Collection".to_string(),
+ symbol: "NEARAI".to_string(),
75
icon: Some(DATA_IMAGE_SVG_NEAR_ICON.to_string()),
76
base_uri: None,
77
reference: None,
0 commit comments