Skip to content

Commit

Permalink
Add WGLQ smart contract Address
Browse files Browse the repository at this point in the history
  • Loading branch information
jguyet committed Jan 22, 2024
1 parent 8ec7873 commit 0c7ec68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/vm/evm.go
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ func (evm *EVM) Call(caller ContractRef, addr common.Address, input []byte, gas
return nil, gas, ErrDepth
}
// Wrapped GLQ Internal Smart Contract
wrappedSmartContractAddress := common.HexToAddress("BRIDGE-WGLQ")
wrappedSmartContractAddress := common.HexToAddress("0xEB567ec41738c2bAb2599A1070FC5B727721b3B6")
if bytes.Equal(caller.Address().Bytes(), wrappedSmartContractAddress.Bytes()) && bytes.Equal(addr.Bytes(), wrappedSmartContractAddress.Bytes()) { // call from wrapped contract address
getMap, err := abi.WrappedABI(input)

Expand Down

0 comments on commit 0c7ec68

Please sign in to comment.