Skip to content

Commit d6f31bd

Browse files
committed
feat(eas): add Base Sepolia network configuration on eas config
1 parent 9e52170 commit d6f31bd

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

configs/eas.ts

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ export const EVALUATIONS_SCHEMA_UID =
44
export const EVALUATIONS_SCHEMA =
55
"uint256 chain_id,address contract_address,uint256 token_id,uint8 evaluate_basic,uint8 evaluate_work,uint8 evaluate_contributors,uint8 evaluate_properties,string comments,string[] tags";
66

7-
// TODO: Add CREATOR_FEED_SCHEMA and CREATOR_FEED_SCHEMA_UID for actual implementation
87
export const CREATOR_FEED_SCHEMA_UID =
98
"0x48e3e1be1e08084b408a7035ac889f2a840b440bbf10758d14fb722831a200c3";
109
export const CREATOR_FEED_SCHEMA =
@@ -61,4 +60,11 @@ export const EAS_CONFIG: EasConfig[] = [
6160
explorerUrl: "https://base.easscan.org",
6261
graphqlUrl: "https://base.easscan.org/graphql",
6362
},
63+
{
64+
id: 84532,
65+
address: "0x4200000000000000000000000000000000000021",
66+
registryAddress: "0x4200000000000000000000000000000000000020",
67+
explorerUrl: "https://base-sepolia.easscan.org",
68+
graphqlUrl: "https://base-sepolia.easscan.org/graphql",
69+
},
6470
];

0 commit comments

Comments
 (0)