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 a76bbd5 commit 5f6e41dCopy full SHA for 5f6e41d
src/config/config.ts
@@ -36,7 +36,7 @@ const CHAIN_CONFIG: Record<number, ChainConfig> = {
36
'https://thegraph.arbitrum-sepolia-testnet.iex.ec/api/subgraphs/id/5YjRPLtjS6GH6bB4yY55Qg4HzwtRGQ8TaHtGf9UBWWd',
37
ipfsGateway: 'https://ipfs-gateway.arbitrum-sepolia-testnet.iex.ec',
38
ipfsUploadUrl: 'https://ipfs-upload.arbitrum-sepolia-testnet.iex.ec',
39
- whitelistSmartContract: '0x8d46d40840f1Aa2264F96184Ffadf04e5D573B9B', // TODO: add the correct address
+ whitelistSmartContract: '0x8d46d40840f1Aa2264F96184Ffadf04e5D573B9B',
40
isExperimental: true,
41
},
42
};
0 commit comments