You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Testing environments publish agoricNames.chainConnection and agoricNames.chain by way of write-chain-info.js. This was to facilitate early chainHub designs where consumers could provide their own chain info or fallback to agoricNames for a lookup.
Since we've yet to run write-chain-info.js on mainnet, and may not have plans to (see #10602), we should remove this configuration.
Why
So testing environments resemble mainnet and code isn't accidentally reliant on an API that's not in mainnet.
How
prefer decentral-itest-orchestration-config.json to packages/vm-config/decentral-itest-orchestration-chains-config.json (no write-chain-info.js)
ensure test/example contracts that currently depend on lookupChainInfo in ChainHub pre-register their own chain info
do not call override-chain-info in multichain-testing
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
What
Testing environments publish
agoricNames.chainConnection
andagoricNames.chain
by way ofwrite-chain-info.js
. This was to facilitate earlychainHub
designs where consumers could provide their own chain info or fallback to agoricNames for a lookup.Since we've yet to run
write-chain-info.js
on mainnet, and may not have plans to (see #10602), we should remove this configuration.Why
So testing environments resemble mainnet and code isn't accidentally reliant on an API that's not in mainnet.
How
decentral-itest-orchestration-config.json
topackages/vm-config/decentral-itest-orchestration-chains-config.json
(nowrite-chain-info.js
)lookupChainInfo
inChainHub
pre-register their own chain infooverride-chain-info
in multichain-testingThe text was updated successfully, but these errors were encountered: