We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Could we get the actual contract adresses?
// TODO: insert true values here. // A naive map of the "official" onchfs Smart Contracts. export const DEFAULT_CONTRACTS: Record<BlockchainNetwork, string> = { "tezos:mainnet": "KT1WvzYHCNBvDSdwafTHv7nJ1dWmZ8GCYuuC", "tezos:ghostnet": "KT1FA8AGGcJha6S6MqfBUiibwTaYhK8u7s9Q", "ethereum:1": "b0e58801d1b4d69179b7bc23fe54a37cee999b09", "ethereum:5": "fcfdfa971803e1cc201f80d8e74de71fddea6551", }
The tezos:mainnet one points to objkt v2 marketplace. And the ethereum ones are wrong too.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Could we get the actual contract adresses?
The tezos:mainnet one points to objkt v2 marketplace. And the ethereum ones are wrong too.
The text was updated successfully, but these errors were encountered: