Skip to content

Commit

Permalink
[DEL] rogue farm
Browse files Browse the repository at this point in the history
  • Loading branch information
Calcifer1001 committed May 5, 2023
1 parent 89e7ab6 commit baae6e9
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -293,14 +293,14 @@ export function getConfig(env:string):GetConfigResults {
contractName: 'p4-citizencafe.cheddar.near',
tokenContractName: CHEDDAR_CONTRACT_NAME,
},
{
index: 21,
poolType: 'nft',
poolName : 'Cheddar-Rogues',
nftBaseUrl: ['https://cloudflare-ipfs.com/ipfs/'],
contractName: 'p4-rogues.cheddar.near',
tokenContractName: CHEDDAR_CONTRACT_NAME,
},
// {
// index: 21,
// poolType: 'nft',
// poolName : 'Cheddar-Rogues',
// nftBaseUrl: ['https://cloudflare-ipfs.com/ipfs/'],
// contractName: 'p4-rogues.cheddar.near',
// tokenContractName: CHEDDAR_CONTRACT_NAME,
// },

]
}
Expand Down

0 comments on commit baae6e9

Please sign in to comment.