darwinia-network / darwinia-common

Darwinia Runtime Pallet Library and Pangolin/Pangoro Testnet
https://rust-docs.darwinia.network/darwinia-common
GNU General Public License v3.0
30 stars 9 forks source link

BACK_ERC20_RING should be refactored to use RING pallet ID derived dvm address #756

Closed hackfisher closed 3 years ago

hackfisher commented 3 years ago
pub const BACK_ERC20_RING: &'static str = "0x0000000000000000000000000000000000002048";

Refer https://github.com/darwinia-network/darwinia-common/pull/753#issuecomment-900778670

hackfisher commented 3 years ago

Related #760, feature of INTERNAL_CALLER customization according to pallet id remained to be refactored.