Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion lib/projects/Projects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12650,7 +12650,18 @@ export const PROJECT_INFO: ProjectInfo[] = [
'0',
false
),

new ProjectInfo(
'0x883ed8Ea60a73d185f24788d01e0aa3e4CB80994',
'CMARK-6',
'2025',
'GaΓ―ago Soil Revitalization Project for Cropland',
'SC-ISO-14064-2',
'Agriculture',
'France',
'',
'0',
false
),
new ProjectInfo(
'0x023eb0b4f9b4dbff04a7026c085e6da6b4e93d4f',
'TVER-0',
Expand Down
2 changes: 1 addition & 1 deletion lib/projects/utils/networkConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ dotenv.config()

export const networkConfig = {
polygon: {
rpcUrl: `https://polygon-rpc.com/`,
rpcUrl: `https://polygon.drpc.org/`,
addresses: {
marketplace: {
address: '0xD973F90a4C49607EABeFdb2C45d4F39436c7e7fA',
Expand Down
Loading