Skip to content

Commit a9bfbcc

Browse files
committed
feat(agent-nft): set NFT collection metadata
1 parent 98025ba commit a9bfbcc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contracts/agent-nft/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ impl Contract {
7070
owner_id,
7171
NFTContractMetadata {
7272
spec: NFT_METADATA_SPEC.to_string(),
73-
name: "Example NEAR non-fungible token".to_string(),
74-
symbol: "EXAMPLE".to_string(),
73+
name: "NEAR.AI Agent Collection".to_string(),
74+
symbol: "NEARAI".to_string(),
7575
icon: Some(DATA_IMAGE_SVG_NEAR_ICON.to_string()),
7676
base_uri: None,
7777
reference: None,

0 commit comments

Comments
 (0)