Skip to content

Commit 5f6e41d

Browse files
SeddikBellaminePierreJeanjacquot
authored andcommitted
chore: remove TODO comment from arbitrum sepolia whitelist address
1 parent a76bbd5 commit 5f6e41d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ const CHAIN_CONFIG: Record<number, ChainConfig> = {
3636
'https://thegraph.arbitrum-sepolia-testnet.iex.ec/api/subgraphs/id/5YjRPLtjS6GH6bB4yY55Qg4HzwtRGQ8TaHtGf9UBWWd',
3737
ipfsGateway: 'https://ipfs-gateway.arbitrum-sepolia-testnet.iex.ec',
3838
ipfsUploadUrl: 'https://ipfs-upload.arbitrum-sepolia-testnet.iex.ec',
39-
whitelistSmartContract: '0x8d46d40840f1Aa2264F96184Ffadf04e5D573B9B', // TODO: add the correct address
39+
whitelistSmartContract: '0x8d46d40840f1Aa2264F96184Ffadf04e5D573B9B',
4040
isExperimental: true,
4141
},
4242
};

0 commit comments

Comments
 (0)