File tree Expand file tree Collapse file tree 3 files changed +7
-1
lines changed
apps/portal/src/app/infrastructure/rpc-edge/overview
packages/thirdweb/src/gas Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ " thirdweb " : patch
3+ ---
4+
5+ Adds Humanity Testnet as a legacy transaction chain
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ export const metadata = createMetadata({
77 title: " thirdweb RPC Edge" ,
88 icon: " rpc" ,
99 },
10- title: " thridweb RPC Edge" ,
10+ title: " thirdweb RPC Edge" ,
1111 description:
1212 " Remote Procedure Call (RPC) Edge provides reliable access to querying data and interacting with the blockchain through global edge RPCs." ,
1313});
Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ const FORCE_GAS_PRICE_CHAIN_IDS = [
3737 2016 , // MainnetZ Mainnet
3838 9768 , // MainnetZ Testnet
3939 2442 , // Polygon zkEVM Cardona Testnet
40+ 1942999413 , // Humanity Testnet
4041] ;
4142
4243/**
You can’t perform that action at this time.
0 commit comments