Skip to content

Commit

Permalink
improved web3rpc address
Browse files Browse the repository at this point in the history
  • Loading branch information
LachsBagel committed Sep 13, 2024
1 parent 074ff8d commit f666566
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
class Config:

WEB3RPCURL = {
"1": "https://cloudflare-eth.com"
"1": "https://eth.llamarpc.com/"
}
MINT_FEE = 0.001 # in ETH

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
class Config:

WEB3RPCURL = {
"1": "https://cloudflare-eth.com",
"1": "https://eth.llamarpc.com/",
}

DISTRIBUTION_PROXY_ADDRESS = "0x47176B2Af9885dC6C4575d4eFd63895f7Aaa4790"
Expand Down

0 comments on commit f666566

Please sign in to comment.