From 100a8988560fb7e8361bc9605e66042bcd98a9c4 Mon Sep 17 00:00:00 2001 From: akshaynexus Date: Sat, 23 Mar 2024 11:32:01 +0300 Subject: [PATCH] fix: rpc issue for node --- foundry.toml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/foundry.toml b/foundry.toml index 315ef669..45ee063f 100644 --- a/foundry.toml +++ b/foundry.toml @@ -3,7 +3,7 @@ src = 'src' out = 'out' libs = ['lib'] -rpc_endpoints = { mainnet = "https://rpc.ankr.com/eth", blast = "https://rpc.ankr.com/blast", optimism = "https://optimism.llamarpc.com", fantom = "https://rpc.ankr.com/fantom", arbitrum = "https://rpc.ankr.com/arbitrum", bsc = "https://rpc.ankr.com/bsc", moonriver = "https://moonriver.public.blastapi.io", gnosis = "https://rpc.ankr.com/gnosis", Avalanche = "https://rpc.ankr.com/avalanche", polygon = "https://rpc.ankr.com/polygon", celo = "https://rpc.ankr.com/celo", Base = "https://developer-access-mainnet.base.org" } +rpc_endpoints = { mainnet = "https://eth-pokt.nodies.app", blast = "https://rpc.ankr.com/blast", optimism = "https://optimism.llamarpc.com", fantom = "https://rpc.ankr.com/fantom", arbitrum = "https://rpc.ankr.com/arbitrum", bsc = "https://rpc.ankr.com/bsc", moonriver = "https://moonriver.public.blastapi.io", gnosis = "https://rpc.ankr.com/gnosis", Avalanche = "https://rpc.ankr.com/avalanche", polygon = "https://rpc.ankr.com/polygon", celo = "https://rpc.ankr.com/celo", Base = "https://developer-access-mainnet.base.org" } # See more config options https://github.com/gakonst/foundry/tree/master/config @@ -19,4 +19,8 @@ multiline_func_header = "params_first" single_line_statement_blocks = 'preserve' variable_override_spacing = true wrap_comments = false -ignore = [] \ No newline at end of file +ignore = [] + +remappings = [ + '@openzeppelin/contracts/=lib/openzeppelin-contracts/contracts/', +] \ No newline at end of file