BSC 的 JSON-RPC 端点之间的区别,https://bsc-dataseed1.binance.org:443 与 https://data-seed-prebsc-1-s1.binance
Posted
技术标签:
【中文标题】BSC 的 JSON-RPC 端点之间的区别,https://bsc-dataseed1.binance.org:443 与 https://data-seed-prebsc-1-s1.binance.org:8545/?【英文标题】:Difference between JSON-RPC Endpoints of BSC, https://bsc-dataseed1.binance.org:443 vs https://data-seed-prebsc-1-s1.binance.org:8545/? 【发布时间】:2021-12-25 09:35:58 【问题描述】:我在使用来自https://docs.binance.org/smart-chain/developer/rpc.html; 的 JSON-RPC 端点 (https://bsc-dataseed1.binance.org:443) 时仍然做得很好,通常它只有大约 5X,XXX
var web3 = new Web3('https://bsc-dataseed1.binance.org:443');
var web3 = new Web3('https://data-seed-prebsc-1-s1.binance.org:8545/');
但是今天 Gas Limit 太高了(81,344),所以我尝试查找了很多并找到了一些端点,其中一个:https://data-seed-prebsc-1-s1.binance.org:8545/
使用相同的合约,相同的数据和随机数,我使用 web3.eth.estimateGas 然后新的 Gas Limit 是 22,848; BNB转账也是一样的。
为什么他们的收费差别这么大,有人可以帮我理解吗?
用新的安全吗?
【问题讨论】:
【参考方案1】:其实 data-seed-prebsc-1-s1.binance.org:8545 就是 testnet rpc ! 如果您想在不燃烧“真正” BNB 的情况下测试东西,请使用它(测试网 bnb 没有价值,哈哈)。
祝你有美好的一天:D
【讨论】:
以上是关于BSC 的 JSON-RPC 端点之间的区别,https://bsc-dataseed1.binance.org:443 与 https://data-seed-prebsc-1-s1.binance的主要内容,如果未能解决你的问题,请参考以下文章