Skip to content

Commit 50965f6

Browse files
feat: update arbitrum sepolia whitelist smart contract address (#207)
* feat: update arbitrum sepolia whitelist smart contract address * chore: remove TODO comment from arbitrum sepolia whitelist address
1 parent 60ee08d commit 50965f6

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: '0x781482C39CcE25546583EaC4957Fb7Bf04C277D2', // TODO: add the correct address
39+
whitelistSmartContract: '0x8d46d40840f1Aa2264F96184Ffadf04e5D573B9B',
4040
isExperimental: true,
4141
},
4242
};

0 commit comments

Comments
 (0)