DVNs and Operators registration on BSC testnet
We opened DVNs and Operators registration to our test environment on BSC testnet.
Overview of Kernel Test Environment on BSC Testnet
In the Kernel test environment on the BSC Testnet, several contracts facilitate operations:
Steps to Enter as DVN:
Register as DVN: Once registered, you'll receive the DVNCoordinator contract address.
DVNCoordinator Contract: This identifies your DVN within Kernel. This beacon proxy can be modified anytime by deploying a new Smart Contract to manage operator registrations.
Provide an Owner Address: Use an address for the "DVN owner," which can be an Externally Owned Account (EOA) and changeable at any time .For example you can deploy a Smart Contract to handle Operator registrations and set it as new DVNCoordinator owner
Metadata URL: an URL with the json metadata stored on it. This is optional at the moment and may be left empty.
We suggest you fork BSC Testnet locally with Anvil.
The DVN and Operators registration is now open on the BSC
AssetRegistry
0x4a2871AaF57D2Ee0a9916eBdEec278BbFf338B2d
KernelConfig
0xcC417fD3459CFaCFA9Bb3170bFaC8a0bdCC9E2DB
StakerGateway
0x7812302b8eD391ddB84f037B5D390D2f242Fff83
KernelVault
0x0AA2C3BFE2aA45A01973966e5750320AD3be6D98
OperatorRegistry
0x1DaC8921c3d62CC1A5062c594D540b7a85D4C650
DVNRegistry
0xA7C58910374d2e3B5a67f6078324A6A84f9CFcB7
DelegationManager
0x09a00c61132161a4eD25e76A5d6Db487ED1B8c66
Last updated